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 64: | Line 64: | ||
}}{{clear}} | }}{{clear}} | ||
But in syscon [[Sherwood]] series the Platform ID is stored at the start of the emulated EEPROM, the first 2 values located at offset 0x60000 ([[Syscon_SW_Series|SW]]) or 0xA0000 ([[Syscon_SW2_Series|SW2]]/[[Syscon_SW3_Series|SW3]]). First byte = Platform ID (hex), next 8 bytes = Platform ID (string, null terminated). Dont take this offsets of the emulated EEPROM as something strict because sherwood uses "bad block remapping" and "wear leveling" this features allows to relocate the data at different offsets (probably in blocks of | But in syscon [[Sherwood]] series the Platform ID is stored at the start of the emulated EEPROM, the first 2 values located at offset 0x60000 ([[Syscon_SW_Series|SW]]) or 0xA0000 ([[Syscon_SW2_Series|SW2]]/[[Syscon_SW3_Series|SW3]]). First byte = Platform ID (hex), next 8 bytes = Platform ID (string, null terminated). Dont take this offsets of the emulated EEPROM as something strict because sherwood uses "bad block remapping" and "wear leveling" this features allows to relocate the data at different offsets (probably in blocks of lenght 2 bytes) | ||
{{boxcodelite|float=left|title=Sample from syscon [[SW3-302]] firmware v2.12.0|code= | {{boxcodelite|float=left|title=Sample from syscon [[SW3-302]] firmware v2.12.0|code= | ||
Line 116: | Line 116: | ||
{{keyboard|content= | {{keyboard|content= | ||
> Type this in the syscon UART interface: r [offset][ | > Type this in the syscon UART interface: r [offset][lenght] | ||
> r 0 9 | > r 0 9 | ||
}} | }} |