On Thu, Sep 27, 2018 at 8:07 AM Tim M <[email protected]> wrote: > > Robert, here is the output of version.sh. > > $ sudo ./version.sh > git:/opt/scripts/:[7f60eba275c0b3d0c1c826d410de25961cc4ed94] > eeprom:[A335BNLT000C1633BBBG0596] > model:[TI_AM335x_BeagleBone_Black] > dogtag:[rcn-ee.net console Ubuntu Image 2018-08-10] > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2018.03-00002-gac9cce7c6a]:[location: dd MBR] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2016.03-00001-gd12d09f]:[location: dd MBR]
The version of U-boot installed in the eMMC is blocking U-Boot overlays from working properly, just run: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100 and reboot.. 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/CAOCHtYjU3qAfdYp%2Boy5r_eVsOjRzZZ4CCTHzgLQD4aHqvAUpfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
