Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-06-30 Thread John Crispin


On 30/06/2014 12:32, Marco Antonio Mauro wrote:
> On Mon, Jun 30, 2014 at 12:12 PM, John Crispin 
> wrote:
>> a74c1bb5ca2cf9156ac8cf1d3a91cc6759c4d7ad
> 
> I missed that, I'm sorry! Thanks again!
> 
> 


:) you got me worried there for a moment  :)
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-06-30 Thread Marco Antonio Mauro
On Mon, Jun 30, 2014 at 12:12 PM, John Crispin  wrote:
> a74c1bb5ca2cf9156ac8cf1d3a91cc6759c4d7ad

I missed that, I'm sorry! Thanks again!


-- 
Marcus905
GPG pubkey:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1FC0ECC932FE5FAC
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-06-30 Thread John Crispin


On 30/06/2014 12:07, Marco Antonio Mauro wrote:
> On Wed, Apr 23, 2014 at 8:10 PM, John Crispin 
> wrote:
>> looking at the patch, this was not the tool that depended on
>> some compression lib.
>> 
>> i will have a look in the morning to figure out why i did not
>> merge it already :)
>> 
>> sorry for the delay
> 
> 
> Bump!
> 


a74c1bb5ca2cf9156ac8cf1d3a91cc6759c4d7ad  ???
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-06-30 Thread Marco Antonio Mauro
On Wed, Apr 23, 2014 at 8:10 PM, John Crispin  wrote:
> looking at the patch, this was not the tool that depended on some
> compression lib.
>
> i will have a look in the morning to figure out why i did not merge it
> already :)
>
> sorry for the delay


Bump!

-- 
Marcus905
GPG pubkey:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1FC0ECC932FE5FAC
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-04-23 Thread John Crispin


On 07/02/2014 23:23, Marco Antonio Mauro wrote:
> index 585090e..641c99d 100644 --- a/tools/firmware-utils/Makefile 
> +++ b/tools/firmware-utils/Makefile @@ -66,6 +66,7 @@ define 
> Host/Compile $(call cc,mkporayfw, -Wall) #$(call cc,mkhilinkfw, 
> -lcrypto) $(call cc,mkdcs932, -Wall) +$(call cc,dgn3500sum) endef
> 


looking at the patch, this was not the tool that depended on some
compression lib.

i will have a look in the morning to figure out why i did not merge it
already :)

sorry for the delay
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-04-23 Thread John Crispin


On 23/04/2014 19:28, Marco Antonio Mauro wrote:
> On Fri, Feb 7, 2014 at 11:23 PM, Marco Antonio Mauro
>  wrote:
>> 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 
> 
> Can somebody apply this? Thanks!
> 

Hi,

forgot to reply last time

the tool depends on host libraries and the prereq check is not
inplace. adding this tool would break all buildbots unless we ship the
compression library that was used by the tool

John
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-04-23 Thread Marco Antonio Mauro
On Fri, Feb 7, 2014 at 11:23 PM, Marco Antonio Mauro  wrote:
> 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 

Can somebody apply this? Thanks!

-- 
Marcus905
GPG pubkey:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1FC0ECC932FE5FAC
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory and sysupgrade image building support

2014-02-07 Thread Marco Antonio Mauro
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 


dgn3500-factory-sysupgrade-final.patch
Description: Binary data
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel