Skip to content

Commit

Permalink
atusb: Document that dfu-util needs to be run before device enters ru…
Browse files Browse the repository at this point in the history
…ntime mode

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
  • Loading branch information
agx authored and jkkm committed Jan 13, 2017
1 parent 6e99b1e commit 226835f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions atusb/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 226835f

Please sign in to comment.