== Installation == At this point, you must install U-Boot to flash yourself. The BeagleBone Black (am335x_boneblack) can be flashed to microSD or eMMC directly: dd conv=fsync,notrunc seek=256 if=/usr/lib/u-boot/am335x_boneblack/MLO of=/dev/mmcblkX dd conv=fsync,notrunc seek=768 if=/usr/lib/u-boot/am335x_boneblack/u-boot.img of=/dev/mmcblkX On OpenPandora: modprobe nand_omap2 mtdblock dd conv=fsync,notrunc if=/usr/lib/u-boot/omap3_pandora/u-boot.bin of=/dev/mtdblock1 == U-Boot environment tools == fw_printenv / fw_setenv read /etc/fw_env.config for configuration.