This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| users:rdelburgo [2018/10/04 11:10] – [bdaq53 installation] delburgo | users:rdelburgo [2018/10/11 16:45] (current) – [Run a test (work in progress)] delburgo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== RD53 @ UZH ====== | ====== RD53 @ UZH ====== | ||
| Everything should be already good to go but just in case | Everything should be already good to go but just in case | ||
| - | ====== Kintex | + | ====== |
| + | 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 | ||
| + | | ||
| + | | ||
| + | In UBUNTU you have to define this network in the file | ||
| + | / | ||
| + | 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 192.168.10.16 | ||
| + | |||
| + | ====== Kintex firmware installation ====== | ||
| + | Get the right firmware here **[[https:// | ||
| + | If not already installed, install the **[[https:// | ||
| + | |||
| + | * Connect the KC705 with the computer through JTAG connector. | ||
| + | * Open Vivado and Go Open Hardware Manager-> | ||
| + | * now the KC705 should appear if it is properly connected. | ||
| + | * Right click on the card and go to add configuration memory and follow the steps indicated in the **[[ https:// | ||
| ====== bdaq53 installation ====== | ====== bdaq53 installation ====== | ||
| * Install **[[https:// | * Install **[[https:// | ||
| Line 13: | Line 42: | ||
| * RD53A twiki: | * RD53A twiki: | ||
| - | | + | ====== Run a test (work in progress)====== |
| + | **powering procedure missing on purpose, ask to someone who had already done it** | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | choose a test (for example scan_digital) and | ||
| + | | ||
| + | ====== Module Calibration (work in progress)====== | ||
| + | TBD | ||
| + | ====== Run the cross talk scan (work in progress)====== | ||
| + | |||
| + | the cross talk scan is not in the bdaq53 scan list but nevertheless is present inside the scan folder. To run it: | ||
| + | cd bdaq53/ | ||
| + | | ||