I'm having a little problem getting a hand-rolled kernel onto my E3 and wonderded if someone could just point me in the right direction.
I've downloaded the linux-2.6.16 sources, applied all the patches from http://the.earth.li/pub/e3/2.6.16/ (aside: 07-ams-delta-defconfig fails for some reason so I had to do that one by hand!) then done a: make ams_delta_defconfig && make uImage
The 'uImage' that's produced has a load address of '0x10008000' and results in "Verifying Checksum ... Bad Data CRC" error when I try and flash the E3.
I suspect this load address is wrong. The pre-built kernel from the above URL has a load address of '0x11d00000'.
What am I doing wrong!?
Regards,