mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Merge pull request #228 from rp-rs/fix-readme-picoprobe
fix picoprobe/picotool mix up
This commit is contained in:
commit
88bd408bc1
|
@ -318,7 +318,7 @@ $ cargo run --release --example pico_pwm_blink
|
||||||
|
|
||||||
As ELF files produced by compiling Rust code are completely compatible with ELF
|
As ELF files produced by compiling Rust code are completely compatible with ELF
|
||||||
files produced by compiling C or C++ code, you can also use the Raspberry Pi
|
files produced by compiling C or C++ code, you can also use the Raspberry Pi
|
||||||
tool [picoprobe](https://github.com/raspberrypi/picotool). The only thing to be
|
tool [picotool](https://github.com/raspberrypi/picotool). The only thing to be
|
||||||
aware of is that picotool expects your ELF files to have a `.elf` extension, and
|
aware of is that picotool expects your ELF files to have a `.elf` extension, and
|
||||||
by default Rust does not give the ELF files any extension. You can fix this by
|
by default Rust does not give the ELF files any extension. You can fix this by
|
||||||
simply renaming the file.
|
simply renaming the file.
|
||||||
|
|
Loading…
Reference in a new issue