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 38: | Line 43: | ||
* Because Syscon's firmware is fully overwritten on a DECR-1000, it is trivial to downgrade its firmware if you are connected to the CP's Shell. (There is actually a script on the CP rom that does just this, all you have to do is to comment the version check) (patched update_syscon.pl: [[http://pastebin.com/ZMxvTxwL]]) | * Because Syscon's firmware is fully overwritten on a DECR-1000, it is trivial to downgrade its firmware if you are connected to the CP's Shell. (There is actually a script on the CP rom that does just this, all you have to do is to comment the version check) (patched update_syscon.pl: [[http://pastebin.com/ZMxvTxwL]]) | ||
* [http://www.sony.net/Products/Linux/Others/DECR-1000.html partial Source Code] | * [http://www.sony.net/Products/Linux/Others/DECR-1000.html | partial Source Code] | ||
The Communication Processor can also talk to the southbridge. | The Communication Processor can also talk to the southbridge. | ||