Get readout box up and running
From ift
- Use Impact to configure FPGA(s) - start TFTP server - 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