cyusb_download_fx2 under Linux does not work

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

cross mob
Anonymous
Not applicable

 Hallo,

   

  please I need your help !!

   

  I am trying to flash  the AD5934 evaluation board which is based on the CY7C68013 ( FX2) under LINUX.  for that I am using cyusb_linux_1.0.4, I am calling the function as:

   

static char filename[18] = "./AD5933_34FW.hex";

   

extension = strtoul("0xA0", NULL, 16);

   

cyusb_download_fx2(dev_handle, filename, extension);

   

 

   

The function gets executed without any error but i can not communicated with the board. If I flash it under Windows, the board works fine.

   

I tried to flash it with: fxload -v -t fx2 -D /dev/bus/usb/005/022 -I AD5933_34FW.hex  --> But the result is the same, I could not communicate with it.

   

Any help please

   


Regards
Abdelghani

0 Likes
1 Reply
Anonymous
Not applicable

Hi All,

   

 the issue was in my program which talks to the firmware, so cyusb_download_fx2 under Linux works well.

   

Regards

   

Abdelghani

0 Likes