Differences
This shows you the differences between two versions of the page.
en:artikel:vbf:start [Sat. 09.02.2019 13:42] go4it created |
en:artikel:vbf:start [Sat. 09.02.2019 13:44] (current) go4it |
||
---|---|---|---|
Line 53: | Line 53: | ||
^ Offset ^ Datatype ^ Example value ^ Function ^ | ^ Offset ^ Datatype ^ Example value ^ Function ^ | ||
- | | 0 | DWORD | ''0x000004F4'' | Startposition der Daten im Zielsystem | | + | | 0 | DWORD | ''0x000004F4'' | Base address where to store image on target device | |
- | | 4 | DWORD | ''0x00001A15'' | Effektive Länge des Binärteils | | + | | 4 | DWORD | ''0x00001A15'' | Length of image | |
- | | 8..x | DATA | .... | Modulcode oder Daten | | + | | 8..x | DATA | .... | The firmware image itself | |
- | | -2 | WORD | ''0x1C07'' | Prüfsumme des Binärteils | | + | | -2 | WORD | ''0x1C07'' | Checksum (CRC) of the binary image | |
//NOTE: A ''DWORD'' is 4 Bytes long, a ''WORD'' 2 Bytes. All encoded in "Big-Endian" format.// | //NOTE: A ''DWORD'' is 4 Bytes long, a ''WORD'' 2 Bytes. All encoded in "Big-Endian" format.// | ||