forked from Imagelibrary/rtems
Updated xilinx_zynq_a9_qemu bsp README instructions.
This commit is contained in:
@@ -2,7 +2,7 @@ Tested only on Qemu.
|
|||||||
|
|
||||||
git clone git://git.qemu.org/qemu.git qemu
|
git clone git://git.qemu.org/qemu.git qemu
|
||||||
cd qemu
|
cd qemu
|
||||||
git co a1bff71c56f2d1048244c829b63797940dd4ba0e
|
git checkout 1b0d3845b454eaaac0b2064c78926ca4d739a080
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
|
../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
|
||||||
@@ -10,4 +10,4 @@ make
|
|||||||
make install
|
make install
|
||||||
export PATH="$PATH:/opt/qemu/bin"
|
export PATH="$PATH:/opt/qemu/bin"
|
||||||
|
|
||||||
qemu-system-arm -S -s -no-reboot -serial mon:stdio -serial /dev/null -net none -nographic -M xilinx-zynq-a9 -m 256M -kernel ticker.exe
|
qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M -kernel ticker.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user