Get readout box up and running

From ift
Revision as of 07:57, 18 January 2012 by Dfe002 (talk | contribs) (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> …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

- 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