fix: re-read config.yaml before each workflow run
_reload_config(): re-reads config.yaml and updates all UI selectors (FSBL, BIT, ELF, BIN, FW BIN) and IP/xilinx_path fields with latest values from file. Called at the top of both _execute_step() and _run_all_steps(), so changing config.yaml externally is picked up before every run.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
bootloader_bin_path: /home/ly0kos/work/Verify/FW/tftp_app/bootloader/bootloader_z100_800M.bin
|
||||
bootloader_bit_path: /home/ly0kos/work/Verify/FW/tftp_app/bootloader/pl_arm_wrapper_hw_platform_0/pl_arm_wrapper.bit
|
||||
bootloader_elf_path: /home/ly0kos/work/Verify/FW/tftp_app/bootloader/app.elf
|
||||
bootloader_elf_path: /home/ly0kos/work/Verify/FW/tftp_app/tftp_app/tftp.elf
|
||||
erase_all: false
|
||||
firmware_bin_path: /home/ly0kos/work/Verify/FW/V1.3.1.3.3_06_01_pmu_cpld_check/V1.3.1.3.3_06_01_pmu_cpld_check.bin
|
||||
flash_model: s25fl256s1
|
||||
|
||||
Reference in New Issue
Block a user