Add hfwget.c from hermesap-0.2
[agere_fw_utils.git] / README.dump_fw
blobf752eb00ad23ba3f85ee3434b2eb285dc85121bd
1 dump_fw
2 -------
4 Program to dump the Agere FW image from a wl_lkm_718 source tree. The
5 firmware image is intended to be used with the orinoco_cs and
6 hermes_dld Linux driver.
8 Untar into the wl_lkm_718 directory and run:
10 make -f dump_fw.mk
12 This will generate two programs, dump_h1_fw and dump_h2_fw which dump
13 the firmware for Hermes I AP+STA and Hermes II AP+STA respectively.
15 To use the programs just do:
17 ./dump_h1_fw root
19 Which will produce root_ap.fw and root_sta.fw, with root replaced by
20 whatever you specified.
22 Enjoy,
24 Dave Kilroy
25 June 2007.
28 KNOWN BUGS
29 ----------
31 1. Will only work on a little endian machine. Various numbers come out
32 backwards on a big endian machine.
33 2. Compatibility information offset present, but data not output.