On 2/2/2019 11:50 PM, Dave wrote: > > I am guessing that something is wrong with the bootloader on the eMMC > > Does that sound correct ? > > Doesn;t the flasher copy the bootloader from the SDcard ? > > Any ideas how I get this to boot from eMMC without the SDcard ?
The flasher scripts will pull the boot loader from the web under some circumstances (see the http_spl and http_uboot variables). I'd recommend manually copying your MLO and u-boot.img to the eMMC. Alternately, you could try using the init flasher script (boot with init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh and set root to be read only). There's a commented line for this in the default uEnv.txt file already. This script might fail if you don't have an EEPROM on your board but if it does you can pretty easily edit the script and comment the call to check_eeprom(). -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f6438a04-6e85-a6ab-6eb7-2873ee731e1c%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
