Hello Everyone,
I am having an issue with my BeagleBone Black when I move the OS from the SD card to the eMMC on board. Here are the steps I use and results, please let me know if you see the problem.
1. Download the latest image from
beagleboard.org1a. Flash it to an SD card
2. Use the "power/user" button to boot the SD card via power adapter. (however, it also boots from the SD card as long as it's just in there)
3. Connect the USB Cable, windows creates the 192.168.7.1 interface and I can SSH to 192.168.7.2 and everything works fine.
4. Reboot to check it, works fine again
5. Uncomment the flashing line in side of the /boot/uEnv.txt
cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
6. Reboot, watch the lights flash while it is flashing eMMC
7. Remove the SD card
8. Boot the beaglebone
9. Windows doesn't even make a sound like it normally does when attaching a USB device and the BeagleBone Black is not available.
If I reflash and go back, it starts working again as long as I boot from the SD card.
As a secondary note, here is my df -h output. I am not sure if it is booting correctly now the eMMC and because the SD card is in, it is working properly.
root@beaglebone:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /dev
tmpfs 99M 8.4M 91M 9% /run
/dev/mmcblk0p1 3.3G 3.0G 35M 99% /
tmpfs 247M 4.0K 247M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 247M 0 247M 0% /sys/fs/cgroup
tmpfs 50M 0 50M 0% /run/user/1000
root@beaglebone:~#
Any thoughts or debugging steps would be greatly appreciated.
Cheers,
Gregg