View Single Post
  #1851 (permalink)  
Old 03-17-2011, 06:11 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
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.
Sorry I yanked my post because it was kind of off. The latest files now work out of the box with wifi, but the ones I grabbed a couple of days ago did not.

I was hoping to find a way to let the installer script handle the modules so that only one link existed at a time, but we could technically install as many as we had space for. Thing is, at 18 MB per modules set, I don't think anyone is going to want to hold onto more than a couple :P
__________________
Reply With Quote