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

4.115
Last change on this file since 8fbe2e6 was a94d46c8, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/13 at 12:34:55

bsp/xilinx-zynq: New BSP

  • Property mode set to 100644
File size: 388 bytes
RevLine 
[a94d46c8]1Tested only on Qemu.
2
3git clone git://git.qemu.org/qemu.git qemu
4cd qemu
5git co a1bff71c56f2d1048244c829b63797940dd4ba0e
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 -S -s -no-reboot -serial mon:stdio -serial /dev/null -net none -nographic -M xilinx-zynq-a9 -m 256M -kernel ticker.exe
Note: See TracBrowser for help on using the repository browser.