Closed totem415 closed 6 years ago
@totem415 this will cause the main issue with config-pin failing:
bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 2018.01-00002-ge9ff418fb8]:[location: dd MBR]
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2016.01-00001-g4eb802e]:[location: dd MBR]
k
Run:
sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=10
To fix that..
Also make sure to run:
sudo apt update
sudo apt install --only-upgrade bb-cape-overlays
To get the latest version of the overlays and config-pin...
Regards,
Success!
Thanks very much @RobertCNelson .
You fixed my problem, so don't feel obligated to answer my question, but just in case...
...do you know why this happened? I was under the impression that if you switch the uSD card from one Beaglebone to another and boot it with the boot button pressed (so it boots off the uSD card) that you'd have an EXACTLY similar file system and that it should work just like it did in the last one. Any idea why this happened? I assume I'll have to perform this same fix again if I migrate the uSD card to a new Beaglebone Black in the future? I'm just trying to understand how this works.
Thanks again for your help, Robert. Closing the issue.
-roger
Weird.
I'm running off of a uSD card that I was using on my last Beaglebone Black, so I would assume all files in the file system haven't changed. Yet, I'm getting this new error that I wasn't getting before. I moved my uSD card to a new Beaglebone Black Rev C (just like the last that fried on me). Everything was working before with the default install of Debian 9.3 . . . no extra configuration required. But on the new beaglebone I get this:
The error is generated on this line:
And here's the usual diagnostic stuff:
Any help is greatly appreciated.