On Thu, Aug 31, 2017 at 11:22 AM, Alexander Rössler <[email protected]> wrote: > Does not help, even if I enable pru overlay in the the uEnv.txt nothing > shows up. > >> git:/opt/scripts/:[2ce750d881941c5189db9e189af90517e11c079f] >> eeprom:[A335BNLT00C02814BBBK6438] >> dogtag:[BeagleBoard.org Debian Image 2017-08-21] >> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot >> 2017.09-rc2-00002-g84a7f2] >> bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2015.01-00001-gb2412df]
So, your eMMC's bootloader is getting in the way, hence your not booting what you expect: so kill the MLO file via: sudo dd if=/dev/zero of=/dev/mmcblk1 count=1 seek=1 bs=128k Regards, -- Robert Nelson https://rcn-ee.com/ -- 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/CAOCHtYgo1JqmvguKCtCSud9r2Oc93k4-pov-jifZ_9d3EQvfQA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
