[rtems-libbsd commit] README.md: Fix path

Sebastian Huber sebh at rtems.org
Mon Mar 18 06:11:23 UTC 2019


Module:    rtems-libbsd
Branch:    master
Commit:    2cfb4f190d36f37ae42d782d3d07fe95eb3ba995
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=2cfb4f190d36f37ae42d782d3d07fe95eb3ba995

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sun Mar 17 10:33:36 2019 +0100

README.md: Fix path

---

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a00a554..51e844d 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ git submodule update rtems_waf
 ./waf install
 qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none \
   -nographic -M xilinx-zynq-a9 -m 256M \
-  -kernel build/arm-rtems5-xilinx_zynq_a9_qemu/selectpollkqueue01.exe
+  -kernel build/arm-rtems5-xilinx_zynq_a9_qemu-default/selectpollkqueue01.exe
 ```
 
 1. Create a sandbox directory:
@@ -153,7 +153,7 @@ $ ./waf install
 ```
 $ qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none \
 $   -nographic -M xilinx-zynq-a9 -m 256M \
-$   -kernel build/arm-rtems5-xilinx_zynq_a9_qemu/selectpollkqueue01.exe
+$   -kernel build/arm-rtems5-xilinx_zynq_a9_qemu-default/selectpollkqueue01.exe
 ```
 
 [1] It is good practice to keep your environment as empty as possible. Setting



More information about the vc mailing list