5.7.4.2 Validate Host OTA DFU (OTAV, <allow/hex8>)
Format: OTAV, <hex8>
When the host MCU receives %OTA_COMPLETE%, this command OTAV, <hex8>
is used to notify the RNBD451 of the validation status and that the validation is starting. In the parameter, “0” is for validation success, “1” is for validation start and “2” is for validation fail. The other value is reserved.
Example: | OTAV,01 | // validation start |
OTAV,00 | // validation success | |
OTAV,02 | // validation fail | |
Response: | AOK | // command success |
Err | // state error |