[rtems commit] Updated xilinx_zynq_a9_qemu bsp README instructions.

Gedare Bloom gedare at rtems.org
Tue Oct 25 15:01:58 UTC 2016


Module:    rtems
Branch:    master
Commit:    fc718cb83a502b18d8ff0e67680bf49f3793c65f
Changeset: http://git.rtems.org/rtems/commit/?id=fc718cb83a502b18d8ff0e67680bf49f3793c65f

Author:    James <jcmarsh at gwmail.gwu.edu>
Date:      Sat Oct 22 11:46:56 2016 -0400

Updated xilinx_zynq_a9_qemu bsp README instructions.

---

 c/src/lib/libbsp/arm/xilinx-zynq/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/arm/xilinx-zynq/README b/c/src/lib/libbsp/arm/xilinx-zynq/README
index 6bad853..eef9159 100644
--- a/c/src/lib/libbsp/arm/xilinx-zynq/README
+++ b/c/src/lib/libbsp/arm/xilinx-zynq/README
@@ -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




More information about the vc mailing list