Coder Social home page Coder Social logo

eyedeekay / open-ath9k-htc-firmware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qca/open-ath9k-htc-firmware

0.0 1.0 0.0 6.56 MB

The firmware for QCA AR7010/AR9271 802.11n USB NICs

License: Other

Makefile 0.12% C 77.31% C++ 8.04% JavaScript 0.15% Shell 1.45% Scheme 1.16% Perl 3.61% Assembly 8.16%

open-ath9k-htc-firmware's Introduction

This is the firmware for the Qualcomm Atheros AR7010 and AR9271 USB
802.11n NICs.

What is this exactly?
---------------------

This is the firmware which resides in RAM on the AR7010/AR9271 NICs.
It is used by ath9k (Linux) and athn (OpenBSD) to provide wireless
services.

What licence is this covered by?
--------------------------------

The Qualcomm Atheros owned code is under the ClearBSD licence.

The NOTICES.TXT file contains copyright notices for software which
this firmware release leverages.

There is some code that is based off of work done under contract
but is owned by Qualcomm Atheros; the original copyright statements
from that work are in NOTICES.TXT.

The Tensilica code (xtos/xtensa) is distributed with permission from
Tensilica, Inc., under the MIT licence.

There are three ECOS source files distributed under the terms of
the GPLv2, with a caveat that linking or using the source files does
not bring the rest of the binary under the GPLv2.  Please read the
ECOS caveats in more detail.


Ok, what are those NICs?
------------------------

The AR7010 is a USB/PCIe SoC with onboard RAM, ROM and flash.
It comes with an external wireless chip connected via PCIe - typically
an AR9280 or AR9287.

The AR9271 is a USB/Wifi SoC with onboad RAM, ROM, flash and the
actual wireless chip.  The wireless core is an off-shoot of the AR9285.
It is a single-chip solution.

How do I build it?
------------------

You're in for a treat.

* Install the cmake build tool (http://www.cmake.org/).
  Major distributions have packages for this.

* For FreeBSD - install gmake and wget.

* You first have to build the toolchain.

  * Linux:

  $ make toolchain

  * FreeBSD:

  $ gmake toolchain

  (Yes, I made this work on FreeBSD as well.)

* Next, build the firmware.

  * Linux:

  $ make -C target_firmware

  * FreeBSD:

  $ gmake -C target_firmware

You will end up with two .fw files - one for the AR7010 and one for
the AR9271 in the target_firmware directory.

You can clean the firmware build (when you wish to force a rebuild)
by doing:

  * Linux:

  $ make -C target_firmware clean

  * FreeBSD:

  $ gmake -C target_firmware clean

Then what?
----------

You need to then copy this into the relevant location for your operating
system.  Yes, this means you need a driver.  No, there's no FreeBSD
driver yet for this particular chipset, sorry.


Where do I file bugs?
---------------------

Please file bugs in github - http://github.com/qca/open-ath9k-htc-firmware/issues .


Mailing lists?
--------------

Here you go:

http://lists.infradead.org/mailman/listinfo/ath9k_htc_fw

And

[email protected]

open-ath9k-htc-firmware's People

Contributors

biergaizi avatar chunyeow avatar erikarn avatar greearb avatar ianr778 avatar iazz avatar mattflaschen avatar oblique avatar olerem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.