You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the Zynq 7000, an error was encountered regarding Erase Error while PLO was trying to flash the device. After a deeper analysis, it turned out that the displayed error was not right about the wrong output in PLO. This issue was related to the waiting time for an active USB port (The error occurred due to the low input voltage to the Zynq7000 board relative to the power supply supplied with it, which resulted in slowing down some processes).
Outpu of runner under Zynq7000
Code to reproduction (plo.py line-125)
self.dut.expect_exact("Erased", timeout=20)
The text was updated successfully, but these errors were encountered:
While testing the Zynq 7000, an error was encountered regarding Erase Error while PLO was trying to flash the device. After a deeper analysis, it turned out that the displayed error was not right about the wrong output in PLO. This issue was related to the waiting time for an active USB port (The error occurred due to the low input voltage to the Zynq7000 board relative to the power supply supplied with it, which resulted in slowing down some processes).
The text was updated successfully, but these errors were encountered: