View Single Post
  #1999 (permalink)  
Old 03-22-2011, 12:45 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
What about something like this?

tar -cvzf /cache/modules.tgz /data/modules/
/bin/flash_eraseall /dev/mtd/mtd3 > /dev/null
/bin/mount -t yaffs2 /dev/block/mtdblock3 /data > /dev/null
tar -xzf /cache/modules.tgz -C /data
i ran my first test yesterday to restructure the modules path. I tried to port over sqsh4 so i can try the other method but the patch is too massive. So ill try to night with yaffs2 instead. If it works, then we will just do as you said and copy them over to system and mount looping them. This way we can wipe data all we want and not loose anything. Only thing we need to make sure is that people wipe their old modules or else system will just baloon up.

Also because the recovery is only 8mb, we will only have room for 1 extra kernel in there.. ohh well.. better than nothing
__________________
Reply With Quote