db260179
Member
Ok guys, to clear up on the offsets - the table is the SC EEPROM offset not the actual offset to write to - the table (physical offset) is what you write to. Be aware not all offsets can be written too as sony had patched some not to be able to write to, there is a way to clear that, but thats for another day.
So look carefully at the sc eeprom table:
Further down that page to find the physical offset to write to
So 0x48c11 is the flags and tokens area and is physical located at 0x7211 this only applies to COK-001-002 boards as from SEM-001 boards and later the physical address changed to 0x42**
So do a 'r 7211 ff' to see what is set
Then set accordingly - 'w 7211 03' for debug messages - BE careful as debug could slow your syscon down to a crawl!
Hope this helps?
So look carefully at the sc eeprom table:
| 0x48C11 | 1 | bootrom trace level (0x00: fatal errors, 0x01: errors, 0x02: information messages, 0x03: debug messages) |
Further down that page to find the physical offset to write to
| SC EEPROM Offset | Block ID | Block Offset | Description | Physical Offset |
|---|---|---|---|---|
| 0x48000 - 0x480FF | 0x00 | 0x48000 - 0x480FF | ? | 0x7000 |
| 0x48800 - 0x488FF | 0x01 | 0x48800 - 0x488FF | Hypervisor Area | 0x7100 |
| 0x48C00 - 0x48CFF | 0x02 | 0x48C00 - 0x48CFF | Contains flags and tokens/ see above | 0x7200 |
| 0x48D00 - 0x48DFF | 0x03 | 0x48D00 - 0x48DFF | System Data Region | 0x7300 |
| 0x2F00 - 0x2FFF | 0x10 | 0x2F00 - 0x2FFF | "Industry Area" aka OS Version Area | 0x2F00 |
| 0x3000 - 0x30FF | 0x20 | 0x3000 - 0x30FF | "Customer Service Area" | 0x3000 |
| N/A | 0xFF | N/A | ? sys_boot_gos flag is there | No SC EEPROM activity |
| All other offsets | Invalid | Invalid | ? |
So 0x48c11 is the flags and tokens area and is physical located at 0x7211 this only applies to COK-001-002 boards as from SEM-001 boards and later the physical address changed to 0x42**
So do a 'r 7211 ff' to see what is set
Then set accordingly - 'w 7211 03' for debug messages - BE careful as debug could slow your syscon down to a crawl!
Hope this helps?