We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478988f commit a4bee47Copy full SHA for a4bee47
1 file changed
README.md
@@ -124,8 +124,9 @@ The Neotron BIOS uses the [defmt](https://crates.io/crates/defmt) crate to provi
124
connected VGA display and some start-up tones on any connected PC Speaker. No
125
OS will be booted, as we haven't flashed the OS yet. Grab a compatible OS
126
release from <https://github.com/Neotron-Compute/Neotron-OS/releases>. You
127
- need the `flash1002` variant for the Neotron Pico, because the BIOS expects
128
- the OS to live in flash at address `0x1002_0000`.
+ need the `thumbv6m-none-eabi-flash1002` variant for the Neotron Pico, because
+ we have an ARMv6-M CPU that executes Thumb-2 instructions, and the BIOS
129
+ expects the OS to live in flash at address `0x1002_0000`.
130
131
## Multiple Probes
132
0 commit comments