|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
But if anyone wants to beging making test images, i guess we can start bricking :-p
__________________
|
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
0x01C0 - Usually contains ULDR (boot) Start Address: 0x00000002 End Address: 0x0000063F 0x01D0 - Usually contains XIP (initrd) Start Address: 0x00000640 End Address: 0x00000FBF 0x01E0 - Usually contains imgfs (rootfs/ext2) Start Address: 0x00000FC0 End Address: 0x0001BCFF 0x01F0 - Usually contains FAT (data/recovery) Start Address: 0x0001BD00 End Address: 0x00039FFF |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Custom partition layouts, ZERO brick risk! - xda-developers |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Talking with woz and cotulla they both recommeneded i use another driver. They have no faith that our driver is working. So i'll try to port over the hd2 nand driver and see if i can dump nand again with no errors. Now how do i make a yaffs style image for rootfs ? anyone? |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Edit: Details here: http://www.friendlyarm.net/forum/topic/663 Last edited by natemcnutty; 01-28-2011 at 02:16 PM. |
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
This post has been thanked 4 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I also found details on the MTD Utilities from TI here: MTD Utilities - Texas Instruments Embedded Processors Wiki Was gonna try cloning the git here in a little bit and see if those utilities were useful. |
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Moving to the hd2 nand driver seems to make the errors go away. but i still cant write onto the partitions.
So far this is what i've done # cat /dev/mtd/mtd0 > /sdcard/mtd0.img # cat /dev/mtd/mtd1 > /sdcard/mtd1.img # cat /dev/mtd/mtd2 > /sdcard/mtd2.img # cat /dev/mtd/mtd3 > /sdcard/mtd3.img mtd0 is the only one that has data. The rest are just empty. I'm assuming its because i wiped the whole phone ? i should have left winmo partially in there to check. After trying to flash_image one of the partitions i tried to mount it and i get the following. [ 518.155426] msm_nand_read_oob: unsupported ops->len, 512 [ 518.155517] end_request: I/O error, dev mtdblock3, sector 0 This doesnt look good. i know the 512 error is common but not sure why it's happening. So this is where im at.. |
This post has been thanked 3 times. |
|
|
|