I'm trying to create a bootable MicroSD card for the BeagleBone board using the SDK prebuilt files. I'm running the create-sdcard.sh script which does appear to run successfully but the BeagleBone board appears not to boot and run. I'm not seeing anything when running minicom.
sudo ./create-sdcard.sh This seems to work when pre-built option selected
I've also tried running ./setup.sh but I get the following error below. I would also like to know if this is something that needs to be run every power cycle or just once and then run minicom from then on out only. I'm selecting the "SD Card" options for Linux Kernel and root File system options.
Error Encountered and not booting:
"Boot Partition doesn't appear to be mounted on the host" ...."Please ensure the boot partition is mounted....."
This is a dedicated linux machine and not a VM.
I have also successfully rebuilt the kernel via instructions in the SDG and would also like to get more specific directions to be able to create a bootable BeagleBone MicroSD card with my built kernel.
A second issue I'm having is building MLO and u-boot. I'm
make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm distclean this worked
make O=am335x CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm am335x_evm this fails
make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm am335x_evm without O=... also fails
Following Error: No Rule to make am335x_evm
Any suggestions appreciated......