Back to home page

LXR

 
 

    


Warning, /bsps/arm/realview-pbx-a9/README.md is written in an unsupported language. File is not indexed.

0001 realview-pbx-a9
0002 ===============
0003 
0004 Tested only on Qemu.
0005 
0006 ```shell
0007 git clone git://git.qemu.org/qemu.git qemu
0008 cd qemu
0009 git co a1bff71c56f2d1048244c829b63797940dd4ba0e
0010 mkdir build
0011 cd build
0012 ../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
0013 make
0014 make install
0015 export PATH="$PATH:/opt/qemu/bin"
0016 
0017 qemu-system-arm -S -s -no-reboot -net none -nographic -M realview-pbx-a9 -m 256M -kernel ticker.exe
0018 
0019 qemu-system-arm -S -s -no-reboot -net none -nographic -smp 2 -icount auto -M realview-pbx-a9 -m 256M -kernel ticker.exe
0020 ```