Hi everybody,

I'm currently trying to get a Netgear DM111P modem to boot an alternate kernel -- console access is fine,
I get to the prompt, but it seems I just can't boot anything over TFTP.

With a MIPS32 ELF image:
CFE> r 192.168.0.2:/tftpboot/DM111P-vmlinux
0x80010000/1469200 *** command status = -17
CFE>

If I try a "raw" image, it seems CFE doesn't recognize it and tries to decompress it:
CFE> r 192.168.0.2:/tftpboot/DM111P-vmlinux.raw
Retry loading it as a compressed image.
Loading 192.168.0.2:/tftpboot/DM111P-vmlinux.raw ...
Finished loading 1618054 bytes
Code Address: 0x00000000, Entry Address: 0x00000000
Failed on decompression.  Corrupted image?
*** command status = 1618054
CFE>

I couldn't find anything on the CFE command status -17 -- any ideas ?

For reference :
CFE version 1.0.37-0.6.8 for BCM96338 (32bit,SP,BE)
Build Date: Tue Apr 10 10:08:13 CST 2007 (michaelc)

Flash Config: CS0(1fc00008,1f),Base(bfc00000),Size(2MB)
Ethernet Network Device: Internal PHY

Board IP address                : 192.168.0.1 
Host IP address                 : 192.168.0.2 
Gateway IP address              :   
Run from flash/host (f/h)       : h 
Default host run file name      :
Default host flash file name    : bcmModelName_fs_kernel 
Boot delay (1-9 seconds)        : 1 
Board Id Name                   : RTA1320 
Psi size in KB                  : 24
Number of MAC Addresses (1-32)  : 1 
Ethernet MAC Address            : 00:14:6c:2b:94:31 
Memory size in MB               : 8

CFE> help
Available commands:

w                   Write the whole image start from beginning of the flash
e                   Erase [n]vram or [a]ll flash except bootrom
r                   Run program from flash image or from host depend on [f/h] flag
p                   Print boot line and board parameter info
c                   Change booline parameters
f                   Write image to the flash
i                   Erase persistent storage data
b                   Change board parameters
reset               Reset the board
flashimage          Flashes a compressed image after the bootloader.
help                Obtain help for CFE commands

For more information about a command, enter 'help command-name'
*** command status = 0