On Wed, Nov 29, 2017 at 5:03 PM, Sunny Mathew <[email protected]> wrote: > Hey Robert, thanks for responding promptly. Here is the output: > > debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh > git:/opt/scripts/:[2ce750d881941c5189db9e189af90517e11c079f] > eeprom:[A335BNLTBWA51650BBWG1172] > dogtag:[BeagleBoard.org Debian Image 2017-08-31] > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2017.09-rc2-00002-g7c9353] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2016.11-rc3-00002-g73df7f]
Your bootloader in the eMMC is too old, it's breaking U-Boot Overlays.... 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/CAOCHtYhFHud6WFV-%3D2Fc3bFfgK0ENeU0uxVQ%3DRb-KzueZuwrCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
