File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ The `thumbv6m-none-eabi` target may be replaced by the all-Arm wildcard
252252whilst holding some kind of "Boot Select" button. On Linux, you will also need
253253to 'mount' the device, like you would a USB Thumb Drive.
254254
255- * Step 4* - Use ` cargo run ` , which will compile the code and started the
255+ * Step 4* - Use ` cargo run ` , which will compile the code and start the
256256specified 'runner'. As the 'runner' is picotool, it will flash your compiled
257257binary over USB.
258258
@@ -276,10 +276,10 @@ Picotool can also read "Binary Info" from a device with `picotool info`. To
276276enable this in your firmware, see the [ rp-binary-info] crate and the
277277corresponding [ binary info example] .
278278
279- [ rp-binary-info ] : https://github.com/rp-rs/rp-hal/tree/main/rp-binary-info
280279[ binary info example ] : https://github.com/rp-rs/rp-hal/blob/main/rp2040-hal-examples/src/bin/binary_info_demo.rs
281280
282281### Loading with probe-rs
282+
283283[ probe-rs] ( https://github.com/probe-rs/probe-rs ) is a library and a
284284command-line tool which can flash a wide variety of microcontrollers
285285using a wide variety of debug/JTAG probes. Unlike using, say, OpenOCD,
You can’t perform that action at this time.
0 commit comments