Hi everybody,
I'm struggling against a problem on my hw, quite similar to evm.
I can read/write the ram from 0x80000000 for at least 6MB using jtag and also using u-boot (mtest command).
The problem appears when I go bootm 80708000, I get 'invalid compressed format'
I have tried to follow the inflate, and it seems a problem during block inflate.
I guess it is something related to x-loader or u-boot (I don't have nand so I have modified them).
Any idea to understand better this situation?
Regards,
Raffaele
BAIA # bootm 80708000
## Booting kernel from Legacy Image at 80708000 ...
Image Name: Linux-2.6.32
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2458948 Bytes = 2.3 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... load = 0x80008000, image_start = 0x80708040
OK
OK
kernel loaded at 0x80008000, end = 0x80260544
## Transferring control to Linux (at address 80008000) ...
Starting kernel ...
Uncompressing Linux...
invalid compressed format (err=2)