summaryrefslogblamecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/README
blob: a4e6ac17f8686324e729f8b3f263df4e4fbebe47 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                                   

                                                                                                                       
Tested only on Qemu.

git clone git://git.qemu.org/qemu.git qemu
cd qemu
git co a1bff71c56f2d1048244c829b63797940dd4ba0e
mkdir build
cd build
../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
make
make install
export PATH="$PATH:/opt/qemu/bin"

qemu-system-arm -S -s -no-reboot -net none -nographic -M realview-pbx-a9 -m 256M -kernel ticker.exe

qemu-system-arm -S -s -no-reboot -net none -nographic -smp 2 -icount auto -M realview-pbx-a9 -m 256M -kernel ticker.exe