This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Humm... What does your Log look like? I'm available to chat at IRC...
|
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
When attacking the imgbin, it gets placed at a position where it cuts off the xip. Now sure how this is happening. It looks like your xip is slightly smaller so it clears away just fine. When i attach it however it get cut off so i dont boot. did you adjust the offset ? or did we always use 320000 ? |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Edit: Fixed post... Shouldn't be drinking while posting... Last edited by Lmiller1708; 02-13-2011 at 02:34 PM. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
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 .. |
This post has been thanked 4 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Great work tho, can't wait to try it! |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
It should be something more like this: Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x01500000@0x04000000(root),0x07BA0000@0x05500000(system),-0x06f600000x0D0A0000(userdata) 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... |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
cmd line changes are just too ugly. THe support will remain there if anyone wishes to add it, but adding a /sys entry is easier since it will also allow us to play well with other builds. Cyanogen :-p ?. So yes, the support for cmd line over clock will remain. No need to set it to 500, it can be added if someone wishes. i trust you guys with the mtd line. You and nate know more about this way more than me. The only thing i didnt really like about the line above is that the name of the partition dissapears. And calls the last partition partition3 or something. This sucks since android relies on the partition naming for mounting. Once you see the initrd, its dumb simple. There is absolutely no mount binds or modifications like the old rootfs. Just because android handles it all via its init script. You should actually take a look at the sysinit.rc in the last android install i pushed up. look at all the mounts and mkdirs. a lot of it was already there but we can create more as needed. Vendors and custom roms seem to do it this way so might as well study it. i put up my andinstall, andupdate and install script online as well. This was all i needed to install and run. Index of /files/xdandroid/ I'm still ironing out some immediate issues. Screen calibration and what not. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Your int file is missing a fi in the automount data part... I'm sure you found that already though. Still no data though.. This time I don't see the 3G icon at all. We are getting there though... |
This post has been thanked 2 times. |
|
|
|