Notes for using the Arria 10 SoC FPGA Development Kit
The boards we have are ES2 – Engineering Samples 2
To generate the bitstream:
quartus_asm golden_top
quartus_cpf -c -o bitstream_compresson=on output_files/golden_top.sof output_files/ghrd_10as066n2.rbf
To ssh into the Linux running on the ARM:
ssh -oCiphers=aes128-ctr root@192.168.0.103