source: rtems/c/src/lib/libbsp/arm/xilinx-zynq/README @ fc718cb8

5
Last change on this file since fc718cb8 was fc718cb8, checked in by James <jcmarsh@…>, on 10/22/16 at 15:46:56

Updated xilinx_zynq_a9_qemu bsp README instructions.

  • Property mode set to 100644
File size: 383 bytes
Line 
1Tested only on Qemu.
2
3git clone git://git.qemu.org/qemu.git qemu
4cd qemu
5git checkout 1b0d3845b454eaaac0b2064c78926ca4d739a080
6mkdir build
7cd build
8../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
9make
10make install
11export PATH="$PATH:/opt/qemu/bin"
12
13qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M -kernel ticker.exe
Note: See TracBrowser for help on using the repository browser.