This Repository provides a Linux Boot Image(U-boot, Kernel, Root-fs) for FPGA-SoC.
- Hardware
- ZYBO : Xilinx Zynq-7000 ARM/FPGA SoC Trainer Board by Digilent
- ZYBO-Z7 : Xilinx Zynq-7020 Development Board by Digilent
- PYNQ-Z1 : Python Productive for Zynq by Digilent
- DE0-Nano-SoC : Altera SoC FPGA Development Kit by terasic
- U-Boot v2016.03 (customized)
- Build for ZYBO, ZYBO-Z7, PYNQ-Z1 and DE0-Nano-SoC
- Customized boot by uEnv.txt
- Customized boot by boot.scr
- Linux Kernel Version v4.14.21
- Available in both Xilinx-Zynq-7000 and Altera-SoC in a single image
- Enable Device Tree Overlay
- Enable FPGA Manager
- Enable FPGA Bridge
- Enable FPGA Reagion
- Patch for issue #3(USB-HOST does not work with PYNQ-Z1)
- Debian9(stretch) Root File System
- Installed build-essential
- Installed device-tree-compiler
- Installed ruby ruby-msgpack ruby-serialport
- Installed python python3 msgpack-rpc-python
- Installed u-boot-tools
- FPGA Device Drivers and Services
- Install U-Boot and Linux to SD-Card
- Install Device Drivers and Services
- Upgrade to v0.5.4 from v0.5.3
- uio_irq_sample
- accumulator
- fibonacci
- FPGA-SoC-Linux-Example-1