Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Install Tensorflow on DE10-NANO

nickis666
Beginner
1,230 Views

Is there have a document for installing TensorFlow on DE10-NANO?

I can install TensorFlow successfully, but when I use TensorFlow to do something, I get "Illegal instruction", 

for example  :

sess = tf.Session()
a = tf.constant([[2, 2, 2], [3, 3, 3]], dtype=tf.float32)
b = tf.constant([[1, 1, 1], [2, 2, 2]], dtype=tf.float32)
print(sess.run(a))
print(sess.run(tf.add(a, b)) 

The code above can work, but when I use the other code like "tf.subtract(a, b)", I will get

"Illegal instruction".

How can I fix it? thanks

0 Kudos
4 Replies
JohnT_Intel
Employee
1,202 Views

Hi,


Are you refering to running the Tensorflow in the ARM processor? If yes, may I know what is the OS you are running with?


0 Kudos
nickis666
Beginner
1,194 Views
0 Kudos
JohnT_Intel
Employee
1,188 Views

Hi,


I would recommend you to contact Terasic on this issue as the OS was created by them


0 Kudos
TrivenNTHU
Novice
1,083 Views

Hi,

 

I would recommend that you can try this, modern Linux kernel on de10-nano.

0 Kudos
Reply