I have Ubuntu installed on a VirtualBox and I can’t see the SD card at all from there. I have the USB Vbox extensions installed too. Is there a .img file for the BeagleBoard white like there is for Angstrom? I am having a very hard time finding this information!
As long as you have enough ram, you could just boot an ubuntu/debian
livecd, then also dl/run the sd card creating script..
You could also use the beaglebone black flasher image, just make sure
to drop the "flash-eMMC.txt" file in the boot partition and resize the
root partition to the full size of the drive..
I am still having a hard time following the instructions. Was I supposed to run the build_kernel.sh first, then unzip and run the setup_sdcard.sh script? It looked like that part was for “Advanced users only” which definitely is not me (yet.) I only did the second part of unzipping the ubuntu tar.gz file and I got no blinking lights on my BeagleBone. I saw popups from Linux GUI (live CD) that rootfs and boot don’t exist. So that kind of makes sense now that I have rebooted my PC back into Win7 But the setup_sdcard.sh script did not throw any errors??
Also, what does this mean:
Active on Boot Script:
Disable by removing “run_boot-scripts” from small boot partition…*
How do I find such a thing, and why would I want to do it?
I am still having a hard time following the instructions. Was I supposed to
run the build_kernel.sh first, then unzip and run the setup_sdcard.sh
script? It looked like that part was for "Advanced users only" which
definitely is not me (yet.) I only did the second part of unzipping the
ubuntu tar.gz file and I got no blinking lights on my BeagleBone. I saw
popups from Linux GUI (live CD) that rootfs and boot don't exist. So that
kind of makes sense now that I have rebooted my PC back into Win7 But
the setup_sdcard.sh script did not throw any errors??
Are you "building" your own kernel/image? That's what
"./build_kernel.sh" etc is for..
If you just want to run a pre-built ready to go image..
Disable by removing "run_boot-scripts" from small boot partition...*
How do I find such a thing, and why would I want to do it?
It's a 'file' on the boot partition, which does things like, enable
the musb slave and enables an ethernet over usb connection, sets the
clock to a date within a month vs 1970, etc..