Skip to content

Commit 86ec488

Browse files
authored
Merge pull request #156 from Detegr/assembly
2 parents b1a62aa + 319b0d5 commit 86ec488

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ASSEMBLY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ cargo install probe-run
8282
5. Connect your Arm Serial Wire Debug probe to J1001, the BMC programming header.
8383
* If you have 12V DC power to the board, the 3.3V pin will be live and should be treated as an output - connect it to the VTref pin of your programmer if it has one.
8484
* If you do not have 12V DC power to your board (maybe you haven't fitted any of the through-hole parts yet), you can inject 3.3V power here if you are careful. This will reverse-power the 3.3V standby regulator, but it seems to survive (at least for short periods of time).
85-
6. Run `probe-run --chip STM32F030K6Tx ./neotron-bmc-pico.elf` and ensure it completes successfully and prints some log messages from the chip. If there are any errors, investigate.
85+
6. Run `probe-run --chip STM32F030K6Tx ./neotron-bmc-pico` and ensure it completes successfully and prints some log messages from the chip. If there are any errors, investigate.
8686
7. Disconnect the Arm SWD programmer and remove any power from the board.
8787
8. Apply 12V DC power to the board and observe that the Power LED is blinking.
8888
9. Tap the ON/OFF button and observe the Power LED is now on solidly.
@@ -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)