a56: Add .gitignore file
[linux-libre-firmware.git] / carl9170fw / README
1 Community AR9170 Linux firmware
2 -----------------------
3
4 This is the firmware for the Atheros ar9170 802.11n devices.
5
6 To build the firmware you will need an SH-2 toolchain.
7 You can build your own toolchain:
8
9 make -C toolchain
10
11 but be aware that this will take some time and requires
12 about 2.4 GiB disk space.
13
14 The resulting firmware, carl9170.fw, can be used only
15 with the carl9170 Linux driver.
16
17 After getting a toolchain, you will need to get more
18 tools & libs:
19
20  * gcc 4.7+
21
22  * gperf, bison/flex
23
24  * cmake 2.8.4+
25
26 afterwards, simply execute:
27
28 autogen.sh
29
30 to start the configuration and build process.
31
32 if you want to "install" your own firmware, you can either
33 do this manually, or by executing:
34  
35 autogen.sh install
36
37 This will place a copy with the right filename [adds API rev]
38 into /lib/firmware/[the default path on most Distributions].
39