You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mario Limonciello c79933a830 Fix carl9170fw shell scripts for shellcheck errors 1 year ago
..
carlfw Remove executable permissions from firmware files 11 years ago
config linux-firmware: add carl9170 firmware 12 years ago
extra carl9170: Fix minimum CMake version 12 years ago
include linux-firmware: add carl9170 firmware 12 years ago
minifw linux-firmware: add carl9170 firmware 12 years ago
toolchain Makefile: replace mkdir by install 3 years ago
tools linux-firmware: add carl9170 firmware 12 years ago
CMakeLists.txt linux-firmware: add carl9170 firmware 12 years ago
COPYRIGHT linux-firmware: add carl9170 firmware 12 years ago
GPL linux-firmware: add carl9170 firmware 12 years ago
Kconfig linux-firmware: add carl9170 firmware 12 years ago
README linux-firmware: add carl9170 firmware 12 years ago
autogen.sh Fix carl9170fw shell scripts for shellcheck errors 1 year ago
genapi.sh Fix carl9170fw shell scripts for shellcheck errors 1 year ago

README

Community AR9170 Linux firmware
-----------------------

This is the firmware for the Atheros ar9170 802.11n devices.

To build the firmware you will need an SH-2 toolchain.
You can build your own toolchain:

make -C toolchain

but be aware that this will take some time and requires
about 1.2 GiB disk space.

The resulting firmware, carl9170.fw, can be used only
with the carl9170 Linux driver.

After getting a toolchain, you will need to get more
tools & libs:

* gcc 4.4+

* gperf, bison/flex

* cmake 2.8.0+

* libusb 1.0+

* SDL SDK 1.2.13+

afterwards, simply execute:

autogen.sh

to start the configuration and build process.

if you want to "install" your own firmware, you can either
do this manually, or by executing:

autogen.sh install

This will place a copy with the right filename [adds API rev]
into /lib/firmware/[the default path on most Distributions].