Revision of Build FW from Thu, 11/07/2013 - 17:37

The revisions let you track differences between multiple versions of a post.

Back to referring page

Notice: This page is a part of my personal profile page, and may be moved or deleted without prior notice.

Prepare

sudo apt-get update
sudo apt-get --no-install-recommends install make gcc libc6-dev m4 cmake
wget https://github.com/qca/open-ath9k-htc-firmware/archive/master.zip
unzip master
rm -f master.zip
cd open-ath9k-htc-firmware-master

Build

make toolchain
make -C target_firmware

Clean

mkdir -p ../firmware
mv target_firmware/*.fw *.TXT README ../firmware
cd ..
rm -fr open-ath9k-htc-firmware-master

Pre-built "driver package" (including firmware) can be downloaded here. The official GitHub page with the released source code is here.

Revisions

08/29/2013 - 20:09
mYself