|
|
#1331 |
|
Senior Member
![]() Join Date: Jul 2011
Location: Salford, UK
Posts: 1,264
Likes: 579
Liked 786 Times in 495 Posts
Mentioned: 166 Post(s)
Tagged: 0 Thread(s)
|
Gunner54 used Preloader Advance 3.1 to both read AND flash so that may be the best option.
|
|
|
|
|
|
#1332 | ||
|
Member
![]() Join Date: Sep 2010
Posts: 54
Likes: 21
Liked 13 Times in 6 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
I am screwing up somewhere in here, I will use different colors to highlight what I am doing instead of instructions....
Remember this is for a NAND so things are different.
However, it is my understanding (and the fact that Cex2Dex output a file) that Cex2Dex just removes certain "Steps" to make things faster/easier. If I am wrong on what I am doing here please let me know and redo these steps showing me what Cex2Dex IS used for. Remember this is for a NAND so things are different. ************* [ - Post Merged - ] ************* I tried to use Multiman to launch the self in file manager and it didnt work and I do not know another way to launch this. ************* [ - Post Merged - ] ************* EDIT: I just re-installed MM and ran lvl2diag.self and it would seem it is now working from GameOS. I could not get it to run from service mode. We will see how it goes. This is the only instructions I can find on preloader advance. And to be honest, the translation makes no sense to me... I cant figure out if they want me to use my old teensy++ usb dongle or just "act" like I am using it and pressing power+eject to get this thing to run. It makes NO sense to me. Check it out yourself and see if you can understand this... Code:
http://www.*******.com/ps3-cfw-mfw/ps3-preloader-advance-by-jaicrab-restore-dev-flash-via-lv2diag/ Last edited by coragin; 07-19-2012 at 11:07 AM. |
||
|
|
|
|
|
#1333 | |||||
|
Homebrew Developer
![]() Join Date: Sep 2010
Location: Puerto Rico, U.S.
Posts: 906
Likes: 1,068
Liked 2,021 Times in 512 Posts
Mentioned: 347 Post(s)
Tagged: 0 Thread(s)
|
Guys, just some information about the Flash dumping and re-flashing.
Based on information from the PS3DevWiki: http://www.ps3devwiki.com/wiki/Hardware_flashing Dumping NAND from Linux
Re-Flashing NAND from Linux (Need someone to confirm this)
EDIT: I think the wiki have a typo at NAND dumping method, because looking around I found people who actually dumped the NAND using this from Linux:
I will try to confirm this soon. EDIT: Confirmed!, on NAND PS3 the following locations don't exist: PHP Code:
PHP Code:
__________________
gamePKG / FB Alpha RL - [ https://github.com/CaptainCPS ]
FB ALPHA DEV TEAM - [ http://neosource.1emu.net ] [ http://www.barryharris.me.uk/ ] PS3 - [CECH-2501A][NOR][160GB HDD][REBUG CFW 4.41.2 LITE] Last edited by CaptainCPS-X; 07-19-2012 at 03:48 PM. |
|||||
|
|
|
|
|
#1334 |
|
Member
![]() Join Date: Jan 2008
Posts: 76
Likes: 18
Liked 3 Times in 3 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Thxs for this info and I hope to see your guide good luck.
|
|
|
|
|
|
#1335 |
|
Member
![]() Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
|
nevermind. this does not work
Last edited by haxxxen; 07-19-2012 at 02:20 PM. |
|
|
|
|
|
#1336 | ||
|
Member
![]() Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
you need to boot into linux with the metldr file that you got from CEX2DEX in the metldrpwn directory of a usb pen. ie 'e:/metledrpwn/metldr' you need to mount the usb pen in linux sudo mount -rw /dev/sda1 /mnt <-- example your pen could be sdb1 sdc1 etc you can check with 'ls /dev' cd /mnt/ sudo chmod -R 755 metldrpwn cd metledrpwn sudo make ./run.sh when you run ./run.sh your looking for (problem status 089) <--confirms all is good. then you; sudo cp /proc/metldrpwn/dump /mnt/dump <--copies the dump back to the usb pen (you need this dump for CEX2DEX) umount /dev/sda1 <--unmounts the usb pen now load CEX2DEX again top box is your flash file (flashCEX.bin) bottom box is your dump (the one you just got from metldrpwn) this will create a file, call it flashDEX.bin. OMG!!! Sorry It looks as though I cant read!! totally missed the section where you wrote;
Tried to delete my post but couldnt find an option. Last edited by hewman; 07-19-2012 at 02:37 PM. |
||
|
|
|
|
|
#1337 |
|
Member
![]() Join Date: Jul 2012
Posts: 397
Likes: 29
Liked 57 Times in 46 Posts
Mentioned: 28 Post(s)
Tagged: 0 Thread(s)
|
I hate NAND consoles! I have converted one before but am not able to get a working dump.
|
|
|
|
|
|
#1338 |
|
Homebrew Developer
![]() Join Date: Sep 2010
Location: Puerto Rico, U.S.
Posts: 906
Likes: 1,068
Liked 2,021 Times in 512 Posts
Mentioned: 347 Post(s)
Tagged: 0 Thread(s)
|
Ok I have more information regarding NAND flash dump. After launching 'petitboot' on my PS3 and doing these:
PHP Code:
PHP Code:
PHP Code:
Edit: this was the error... (and don't worry I understand that these dumps are not good, I will not use them )PHP Code:
Btw, I can confirm than on NAND ps3 the following doesn't exist: PHP Code:
PHP Code:
SeeYa!
__________________
gamePKG / FB Alpha RL - [ https://github.com/CaptainCPS ]
FB ALPHA DEV TEAM - [ http://neosource.1emu.net ] [ http://www.barryharris.me.uk/ ] PS3 - [CECH-2501A][NOR][160GB HDD][REBUG CFW 4.41.2 LITE] Last edited by CaptainCPS-X; 07-19-2012 at 03:38 PM. |
|
|
|
|
|
#1339 | |
|
Member
![]() Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
That first dump of yours is not the right size. dont use it!! - to be honest i dont know if the 2nd dump you have is the correct size either. someone will pop up and confirm the correct file sizes. |
|
|
|
|
|
|
#1340 | |
|
Homebrew Developer
![]() Join Date: Sep 2010
Location: Puerto Rico, U.S.
Posts: 906
Likes: 1,068
Liked 2,021 Times in 512 Posts
Mentioned: 347 Post(s)
Tagged: 0 Thread(s)
|
, thanks for caring.I just scratched the Petitboot method to obtain the NAND flash dump, in the guide I'm working I will make it clear to NAND users not to use petitboot. Now, using memdump 0.01 did get a good NAND flash dump , here is the result with CEX2DEX (by Gunner54):PHP Code:
PHP Code:
More info of my progress soon! EDIT: I edited my previous post to make it clear that using 'petitboot' for NAND is not good. SeeYa!
__________________
gamePKG / FB Alpha RL - [ https://github.com/CaptainCPS ]
FB ALPHA DEV TEAM - [ http://neosource.1emu.net ] [ http://www.barryharris.me.uk/ ] PS3 - [CECH-2501A][NOR][160GB HDD][REBUG CFW 4.41.2 LITE] Last edited by CaptainCPS-X; 07-19-2012 at 03:39 PM. |
|
|
|
|
|
Likes: (1) |
![]() |
| Bookmarks |
| Thread Tools | |
|
|