View Single Post
  #1218 (permalink)  
Old 02-13-2011, 12:36 PM
Lmiller1708's Avatar
Lmiller1708
Flashaholic!
Offline
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
Finaly got everything in order (few randome reboots here and there but better than before) . I made the necessary chagnes to tinboot so we are all on the same page. I still need to clean it up a bit. I'm going to remove all the rhod variants and just have 1 line for everyone.

Few things will change with the kernel as well.
1) overclocking will no longer be done via cmd line. What's the most common android app to overclock? whatever it is it would be nice if we just comply with that.
2) I'm going to finish up the variant detection so keyboard will be detected ..
3) cdma detection will be done by the variant as well.

i pushed changes to initrd.. its stripped down now for size. Also i removed sdcard support since we are on nand. No need to go back to sdcard images now. .. now time for bed ..
Great ACL! Your mtdparts cmdline is off a bit though...
It should be something more like this:
Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x01500000@0x04000000(root),0x07BA0000@0x05500000(system),-0x06f600000x0D0A0000(userdata)
If you do a cat mtd3 what is the size of your image? With the above mine is 368 MB. We should be able to adjust these a bit more to give us more system space. What do you think a good value for that would be?

Also I didn't see a update on git for the initrd...

For overclocking can we just leave the cmdline in there? And set it for 500? Then we can hex the cmdline if they want to over clock it... This is what they did for the Vogue. They actually have a tool for that, and some other things. Atools. Maybe we could use it in the future...
__________________
Reply With Quote
This post has been thanked 2 times.