X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=7fb111653d0885c3086970712c53adb08527bbfd;hp=74c5cfdeb7a9ab0d556761b4d8b91d13a8c78764;hb=dd4bc9ff49b9a7075e579fdd62fd930d27a9a7df;hpb=c164bf7f87f9081fee7e1a186dd7a87a9a020b9e diff --git a/INSTALL b/INSTALL index 74c5cfd..7fb1116 100644 --- a/INSTALL +++ b/INSTALL @@ -16,6 +16,8 @@ In order to build everything you will need the following on the host system: * A C/C++ compiler, like GCC + * AVR-GCC + * Standard C library for AVR-GCC * Cmake * GNU Bison/YACC * GNU Flex @@ -32,13 +34,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 avr-gcc avr-libc binutils-arm-linux-gnueabi \ + binutils-arm-none-eabi bison cmake 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 + + make 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 ---------