Files
Embedded-System-Test-Automa…/configs/test_cases/test_get_badBlockMap_fromNAND.json

34 lines
695 B
JSON

{
"meta": {
"name": "get_savedBadBlockMap_fromNAND",
"description": "get bad block map from NAND Flash into RAM",
"parameters": {
"_comment": "protocol_ID = 1 for text format from UART, see protocol_ID_en",
"protocol_ID": 1,
"version": 1,
"cmd_from_binary_file": true,
"cmd_code": 4,
"badBlockMapOperMode": 2
}
},
"binary": "get_savedBadBlockMap_fromNAND.bin",
"expectations": {
"start": {
"type": "json",
"fields": {
"msgType": 2,
"cmd": 4
}
},
"end": {
"type": "contains",
"value": "NAND Flash test stand ready to receive new commands"
}
},
"timeout_msec": 200
}