Changes between Version 14 and Version 15 of Stuff/FirmwareUpdate
- Timestamp:
- 11/16/10 01:17:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stuff/FirmwareUpdate
v14 v15 17 17 * send "Activate_Update_Mode" message incl. a password of up-to a variable length of up-to 128 bytes: FF 24 F0 FA FF pp pp pp ... pp chk (password is specific to every OpenBM unit) 18 18 19 * if password was correct bootloader answer with: F0 05 FF FB hh ll chk, where hhll is a 16bit number representing the sum of all password bytes19 * if password was correct bootloader answer with: F0 05 FF FB hh ll ss chk, where hhll is a 16bit number representing the sum of all password bytes and ss is a size in bytes of maximal possible chunk size when programming 20 20 * bootloader is activated and Yellow LED lights on 21 21 * bootloader is deactivated if it not receive any firmware code chunks for the next 10 seconds (If boot loader is deactivated, Yellow LED turns off)