|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also, I have attached my dumps of several ROM's as far as partitions go. Finally, I know others reference mtd through cmdline like this: mtdparts=msm_nand:0x00300000@0x1600000(boot),0x000 40000@0x01900000(root),0x066C0000@0x01940000(syste m),0x08000000@0x08000000(userdata) |
| This post has been thanked 1 times. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
mtdparts=msm_nand:0x10000000@0x0(nand),0x01500000@ 0x04000000(root),0x066C0000@0x05540000(system),0x0 6f60000@0x0Bc00000(userdata) However one thing no one knows is if ous msm_nand.c is actually working. We cna pass all these params down to the kernel but if they arent showing up on linux, then something might be wrong with the driver. Cotulla recommended we try to flash to the last portion of the partition. This way we dont kill anything important. Makes sense but i dont know enough about the partitioning to do that.
__________________
|
| This post has been thanked 2 times. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
thoughts ? |
| This post has been thanked 2 times. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
| This post has been thanked 2 times. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Those values I used for mtd parts were far enough in that it couldn't overwrite the radio and hspl. As a backup, you will probably want to do a hard reset, flash the os.nb (android) then take a full MTD backup of nand. There you have it folks.. more reading to do |
| This post has been thanked 2 times. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
ok so i finally see the /dev/mtd . Damn rootfs didnt call my modprobe like expected.
Now i was trying to dump stuff but lot of weird errors on dmesg [ 351.681854] msm_nand_read_oob 31a1000 1000 0 failed -74, corrected 0 [ 351.683624] msm_nand_read_oob 31a2000 1000 0 failed -74, corrected 0 [ 351.685424] msm_nand_read_oob 31a3000 1000 0 failed -74, corrected 0 [ 351.687225] msm_nand_read_oob 31a4000 1000 0 failed -74, corrected 0 [ 351.689331] msm_nand_read_oob 31a5000 1000 0 failed -74, corrected 0 i dont have the balls to attempt a write yet. but if read fails i doubt write will be any better. |
| This post has been thanked 2 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. |
![]() |
|
|
|