|
||||
Re: NAND Boot File Repository
Do we even need the files on the SD card then? or is still looking for the modules there?
__________________
mpx200>6600>6700>touch>touch pro 2
|
|
||||
Re: NAND Boot File Repository
OK, here's the latest update. I have refactored a bunch of the first couple of posts with some new information. After trying to make modifications to tinboot to make it work, I decided to create NBH files from previous builds and check those. On the plus side, they all worked; on the downside, that means the commits for 3D messed things up (at least for me).
I have now included the NBH file with the builds from the 23rd and the 25th. The zImage is only included with those for reference and is not needed for NAND booting since the NBH puts the zImage and initrd.gz onto the NAND. If you guys could test the one from the 25th and let me know how it works for you, that would be awesome. As far as the latest build with hw3d enabled, I'm learning how to start with a base of the 25th and selectively add one commit at a time to find which one breaks it for me |
|
||||
Re: NAND Boot File Repository
Yes, I updated the FAQ to be more clear about what is going on with the NAND and SD card. Long story short, the zImage and initrd.gz files are in the NBH and get flashed directly to the NAND. The modules, system.ext2, rootfs.img, and data.img are still stored on the SD card.
|
|
||||
Re: NAND Boot File Repository
i tired the one from 25th..for me the startup animation is gone..but the phone comes on rather quickly with out it less lag while navigating through out the phone(moves fast!!)..wifi works..its coming together slowly but surely..i also removed all the other junk like heret zimage intrid..since we dont need them on sd..im on rhod400..great work!!
|
|
||||
Wirelessly posted (Opera/9.80 (Android; Opera Mini/5.1.21126/20.2485; U; en) Presto/2.5.25)
Quote:
So far, battery is lasting me about 6 hours probably entirely due to the screen not powering off. I'm really hoping I can find some time to build new tinboots with ACL's newer commits over this weekend. |
|
||||
Re: NAND Boot File Repository
YAY!
Great progress. Wifi indeed works. USB debugging works (had to load SDK x64 drivers for Win 7). Seems good to me so far. I still like to see a fix to the screen at least not sleeping and wonky charging. Battery lasted just slightly shorter than usual probably due to screen not powering down. Otherwise, I'm thrilled! Keep it up, I had problems trying to gather what I could on my own to build and test myself. So I'll wait for new updates and post my findings. Last edited by coolsilver; 10-02-2010 at 02:07 AM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot File Repository
Quote:
Also, you may want to edit your froyo.conf file on the SD card to reduce the size of compcache to something smaller than 90 as that seemed to help me get a little further into the boot before it froze |
|
||||
Re: NAND Boot File Repository
As much as id love to do this on the kernel i think the quick and dirty way to get it done right now is just to modify the rootfs for nand.
What we can do is create a blank file on your sdcard that has the name of your physkeyboard value that would originally go to the startup/cmd line. So for example if you normally use physkeyboard=rhod400 on your cmdline, we can just create an empty file called rhod400. This modded rootfs can detect that and load the correct kb settings. Thats all the difference really between the rhods.. rest of the crap we alreayd handle in the kernel. I can help someone do this or you would like i can upload one modified already. The downsides are that we would need to keep up with changes on the real community rootfs, but then again that doesnt change much. Also, i checked tinboot and it really doesnt need any modification. So natemcnutty, not sure why its not working for you. But i can help you mod the scripts if needed.
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot File Repository
Quote:
|
|
|
|