error when write fpga btistream to hardware
root@ubuntu:/home/dwliu/ov_ftdi/software/host# sudo python3 ./ovctl.py -p ov3.fwpkg eep-program 10000
FPGA not loaded, forcing reload
FPGA: Bitstream timestamp 2023/04/02 20:26:08
FPGA: sending configuration bitstream
FPGA: CRC OK
FPGA: configured
00: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
10: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
20: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
30: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff(ffff)
EEPROM: Device blank or checksum incorrect
EEPROM: Generated serial OV010000
EEPROM: Progammed
EEPROM: Note: Ignore "No such device" errors
00: 0101 1d50 607c 0700 fa80 0008 1111 169a 0cb0 12bc 0000 0000 0046 0316 004f 0070
10: 0065 006e 0056 0069 007a 0073 006c 0061 030c 006f 0076 0033 0070 0031 0312 004f
20: 0056 0030 0031 0030 0030 0030 0030 0000 0000 0000 0000 0000 0000 0000 0000 0000
30: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000(5880)
Error releasing interface: No such device
root@ubuntu:/home/dwliu/ov_ftdi/software/host# lsusb
Bus 001 Device 018: ID 1d50:607c OpenMoko, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 006: ID 0e0f:0008 VMware, Inc.
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
then test the hardware not remove and plug in again,the ULPI test not ok
root@ubuntu:/home/dwliu/ov_ftdi/software/host# python3 ./ovctl.py report
USB PHY Tests
ULPI Clock has not started up - osc?
WARNING: ULPI PHY clock not started; skipping ULPI tests
SDRAM tests
... 0: OK
... 1: OK
... 2: OK
... 3: OK
... 4: OK
... 5: OK
... all passed
then remove plug in again, will stop in USB PHY Tests
root@ubuntu:/home/dwliu/ov_ftdi/software/host# python3 ./ovctl.py report
FPGA not loaded, forcing reload
FPGA: Bitstream timestamp 2023/04/02 20:26:08
FPGA: sending configuration bitstream
FPGA: CRC OK
FPGA: configured
USB PHY Tests
^Z
[5]+ Stopped python3 ./ovctl.py report
error when write fpga btistream to hardware root@ubuntu:/home/dwliu/ov_ftdi/software/host# sudo python3 ./ovctl.py -p ov3.fwpkg eep-program 10000 FPGA not loaded, forcing reload FPGA: Bitstream timestamp 2023/04/02 20:26:08 FPGA: sending configuration bitstream FPGA: CRC OK FPGA: configured 00: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff 10: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff 20: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff 30: ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff(ffff) EEPROM: Device blank or checksum incorrect EEPROM: Generated serial OV010000 EEPROM: Progammed EEPROM: Note: Ignore "No such device" errors 00: 0101 1d50 607c 0700 fa80 0008 1111 169a 0cb0 12bc 0000 0000 0046 0316 004f 0070 10: 0065 006e 0056 0069 007a 0073 006c 0061 030c 006f 0076 0033 0070 0031 0312 004f 20: 0056 0030 0031 0030 0030 0030 0030 0000 0000 0000 0000 0000 0000 0000 0000 0000 30: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000(5880) Error releasing interface: No such device root@ubuntu:/home/dwliu/ov_ftdi/software/host# lsusb Bus 001 Device 018: ID 1d50:607c OpenMoko, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 006: ID 0e0f:0008 VMware, Inc. Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
then test the hardware not remove and plug in again,the ULPI test not ok root@ubuntu:/home/dwliu/ov_ftdi/software/host# python3 ./ovctl.py report USB PHY Tests ULPI Clock has not started up - osc? WARNING: ULPI PHY clock not started; skipping ULPI tests SDRAM tests ... 0: OK ... 1: OK ... 2: OK ... 3: OK ... 4: OK ... 5: OK ... all passed
then remove plug in again, will stop in USB PHY Tests root@ubuntu:/home/dwliu/ov_ftdi/software/host# python3 ./ovctl.py report FPGA not loaded, forcing reload FPGA: Bitstream timestamp 2023/04/02 20:26:08 FPGA: sending configuration bitstream FPGA: CRC OK FPGA: configured USB PHY Tests ^Z [5]+ Stopped python3 ./ovctl.py report