|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
also my vbin diff shows differences between the imgfs.bin. Looks like we use xpr while dzo uses lzx for compression. So how are you comparing your emptyimgs ?
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Code:
IMGFS.BIN: 4C 5A 58 00 82 46 02 EMPTYIMG: 58 50 52 00 FE C2 01 |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I was trying to do the same thing today, had a couple of bad flashes... I think I was missing something. If you want I can test, probably better with a USB cord, send me a PM or stop over at IRC chat... What did you do to get them made? Our imgfs.bin is getting inserted during the making process with the ImgfsToNb.exe. The Vogue's emptyimgfs is just getting built right in the kernel, this is why we don't see it on the NBHInfo.exe. So... We should be able to just add it do the kernel like you have it above and forget about it. We might not even need it however, I read somewhere that it was just there because some flashing utilitly's (older one's like the Vogue) can't handle it.
__________________
Last edited by Lmiller1708; 02-09-2011 at 10:19 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
i'll try anything not TOO risky haha rhod400 fullycharged
lmiller: yea, you try and get at joojoobee or something?
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid.... Last edited by MassStash; 02-09-2011 at 10:20 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
modded partition table.
Hotfile.com: One click file hosting: rhod_payload any brave souls ? just attach the empty imgfs to tinboot and hope the phone gods have mercy.. This is how it looks .. note no imgfs and 0 size in fat like vogue. Code:
'rhod_payload' has valid boot sector Partition table: Partition 0 ----------- File System: 0x20 (boot) Start Sector: 0x00000002 Total Sectors: 0x0000003e Boot indicator: 0x00 First Head: 0x02 First Sector: 0x01 First Track: 0x00 Last Head: 0x3f Last Sector: 0x01 Last Track: 0x00 Partition 1 ----------- File System: 0x23 (XIP RAM) Start Sector: 0x00000040 Total Sectors: 0x000006c0 Boot indicator: 0x00 First Head: 0x00 First Sector: 0x01 First Track: 0x01 Last Head: 0x3f Last Sector: 0x01 Last Track: 0x1b Partition 2 ----------- File System: 0x25 (imgfs) Start Sector: 0x00000700 Total Sectors: 0x00000040 Boot indicator: 0x00 First Head: 0x00 First Sector: 0x01 First Track: 0x1c Last Head: 0x3f Last Sector: 0x01 Last Track: 0x1c Partition 3 ----------- File System: 0x04 (FAT) Start Sector: 0x00000740 Total Sectors: 0x00000000 Boot indicator: 0x00 First Head: 0x00 First Sector: 0x01 First Track: 0x1d Last Head: 0x3f Last Sector: 0x01 Last Track: 0x25d Geometry: flash has 64 virtual heads MSFLSH50 header found at offset 0x800 (0 Reserved Entries, 3 Flash Region Entries) Flash Region Entry 0: --------------------- Region type: XIP Start phys. block: 0x00000000 Size in phys. blocks: 0x00000000 Size in log. blocks: 0x0000001c -> Size in sectors: 0x00000700 Sectors per block: 0x00000040 Bytes per block: 0x00020000 Compact blocks: 0x00000000 -> Bytes per sector: 0x00000800 Flash Region Entry 1: --------------------- Region type: READONLY_FILESYS Start phys. block: 0x00000000 Size in phys. blocks: 0x00000000 Size in log. blocks: 0x00000001 -> Size in sectors: 0x00000040 Sectors per block: 0x00000040 Bytes per block: 0x00020000 Compact blocks: 0x00000002 -> Bytes per sector: 0x00000800 Flash Region Entry 2: --------------------- Region type: FILESYS Start phys. block: 0x00000000 Size in phys. blocks: 0x00000000 Size in log. blocks: 0xffffffff -> Size in sectors: 0xffffffc0 Sectors per block: 0x00000040 Bytes per block: 0x00020000 Compact blocks: 0x00000002 -> Bytes per sector: 0x00000800 Searching for IMGFS signature... --- Last edited by [ACL]; 02-10-2011 at 03:49 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
If you are looking for more space by replacing busybox, we can look at toybox or something similar. And maybe a lighter version of adbd? Edit: Also, good news! In a couple of weeks, I may have a TMOUS TP2 to test with. No data, but that would give me a GSM device with a working USB port to mess around with Last edited by natemcnutty; 02-10-2011 at 04:24 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Yes JooJooBee666 from PPCK is looking into this for us. He thinks the partition start offsets are hard coded. He will hopefully have something later on in the day. @ACL, With your partition table are you able to get the data to stick? It seems our XIP RAM should be starting out in the same location for both Partition 0 and Partition 1. (Just a guess though) |
This post has been thanked 1 times. |
|
|
|