Promo flags.txt: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
As seen in extracted PUP:
File also called <i>shop.txt</i> or <i>update_type.txt</i>. Contains the <b>VSH Target</b> (corresponds to offset 0x48C1C in the [[SC_EEPROM#SC_EEPROM_Offset_Table_-_Flags_and_Tokens|Syscon EEPROM]]).<br>
The <b>VSH Target</b> is used to differentiate between different targets with the same [[Product Sub Code]], e.g:
*{{DEX}} vs {{DEX}} ( {{TEST}} ) vs {{DEX}} ( {{DTCP-IP}} )
*{{CEX}} vs {{CEX}} ( {{SEX}} )
 
As seen in extracted PUP <!-- decoded in ps3swu -->:
  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  30                                              0  (default on shop fw / Promotion)
  00000000  30                                              0  (default on shop fw / Promotion) <!-- added on 1.01 -->
 
  00000000  31                                              1  (StoreTest ?)
  00000000  31                                              1  (?) <!-- added on 2.20 -->
 
  00000000  33                                              3  (BDP pre-release ?)
  00000000  33                                              3  (AV Testing Tool) <!-- added on 2.20 -->
 
  00000000  34                                              4  (AV Testing Tool ?)
  00000000  34                                              4  (DTCP-IP) <!-- added on 2.20 -->
 
  00000000  35                                              5  (DivX ?)
  00000000  35                                              5  (?) <!-- added on 2.20 -->
 
  00000000  36                                              6  (DTCP-IP ?)
  00000000  36                                              6  (?) <!-- added between 3.00 and 3.55 -->
00000000  ??                                              ?  (?) <!-- added later than 3.55 -->


*Other '''VSH target''' candidates
**StoreTest
**BDP pre-release
**BDU
**DivX


{{Custom Firmware}}<noinclude>[[Category:Main]]</noinclude>
{{Custom Firmware}}<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 00:50, 20 March 2023

File also called shop.txt or update_type.txt. Contains the VSH Target (corresponds to offset 0x48C1C in the Syscon EEPROM).
The VSH Target is used to differentiate between different targets with the same Product Sub Code, e.g:

As seen in extracted PUP :

Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    
00000000  30                                               0  (default on shop fw / Promotion) 

00000000  31                                               1  (?) 

00000000  33                                               3  (AV Testing Tool) 

00000000  34                                               4  (DTCP-IP) 

00000000  35                                               5  (?) 

00000000  36                                               6  (?) 

00000000  ??                                               ?  (?) 
  • Other VSH target candidates
    • StoreTest
    • BDP pre-release
    • BDU
    • DivX