08/09/2020
NanoVNA User Guide | NanoVNA User Guide
https://cho45.github.io/NanoVNA-manual/#7-
トレース状態
34/51
There are various ways to write it, but here I will explain using
. dfu-util is a cross-platform tool, and binaries are also
provided for Windows, so you can download and use it.
Writing with dfu-util (Ubuntu)
You can nd dfu-util in the standard package repository.
sudo apt-get install dfu-util
dfu-util --version
Boot the device in DFU mode. Use one of the following methods to enter DFU mode.
Turn on the power by jumpering the BOOT pin on the PCB. (After turning on the power, remove the jumper.) The screen
becomes white but it is normal.
CONFIG
→DFU
RESET AND ENTER DFU
Select
Execute the following command. build/ch.bin describes the path to the .bin of the downloaded rmware le.
dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D build/ch.bin
Writing with dfu-util (macOS)
We recommend using
to install.
Install the brew command.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install the dfu-util command.