/README.dump_fw (f752eb00ad23ba3f85ee3434b2eb285dc85121bd) (751 bytes) (mode 100644) (type blob)
dump_fw
-------
Program to dump the Agere FW image from a wl_lkm_718 source tree. The
firmware image is intended to be used with the orinoco_cs and
hermes_dld Linux driver.
Untar into the wl_lkm_718 directory and run:
make -f dump_fw.mk
This will generate two programs, dump_h1_fw and dump_h2_fw which dump
the firmware for Hermes I AP+STA and Hermes II AP+STA respectively.
To use the programs just do:
./dump_h1_fw root
Which will produce root_ap.fw and root_sta.fw, with root replaced by
whatever you specified.
Enjoy,
Dave Kilroy
June 2007.
KNOWN BUGS
----------
1. Will only work on a little endian machine. Various numbers come out
backwards on a big endian machine.
2. Compatibility information offset present, but data not output.
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
751 |
f752eb00ad23ba3f85ee3434b2eb285dc85121bd |
README.dump_fw |
100644 |
blob |
6413 |
d0254ddd173534037da4ef28cd323a88673bd750 |
dump_fw.c |
100644 |
blob |
1108 |
83c95872fe12b9d279be420ca158a68232ad6f00 |
dump_fw.mk |
100644 |
blob |
6292 |
c3f095256f593e0352f0086dfe7f81c8a04a28df |
hfwget.c |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/tuxsavvy/agere_fw_utils
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/tuxsavvy/agere_fw_utils
Clone this repository using git:
git clone git://git.rocketgit.com/user/tuxsavvy/agere_fw_utils
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main