Joined
·
3,286 Posts
Wanted to break this one out, as this has its own headaches. Some of what I know, so far:- Eclair SDK 7 is based off of Linux kernel 2.6.29 (which is the kernel the PDN currently has). - Froyo SDK 8 is based off of Linux kernel 2.6.32.
I assume that both would need kernel sources specific to the S3C6410 chipset. I have found one site here that offers that: JetKernel - jetdroid - Details about the J�kernel development - Project Hosting on Google Code
My biggest issue at the moment is how we could even take a compiled zImage and alter it so that the recovery process can accept it? So far, I've tried to use mkImage to convert one to a uImage, but that did not work. Any other suggestions, at this point? Thanks in advance.
I assume that both would need kernel sources specific to the S3C6410 chipset. I have found one site here that offers that: JetKernel - jetdroid - Details about the J�kernel development - Project Hosting on Google Code
My biggest issue at the moment is how we could even take a compiled zImage and alter it so that the recovery process can accept it? So far, I've tried to use mkImage to convert one to a uImage, but that did not work. Any other suggestions, at this point? Thanks in advance.