(some incorrect info)
Okay, hold the presses ... I tried this on my SB2500 and the .properties command didn't give an address. So here is an alternate method using debug:
{1} ok debug .idprom
{1} ok .idprom
Press space to step thru the program all the way back to "ok"
Note the address repeating on the left in brackets
e.g. (f0054a8c)
{1} ok f0054a8c (debug
{1} ok .idprom
Press space to step thru the program all the way back to "ok"
Note the new address repeating on the left in brackets
e.g. (f0054a08)
{1} ok f0054a08 (debug
{1} ok .idprom
Press space to step thru the program
Note the address repeating on the RIGHT in brackets
e.g. ( 0 fedc8d28 )
( 1 fedc8d28 )
( 2 fedc8d28 )
etc.
{1} ok fedc8d28 20 dump
The pointer "\/" should be pointing at the first byte of your
idprom data (e.g. at address fedc8d28)
{1} ok debug-off
Enter addresses & values very carefully (a byte in the wrong place could do bad things) using <value> <address> c!
You can confirm your data by repeating the dump command occasionally
(e.g. fedc8d28 20 dump)