Editing Talk:Communication Processor
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 8: | Line 8: | ||
update.bin = v1.0.4c2_TMU510_u.bin - first 32 bytes (IV + Hash) | update.bin = v1.0.4c2_TMU510_u.bin - first 32 bytes (IV + Hash) | ||
{{keyboard|content= | {{keyboard|content=openssl enc -aes-256-cbc -d -K E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F -iv 737973317347595DFB853B7B4A28105D -in update.bin -out update.tar.gz | ||
}} | |||
<br /> | |||
<br /> | |||
<br /> | |||
Output: | Output: | ||
<pre> | <pre> | ||
Line 27: | Line 31: | ||
Thanks, | Thanks, | ||
{{keyboard|content= | {{keyboard|content=openssl enc -aes-256-cbc -d -K E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F -iv FB306DA62E530EB13FB9D0EF8615060A -in reftool_cp_133.bin -out reftool_cp_133.tar.gz | ||
}} | |||
works. (I should learn reading ;)) | works. (I should learn reading ;)) | ||
Line 33: | Line 38: | ||
---- | ---- | ||
I would like to add that it's much easier to interact with the System Controller from the Communication Processor shell considering that Syscon on Reference tool does not require any authentication or encryption of the packets sent to it and you do get real time replies, Syscon on those units also allow many more commands than on consumer systems (even after using AUTH1/AUTH2), this can be rather useful should you want syscon to jump to your code by performing a packet overflow. | |||
I would like to add that it's much easier to interact with the System Controller from the Communication Processor shell considering that Syscon on Reference tool does not require any authentication or encryption of the packets sent to it and you do get real time replies, Syscon on those units also allow many more commands than on consumer systems (even after using AUTH1/AUTH2), this can be rather useful should you want syscon to jump to your code | |||
The Communication Processor can also talk to the southbridge. | The Communication Processor can also talk to the southbridge. | ||