|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Hrm. Just tried this full flash for the first time, I probably missed 15 steps...
Seems the can't see /dev/mtd at all, fails to wipe it and fails to do basically anything else... I'll retrace my steps, but unfortunately the directions are all over the place, so I'm not really sure if I am doing this correctly or not... "flash_eraseall: can't open '/dev/mtd/mtd2': no such device" After that, lots of other errors obviously. What am I missing? Thanks guys! Last edited by arrrghhh; 02-17-2011 at 08:26 PM. |
|
||||
Wirelessly posted (Vogue: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX03) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Quote:
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I'll try to retrace my steps. Heh, started writing what I did and I think I see my mistake... Well I did find a mistake I made, but now this isn't making sense... Quote:
Last edited by arrrghhh; 02-17-2011 at 09:01 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Download the binary initrd.gz from boot env and try again
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Hrm. Alrighty... I'm leaning towards kernel outdated, as I grabbed the initrd.gz from the bootenv fresh. Thanks.
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Code:
tools/nbmerge < os-new.nb.payload > os-new.nb echo Creating NBH wine tools/yang.exe -F ruu_signed.NBH -f OS-new.nb |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
So, I went to an old tinboot from before we made all the changes, and that is working perfectly for me. I think the new partition table is what is messing up on my phone. I'm going to play around with this some more to see if I can figure out what the deal is.
That being said, I am absolutely impressed in what I can do to this phone without bricking it... I've flashed the vogue's tinboot with our initrd.gz but leaving their partition table and emptyimgfs. It didn't work for me, but it didn't brick me either. I even flashed cLK from the HD2 which did would not boot for me either. And even after all of that, I can still flash WinMo and Tinboot from the sd card...! Edit: After further investigation, it is the new rhod_layout that does not work for me. Once I switch rhod_layout with os.nb.payload, it boots right up. Unfortunately, it fails right after it finds the sd card as if it can't read the NAND or something. I'm gonna give up on this for now and re-create my dev environment later. Trying to copy all these files back and forth with the sd card is really draining... Last edited by natemcnutty; 02-18-2011 at 01:20 AM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Nate You "How To" post needs to be updated.
First the FullBuild file needs to be changed to what I have attached. @ALL The Tinboot.s Has changed so you only need to add rhod and not rhod500... (arrrghhh this is your problem) Nate I think the NBH file yesterday was this way, sorry I didn't catch that. So it should be "Fullbuild.sh rhod" If you want to Just build the NBH use my BuildNBH.sh attached here. Make sure you are running these scripts out of your ~/android folder. "sh BuildNBH.sh rhod" This is assuming you already have the zimage complied.... Sorry for the confusion and delay. Think we were so excited to push this out we forgot to fix the scripts. I should be on IRC htc-linux most of the day so if you need some help with this just ping me. "L_miller" Both scripts tested and working fine. EDIT: Make sure your tinboot-linux-msm\Kernal contains the initrd.gz and zImage files. Last edited by Lmiller1708; 02-18-2011 at 08:45 AM. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Nice! Thanks for the updates guys, I figured there was something I was missing .
Not sure if I'll be able to play with this at work, but if I have any downtime I certainly will. Thanks again! |
|
|
|