riscv-rust / longan-nano

Board support package for the Longan Nano board
https://www.seeedstudio.com/Sipeed-Longan-Nano-RISC-V-GD32VF103CBT6-Development-Board-p-4205.html
117 stars 30 forks source link

README: use rust-objcopy #40

Open erdnaxe opened 6 months ago

erdnaxe commented 6 months ago

rust-objcopy seems to work well to flash the examples with dfu-utils. It is much simpler to setup as it is part of Rust ecosystem (and is based on llvm-objcopy). This patch proposes to simplify the README instructions by using this tool.