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
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,18 +37,30 @@ Your board will need an appropriate Neotron BIOS installed, and you need to have
37
37
OpenOCD or some other programming tool running for your particular board. See
38
38
your BIOS instructions for more details.
39
39
40
-
Building Neotron OS is handled by the `nbuild` tool, in this repository.
40
+
Building Neotron OS is handled by the `nbuild` tool, in this repository. Run `cargo nbuild help` for more information.
41
41
42
-
Run `cargo nbuild help` for more information.
42
+
To make an image for a board like the Neotron Pico, you want to run `cargo nbuild binary`. By default this will produce a `thumbv6m-none-eabi` image linked to run at address `0x1002_0000`, with a ROMFS containing various utilities, which is what you need on a Neotron Pico. Your BIOS should tell you if you need to change these options, and how to load the resulting image onto your system.
43
43
44
-
Your BIOS should tell you which options to pass, and how to load the resulting image onto your system.
0 commit comments