1. The speed. The default xml offers 3M BDM clock. For NVRAM and flash read 6M works just fine. The RAM access MUST use 3M or 1.5M. Since our "program" uses ram so set to 3M will work for it.
2. After "reset 1" the A7 is 99999999. This value will not allow you to use "program" command. You must change it to a good ram value. Say "ffb60000". So the proper command to reset the box is
Code: Select all
reset 1
init
r r7 ffb40000
The firmware of DSR is different than the DCT2224 and I am spending some time to see if fake UID is possible.