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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,27 @@ The Neotron BIOS uses the [defmt](https://crates.io/crates/defmt) crate to provi
47
47
48
48
2. Flash your *Debugger* Pico with https://github.com/majbthrd/DapperMime firmware (e.g. by copying the UF2 file to the USB Mass Storage device)
49
49
50
-
3. On your PC, install *probe-rs-rp* from the RP2040-specific [probe-run](https://github.com/knurling-rs/probe-run) fork at https://github.com/rp-rs/probe-run.
50
+
3. On your PC, install [*probe-rs*](https://github.com/knurling-rs/probe-run), the programming tool from [Ferrous System's](https://www.ferrous-systems.com)[Knurling Project](https://github.com/knurling).
51
51
52
52
```console
53
-
user@host ~ $ cargo install probe-rs-rp
53
+
user@host ~ $ cargo install probe-rs
54
54
```
55
55
56
56
4. Power on your Neotron Pico.
57
57
58
-
5. Build and load the Neotron BIOS, and view the debug output stream, with `cargo run`:
58
+
5. Build the Neotron OS
59
+
60
+
We use the "neotron-os-pico.ld" linker script to link it at `0x1002_0000`.
0 commit comments