Failed to initialize user clock?
Hello,
I am following the instructions from here:
And the programming of the device is failing. Has anyone seen this?
The diagnostics appear fine.
u75982@s005-n007:~/A10_OPENCL_AFU/v1.2.1/hello_world/bin$ aocl program acl0 hello_world_fpga_unsigned.aocx
aocl program: Running program from /opt/a10/inteldevstack/a10_gx_pac_ias_1_2_1_pv/opencl/opencl_bsp/linux64/libexec
libopae-c user_clk_pgm_uclock.c:200:set_userclock() **ERROR** : Failed to initialize user clock
libopae-c reconf.c:244:set_afu_userclock() **ERROR** : Failed to set user clock
libopae-c reconf.c:393:fpgaReconfigureSlot() **ERROR** : Failed to set user clock
Error writing bitstream to FPGA: not supported
Error programming device
aocl program: Program failed.
Hi @davidwigley,
Thank you for posting in Intel community forum and hope all is well.
I have tried the instruction in the similar nodes mention and are able to program successfully. (i.e. complete steps 3.6)
Hence suspecting there might be some missing steps, would suggest to to check on the following:
1) Selecting the correct development stack source which is 1.2.1.
2) Recompile the program by running make clean followed by make command.
3) Are you able to compile the opencl code into the FPGA executable successfully?
Please do try and let us know if that helps.Best Wishes
BB