> Hi Robert, > > I haven't had any luck yet. The native build on the BBB had a panic while > building node.js. The cross build on my PC is still running (it was waiting > for a password when I returned this morning). > > Putty wouldn't let me copy the text from the BBB console, so had to do a > screen capture. See file attached.
Humm, i thought we fixed that.. what kernel version on your BBB? > It looks like something went wrong with the SD card driver. I thought the > root partition may have run out of space, but it had 1.9GB free after the > reset. > > I am using an 8GB SD card with ubuntu 13.10. Do you know how much space is > required to run the native image builder script? Humm, honestly I'm not sure on the "minimum" spec's. I really don't mess around with the script, using a quad A9 with 2GB of ram and a fast sata drive.. I know python needs 256Mb of dedicated memory when building nodejs.. The source *.tar is around 1.2G The final image (in uncompressed form) is around 1.2G Just started a fresh run right now, so i'll get those numbers.. > Also, is there a way to restart the script without redoing all the downloads > etc again? No on restarting.. But if you build alot, look at setting up "apt-cacher-ng" on a local server.. then just set the apt-proxy variable like: https://github.com/beagleboard/image-builder/blob/master/host/rcn-ee-host.sh#L12 Then on the 2nd run every is gotten from the local cache server... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
