Editing Talk:SC EEPROM
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 1: | Line 1: | ||
There is a flag at EEPROM which enables a special diagnostic mode at startup.<br> | |||
There is a | |||
Pseudo-code: | Pseudo-code: | ||
< | <pre> | ||
def check_bootrom_diag_mode(mode, param) | def check_bootrom_diag_mode(mode, param) | ||
diag_mode = get_eeprom_bootrom_diag() | diag_mode = get_eeprom_bootrom_diag() | ||
Line 16: | Line 13: | ||
param = -1 | param = -1 | ||
return 1 | return 1 | ||
</pre> | </pre> | ||
==EEPROM Dumps== | |||
- | * https://mega.co.nz/#!Bk1ESBZT!pqAB6riHhZSCPAftvjm2MFf3j0It61huT3WT2AbWS-A | ||
==EEPROM Strings (CP memory dump, DECR) == | |||
http://pastie.org/private/usd2zi8mw3igycsh1a395q | |||
==Bus Pirate stuff== | |||
http://i.imgur.com/48rbR51.png | |||
(needs wikifying) | |||