From 71c16f78aebadbc7b3d52bd5b09838937bbbc7d1 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Tue, 22 Mar 2022 14:33:06 +0100 Subject: [PATCH] changed flash write filenames --- pus_tc/devs/ploc_mpsoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pus_tc/devs/ploc_mpsoc.py b/pus_tc/devs/ploc_mpsoc.py index 0d82cba..8458de4 100644 --- a/pus_tc/devs/ploc_mpsoc.py +++ b/pus_tc/devs/ploc_mpsoc.py @@ -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", ""], }