Talk:Playstation Update Package (PUP): Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
== PS3 ==
PS3 FW 4.0 added PS Vita support: http://blog.eu.playstation.com/2011/11/30/ps3-system-software-update-v-4-00/
PS3 FW 4.0 added PS Vita support: http://blog.eu.playstation.com/2011/11/30/ps3-system-software-update-v-4-00/


PSVita Update List
==PUP Files==
<pre>
Retail (JP) http://fjp01.psp2.update.playstation.net/update/psp2/list/jp/psp2-updatelist.xml
Retail (EU) http://feu01.psp2.update.playstation.net/update/psp2/list/eu/psp2-updatelist.xml
Retail (US) http://fus01.psp2.update.playstation.net/update/psp2/list/us/psp2-updatelist.xml
Shop  (JP) http://fjp01.psp2.update.playstation.net/update/psp2/list/shop/psp2-updatelist.xml
</pre>


=SCEAS=
{| class="wikitable"
|-
! Information
! From Offset
! To Offset
! Length
! Notes
|-
| LICENCE
| 0xA00
| 0x713DF
| 0x709E0
| -
|-
| PSP2SWU_0
| -
| -
| -
| this file is the binary0<.self/.sprx>. it should update the filesystem (this file is exactly the same on v1.00, v1.00b, v1.50)
|-
| PSP2SWU_1
| -
| -
| -
| this file is the binary1<.self/.sprx>. it should check the new filesystem (this file is exactly the same on v1.00, v1.00b, v1.50)
|-
| -
| -
| -
| -
| -
|-
|}
 
==SCEAS==
this is an unknown file. from v1,00/v1,00b to v1,50 it only have the same header:
this is an unknown file. from v1,00/v1,00b to v1,50 it only have the same header:
<pre>00000000  53 43 45 41 53 00 00 01  01 00 00 00 00 04 00 00  |SCEAS...........|
00000010  01 00 00 00 01 00 00 00  01 00 00 00 00 00 00 00  |................|</pre>


<pre>
==SCEWM==
00000000  53 43 45 41 53 00 00 01  01 00 00 00 00 04 00 00  |SCEAS...........|
00000010  01 00 00 00 01 00 00 00  01 00 00 00 00 00 00 00  |................|
</pre>
 
=SCEWM=
this is an unknown file as the SCEAS. from v1,00/v1,00b to v1,50 it only have the same header:
this is an unknown file as the SCEAS. from v1,00/v1,00b to v1,50 it only have the same header:
<pre>
<pre>00000000  53 43 45 57 4d 00 00 01  01 00 00 00 00 10 00 00  |SCEWM...........|
00000000  53 43 45 57 4d 00 00 01  01 00 00 00 00 10 00 00  |SCEWM...........|
00000010  5a 00 00 00 01 00 00 00  01 00 00 00 01 00 00 00  |Z...............|</pre>
00000010  5a 00 00 00 01 00 00 00  01 00 00 00 01 00 00 00  |Z...............|
</pre>

Revision as of 05:33, 20 December 2011

PS3

PS3 FW 4.0 added PS Vita support: http://blog.eu.playstation.com/2011/11/30/ps3-system-software-update-v-4-00/

PUP Files

Information From Offset To Offset Length Notes
LICENCE 0xA00 0x713DF 0x709E0 -
PSP2SWU_0 - - - this file is the binary0<.self/.sprx>. it should update the filesystem (this file is exactly the same on v1.00, v1.00b, v1.50)
PSP2SWU_1 - - - this file is the binary1<.self/.sprx>. it should check the new filesystem (this file is exactly the same on v1.00, v1.00b, v1.50)
- - - - -

SCEAS

this is an unknown file. from v1,00/v1,00b to v1,50 it only have the same header:

00000000  53 43 45 41 53 00 00 01  01 00 00 00 00 04 00 00  |SCEAS...........|
00000010  01 00 00 00 01 00 00 00  01 00 00 00 00 00 00 00  |................|

SCEWM

this is an unknown file as the SCEAS. from v1,00/v1,00b to v1,50 it only have the same header:

00000000  53 43 45 57 4d 00 00 01  01 00 00 00 00 10 00 00  |SCEWM...........|
00000010  5a 00 00 00 01 00 00 00  01 00 00 00 01 00 00 00  |Z...............|