Updated xilinx_zynq_a9_qemu bsp README instructions.

This commit is contained in:
James
2016-10-22 11:46:56 -04:00
committed by Gedare Bloom
parent f94155b8ec
commit fc718cb83a

View File

@@ -2,7 +2,7 @@ Tested only on Qemu.
git clone git://git.qemu.org/qemu.git qemu
cd qemu
git co a1bff71c56f2d1048244c829b63797940dd4ba0e
git checkout 1b0d3845b454eaaac0b2064c78926ca4d739a080
mkdir build
cd build
../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
@@ -10,4 +10,4 @@ make
make install
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