Zbr's days.
May
Sun Mon Tue Wed Thu Fri Sat
   
31    
2007
Months
May

About TODO Blog RSS Old blog Projects Gallery Notes

Thu, 31 May 2007

I've gotten a first Linux dmesg on SuperH board.


What do you expect? Maybe this one:

Starting from MBR
Jumping to second stage
START
input_len: 0x00 10 ba f6
Uncompressing Linux... 

ran out of input data

 -- System halted
Not that much as you might expect, but it is something.
Above dmesg says that gzipped image provided has size of 0x10baf6 bytes, which is a bit more than a size of a zImage, and it was failed to get all input data. Precise meaning of that error message is hidden in the magic of gzip decompressor lib/inflate.c, which is a next task to solve, likely because of my broken sector reading code (I seriously doubt it is correct) not everything is in the RAM, so validation logic in the compressor fails and above error happens, I will determine that tomorrow, and now I need to run quickly or I will miss the latest bus home.

/devel/sh :: Link / Comments (0)

Please solve this captcha to be allowed to post (need to reload in a minute): 7 + 97

Comments are closed for this story.