Forum Discussion
Interface ID check failed Intel Devcloud
Hi ,
Good to know that the issue is not re-occurring.
The software versions do get updated on the nodes as per the releases.
Thanks and Regards
Anil
- dmdeangelo5 years ago
New Contributor
Hello.
I don't know if I can continue the topic, if I'm wrong, please let me know.
I am experiencing the same error.
I tried to compile my kernel again, but it doesn't change.
To test, I tried to run the "hello_world" tutorial, exactly as described and I get the same message.I ran the command "fpgainfo fme" and received:
Board Management Controller, microcontroller FW version 26895
Last Power Down Cause: POK_CORE
Last Reset Cause: External reset
Power-on-reset
// ****** FME ****** //
Object Id: 0xEF00000
PCIe s: b: d: f: 0000: 3B: 00: 0
Device Id: 0x09C4
Socket Id: 0x00
Ports Num: 01
Bitstream Id: 0x124000200000367
Bitstream Version: 1.2.4
Pr Interface Id: 38d782e3-b612-5343-b934-2433e348ac4c
Boot Page: userIn the link
says:
FW version 26895 belongs to Acceleration Stack Version 1.2.1
But I have selected Acceleration Stack Version 1.2.Is there a problem with that?
- dmdeangelo5 years ago
New Contributor
Adding information ...
I spent the day trying to solve this, I really need to make it work.
When compiling the model (hello_world), I am receiving a message that I did not receive before.
...... / hello_world $ make
../common/src/AOCLUtils/opencl.cpp: In function ‘_cl_program * aocl_utils :: createProgramFromBinary (cl_context, const char *, _cl_device_id * const *, unsigned int)’:
../common/src/AOCLUtils/opencl.cpp:388:22: warning: ignoring attributes on template argument ‘cl_int {aka int}’ [-Wignored-attributes]
scoped_array <cl_int> binary_status (num_devices);
Does anyone know the reason for a lib (in devcloud) that previously worked to no longer work?Has anyone seen a similar error?
- AnilErinch_A_Intel5 years ago
Frequent Contributor
Hi ,
The acceleration stack versions 1.2 and 1.2.1 have multiple differences.
As you can see here
https://www.intel.com/content/www/us/en/programmable/solutions/acceleration-hub/archives.html
So it is preferred to use the software matching to the latest settings in the Devcloud.
If you can provide the exact steps and options provided by you for running the kernels, that would help.
Thanks and Regards
Anil