How can i usb cyusb3014 in an arm development board to get images?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Is there any driver codes support linux with arm or x86 os?

Can anyone ever used this chip in an arm board? Please help ,thank you a lot!

0 Likes
1 Solution
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

You can download the FX3 SDK for linux here:

  

http://www.cypress.com/documentation/software-and-drivers/ez-usb-fx3-software-development-kit

The fx3_firmware_linux.tar.gz: contains the FX3 firmware library and examples. Cyusb_linux_1.0.4 contains the functions which we use for communicating the the Linux host. These functions are based on the libusb package.

Note that Cypress has developed a wrapper using the LibUSB driver, which can be used to develop applications in a Linux environment.

Please find the linux guide here http://www.cypress.com/file/138786/download

For video applications over the Linux, you can use V4L2 device driver (https://linuxtv.org/downloads/legacy/video4linux/v4l2dwgNew.html )

Regards,

Sridhar

View solution in original post

0 Likes
1 Reply
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

You can download the FX3 SDK for linux here:

  

http://www.cypress.com/documentation/software-and-drivers/ez-usb-fx3-software-development-kit

The fx3_firmware_linux.tar.gz: contains the FX3 firmware library and examples. Cyusb_linux_1.0.4 contains the functions which we use for communicating the the Linux host. These functions are based on the libusb package.

Note that Cypress has developed a wrapper using the LibUSB driver, which can be used to develop applications in a Linux environment.

Please find the linux guide here http://www.cypress.com/file/138786/download

For video applications over the Linux, you can use V4L2 device driver (https://linuxtv.org/downloads/legacy/video4linux/v4l2dwgNew.html )

Regards,

Sridhar

0 Likes