Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUniversity license for OpenCL?
Hello, I'm trying to follow the introduction to OpenCL videos (https://www.youtube.com/watch?v=4pukzi14mly) but I'm currently stuck when trying to compile OpenCL for my board:
aoc device/v...
Altera_Forum
Honored Contributor
9 years agoAre you running on Linux? The network interface needs to be named eth0. If you have a reasonably new Linux distro it is probably named something like enp0 (check by e.g. typing "ip link show" in a terminal), but you can create a virtual network interface with the name eth0 with the MAC (also called NIC) adress that is specified in your license file:
sudo ip tuntap add dev eth0 mode tap
sudo ip link set dev eth0 address <your mac address>