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
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,19 +45,19 @@ The Neotron BIOS uses the [defmt](https://crates.io/crates/defmt) crate to provi
45
45
* connect Pin 5 on the *Debugger* Pico to SWDIO on the *Neotron* Pico
46
46
* connect USB on the *Debugger* Pico to your PC
47
47
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)
48
+
2. Flash your *Debugger* Pico with https://github.com/raspberrypi/picoprobe or 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*](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).
50
+
3. On your PC, install [*probe-run*](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
53
+
user@host ~ $ cargo install probe-run
54
54
```
55
55
56
56
4. Power on your Neotron Pico.
57
57
58
58
5. Build the Neotron OS
59
59
60
-
We use the "neotron-os-pico.ld" linker script to link it at `0x1002_0000`.
60
+
We use the "neotron-flash-1002.ld" linker script to link it at `0x1002_0000`.
0 commit comments