Warning, /bsps/arm/xilinx-zynq/README.md is written in an unsupported language. File is not indexed.
0001 Xilinx Zynq Support
0002 ===================
0003
0004 The Zynq is supports the common hard IP that is common to all
0005 versions of the Zynq device family.
0006
0007 MMU
0008 ---
0009
0010 To access the PL (FPGA Logic) create an MMU table in your application
0011 and create the entries that map to your FPGA IP.
0012
0013 QEMU
0014 ----
0015
0016 Tested only on Qemu.
0017
0018 git clone git://git.qemu.org/qemu.git qemu
0019 cd qemu
0020 git checkout 1b0d3845b454eaaac0b2064c78926ca4d739a080
0021 mkdir build
0022 cd build
0023 ../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
0024 make
0025 make install
0026 export PATH="$PATH:/opt/qemu/bin"
0027
0028 qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M -kernel ticker.exe