On Thu, Apr 11, 2019 at 4:25 PM <[email protected]> wrote: > > Hi Robert, > > Here's the output: > debian@beaglebone:/var/lib/cloud9$ sudo /opt/scripts/tools/version.sh > git:/opt/scripts/:[1aa73453b2c980b75e31e83dab7dd8b6696f10c7] > ]eprom:[A335BNLTBBG036Q
I'm a little worried about your eeprom value, it's a BeagleBone Black board right??? > model:[TI_AM335x_BeagleBone_Black] > dogtag:[BeagleBoard.org Debian Image 2018-10-07] > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2018.09-00002-g0b54a51eee]:[location: dd MBR] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2016.03-00001-gd12d09f]:[location: dd MBR] Your version of u-boot in the eMMC is too old, thus blocking u-boot overlays from working.. Just run: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=10 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/CAOCHtYitOetX%3D1dndoKGiA6Ywxy4JO38cMbBENhYrQhtyOpCew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
