changed flash write filenames

This commit is contained in:
Jakob Meier 2022-03-22 14:33:06 +01:00
parent b96ecce483
commit 71c16f78ae
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ LOGGER = get_console_logger()
MANUAL_INPUT = "3"
flash_write_file_dict = {
"1": ["q7s test file", "/mnt/sd0/ploc-mpsoc/flashwrite.bin"],
"2": ["te0720-1cfa test file", "/mnt/sd0/ploc-mpsoc/flashwrite.bin"],
"1": ["/mnt/sd0/ploc/mpsoc/flash_write.bin", "/mnt/sd0/ploc/mpsoc/flash_write.bin"],
"2": ["/mnt/sd0/ploc/mpsoc/flash_write.bin", "/mnt/sd0/ploc/mpsoc/flash_write.bin"],
MANUAL_INPUT: ["manual input", ""],
}