-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beaglebone eMMC boot with uBoot 2021.10 #286
Comments
Here's what I know about the combo eMMC/MicroSD boot issue:
All of my custom BBB-clone hardware has the eMMC connected to the same MMC interface as the BBB's MicroSD card. This made it super easy for me to switch back and forth. This is not a viable long term solution any more since there's an issue with that particular MMC interface that restricts it to < 4GB eMMC parts (the normal eMMC MMC interface doesn't have this problem). I exclusively use 2 GB eMMC parts so this isn't an issue for me right now, but it may be in the future as the parts are getting harder to buy. Here's an example project. I do not know whether the latest version of U-Boot has the ability to detect where it came from. If it does, then that would be interesting. One alternative would be change the boot script to check both MMC interfaces and boot off whichever one shows up. I have been thinking about making backwards incompatible updates to the Nerves BBB and Raspberry Pi systems. It's a thankless task so I've been putting it off. If I were to update, I'd definitely update U-Boot to the latest. There are other changes that I'd want to make as well, though. Before I start down any path, could I ask why you're interested in updating U-Boot? Is there a particular feature that you need? |
Thanks for those infos. I suppose some adaptation on fwup.conf may be required too. I will also try to get more informations from Beaglebone's project people. (https://github.com/RobertCNelson ?) |
Fwiw, the AM3358 is super old and Nerves hardly uses U-Boot. I'm not sure upgrading for the sake of upgrading is worth it unless there's a feature you want. |
@fhunleth that sounds perfect. I will try not to upgrade uBoot in my BSP and will close this accordingly |
Reviving this issue. Where does this stand? I am actively trying to get my BBB to boot from eMMC and not making any progress. Then found this issue and wanted to know if this is still a blocker. If so what do we see as a path forward? Thanks in advance for any insights! |
Booting Beaglebone off of eMMC memory has been compex so far as it required to patch uBoot (see #94)
With nervs_system_bbb upgrading uBoot to 2021.10, those patches are not applicable anymore.
It seems that uBoot has introduced a different way of describing booting device. I'd like to know:
The text was updated successfully, but these errors were encountered: