lantiq: DGN3500 (all known variants) factory and sysupgrade image building support
authorJohn Crispin <john@openwrt.org>
Tue, 17 Jun 2014 15:38:54 +0000 (15:38 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 17 Jun 2014 15:38:54 +0000 (15:38 +0000)
commit575127fe1c82e814da155a15be0a02b4153e1d00
treef99637791eca45368327d9154cd063b607689762
parent9bbbcf60b30c3b1968660a17a2bea5c3e0aa5bed
lantiq: DGN3500 (all known variants) factory and sysupgrade image building support

This patch adds factory image building for the DGN3500, all variants,
and fixes sysupgrade images to make them play nice with the sercomm
secondary boot loader.

The factory images can be used directly in the update dialog in the
interface of the stock firmware and via the special Sercomm bootmode
and a special windows flashing utility (allegedly present in the CD
that came with the device -- but it's also compatible with the NSLU2
Upgrade_207_XP utility.) The special bootmode can be activated by
turning the device on while holding the reset button pressed, then
releasing it when the power led starts blinking red and green. Please
notice that if using the 207 utility, it will always report that the
flashing failed even though it completed successfully. Just power
cycle the router manually after the utility reports the failure and
OpenWRT will boot. This same utility (despite reporting failure in
this case too) can revert a DGN3500 (any variant) to the appropriate
stock Netgear firmware.

This patch is a heavily modified version of a package I found on the
OpenWRT forum with a couple fixes and features added -- mainly the
generation of all the different image variants to support all known
models directly, atm known variants are AnnexA-WW, AnnexA-NA and
AnnexB-DE/GR.

I tested the patch successfully on my device.

Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com>
SVN-Revision: 41236
target/linux/lantiq/image/Makefile
tools/firmware-utils/Makefile
tools/firmware-utils/src/dgn3500sum.c [new file with mode: 0644]