Editing Talk:Patches
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
==Shop firmware on Retail console== | ==Shop firmware on Retail console== | ||
Line 337: | Line 332: | ||
As usual the NAND dumps are missing things because of lv1 masking first section: | As usual the NAND dumps are missing things because of lv1 masking first section: | ||
==== | ====missing bootldr at offset 0x0 and 0xF000000==== | ||
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | ||
Line 348: | Line 343: | ||
0F000020 21 3C C7 74 D9 57 B1 AA 97 74 4F F6 0E 73 B6 79 !<ÇtÙW±ª—tOö.s¶y | 0F000020 21 3C C7 74 D9 57 B1 AA 97 74 4F F6 0E 73 B6 79 !<ÇtÙW±ª—tOö.s¶y | ||
==== | ====missing any bootldr header==== | ||
00 00 2A 3F | 00 00 2A 3F | ||
00 00 2A 2A | 00 00 2A 2A | ||
Line 365: | Line 360: | ||
00 00 2F 5B | 00 00 2F 5B | ||
00 00 2F FB | 00 00 2F FB | ||
====Conclusion==== | ====Conclusion==== | ||
Line 382: | Line 365: | ||
;Option: | ;Option: | ||
use flasher with option to start writing at offset 0x40000 (where Backuprflash.bin 0x0 begins) and thus skip overwriting first bootldr section. | |||
; | ;Partial extraction: | ||
# Add 0x40000 of 00 bytes at offset 0x0 | # Add 0x40000 of 00 bytes at offset 0x0 | ||
# After that, use flowrebuilder to extract part of the data inside the dump (missing bootldr!) | # After that, use flowrebuilder to extract part of the data inside the dump (missing bootldr!) | ||
Line 446: | Line 425: | ||
== appldr 3.55 add 3.56/3.60 keys == | == appldr 3.55 add 3.56/3.60 keys == | ||
As used in [http://pastie.org/4458820 mfw\tasks\add_360keys_to_appldr355.tcl] and [ | As used in [http://pastie.org/4458820 mfw\tasks\add_360keys_to_appldr355.tcl] and [http://www.ps3devwiki.com/files/firmware/MFW-CEX/Downgrader/Rogero-V3.5/ Rogero V3.5] | ||
appldr.elf 3.55 patches : http://pastie.org/4458799 | appldr.elf 3.55 patches : http://pastie.org/4458799 | ||