Changes between Version 10 and Version 11 of Stuff/FirmwareUpdate
- Timestamp:
- 11/13/10 18:16:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stuff/FirmwareUpdate
v10 v11 15 15 16 16 * now we have around one second time to send messages over ibus to set bootloader into "Firmware Update" mode: 17 * send activate update mode msg incl. a password of up-to a length of 32 bytes (fill with 00 if not set): F0 24 FFFA FF pp pp pp ... pp chk (password is specific to every OpenBM unit)17 * send "Activate_Update_Mode" message incl. a password of up-to a length of 32 bytes (fill with 00 if not set): 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: F F 05 F0FB 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 chk, where hhll is a 16bit number representing the sum of all password bytes 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)