source: rtems/bsps/arm/xilinx-zynq/README @ a3fe23c

5
Last change on this file since a3fe23c was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • 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.