X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=INSTALL;h=9ea6dada36898c67ee58c64a4694a9c66c32f89c;hp=b6eb4a4a54076e6fd810f9c598e71615f38b333e;hb=02054c86c9fce8978cc7372b758339191cc9f6d6;hpb=5cd924629334b017839cf53c484fea7a3461c9ca diff --git a/INSTALL b/INSTALL index b6eb4a4..9ea6dad 100644 --- a/INSTALL +++ b/INSTALL @@ -22,6 +22,8 @@ system: * 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,16 +34,31 @@ 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 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. ------ -Copyright (C) 2017, 2018 Jason Self -Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. This file is offered as-is, -without any warranty. \ No newline at end of file +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 +--------- + +You can redistribute and/or modify this file under the terms of the +GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any +later version. \ No newline at end of file