hostmot2 firmware for Altera and Xilinx SoC/FPGA platforms, works with the Machinekit hm2_soc_ol driver.
build docker images from https://github.com/machinekit/mksocfpga.git
docker pull cdsteinkuehler/jessie-quartus-15.1.2
git clone https://github.com/machinekit/mksocfpga.git/
cd mksocfpga
docker run -itv $(pwd):/work cdsteinkuehler/jessie-quartus-15.1.2 /work/build.quartus.sh
build docker images from https://github.com/machinekit/mksocfpga.git
docker pull cdsteinkuehler/jessie-quartus-15.1.2
git clone https://github.com/machinekit/mksocfpga.git/
cd mksocfpga
docker run -itv $(pwd):/work cdsteinkuehler/jessie-quartus-15.1.2 /bin/bash
# You should now have a command prompt for the Docker Quartus build image
# From the Docker Quartus build image command line, run:
cd /work/HW/firmware-tag
make TOPDIR=/work py-proto
# From the Docker Quartus build image command line, run:
cd /work/HW/QuartusProjects/<project>
./build.sh ?
# From the Docker Quartus build image command line, run:
cd /work/HW/QuartusProjects/<project>
./build.sh <config>
# ie:
cd /work/HW/QuartusProjects/DE0_Nano_SoC_DB25
./build.sh 7I76_7I76_7I76_7I76
build docker images from https://github.com/dkhughes/vivado-docker.
docker run -itv $(pwd):/work <maintainer>/jessie-vivado-2015.4 /work/build.vivado.sh
repo: http://deb.machinekit.io/debian jessie main
CycloneV: apt install socfpga-rbf
Zynq: apt install socfpga-bit