source: rtems/c/src/lib/libbsp/arm/realview-pbx-a9/README @ 0df8d7f2

4.115
Last change on this file since 0df8d7f2 was db42c079, checked in by Sebastian Huber <sebastian.huber@…>, on 05/31/13 at 11:59:47

bsps/arm: Add SMP support

  • Property mode set to 100644
File size: 474 bytes
Line 
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 -net none -nographic -M realview-pbx-a9 -m 256M -kernel ticker.exe
14
15qemu-system-arm -S -s -no-reboot -net none -nographic -smp 2 -icount auto -M realview-pbx-a9 -m 256M -kernel ticker.exe
Note: See TracBrowser for help on using the repository browser.