4ca15c11900fd11cb28616b9a18ade4d80b7f1c6
program_flash can return exit code 0 while outputting errors like 'uboot failed' or 'cannot open'. Previously only returncode was checked, so these silent failures caused the workflow to continue past a failed erase/program step. Now scans combined stdout+stderr for failure keywords (uboot, failed, cannot, abort, invalid, unsupported, timeout) and returns success=False. Also checks returncode != 0 as fallback.
Description
Zynq Bootloader下载验证工具
1.1 MiB
Languages
Python
99.4%
Batchfile
0.6%