Get readout box up and running: Difference between revisions

From ift
(Created page with '- Use Impact to configure FPGA(s) - start TFTP server - Use XMD: <pre> $ connect mb mdm -debugdevice devicenr 4 $ dow u-boot.elf </pre> Open serial console <pre> $ tftp </pre> …')
(No difference)

Revision as of 07:57, 18 January 2012

- 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