| View previous topic :: View next topic |
| Author |
Message |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Mon Nov 24, 2008 4:35 am Post subject: Dumping nand partitions |
|
|
Hi,
I'm using the dax code of the "Open Nand Dumper",
but if I want to dump only a partition of the NAND? ( flash0, 1, 2 and 3 )
I've to dump the blocks from x to y, right?
But X and Y are unknown for me... |
|
| Back to top |
|
 |
blu_eye4
Joined: 26 Oct 2008 Posts: 37
|
Posted: Mon Nov 24, 2008 4:58 am Post subject: |
|
|
| oh, maybe it is a stupid idea, but if you see the samples, you can see how dump falsh0 and flash1... then you can make some functions that can dump flash2 and flash3 too... can it help you? |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Mon Nov 24, 2008 5:03 am Post subject: |
|
|
I've already see your functions but if I'm right this function copy file by file the flash, nothing else!
I want to dump the blocks, this is probably better than copy all the files... |
|
| Back to top |
|
 |
blu_eye4
Joined: 26 Oct 2008 Posts: 37
|
Posted: Mon Nov 24, 2008 5:08 am Post subject: |
|
|
| Have you seen "nand samples" too? there is an example how to dump all IPL block, maybe you can convert it for your functions... |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Mon Nov 24, 2008 6:19 am Post subject: |
|
|
| For that ( I think ) that I've to know which blocks I've to dump... |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Thu Dec 11, 2008 11:18 pm Post subject: |
|
|
upp _________________ Get Xplora! |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Sun Dec 14, 2008 1:40 am Post subject: |
|
|
If I try to dump it with:
| Code: | | sceIoOpen("flash0:", PSP_O_RDONLY, 0777); |
I can copy it correctly, or I've to dump it by blocks like a UMD? _________________ Get Xplora! |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Mon Dec 15, 2008 7:14 am Post subject: |
|
|
| You might try looking at existing nand dump type programs. The original 3.xx HEN even had a nand dump app as an example. |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Tue Dec 16, 2008 12:09 am Post subject: |
|
|
I've decided to doesn't add flash dump support, because if I add it I've to add the flasher, and I don't wan't to add this!
I've only added the nand dumper.
Anyway thanks J.F.! _________________ Get Xplora! |
|
| Back to top |
|
 |
|