
<snip>
Image Type: ARM Linux Kernel Image (uncompressed)
^^^^^^^^^^^^
Data Size: 1710022 Bytes = 1.6 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK
Starting kernel ... undefined instruction pc : [<ffffffff>] lr : [<00249274>] sp : 001ff16c ip : ffffffff fp : 001ff694 r10: 00000000 r9 : 002570a8 r8 : 001fffd4 r7 : 000000ff r6 : 0027ee58 r5 : 00000000 r4 : 0027ee58 r3 : 00008000 r2 : 00000100 r1 : 0000020e r0 : 00000000 Flags: NZCV IRQs off FIQs off Mode SYS_32 Resetting CPU ...
Can anybody tell me what happend?
The image header describes the image as uncompressed, but really it isn't. Uncompressed code can't be executed.
the last sentence should be "Compressed code can't be executed." of course. Sory for that.
Best regards,
Anatolij