Closed suraj051 closed 5 years ago
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2016.03-00001-gd12d09f]:[location: dd MBR]
There is an older version of u-boot bootloader on the emmc. This will prevent device tree overlays from being handled correctly by the bootloader.
Delete the old version of the u-boot bootloader on the eMMC with this command:
sudo dd if=/dev/zero of=/dev/mmcblk1 count=1 seek=1 bs=128k
The BeagleBone will then boot from the newer version of u-boot bootloader on your SD card.
Please refer to #288 with regards to getting your BeagleBone Black up to date.
@suraj051 are you still having this issue?
@pdp7
I had this same issue, running:
sudo dd if=/dev/zero of=/dev/mmcblk1 count=1 seek=1 bs=128k
fixed it for me.
@greg112358 thanks for the feedback
@suraj051 please reopen if still an issue
Platform/operating system (i.e. Raspberry Pi with Raspbian operating system, Windows 32-bit, Windows 64-bit, Mac OSX 64-bit, etc.): BeagleBone black, Linux beaglebone 4.14.67-ti-r73 #1 SMP PREEMPT Thu Aug 30 00:08:52 UTC 2018 armv7l GNU/Linux Image used:bone-debian-9.5-iot-armhf-2018-08-30-4gb.img
Python version (run python -version or python3 -version): Python 2.7.13
Error message you are receiving, including any Python exception traces:
List the steps to reproduce the problem below (if possible attach code or commands to run):