Editing Psp2-updatelist.xml
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 16: | Line 16: | ||
On devkit&testkit you can configure your own URL for the psp2-updatelist.xml file. in <code>Debug Settings > System Update</code> | On devkit&testkit you can configure your own URL for the psp2-updatelist.xml file. in <code>Debug Settings > System Update</code> | ||
and this setting can be overidden by placing a file at | and this setting can be overidden by placing a file at ux0:/PSP2/UPDATE/SERVER_URL.TXT or host0:/PSP2/UPDATE/SERVER_URL.TXT | ||
== PS4 Update list == | |||
'''<?xml''' <span style="color: blue;">version</span><span style="color: red;">="1.0"</span> <span style="color: blue;">encoding</span><span style="color: red;">="UTF-8"</span>'''?>''' | |||
'''<update_data_list>''' | |||
'''<region''' <span style="color: blue;">id</span><span style="color: red;">="au"</span>'''>''' | |||
'''<np''' <span style="color: blue;">level0_system_version</span><span style="color: red;">="01.600.000"</span> <span style="color: blue;">level1_system_version</span><span style="color: red;">="03.610.000"</span> <span style="color: blue;">level2_system_version</span><span style="color: red;">="03.610.000"</span> <span style="color: blue;">map</span><span style="color: red;">="03.610.000"</span>'''/>''' | |||
'''<np_d''' <span style="color: blue;">level0_system_version</span><span style="color: red;">="01.600.000"</span> <span style="color: blue;">level1_system_version</span><span style="color: red;">="03.610.000"</span> <span style="color: blue;">level2_system_version</span><span style="color: red;">="03.610.000"</span> <span style="color: blue;">map</span><span style="color: red;">="03.610.000"</span>'''/>''' | |||
'''<version''' <span style="color: blue;">system_version</span><span style="color: red;">="03.610.000"</span> <span style="color: blue;">label</span><span style="color: red;">="3.61"</span>'''>''' | |||
'''<update_data''' <span style="color: blue;">update_type</span><span style="color: red;">="full"</span>'''>''' | |||
'''<image''' <span style="color: blue;">size</span><span style="color: red;">="133676544"</span>>http://dau01.psp2.update.playstation.net/update/psp2/image/2016_0804/rel_99d9ab3e57a677b38e42cc6409b95e3b/PSP2UPDAT.PUP?dest=au'''</image>''' | |||
'''</update_data>''' | |||
'''</version>''' | |||
'''<recovery''' <span style="color: blue;">spkg_type</span><span style="color: red;">="systemdata"</span>'''>''' | |||
'''<image''' <span style="color: blue;">spkg_version</span><span style="color: red;">="01.000.010"</span> <span style="color: blue;">size</span><span style="color: red;">="56768512"</span>>http://dau01.psp2.update.playstation.net/update/psp2/image/2016_0804/sd_80cefcda06707796a040648aea38da0f/PSP2UPDAT.PUP?dest=au'''</image>''' | |||
'''</recovery>''' | |||
'''<recovery''' <span style="color: blue;">spkg_type</span><span style="color: red;">="preinst"</span>'''>''' | |||
'''<image''' <span style="color: blue;">spkg_version</span><span style="color: red;">="01.000.000"</span> <span style="color: blue;">size</span><span style="color: red;">="128788480"</span>>http://dau01.psp2.update.playstation.net/update/psp2/image/2016_0804/pre_f5e6da7d1213101482300ccaeda35c3c/PSP2UPDAT.PUP?dest=au'''</image>''' | |||
'''</recovery>''' | |||
'''</region>''' | |||
'''</update_data_list>''' | |||
PSVita Playstation Update Packages links use the same structure as the PS4 and PS3: | |||
<nowiki>http://d</nowiki><span style="color: red;"><TLD></span>01.ps4.update.playstation.net/update/ps4/image/<span style="color: green;"><YYYY_MMDD></span>/<span style="color: orange;"><TYPE></span>_<span style="color: blue;"><MD5></span>/PS4UPDATE.PUP?dest=<span style="color: red;"><TLD></span> | |||
* <span style="color: red;"><TLD></span>=2 letter region abbreviation (jp,us,..) | |||
* <span style="color: green;"><YYYY_MMDD></span> is build date | |||
* <span style="color: orange;">TYPE</span> is PUP type (rel, pre, sd,...) | |||
* <span style="color: blue;">MD5</span> is 22-digits long HASH | |||
=== Running your own local updateserver === | === Running your own local updateserver === |