This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I had a chat with cotulla about it. Looks like there is a lot to do still to get it to work. i'm confused about how wince does things vs native devices. alot of reading to do.
__________________
Last edited by [ACL]; 01-27-2011 at 01:37 PM. |
This post has been thanked 3 times. |
|
||||
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:
Not too sure we have to mess around with the mtdparts until we get the drivers working correctly. |
|
||||
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
Let me restate... We still need the mtdparts in the cmd line, But I'm not sure the values will matter that much (currently). They can always be changed later. Just my thoughts.
|
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. |
|
|
|