]> git.proxmox.com Git - mirror_linux-firmware.git/blame - carl9170fw/README
drm/amdgpu: update polaris12 to latest from 18.50 branch
[mirror_linux-firmware.git] / carl9170fw / README
CommitLineData
32eb7c73
XVP
1Community AR9170 Linux firmware
2-----------------------
3
4This is the firmware for the Atheros ar9170 802.11n devices.
5
6To build the firmware you will need an SH-2 toolchain.
7You can build your own toolchain:
8
9make -C toolchain
10
11but be aware that this will take some time and requires
12about 1.2 GiB disk space.
13
14The resulting firmware, carl9170.fw, can be used only
15with the carl9170 Linux driver.
16
17After getting a toolchain, you will need to get more
18tools & libs:
19
20 * gcc 4.4+
21
22 * gperf, bison/flex
23
24 * cmake 2.8.0+
25
26 * libusb 1.0+
27
28 * SDL SDK 1.2.13+
29
30afterwards, simply execute:
31
32autogen.sh
33
34to start the configuration and build process.
35
36if you want to "install" your own firmware, you can either
37do this manually, or by executing:
38
39autogen.sh install
40
41This will place a copy with the right filename [adds API rev]
42into /lib/firmware/[the default path on most Distributions].
43