DM365 uses USB for OUTPUT. That output is supposed to be connected to deserializer, which then outputs the data in parallel for FPGA (logic gates can't take serialized data, and USB is Universal _Serial_ Bus).
Both the FPGA and the deserializer (Cypress USB controller) are located on OFDM board.
So the message `Init libusb faild!` basically means that the USB connection isn't working.
Fix the connection.
Look, there's even a pinout of the connection:
O-Gs wiki: Gimbal top board ribbon cable connector to ofdm module
Both the FPGA and the deserializer (Cypress USB controller) are located on OFDM board.
So the message `Init libusb faild!` basically means that the USB connection isn't working.
Fix the connection.
Look, there's even a pinout of the connection:
O-Gs wiki: Gimbal top board ribbon cable connector to ofdm module
Last edited: