Skip to content

cargo extension for flashing embedded rust programs via dfu based on jacobrosenthals cargo-hf2

License

Notifications You must be signed in to change notification settings

dfu-rs/cargo-dfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-dfu

This crate provides a cargo subcommand to flash ELF binaries via dfu Most STM chips will probably work with this, although you might need to add the vid and pid to the vendor map

Installation

You can install this utility with cargo:

cargo install cargo-dfu

Usage

You can use it like cargo build or cargo-flash with the option of giving the vid and pid:

cargo dfu <args> --vid <vid> --pid <pid>

Examples

flash the debug version of the current crate

cargo dfu 

specifying the chip

cargo dfu --chip stm32

specifying the vid and pid

cargo dfu --vid 0x483 --pid 0xdf11

Add chip definitions

feel free to open a PR to add chips to this

Notes

some chips like the gd32vf103 need additional udev rules therefor you need to copy the rules from the udev file into /etc/udev/rules.d/

sudo cp udev.rules /etc/udev/rules.d/cargo-dfu.rules

Roadmap

  • check if multiple chips are connected

About

cargo extension for flashing embedded rust programs via dfu based on jacobrosenthals cargo-hf2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages