Re: [OpenWrt-Devel] Increase default squashfs blocksize for devices with small flash?

2014-09-10 Thread Mathias Adam
Hi again Felix, Am Di, 9.09.2014, 22:20 schrieb Mathias Adam: > Hi Felix, > > Am Di, 9.09.2014, 21:32 schrieb Felix Fietkau: >> On 2014-09-09 21:21, Mathias Adam wrote: >>> Hi, >>> >>> just noticed that the pre-built image for Huawei E970 (brcm47xx-legacy

Re: [OpenWrt-Devel] Increase default squashfs blocksize for devices with small flash?

2014-09-09 Thread Mathias Adam
Hi Felix, Am Di, 9.09.2014, 21:32 schrieb Felix Fietkau: > On 2014-09-09 21:21, Mathias Adam wrote: >> Hi, >> >> just noticed that the pre-built image for Huawei E970 (brcm47xx-legacy, >> openwrt-e970-squashfs-gz.bin) is too large for its 4MiB flash. >> This

[OpenWrt-Devel] Increase default squashfs blocksize for devices with small flash?

2014-09-09 Thread Mathias Adam
Hi, just noticed that the pre-built image for Huawei E970 (brcm47xx-legacy, openwrt-e970-squashfs-gz.bin) is too large for its 4MiB flash. This is true for both BB-rc3 and trunk snapshots. Apparently Imagebuilder creates squashfs with 64kiB blocksize. However I usually used 256kiB or even 1MiB on

[OpenWrt-Devel] [PATCH] mtd: Fix trx check after partition rename ("linux" to "firmware")

2014-09-02 Thread Mathias Adam
d-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38973 3c298f89-4303-0410-b956-a3cf2f4a3e73 Signed-off-by: Mathias Adam --- package/system/mtd/src/trx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/mtd/src/trx.c b/package/syste

Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: build alternative TRX using less optimized LZMA

2014-08-26 Thread Mathias Adam
Hi Stephen, do you still have the old working trx, or better, remember how you created it? That might help debugging the "Starting program" hang... Mathias Am Di, 26.08.2014, 04:34 schrieb Stephen Parry: > No sorry - I did not explain carefully enough: > 1. About 9 months ago I built a trx usi

Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: build alternative TRX using less optimized LZMA

2014-08-25 Thread Mathias Adam
Hi Rafal, just gave it a try on a Huawei E970: it didn't work, unfortunately (see below). Originally, this device ran into a reboot loop after "Starting program at 0x80001000" with lzma-loader. The device has a hardware watchdog set to about 1 or 2 seconds, so I thought it may as well be the hang

[OpenWrt-Devel] [PATCH] Add generic GPIO watchdog driver gpio_wdt (replaces mtx-1_wdt)

2013-01-16 Thread Mathias Adam
The functionality of mtx-1_wdt could be used on other platforms too. Huawei E970 being one example (I'll shortly post a patch for it). drivers/watchdog/mtx-1_wdt.c can be removed after applying the patch. Signed-off-by: Mathias Adam --- Can someone please try it on actual hardware?

[OpenWrt-Devel] [PATCHv3] Add support for Huawei E970

2013-01-16 Thread Mathias Adam
firmware's web interface Link to the wiki page I've created: <http://wiki.openwrt.org/toh/huawei/e970> Issue: * lzma-loader crashes, so gzipped kernel is used. Presumably due to watchdog reset during kernel decompress. Signed-off-by: Mathias Adam --- diff --git a/package/bro

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-17 Thread Mathias Adam
Hi Hauke, Am Do, 13.12.2012, 20:55 schrieb Hauke Mehrtens: > On 11/11/2012 09:38 PM, Mathias Adam wrote: >> ping... >> >> Am So, 14.10.2012, 21:13 schrieb Mathias Adam: >>> >>> !strcmp(getvar("status_gpio"), "1")) /* gpio bas

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-17 Thread Mathias Adam
Hi, Am Do, 13.12.2012, 20:59 schrieb Florian Fainelli: > Le 13/12/2012 20:45, Hauke Mehrtens a écrit : Changes from previous patch: * rebased to svn-rev. 33761 * b43 wireless now works out of box (no changes were necessary on my part) * modifications according to comm

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-14 Thread Mathias Adam
Hi Hauke, thanks for picking this up! Am Do, 13.12.2012, 20:45 schrieb Hauke Mehrtens: > On 11/11/2012 09:38 PM, Mathias Adam wrote: >> ping... >> Am So, 14.10.2012, 21:13 schrieb Mathias Adam: >>> This patch adds support for Huawei E970 wireless gateway devices. It ha

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-11-11 Thread Mathias Adam
ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: > This patch adds support for Huawei E970 wireless gateway devices. > It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV. > E960/B970 should work too, from what I know it's basically the same > har

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-10-20 Thread Mathias Adam
Am Mo, 15.10.2012, 19:17 schrieb Rafał Miłecki: > 2012/10/15 Mathias Adam : >> Am Mo, 15.10.2012, 17:57 schrieb Rafał Miłecki: >>> 2012/10/14 Mathias Adam : >>>> This patch adds support for Huawei E970 wireless gateway devices. It has been tested on an E970 label

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-10-15 Thread Mathias Adam
Am Mo, 15.10.2012, 17:57 schrieb Rafał Miłecki: > 2012/10/14 Mathias Adam : >> This patch adds support for Huawei E970 wireless gateway devices. >> It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV. >> E960/B970 should work too, from what

[OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-10-14 Thread Mathias Adam
er crashes, so gzipped kernel is used. Presumably due to watchdog reset during kernel decompress. Signed-off-by: Mathias Adam --- Changes from previous patch: * rebased to svn-rev. 33761 * b43 wireless now works out of box (no changes were necessary on my part) * modifications according to com

Re: [OpenWrt-Devel] [PATCH] Add support for Huawei E970

2012-04-26 Thread Mathias Adam
Hi Hauke, Am 25.04.2012 23:43, schrieb Hauke Mehrtens: Hi Mathias, sorry for answering so late. I haven't seen this patch since now. don't worry. Thanks for picking it up now. On 12/17/2011 09:46 PM, Mathias Adam wrote: This patch adds support for Huawei E970 wireless gateway d

Re: [OpenWrt-Devel] [PATCH] Add support for Huawei E970

2012-04-10 Thread Mathias Adam
.openwrt.org/patch/1689/> Please give some feedback on whether or how it can be merged into openwrt. Regards, Mathias Am Sa, 17.12.2011, 22:46 schrieb Mathias Adam: > This patch adds support for Huawei E970 wireless gateway devices. > It has been tested on an E970 labelled as T-Mobile web

Re: [OpenWrt-Devel] which openwrt bin file for huawei E970/E960 for web upgrade?

2012-04-10 Thread Mathias Adam
Hi, Am So, 8.04.2012, 00:03 schrieb Raymond Looi: > Hi, > > I would like to know which bin file should I get to make my huawei > E960 support openwrt? > > Thank you. > Ray as far as I know the E970 support isn't merged into openwrt (yet). Here you can find the patch, and a .bin I created back in

[OpenWrt-Devel] [PATCH] Add support for Huawei E970

2011-12-17 Thread Mathias Adam
er crashes, so gzipped kernel is used. Presumably due to watchdog reset during kernel decompress. * b43 wireless driver crashes after loading firmware, use proprietary module (wl) instead. Perhaps due to watchdog, too. (kernel patch below) Signed-off-by: Mathias Adam --- Index:

Re: [OpenWrt-Devel] Where to place code to reset a watchdog?

2011-12-14 Thread Mathias Adam
Hi, Am 04.12.2011 18:40, schrieb Florian Fainelli: Hello Mathias, Le dimanche 04 décembre 2011 18:16:39, Mathias Adam a écrit : Hi, I just got OpenWrt running on a Huawei E970 wireless gateway (in my case, labelled as T-Mobile web'n'walk Box IV). The device has a Broadcom BCM5354

Re: [OpenWrt-Devel] Where to place code to reset a watchdog?

2011-12-04 Thread Mathias Adam
Hello Florian, Am 04.12.2011 18:40, schrieb Florian Fainelli: Hello Mathias, Le dimanche 04 décembre 2011 18:16:39, Mathias Adam a écrit : However, the device has a hardware watchdog which needs GPIO7 to be toggled regularly. Otherwise, the device simply resets after 2-3 secs, so I wasn&#

[OpenWrt-Devel] Where to place code to reset a watchdog?

2011-12-04 Thread Mathias Adam
(I've also posted to the forum: <https://forum.openwrt.org/viewtopic.php?pid=150278#p150278> but didn't get any answers, hope it's better suited here...) Regards, Mathias Adam ___ openwrt-devel mailing list openwrt-devel@lists.ope