Nator
Member
Later i will try the commands w 7202 02 w 72CF 03 w 72F0 03 w 72F1 03 and i will confirm if it works.I guess you activated the south bridge log output by executing:
which sets the network device mode to south bridge, see 0x48C02 in https://www.psdevwiki.com/ps3/SC_EEPROM#SC_EEPROM_Offset_Table_-_Flags_and_Tokens .Code:w 7202 02
If you want additional info from the secure services, you need to activate the ss.common.printf.enabled and then a flag of the services you're interested in. I would advise setting both the common log level (0x48CF0) and the ss.common.debug.level+ss.update.debug.level (0x48CF1) to 0x03 - see also https://www.psdevwiki.com/ps3/SC_EEPROM#SC_EEPROM_Offset_Table_-_Flags_and_Tokens .
This translates to the following syscon commands (by using the translation table (https://www.psdevwiki.com/ps3/SC_EE..._and_Block_Offset_Mapping_Table_(NVS_Service)) :
Code:w 72F0 03 w 72F1 03
The pme_user debug printf flag (0x48CCF) might also be of help, to enable this output, execute:
Code:w 72CF 03
The default value for all of these flags is 0xFF.
But now i have a million question. Following RIP-Felix's guide to the letter, i inserted commands for a sherwoods syscon into a mullion syscon, i mean the "w 42CF 03 w 42F0 03 w 42F1 03" commands.
What exactly did i change in Mullion with these Sherwoods commands? Hope i didn't make a mess.