Quote:
Originally Posted by porkupan
Quote:
Originally Posted by ebmr
Why 0x70308000? Isn't 0x00500000 the entry point? (OTOH, the end of the reader partition (mmcblk2p4) would have to be 0x74C08000.)
|
Well, this is the address in RAM, so the flash offset doesn't matter. Why that particular address? I dumped the parameters of the original ramdisk image, and copied them.
|
I see (and should have worked it out for myself).

I was thinking too much about real addresses and forgetting about the mmu.
BTW, it is interesting that the compression type header entry of the original ramdisk is 0 (no compression) where it should be 1 (gzip) since, in fact, it is gzip compressed.