How do I ??

Madilla14

Inactive User
Joined
May 1, 2005
Messages
47
Reaction score
0
Guys looking for some help here, how do I create a RST hexfile for the inteep. Assuming I have valid public keys what software would I use to generate this file. I have RSTgen but I think this only lets me create my flash hex.

Any help would be appreciated:proud:
 
use the search button m8

best tool on the forum............its all bout learning

not being spoon fed.............lol............

you will feel great if you do it off ya own back...........
 
You can use this to update an existing RST ineep file ......
 
Thanks Fatblerk, I saw the file today but I never downloaded it and I forgot what it was called.
cheers
 
Same Flash

hi everyone can some pls help me i m tryin to creat a new rst flash for 2nd box but everytime i insert new bk and ird it genrate old flash which i had for previous box i ve checked the bk and ird which is different then previous box i will be gr8ful if someone can help wat i m doin wrong that for 2 boxes which have different ird's and bk's but same flash . thanx
 
when u create the hex save it with a diff name
saving it with the same name means it wont overwrite the previous and leave details intact

so if box 1 is rsteep.hex
do box 2 as rsteep2.hex
see if thats ur problem
 
thanx for ur reply mate, i ve done that but result is still same?
 
Just use the Rst generator found here:
http://www.world-of-digital.com/forums/showthread.php?t=53664
with your ird and bk numbers (easy peesy) and write your internal eep file to your card!

For more info and tutorials on the Rst :
http://www.world-of-digital.com/forums/showthread.php?t=44304

And to understand whats inside the program a bit read below

The Rst flash (when read in notepad) will contain your ird on line ":101C4" like this:
:101C400000000000********00000000000000000E
and the *'s in there will be your ird
and also in the flash it will have your bk on line ":101CF" like this:
:101CF000008900000000FFFF****************FF
and the *'s will be your bk.
if you have made up your Rst flash properly that is.
Once you have made it you wont need to change it ok.

Then there is the Rst eeprom file which has the current keys in it and these can be changed simply by just downloading one and right click and view it with notepad and the top few lines will look like this:

:10000000D6AB1A137529E77289B77E70309D89CAFD
:10001000D6AB1A137529E77289B77E70309D89CAED
:1000200000000000000000000000000000000000D0
:10003000AF14D85DFA1BDDA9586524851C1DFBFF94
:100040006058BA05565AAD0E4F8CD561B60B9E5D01
:10005000699CE59B495199F8712A7D4A277C9795BF
:1000600076A29255B6A0E950486D1BBF2EC52F8FC2
:1000700029CCFA17C459110E8C3F9DAC9C83520DAC

You only need to look at the top 2 lines and on each of those lines it has the Key0: and the Key1: keys and the check sum at the end like this:
:10000000D6AB1A137529E77289B77E70309D89CAFD
:10001000D6AB1A137529E77289B77E70309D89CAED

So Key0: =D6AB1A137529E772....(not the real current key)
and Key1:=89B77E70309D89CA....(not the real current key)
and for the check sum all you do is download checksum calculator:
http://www.world-of-digital.com/forums/showthread.php?t=42552&highlight=checksum
and copy the whole line from the ":" at the begining right to the end of the Key1: ie:
:10000000D6AB1A137529E77289B77E70309D89CA
and paste it into the checksum calculator and you press "Do it" and it will add 2 figures on the end ie FD on the first line and ED on the second line, ( The second line is different because of the :10001000 at the begining).
Then you just edit your eep file out in notepad and save it, rar it and post it.

clive58.
 
Back
Top