Editing Flash:bootldr
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 52: | Line 52: | ||
|} | |} | ||
== | == structure == | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
! Address !! Length !! Value !! Description | ! Address !! Length !! Value !! Description | ||
|- | |- | ||
| 0x0 || 0x04 || 0x00002EAB || | | 0x0 || 0x04 || 0x00002EAB || Encrypted Binary size (see below) | ||
|- | |- | ||
| 0x4 || 0x0C || 0x5CE463CD5C9EB67AFEA01B54 || Rev key - same per revision (see [[Talk:Flash:bootldr|talkpage]]) | | 0x4 || 0x0C || 0x5CE463CD5C9EB67AFEA01B54 || Rev key - same per revision (see [[Talk:Flash:bootldr|talkpage]]) | ||
|- | |- | ||
| 0x10 || 0x4 || 0x00002EAB || | | 0x10 || 0x4 || 0x00002EAB || Decrypted Binary size (see below) | ||
|- | |- | ||
| 0x14 || | | 0x14 || 0x1C || 0xFE2C4E17E1675C3AC8298ED1 || [[Flash:perconsole_nonce|perconsole nonce]] | ||
|- | |- | ||
|} | |} | ||
=== Calculating data size === | === Calculating data size === | ||
(first 4 bytes from <abbr title="0xFC0000 (NOR) or 0x00 (NAND)">header</abbr> * 0x10) + 0x40 = datasize | (first 4 bytes from <abbr title="0xFC0000 (NOR) or 0x00 (NAND)">header</abbr> * 0x10)+0x40 = datasize | ||
thus, above example : | thus, above example : 00002EAB*0x10+0x40 = 0x2EAF0 | ||
{{Flash}} | {{Flash}} | ||
[[Category:Flash]] |