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 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
>> hardware.
>>
>> The device has a Broadcom BCM5354 SoC and a built-in 3G USB modem.
>> For reference, it has already been addressed in this open ticket:
>> <https://dev.openwrt.org/ticket/2711>
>>
>> The device has a hardware watchdog which needs GPIO-7 to be toggled at
>> least
>> every 1-2 seconds. Therefore a timer is being setup early in the boot
>> process
>> in order to take care of this  (see arch/mips/bcm47xx/time.c).
>>
>> Tested and works:  3G wan,  wlan+LED,  VLAN config,  failsafe using reset
>> button,   image to be used for upgrade from OEM 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.
>>
>>              !strcmp(getvar("status_gpio"), "1")) /* gpio based detection */
>>              return &platforms[PS1208MFG];
>>
>> +    if (!strcmp(boardnum, "0x5347") && !strcmp(boardtype, "0x048e"))  /*
>> Huawei E970 */
>> +            return &platforms[HUAWEI_E970];
>> +

These two values boardnum and boardtype do not look very device
specific, could you post the nvram of the device, I hope there are some
better names in it.

Hauke
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to