X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=INSTALL;h=70c4381baa5903049907fa98a75c8ea549b79106;hp=74c5cfdeb7a9ab0d556761b4d8b91d13a8c78764;hb=d6bb7bf71810db1b02dec985e8383594c193f55f;hpb=e967adddb5eaaddb04d6b8983d556d6146bc2fa9 diff --git a/INSTALL b/INSTALL index 74c5cfd..70c4381 100644 --- a/INSTALL +++ b/INSTALL @@ -17,11 +17,14 @@ system: * A C/C++ compiler, like GCC * Cmake + * dfu-util - Device Firmware Upgrade Utilities * GNU Bison/YACC * GNU Flex * GNU Gperf * GNU Make * GNU Wget + * GNU C cross-compiler for AVR + * Standard C library for Atmel AVR * GNU C cross-compiler for ARM: - arm-linux-gnueabi-gcc - arm-linux-gnueabi-ld @@ -32,13 +35,27 @@ system: On GNU/Linux distros that use apt you can install these with: - apt install binutils-arm-linux-gnueabi binutils-arm-none-eabi bison \ - cmake flex g++ gcc gcc-arm-linux-gnueabi gcc-arm-none-eabi gperf make wget + apt install gcc-avr avr-libc binutils-arm-linux-gnueabi \ + binutils-arm-none-eabi bison cmake dfu-util flex g++ gcc \ + gcc-arm-linux-gnueabi gcc-arm-none-eabi gperf make wget CARL9170 Firmware Configuration +------------------------------- When building the carl9170 firmware you will be prompted with configuration questions. +atusb: Firmware for the ATUSB IEEE 802.15.4 USB Adapter +------------------------------------------------------- + +To flash the firmware you need dfu-util on the host. Issue + + dfu-util -d 20b7:1540 -D atusb.dfu + +right after plugging the device into the USB port while the red led is +still on. + +Refer to the included README file for more information. + Licensing ---------