Editing Platform ID
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 111: | Line 111: | ||
=== Example from syscon config === | === Example from syscon config === | ||
Since [[Syscon SW3 Series]] ([[CECH-30xx]] / [[KTE-001]] motherboard or newer) the Platform ID is also "hardcoded" at offset 0x0 of the emulated EEPROM, in both formats: first byte = Platform ID (hex), next 8 bytes = Platform ID (string, null terminated)<br> | Since [[Syscon SW3 Series]] ([[CECH-30xx]] / [[KTE-001]] motherboard or newer) the Platform ID is also "hardcoded" at offset 0x0 of the emulated EEPROM, in both formats: first byte = Platform ID (hex), next 8 bytes = Platform ID (string, null terminated)<br> | ||
The usual way to get the Platform ID by UART is with the command "hversion" but is locked by default (not available in syscon "external mode" access), however we can read this bytes in raw with the command "r" (available in syscon "external mode" access). See [[Syscon Firmware#Sherwood]] | The usual way to get the Platform ID by UART is with the command "hversion" but is locked by default (not available in syscon "external mode" access), however we can read this bytes in raw with the command "r" (available in syscon "external mode" access). See [[Syscon Firmware#Sherwood]] |