summaryrefslogtreecommitdiff
path: root/atusb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2016-12-05 08:50:08 +0100
committerBen Hutchings <ben@decadent.org.uk>2016-12-07 01:01:04 +0000
commit4b9559fb0565f582a21a4070a81a3b6a7d77610b (patch)
tree6816369d519341f02090d4a056c8b941cced4884 /atusb
parent91ddce492dc0a6a718396e0c79101087134f622d (diff)
downloadlinux-firmware-4b9559fb0565f582a21a4070a81a3b6a7d77610b.tar.gz
linux-firmware: update firmware file for atusb
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 <stefan@datenfreihafen.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'atusb')
-rw-r--r--atusb/ChangeLog12
-rw-r--r--atusb/atusb-0.3.dfubin0 -> 6042 bytes
-rw-r--r--atusb/rzusb-0.3.binbin0 -> 6058 bytes
3 files changed, 9 insertions, 3 deletions
diff --git a/atusb/ChangeLog b/atusb/ChangeLog
index 65b8c58..62b7cef 100644
--- a/atusb/ChangeLog
+++ b/atusb/ChangeLog
@@ -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.
diff --git a/atusb/atusb-0.3.dfu b/atusb/atusb-0.3.dfu
new file mode 100644
index 0000000..79eda3b
--- /dev/null
+++ b/atusb/atusb-0.3.dfu
Binary files differ
diff --git a/atusb/rzusb-0.3.bin b/atusb/rzusb-0.3.bin
new file mode 100644
index 0000000..dec0237
--- /dev/null
+++ b/atusb/rzusb-0.3.bin
Binary files differ