#raspberry-pi #rp2040 #micro-controller #rp2350 #picotool #usb-device #picoboot

picoboot-rs

A crate for connecting to and communicating with a Raspberry Pi microcontroller in BOOTSEL mode over USB

1 unstable release

new 0.1.0 Nov 28, 2024

#5 in #rp2350

MIT/Apache

40KB
640 lines

picoboot-rs

A crate for connecting to and communicating with a Raspberry Pi microcontroller in BOOTSEL mode over USB!

Notes

When using this crate, the underlying dependencies will be downloaded and installed automatically, however further configuration for USB devices on the host machine may be required.

  • When running on Linux or macOS, you may need to add some additional udev rules to allow the PICOBOOT interface to be usable by a userspace program. These udev rules can be found here.
  • When running on Windows, you may need to install a libusb compatible driver for the PICOBOOT interface. This driver can be installed by Zadig. Simply plug in the Pico device while holding the BOOTSEL button, and install any of the listed drivers for the RP2 Boot device in Zadig.

License

The contents of this repository are dual-licensed under the MIT OR Apache 2.0 License. That means you can choose either the MIT license or the Apache 2.0 license when you re-use this code. See LICENSE-MIT or LICENSE-APACHE for more information on each specific license. Our Apache 2.0 notices can be found in NOTICE.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Acknowledgements

Dependencies

~1.8–2.7MB
~60K SLoC