Skip to content

Commit

Permalink
linux-firmware: update firmware file for atusb
Browse files Browse the repository at this point in the history
Update to newly released 0.3 version while also adding another
file for the slightly different Atmel Raven USB dongle to be
supported by the same kernel driver.

Signed-off-by: Stefan Schmidt <[email protected]>
Signed-off-by: Ben Hutchings <[email protected]>
  • Loading branch information
Stefan-Schmidt authored and bwhacks committed Dec 7, 2016
1 parent 91ddce4 commit 4b9559f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions WHENCE
Original file line number Diff line number Diff line change
Expand Up @@ -3130,6 +3130,10 @@ Driver: atusb - ATUSB IEEE 802.15.4 transceiver driver

File: atusb/atusb-0.2.dfu
Version: 0.2
File: atusb/atusb-0.3.dfu
Version: 0.3
File: atusb/rzusb-0.3.bin
Version: 0.3
Info: atusb/ChangeLog

Licence: GPLv2 or later. See GPL-2 and GPL-3 for details.
Expand Down
12 changes: 9 additions & 3 deletions atusb/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
ChangeLog:
* 0.0 initial release
* 0.1 addition of ATUSB_TEST
* 0.2 First public release. Compatible with atusb driver in the
upcoming 4.2 kernel
* 0.2 First public release. Compatible with atusb driver in the upcoming 4.2 kernel
* 0.3 * ATUSB_EUI64_READ/WRITE for permanent EUI64 handling
* Support to run the firmware on Atmel Raven USB dongles (Alexander Aring)
* 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.2.dfu
dfu-util -d 20b7:1540 -D atusb-0.3.dfu

For the Atmel Raven USB dongle a full JTAG setup is needed to flash the
firmware as no DFU bootloader is available there.

The firmware is flashed into permanent storage and does not need to be provided
after power off. A new firmware version can be flashed the same way.
Expand Down
Binary file added atusb/atusb-0.3.dfu
Binary file not shown.
Binary file added atusb/rzusb-0.3.bin
Binary file not shown.

0 comments on commit 4b9559f

Please sign in to comment.