File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,9 @@ The Neotron BIOS uses the [defmt](https://crates.io/crates/defmt) crate to provi
124124 connected VGA display and some start-up tones on any connected PC Speaker. No
125125 OS will be booted, as we haven' t flashed the OS yet. Grab a compatible OS
126126 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`.
127+ need the `thumbv6m-none-eabi-flash1002` variant for the Neotron Pico, because
128+ 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`.
129130
130131## Multiple Probes
131132
You can’t perform that action at this time.
0 commit comments