Skip to content

Commit 319b0d5

Browse files
committed
assembly: add information for installing target
The Rust toolchain does have a good error message about this if the target is not installed, but it doesn't hurt to have it in the instructions too.
1 parent 350db0c commit 319b0d5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ASSEMBLY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ $ cargo install probe-run
102102

103103
4. Connect 12V DC to your board and press the ON/OFF button (if the BMC isn't programmed, do that first).
104104
5. Connect your Arm Serial Wire Debug probe to the SWD pins of the Raspberry Pi Pico.
105-
6. Run `cargo-run --release` and ensure it completes successfully and prints some log messages from the chip. If there are any errors, investigate.
106-
7. Check you have some output on the VGA connector.
105+
6. Add the target architecture to Rust installation with `rustup target add thumbv6m-none-eabi`.
106+
7. Run `cargo run --release` and ensure it completes successfully and prints some log messages from the chip. If there are any errors, investigate.
107+
8. Check you have some output on the VGA connector.
107108

108109
The Neotron Pico BIOS usually includes some version of the Neotron OS, but at the time of writing (November 2022) it's at a very very early stage so it may not do much beyond displaying some text.
109110

0 commit comments

Comments
 (0)