MyNetgear: Difference between revisions
Jump to navigation
Jump to search
m (→CFE) |
m (→CFE) |
||
Line 8: | Line 8: | ||
* flash -noheader 192.168.0.5:netgear.img.1 flash0.os |
* flash -noheader 192.168.0.5:netgear.img.1 flash0.os |
||
* flash -noheader 192.168.0.5:netgear.img.2 -offset=3932160 flash0.os |
* flash -noheader 192.168.0.5:netgear.img.2 -offset=3932160 flash0.os |
||
"The CFE flash routine will only download and flash a maximum of 4194304 bytes (4MB) at a time. To get around the 4MB limit, we need to split the image into smaller chunks and then use the -offset flag to flash the two parts." [http://wgt634u.nomis52.net/index.php/RestoreNetgearImage] |
|||
=Kernel= |
=Kernel= |
Revision as of 21:09, 17 March 2006
Hardware
- eth0 MAC address 00:0F:B5:3D:5D:FC
CFE
To restore the netgear image run in CFE:
- ifconfig -auto eth0
- flash -noheader 192.168.0.5:netgear.img.1 flash0.os
- flash -noheader 192.168.0.5:netgear.img.2 -offset=3932160 flash0.os
"The CFE flash routine will only download and flash a maximum of 4194304 bytes (4MB) at a time. To get around the 4MB limit, we need to split the image into smaller chunks and then use the -offset flag to flash the two parts." [1]