Commit graph

2 commits

Author SHA1 Message Date
Andrew MacIntyre
937ac93f65 extract_ltq_xdsl_files.py: enhance to match newly found files
With fimrware release 4.4.2.1 for the Vigor 2765, Draytek added an
extra "modem" package which listed two firmware versions that I've
not seen references to before:
- 8.D.1.F.1.7_8.D.1.0.1.1  (VDSL vectoring, ADSL Annex A)
- 8.D.1.F.1.7_8.D.1.0.1.2  (VDSL vectoring, ADSL Annex B)

These two firmwares have a common 6 byte closing sequence that is
completely different from all the other known firmwares, while
otherwise having the same structure so enhance the script to support
the extra closing sequence.

While at it, refactor the script to move the output format strings
to constants and make several other minor editorial fixes.
2023-12-27 23:07:14 +11:00
Andrew MacIntyre
2632a0c851 Add the scripts to extract Lantiq xDSL files from images and extract
device firmware images from Draytek device firmware files; update
README.md to describe and document these scripts.
2022-07-11 19:00:14 +10:00