Run blinky example
Clone the repo
git clone https://github.com/rust-augsburg/blinky
cd blinky
Setup Pico in BOOTSEL mode
To keep the setup minimal we via flash our pico via UF2 (USB Flashing Format). Therefore you have to put your Pico in BOOTSEL mode:
-
Locate the BOOTSEL button: This small rectangular button is usually positioned near the micro USB port on your Pico board.
-
Hold the BOOTSEL button: Press and hold the BOOTSEL button firmly.
-
Connect the Micro USB cable: While still holding the BOOTSEL button, connect the other end of the micro USB cable to your computer.
-
Release the BOOTSEL button: Once the computer recognizes the Pico, you can release the BOOTSEL button.
Run
cargo run