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 14: | Line 18: | ||
</pre> | </pre> | ||
---- | |||
---- | ---- | ||
This is a syscon firmware update, not a CP update. | This is a syscon firmware update, not a CP update. | ||
CP updates are usually called reftool_cp_xxx.bin (replace xxx by version) you can find these in official sdks. | CP updates are usually called reftool_cp_xxx.bin (replace xxx by version) you can find these in the official sdks. | ||
Syscon firmware updates use other keys and another algorithm. | Syscon firmware updates use other keys and another algorithm. | ||
-Mathieulh | -Mathieulh | ||