AN 923: Routing Intel® Stratix® 10 HPS Peripherals to FPGA Fabric
ID
683838
Date
10/12/2020
Public
Visible to Intel only — GUID: hdz1593117224486
Ixiasoft
1.2.1. Prerequisites
1.2.2. Getting Started
1.2.3. Generating the Initial HDL in Platform Designer
1.2.4. Modifying Top Level File
1.2.5. Adding Pin Assignments for SPIM0
1.2.6. Hardware Programming File Compilation and Generation
1.2.7. Building U-Boot
1.2.8. Preparing QSPI Image
1.2.9. Building Linux
1.2.10. Building Yocto Rootfs
1.2.11. Building spidev Test Program
1.2.12. Creating SD Card Image
1.2.13. Booting the Board
1.2.14. Testing the SPIM0
Visible to Intel only — GUID: hdz1593117224486
Ixiasoft
1.2.10. Building Yocto Rootfs
cd $ROOTFS_TOP rm -rf s10 && mkdir s10 && cd s10 git clone -b zeus git://git.yoctoproject.org/poky.git git clone -b master git://github.com/kraj/meta-altera.git source poky/oe-init-build-env ./build echo 'MACHINE = "stratix10"' >> conf/local.conf echo 'IMAGE_FSTYPES = "tar.gz"' >> conf/local.conf echo 'BBLAYERS += " ${TOPDIR}/../meta-altera "' >> conf/bblayers.conf bitbake core-image-minimal ln -s $ROOTFS_TOP/s10/build/tmp/deploy/images/stratix10/\ core-image-minimal-stratix10.tar.gz $LINUX_BIN/a53/