Get readout box up and running: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Overview== | |||
==Hardware requirements== | ==Hardware requirements== | ||
Line 11: | Line 11: | ||
== | ==Configure the FPGA(s)== | ||
===Using XMD=== | |||
How-to | |||
===Using Impact=== | |||
How-TO | How-TO | ||
Line 19: | Line 25: | ||
How-To | How-To | ||
==Connect to debug module on Processor Bus== | |||
- Use XMD: | - Use XMD: | ||
$ connect mb mdm -debugdevice devicenr 4 | $ connect mb mdm -debugdevice devicenr 4 | ||
Line 25: | Line 31: | ||
Open serial console | Open serial console | ||
$ tftp | |||
$ tftp | |||
Boot Linux kernel: | Boot Linux kernel: | ||
Line 40: | Line 44: | ||
$ /home/test/load.sh | $ /home/test/load.sh | ||
</pre> | </pre> | ||
- Use XMD: | |||
$ connect mb mdm -debugdevice devicenr 4 | |||
$ dow u-boot.elf |
Revision as of 15:11, 2 February 2012
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