Note that some BBB have 2G of eMMC and others have 8G. This was a production change when 2G eMMC parts became unavailable. All BBB units have 512M of ram.
I insert an SD card that will boot a console Debian. Then:
fdisk /dev/mmcblk1 Disk /dev/mmcblk1: 1920 MB, 1920991232 bytes Device Boot Start End Blocks Id System /dev/mmcblk1p1 * 63 144584 72261 c W95 FAT32 (LBA) /dev/mmcblk1p2 144585 3743144 1799280 83 LinuxSo this is one of the older units with 2G of emmc. I halt the system, replace the SD card with the "flasher" and boot it up. It requires no interaction. After about 5 minutes in announces that it is powering off, and it does. All done. I remove the SD card and boot it up.
U-Boot 2015.10-00001-g51aa16b (Oct 21 2015 - 14:16:21 -0500)I login as root with no password. I create /uEnv.txt as follows:
optargs=quiet uenvcmdx=echo Booting via tftp (BBBC); setenv saloadaddr 0x80000000; setenv ipaddr 192.168.0.37; setenv serverip 192.168.0.5; tftpboot ${saloadaddr} bbb-c.bin; go ${saloadaddr} uenvcmd=run uenvcmdxI sync and reboot. It does boot Kyu in a reasonable amount of time. It fails to find symbols. It decides it is My IP = 192.168.0.61. Ping fails as does other network testing. But it is no longer slow.
Kyu / [email protected]