From 3f0617b05476f30124a665a6d4f017d4634d9775 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sat, 4 Dec 2021 12:44:21 +0000 Subject: [PATCH] fix picoprobe/picotool mix up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1dbe00..d1f79dc 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ $ cargo run --release --example pico_pwm_blink 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 -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 by default Rust does not give the ELF files any extension. You can fix this by simply renaming the file.