| ... | ... | @@ -28,3 +28,41 @@ The memory device now shows up in the target list and you will be asked, if you |
|
|
|
The flash memory will now be configured. This takes a few seconds.
|
|
|
|
|
|
|
|
4. Power-cycle the board or press the FPGA_PROG button.
|
|
|
|
|
|
|
|
|
|
|
|
#### IP address configuration
|
|
|
|
In order to use multiple readout systems with one PC, every readout needs it's own IP address (Ethernet interface).
|
|
|
|
The IP address can be changed in different ways:
|
|
|
|
##### BDAQ53 and USBPIX(=MIO3/MMC3) hardware (supported in the [ip_addr_selection](https://gitlab.cern.ch/silab/bdaq53/tree/ip_addr_selection) branch).
|
|
|
|
- Jumper settings:
|
|
|
|
The PMOD connector, located between the power connector and the USB port, can be used to configure the IP by soldering a pin header and setting jumpers.
|
|
|
|
The default IP address is always 192.168.10.16, but you can change it to .17, .18 or .19.
|
|
|
|
|
|
|
|
**Procedure**:
|
|
|
|
1. Make sure, the readout system is not powered.
|
|
|
|
2. Locate PMOD Pin1 (indicated by a white dot on the PCB).
|
|
|
|
3. The IP is set by putting jumpers on the PMOD connector, which short pin 1+3 and/or 5+7.
|
|
|
|
|
|
|
|
| PMOD_5+7 | PMOD_1+3 | IP_ADDRESS |
|
|
|
|
| -------- | -------- | ------------- |
|
|
|
|
| 0 | 0 | 192.168.10.16 |
|
|
|
|
| 0 | 1 | 192.168.10.17 |
|
|
|
|
| 1 | 0 | 192.168.10.18 |
|
|
|
|
| 1 | 1 | 192.168.10.19 |
|
|
|
|
4. Double check, that you did not place the jumper in the wrong place!
|
|
|
|
5. Turn the readout system on and ping the new IP address. Then change the parameter `ip` located in the the first section of the `bday53.ymal` configuration file to match the new IP address.
|
|
|
|
- EEPROM configuration memory (to be implemented)
|
|
|
|
|
|
|
|
##### KC705 hardware
|
|
|
|
- Jumper settings:
|
|
|
|
The 4-position DIP switch is used to configure the IP. It is located below the SD card slot, next to the cooling fan connector. The individual switches are labeled 1..4 and the "on" position is "up".
|
|
|
|
|
|
|
|
**Procedure**:
|
|
|
|
- Follow the same steps as for the BDAQ/USBPIX.
|
|
|
|
|
|
|
|
| DIP_SW2 | DIP_SW1 | IP_ADDRESS |
|
|
|
|
| ------- | ------- | ----------- |
|
|
|
|
| 0 | 0 | 192.168.10.16 |
|
|
|
|
| 0 | 1 | 192.168.10.17 |
|
|
|
|
| 1 | 0 | 192.168.10.18 |
|
|
|
|
| 1 | 1 | 192.168.10.19 | |
|
|
\ No newline at end of file |