Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Panel | ||||
---|---|---|---|---|
| ||||
How to start netX maintenance firmware via packet command? |
Panel | ||||
---|---|---|---|---|
| ||||
Use HIL_FIRMWARE_RESET_REQ packet command with HIL_SYS_CONTROL_RESET_MODE_BOOTSTART mode. The firmware reset request (
ulResetMode = 0 ( The cold start will perform a reset of the device and starts the installed firmware again. ulResetMode = 2 (HIL_SYS_CONTROL_RESET_MODE_BOOTSTART) The boot start will perform a reset of the device and starts the maintenance firmware. The boot start can be used to start the maintenance firmware without starting an update process (idle mode). ulResetMode = 3 (HIL_SYS_CONTROL_RESET_MODE_UPDATESTART) The update start will perform a reset of the device and start the maintenance firmware. If a valid update file is available, it will be automatically processed and installed. If no update file is available or if the update file is not valid, the maintenance firmware will change into errormode , changes the SYS LED (to yellow on) and sets an error code (e.g. ERR_HIL_NOT_AVAILABLE, 0xC0001152)automatically start the old firmware. |
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|