Read AP fw ident better from hfwget
[agere_fw_utils.git] / README.dump_fw
blob5b729e00a22ec5e9837476df2d2d67c610244378
1 This package contains two utilities, dump_fw and hfwget. If placed at
2 the root of a wl_lkm source tree, both utilities will be built with
3 the following command.
5 make -f dump_fw.mk
7 In any other location only hfwget will be built.
9 \f
10 dump_fw
11 -------
13 Program to dump the Agere FW image from a wl_lkm_718 source tree. The
14 firmware image is intended to be used with the orinoco_cs and
15 hermes_dld Linux driver.
17 Untar into the wl_lkm_718 directory and run:
19 make -f dump_fw.mk
21 This will generate two programs, dump_h1_fw and dump_h2_fw which dump
22 the firmware for Hermes I AP+STA and Hermes II AP+STA respectively.
24 To use the programs just do:
26 ./dump_h1_fw <root>
28 Which will produce <root>_ap_fw.bin and <root>_sta_fw.bin.
30 You can use the wl_lkm_714 or wl_lkm_722 source tree instead. See
31 instructions in dump_fw.mk
33 KNOWN BUGS
34 ----------
36 N/A
39 hfwget
40 ------
42 Program to dump Lucent Station and AP images from Windows and Apple
43 drivers. The firmware images are intended to be used with the
44 orinoco_cs and hermes_dld Linux driver.
46 Windows drivers:
47 WLLUC48.SYS  (old Lucent)
48 WLLUC48B.SYS (Lucent)
49 WLAGS48B.SYS (Agere)
50 WLDEL48B.SYS (Dell)
52 Apple Powerbook G3 AirPort firmware:
53 AppleAirPort.kext/Contents/PlugIns/AppleAirPortFW.kext
54 AppleAirPort.kext/Contents/PlugIns/AppleAirPortFWAP.kext
56 Compiled when building dump_fw above. Alternatively, extract into any
57 directory and run:
59 make -f dump_fw.mk hfwget
61 This will generate hfwget which will dump the firmware images it can
62 locate in the specified file. Just do:
64 ./hfwget <path to file> <rootname>
66 Which will output any of:
67 <rootname>_sta_fw.bin Station firmware for RAM download 
68 <rootname>_ap_fw.bin  AP firmware for RAM download
70 For the Airport, you need to specify the path to the firmware image
71 (AppleAirPort.kext/Contents/PlugIns/AppleAirPortFW.kext/Contents/MacOS/AppleAirPortFW)
73 KNOWN BUGS
74 ----------
76 N/A
79 Enjoy,
81 Dave Kilroy
82 October 2008.