Initial commit

main
kirbylife 2021-10-11 15:20:39 -05:00
parent 1701f95fa3
commit 112e4f0366
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
2. Build with --release 2. Build with --release
- `cargo build --release` - `cargo build --release`
3. Convert to uf2 3. Convert to uf2
- elf2uf2-rs target/thumbv6m-none-eabi/release/waveshare_rust_rp2040 binary.uf2 - `elf2uf2-rs target/thumbv6m-none-eabi/release/waveshare_rust_rp2040 binary.uf2`
4. Connect your rp-pico to the PC with in BOOTSEL mode 4. Connect your rp-pico to the PC with in BOOTSEL mode
5. Grab your file `binary.uf2` and drop it inside of the RPI-RP2 volume 5. Grab your file `binary.uf2` and drop it inside of the RPI-RP2 volume
6. Enjoy :) (apply restrictions) 6. Enjoy :) (apply restrictions)