Commit 226835f5 authored by Guido Günther's avatar Guido Günther Committed by Kyle McMartin
Browse files

atusb: Document that dfu-util needs to be run before device enters runtime mode


Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
Acked-by: default avatarStefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: default avatarKyle McMartin <kyle@kernel.org>
parent 6e99b1e0
......@@ -7,8 +7,12 @@ ChangeLog:
* Remove FCS frame check from firmware and leave it to the driver
* Use extended operation mode for TX for automatic ACK handling
To flash the firmware you need dfu-util on the host:
dfu-util -d 20b7:1540 -D atusb-0.3.dfu
To flash the firmware you need dfu-util on the host. Issue
dfu-util -d 20b7:1540 -D atusb-0.3.dfu
right after plugging the device into the USB port while the red led is still
on.
For the Atmel Raven USB dongle a full JTAG setup is needed to flash the
firmware as no DFU bootloader is available there.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment