Talk:Bluedisk EID0 reDRM: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 24: Line 24:
|-
|-
|}
|}
=== Patchset - 430_CEX_checkoff ===
(above patches in a single package + autopatcher file: [http://www.mirrorcreator.com/files/1CI4XSV5/430_CEX_checkoff.rar_links 430_CEX_checkoff.rar])


(above patches in a single package + autopatcher file: [http://www.mirrorcreator.com/files/1CI4XSV5/430_CEX_checkoff.rar_links 430_CEX_checkoff.rar])
==== Reports ====
...


=== running in circles in the dark ===
=== Patchset - 4.30 CEX v2.03 ===
http://www.mirrorcreator.com/files/0NW6OQPQ/356enforced_2500_dump.rar_links
http://www.mirrorcreator.com/files/0NW6OQPQ/356enforced_2500_dump.rar_links
  DB A5 3B 0A B5 18 1D 97 15 24 61 5B = 3.56+ enforced metldr (non .2)
  DB A5 3B 0A B5 18 1D 97 15 24 61 5B = 3.56+ enforced metldr (non .2)
 
 
  ROS0: 431.000
  ROS0: 431.000
  ROS1: 430.000
  ROS1: 430.000


errors after patching (unknown which firmware used):
alternate patchset based on 2.03 : http://www.mirrorcreator.com/files/1IWZNMAS/4.3x_CEX_203_checkoff.rar_links
 
==== Reports ====
errors after patching (same errors when using 2.03 and the other checkoff) - tested with E3, Rebug 4.30.1, Rogero 4.30 2.03 :


* Update error 0x8002F2B5 Error with installing Firmware update. The PUP is not recognised as valid update.
* Update error 0x8002F2B5 Error with installing Firmware update. The PUP is not recognised as valid update.
Line 42: Line 48:
* no update data found
* no update data found


alternate patchset based on 2.03 : http://www.mirrorcreator.com/files/1IWZNMAS/4.3x_CEX_203_checkoff.rar_links
=== Patchset - 4.30 CEX v2.06 ===
alternate patchset based on 2.06 : [http://mir.cr/04JN8VU3] [http://mir.cr/06MRPKHX]
MD5: 8e4df61243396c46f24b73b3ff5a3785 | SHA1: 8bd2eabbd9f982a75ebaaec4f2a22666f7960fe3
 
CoreOS (4.30 OFW with : lv0, lv1.self, lv2_kernel.self and spu_pkg_rvk_verifier.self patched)
 
==== Reports ====
working (no blackscreen or update errors)
 
=== Patchset - 4.40 CEX v1.02 ===
alternate patchset based on 4.40 1.02 :
MD5: | SHA1:
 
CoreOS (4.40 OFW with : lv0, lv1.self, lv2_kernel.self, spu_token_processor.self and spu_pkg_rvk_verifier.self patched)
 
'''Note:''' does same as autopatcher 0.04
 
== Footnote ==
'''Note:''' patches are in human readable byteorder, not bytereversed like E3. You need to bytereverse the dump first, then patch, and bytereverse again if you have E3.
 
 
Should be able to use firmwares with spkg fix, e.g. http://mir.cr/04Q0SMC9 - http://mir.cr/4CNXBQEA

Latest revision as of 11:36, 10 May 2013

This is a good place to document changes made in MFWs 4.x (and their bugs)

Feel free to post/contribute


4.30 CEX checkoff[edit source]

Use NOR patches only on NOR consoles, not on NAND!

Target area Patchfile NOR Offset Paste length Remarks
ROS0 ros0 (7 MB) 0x0C0010 0x6FFFE0 CoreOS (4.30 OFW with : lv0, lv1.self, lv2_kernel.self and spu_pkg_rvk_verifier.self patched)
ROS1 ros1 (7 MB) 0x7C0010 0x6FFFE0 CoreOS (SAME as ros0)
trvk_prg0 (0x40000) trvk_prg0 (128 KB) 0x40000 0x20000 Program Revoke
trvk_prg1 (0x60000) trvk_prg0 (128 KB) 0x60000 0x20000 Program Revoke (same as trvk_prg0)
trvk_pkg0 (0x80000) trvk_pkg0 (128 KB) 0x80000 0x20000 Package Revoke
trvk_pkg1 (0xA0000) trvk_pkg0 (128 KB) 0xA0000 0x20000 Package Revoke (same as trvk_pkg0)

Patchset - 430_CEX_checkoff[edit source]

(above patches in a single package + autopatcher file: 430_CEX_checkoff.rar)

Reports[edit source]

...

Patchset - 4.30 CEX v2.03[edit source]

http://www.mirrorcreator.com/files/0NW6OQPQ/356enforced_2500_dump.rar_links

DB A5 3B 0A B5 18 1D 97 15 24 61 5B = 3.56+ enforced metldr (non .2)
 
ROS0: 431.000
ROS1: 430.000

alternate patchset based on 2.03 : http://www.mirrorcreator.com/files/1IWZNMAS/4.3x_CEX_203_checkoff.rar_links

Reports[edit source]

errors after patching (same errors when using 2.03 and the other checkoff) - tested with E3, Rebug 4.30.1, Rogero 4.30 2.03 :

  • Update error 0x8002F2B5 Error with installing Firmware update. The PUP is not recognised as valid update.
  • no usefull update data
  • no update data found

Patchset - 4.30 CEX v2.06[edit source]

alternate patchset based on 2.06 : [1] [2]

MD5: 8e4df61243396c46f24b73b3ff5a3785 | SHA1: 8bd2eabbd9f982a75ebaaec4f2a22666f7960fe3

CoreOS (4.30 OFW with : lv0, lv1.self, lv2_kernel.self and spu_pkg_rvk_verifier.self patched)

Reports[edit source]

working (no blackscreen or update errors)

Patchset - 4.40 CEX v1.02[edit source]

alternate patchset based on 4.40 1.02 :

MD5: | SHA1: 

CoreOS (4.40 OFW with : lv0, lv1.self, lv2_kernel.self, spu_token_processor.self and spu_pkg_rvk_verifier.self patched)

Note: does same as autopatcher 0.04

Footnote[edit source]

Note: patches are in human readable byteorder, not bytereversed like E3. You need to bytereverse the dump first, then patch, and bytereverse again if you have E3.


Should be able to use firmwares with spkg fix, e.g. http://mir.cr/04Q0SMC9 - http://mir.cr/4CNXBQEA