You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: