User Tools

Site Tools


users:rdelburgo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
users:rdelburgo [2018/10/04 11:14] – [Kintex firmware installation] delburgousers:rdelburgo [2018/10/04 11:30] delburgo
Line 2: Line 2:
 Everything should be already good to go but just in case Everything should be already good to go but just in case
 ====== Connecting the Kintex to the computer ====== ====== Connecting the Kintex to the computer ======
 +Is possible to communicate with the Kintex FPGA using a ethernet connector.
 +The ethernet connector has to be plugged directly in the computer ethernet bus, without using an external hub.
 +By default the board address is 192.168.10.16.
 +To be able to communicate create a network with the following settings:
  
 +   IP Address: 192.168.10.10
 +   Subnet Mask: 255.255.255.0
 +   Gateway: 0.0.0.0
 +In UBUNTU you have to define this network in the file
 +    /etc/network/interfaces
 +And you can add it (if it is not already there) as
 +   # The primary network interface
 +   auto eth0
 +   iface eth0 inet static
 +      address 192.168.10.10
 +      netmask 255.255.255.0
 +      gateway 0.0.0.0
 +After that use the command
 +    ifdown eth0; ifup eth0
 +And check if the board is there:
 +    ping 92.168.10.16
 +
 +   
 ====== Kintex firmware installation ====== ====== Kintex firmware installation ======
  
users/rdelburgo.txt · Last modified: 2018/10/11 16:45 by delburgo