Editing Patch data.pkg
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: | ||
PS3PATCH.PUP files contain a firmware PKG file, named here "patch_data.pkg | PS3PATCH.PUP files contain a firmware PKG file, named here "patch_data.pkg", that is an incremental firmware update. This [[Certified File]] is encrypted and signed using "SPKG keyset" for PS3 3.56+ firmwares or "PKG keyset" for PS3 3.55 or lower firmwares. | ||
It seems to follow | It seems to follow same .spkg_hdr.1 file scheme: [[Spkg_hdr.tar|Spkg_hdr.tar, Signed Firmware Package headers]]. | ||
= Location = | = Location = | ||
Line 7: | Line 7: | ||
PS3PATCH.PUP, that can be extracted using [[PUP]] tools. | PS3PATCH.PUP, that can be extracted using [[PUP]] tools. | ||
= Body = | |||
content <-- the text file | content <-- the text file | ||
Line 17: | Line 13: | ||
info1 | info1 | ||
== | == Formatting == | ||
<pre>device/location/:[http://en.wikipedia.org/wiki/File_system_permissions chmod permissions]</pre> | <pre>device/location/:[http://en.wikipedia.org/wiki/File_system_permissions chmod permissions]</pre> | ||
For example, <pre>dev_flash/vsh/resource/silk_webkit/:775</pre> points to the /dev_flash/vsh/resource/silk_webkit folder and when extracting, will give it 775 (drwxrwxr-x) permissions. | For example, <pre>dev_flash/vsh/resource/silk_webkit/:775</pre> points to the /dev_flash/vsh/resource/silk_webkit folder and when extracting, will give it 775 (drwxrwxr-x) permissions. | ||
= Example = | = Example = | ||
Line 1,058: | Line 1,048: | ||
dev_flash/ps1emu/ps1_newemu.self:644 | dev_flash/ps1emu/ps1_newemu.self:644 | ||
dev_flash/ps1emu/ps1_emu.self:644 | dev_flash/ps1emu/ps1_emu.self:644 | ||
</pre> | </pre> | ||