Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
supporting mutiple is simple
on /data/modules we need a new directory with the uname of the kernel
Each kernel will use their own directory but mutiple an co-exist in there. So when we do a backup, we will always bakup the older modules in their old directories as well as leaving the new ones untouched. The final piece is to tell android to symlink /data/modules/uname to /data/modules . The uname gets filled in with the kernel info.
Now this has to run really early, even before the sysinit.sh, so it may need to be part of the initrd . I think we even have the command in there commented out.
I'm rerunning the autobuild. Hopefully that helps.
|