Difference between revisions of "Firmware Upgrade"
From Rigol Homebrew Wiki
(Created page with "== Blocks in file == This is for 2.5 of DS1000E. {| border="1" style="text-align: right; font-family: monospace" !File!!Mem!!Size!!Flags |- |0x1f||0xff800060||0x4||IGNORE |- |0x...") |
(→Blocks in file) |
||
Line 1: | Line 1: | ||
== Blocks in file == | == Blocks in file == | ||
− | This is for 2.5 of DS1000E. | + | This is for 2.5.1.0 of DS1000E. |
+ | |||
+ | * It seems each "module" is separate in the firmware upgrade file, with one ZEROFILL after each code one. | ||
+ | * The only INIT block contains the same bytes as the one preceding it. | ||
+ | * Things up to 0x0800 0000 are in SDRAM. | ||
+ | * 0xFF80 6000 – 0xFF80 8000 are in Data bank A SRAM | ||
+ | * 0xFFA0 8000 and up is Instruction SRAM | ||
{| border="1" style="text-align: right; font-family: monospace" | {| border="1" style="text-align: right; font-family: monospace" | ||
Line 9: | Line 15: | ||
|0x2d||0xffa08000||0x98||0x0 | |0x2d||0xffa08000||0x98||0x0 | ||
|- | |- | ||
− | |0xcf||0xffa08000||0x2||INIT | + | |0xcf||0xffa08000||0x2||INIT, contains the same data as 0x2d. |
|- | |- | ||
|0xdb||0xff800060||0x4||IGNORE | |0xdb||0xff800060||0x4||IGNORE | ||
Line 15: | Line 21: | ||
|0xe9||0x4||0xfffe||0x0 | |0xe9||0x4||0xfffe||0x0 | ||
|- | |- | ||
− | | | + | |... |
|- | |- | ||
− | | | + | |0xf0161||0xeffe6||0x2b2||0x0 |
|- | |- | ||
− | | | + | |0xf041d||0x19e000||0x192||0x0 |
|- | |- | ||
− | | | + | |0xf05b9||0x608800||0xfffe||0x0 |
|- | |- | ||
− | | | + | |0x1005c1||0x6187fe||0xe920||0x0 |
|- | |- | ||
− | | | + | |0x10eeeb||0x680000||0xfffe||0x0 |
|- | |- | ||
− | | | + | |0x11eef3||0x68fffe||0x4cae||0x0 |
|- | |- | ||
− | | | + | |0x123bab||0x6c0000||0x4||0x0 |
|- | |- | ||
− | | | + | |0x123bb9||0x6c0008||0xd6||0x0 |
|- | |- | ||
− | | | + | |0x123c99||0x6c00de||0x10||ZEROFILL |
− | |||
− | |||
|- | |- | ||
− | | | + | |... |
|- | |- | ||
− | | | + | |0x143175||0xff806000||0xf34||0x1 |
|- | |- | ||
− | | | + | |0x14317f||0xff806f34||0x2||0x0 |
|- | |- | ||
− | | | + | |0x14318b||0xff806f36||0x402||0x1 |
|- | |- | ||
− | | | + | |0x143195||0xff807338||0x2||0x0 |
|- | |- | ||
− | | | + | |0x1431a1||0xff80733a||0x3e4||0x1 |
|- | |- | ||
− | | | + | |0x1431ab||0xff80771e||0x2||0x0 |
|- | |- | ||
− | | | + | |0x1431b7||0xff807720||0x336||0x1 |
|- | |- | ||
− | | | + | |0x1431c1||0xff807a56||0x2||0x0 |
|- | |- | ||
− | | | + | |0x1431cd||0xffa08000||0x156||0x0 |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | |0x14332d||0xffa08158||0x6954||0x8000 |
|} | |} |
Revision as of 23:25, 6 January 2012
Blocks in file
This is for 2.5.1.0 of DS1000E.
- It seems each "module" is separate in the firmware upgrade file, with one ZEROFILL after each code one.
- The only INIT block contains the same bytes as the one preceding it.
- Things up to 0x0800 0000 are in SDRAM.
- 0xFF80 6000 – 0xFF80 8000 are in Data bank A SRAM
- 0xFFA0 8000 and up is Instruction SRAM
File | Mem | Size | Flags |
---|---|---|---|
0x1f | 0xff800060 | 0x4 | IGNORE |
0x2d | 0xffa08000 | 0x98 | 0x0 |
0xcf | 0xffa08000 | 0x2 | INIT, contains the same data as 0x2d. |
0xdb | 0xff800060 | 0x4 | IGNORE |
0xe9 | 0x4 | 0xfffe | 0x0 |
... | |||
0xf0161 | 0xeffe6 | 0x2b2 | 0x0 |
0xf041d | 0x19e000 | 0x192 | 0x0 |
0xf05b9 | 0x608800 | 0xfffe | 0x0 |
0x1005c1 | 0x6187fe | 0xe920 | 0x0 |
0x10eeeb | 0x680000 | 0xfffe | 0x0 |
0x11eef3 | 0x68fffe | 0x4cae | 0x0 |
0x123bab | 0x6c0000 | 0x4 | 0x0 |
0x123bb9 | 0x6c0008 | 0xd6 | 0x0 |
0x123c99 | 0x6c00de | 0x10 | ZEROFILL |
... | |||
0x143175 | 0xff806000 | 0xf34 | 0x1 |
0x14317f | 0xff806f34 | 0x2 | 0x0 |
0x14318b | 0xff806f36 | 0x402 | 0x1 |
0x143195 | 0xff807338 | 0x2 | 0x0 |
0x1431a1 | 0xff80733a | 0x3e4 | 0x1 |
0x1431ab | 0xff80771e | 0x2 | 0x0 |
0x1431b7 | 0xff807720 | 0x336 | 0x1 |
0x1431c1 | 0xff807a56 | 0x2 | 0x0 |
0x1431cd | 0xffa08000 | 0x156 | 0x0 |
0x14332d | 0xffa08158 | 0x6954 | 0x8000 |