Crates.io | dfu-flasher |
lib.rs | dfu-flasher |
version | 0.4.2 |
source | src |
created_at | 2020-09-06 19:36:44.778645 |
updated_at | 2021-05-10 17:17:45.127112 |
description | Dfu-flasher redone in pure Rust |
homepage | https://gitlab.com/mike7b4/dfuflash |
repository | https://gitlab.com/mike7b4/dfuflash.git |
max_upload_size | |
id | 285507 |
size | 24,437 |
A tool to flash ARM based CPU's such as stm32.
Read from address 0x0800_0000 1024 bytes and save to a some_file.bin.
dfu-flasher --bus-device BUS:DEVICE read 0x8000_0000:1024 --file-name some_file.bin
Write to flash address 0x0800_0000 1024 using some_file.bin as input.
dfu-flasher --bus-device BUS:DEVICE read 0x8000_0000:1024 --file-name some_file.bin