Changes between Version 32 and Version 33 of Stuff/FirmwareUpdate
- Timestamp:
- 11/25/10 15:32:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stuff/FirmwareUpdate
v32 v33 29 29 30 30 '''Programming''' 31 * Host application must send an Init-Chunk-Message: FF 0 A F0 FA FF vh vl s2 s1chk, where:31 * Host application must send an Init-Chunk-Message: FF 07 F0 FA FF vh vl ss chk, where: 32 32 * vh:vl - major and minor version numbers of the new firmware 33 * s 2:s1 - 16bit seed number (can be any random number)33 * ss - 8 bit seed number (can be any random number) 34 34 35 * OpenBM acknowledge each chunk (incl. init chunk) with a message: F0 0 7 FF FB s2 s1chk, where:36 * s 2:sl - seed number received in the init chunk "xor"ed with the 16bitsum of the chunk data written to the flash35 * OpenBM acknowledge each chunk (incl. init chunk) with a message: F0 04 FF FB sc chk, where: 36 * sc - seed number received in the init chunk "xor"ed with the "xor" sum of the chunk data written to the flash 37 37 * "Init"-chunk is acknowledged by the same seed as received in the init chunk 38 38