I have an nrv compressed filo.elf that on linux I can uncompress and have work.<br>
~/src/LinuxBIOSv2/util/nrv2b/nrv2b d /tmp/filo.elf.nrv /tmp/xyz<br>
       39496<br>
in linuxbios, the uncompress is too short:<br>
<br>
rom_stream: 0xfff90000 - 0xffff7fff<br>
Uncompressing to RAM 0x00200000  olen = 0x000062fc done.<br>
Cannot Load ELF Image<br>
 print/x 39496<br>
$1 = 0x9a48<br>
<br>
Any idea what to look for?<br>
<br>
ron<br>