Creating a Stable Buildroot Linux Image for v86 #872
Unanswered
cemalgnlts
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you upload the built image file for me to reproduce (including the contents of the hello.js script)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build a small linux image with Buildroot, some of the code comes from humphd/browser-vm and some from the SkiffOS project.
In addition I am adding the pre-built nodejs binary. fs9p is mounted in the
/root
folder.I run the following code 10 times (That way it probably runs faster each time with the cache and I can minimize it):
node /opt/now/hello.js > /dev/null
On call 7th I get the following error:
The problem here is that it converts the
/opt
folder to5opt
. If I work in the/root
folder it now gives this error:Now it also recognizes the
/root
folder asuroot
. This problem is only on the nodejs side, nothing has changed on the linux command line. I don't know why it detects path names differently. And this only happens after the 7th run, first time no problem.The config I used for Buildroot: cemalgnlts/now-linux-build
Beta Was this translation helpful? Give feedback.
All reactions