Get readout box up and running
From ift
Overview
Hardware requirements
- Focal read-out box
- Computer with Gb network capability
- One or more patch panels PCBs
- One or more flex PCBs with mounted MIMOS ASICs
Software requirements and drivers
Configure the FPGA(s)
Using XMD
How-to
Using Impact
How-TO
Configure TFTP server
How-To
Connect to debug module on Processor Bus
- Use XMD:
$ connect mb mdm -debugdevice devicenr 4 $ dow u-boot.elf
Open serial console
$ tftp
Boot Linux kernel:
$ bootm
Adjust MAC address and load startup script:
$ ifconfig eth0 hw ether 00:0a:35:02:4b:a8 $ udhcpc $ /home/test/load.sh
- Use XMD:
$ connect mb mdm -debugdevice devicenr 4 $ dow u-boot.elf