2010-03-10 - Spring break, no notes from Mike, on my own
Connect micro-USB cable to eeePC laptop. Install minicom. Run "sudo minicom -s" and set serial port to /dev/ttyACM0 as gleaned from dmesg output. Works fine, can talk to console.
Instructions to program clock module firmware:
Unzip the file (clkmod.zip) and store it to a tftp-server. Use the diag menu of the MCH firmware:
diag -> 10 ->2 ->2 -> IP:/folder/clkmod.hex
Instructions to program FPGA flash via SPI:
diag-> 9 (CLOCK PCB menu) -> 1 (FPGA update) -> 7 (program file to FLASH) -> enter Loops: 1 -> IP:/folder/file
Only binary formats are supported (e.g. for Altera *.rpd files or *.bin files for Lattice).
|