Problem running the DES example multiple time

Hello,

I compiled the DES example on Linux (Ubuntu) and it seems run well the first time but if I run it again, it fails loading the FPGA image again. However, it seems to be able to talk with the device and grab its interface since it prints the device information.

Here is the log (includes few ‘printf’ of my own)

prompt> ./des_tester e aaaaaaaaaaaaaaaa file1 file2
---- Opal Kelly ---- FPGA-DES Application v1.0 ----
Trying device: XEM3010
Found a device: XEM3010
Device firmware version: 1.2
Device serial number: JVCNkEpdGp
Device device ID: Opal Kelly XEM3010
Going to download the configuration fileFrontPanel support is enabled.
DES process succeeded!

prompt> ./des_tester e aaaaaaaaaaaaaaaa file1 file2
---- Opal Kelly ---- FPGA-DES Application v1.0 ----
Trying device: XEM3010
Found a device: XEM3010
Device firmware version: 1.2
Device serial number: JVCNkEpdGp
Device device ID: Opal Kelly XEM3010
Going to download the configuration fileFPGA configuration failed.
FPGA could not be initialized.

Thanks,

Kamtsa

If I power cycle the board, the DES example works again (for one time, until I power cycle again).

Please visit the following link and download the firmware update. I believe this will fix your problem:

http://forums.opalkelly.com/showthread.php?t=249

Per your suggestion, I upgraded the firmware from 1.2 to 1.3 and it works well now.

Thanks.

Kam