Skip to content
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

Ox64: NuttX can boot from flash #24

Open
Pavlos1 opened this issue Feb 14, 2024 · 1 comment
Open

Ox64: NuttX can boot from flash #24

Pavlos1 opened this issue Feb 14, 2024 · 1 comment

Comments

@Pavlos1
Copy link

Pavlos1 commented Feb 14, 2024

I managed to get NuttX to boot from the Ox64's (128Mib) flash and thought I'd share the process for doing so here. See this gist for instructions.

This quick proof of concept implementation works by replacing the U-Boot image in the OpenBouffalo builds. The smarter way to do it would be to build both U-Boot and the NuttX image into the flash image (similar to what's done here); then one could leverage U-Boot to e.g. load additional DTBs.

@lupyuen
Copy link
Owner

lupyuen commented Feb 15, 2024

That's very cool thanks! Yep it's great to simplify the booting of NuttX on Ox64, I'll add this to my articles. Thanks :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants