6d686964e29173192d72e888bdb7b2222cd291aa
Root cause: When UART window is open, self._uart_monitor is None (the window creates its own UartMonitor). Step 4 boot wait loop only checked self._uart_monitor.latest_info → always saw empty data → fell through to IP scanning even though UART had detected the IP. Fix: - UartMonitorWindow.get_latest_info() exposes parsed BootInfo - Step 4 checks both: self._uart_monitor first, then UART window - Null guard on info before accessing .ip_address
Description
Zynq Bootloader下载验证工具
1.1 MiB
Languages
Python
99.4%
Batchfile
0.6%