From cbcc748985af47e911a9a8ab26af12c85a425c9e Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Sun, 5 Jun 2022 15:04:46 +0900 Subject: [PATCH] Fix wrong path in README for RISC-V Signed-off-by: Hidenori Matsubayashi --- boards/risc-v/fe310/hifive1-revb/README-qemu.txt | 4 ++-- boards/risc-v/fe310/hifive1-revb/README.txt | 4 ++-- boards/risc-v/k210/maix-bit/README-qemu.txt | 4 ++-- boards/risc-v/litex/arty_a7/README.txt | 4 ++-- boards/risc-v/qemu-rv/rv-virt/README.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/boards/risc-v/fe310/hifive1-revb/README-qemu.txt b/boards/risc-v/fe310/hifive1-revb/README-qemu.txt index d3350fa83c..3c1ac0a864 100644 --- a/boards/risc-v/fe310/hifive1-revb/README-qemu.txt +++ b/boards/risc-v/fe310/hifive1-revb/README-qemu.txt @@ -28,8 +28,8 @@ index c449421741..5a76600785 100644 4. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://github.com/apache/incubator-nuttx.git - $ git clone https://github.com/apache/incubator-nuttx-apps.git + $ git clone https://github.com/apache/incubator-nuttx.git nuttx + $ git clone https://github.com/apache/incubator-nuttx-apps.git apps $ cd nuttx $ make distclean $ ./tools/configure.sh hifive1-revb:nsh diff --git a/boards/risc-v/fe310/hifive1-revb/README.txt b/boards/risc-v/fe310/hifive1-revb/README.txt index 34a800f794..23535819e6 100644 --- a/boards/risc-v/fe310/hifive1-revb/README.txt +++ b/boards/risc-v/fe310/hifive1-revb/README.txt @@ -11,8 +11,8 @@ 3. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://github.com/apache/incubator-nuttx.git - $ git clone https://github.com/apache/incubator-nuttx-apps.git + $ git clone https://github.com/apache/incubator-nuttx.git nuttx + $ git clone https://github.com/apache/incubator-nuttx-apps.git apps $ cd nuttx $ make distclean $ ./tools/configure.sh hifive1-revb:nsh diff --git a/boards/risc-v/k210/maix-bit/README-qemu.txt b/boards/risc-v/k210/maix-bit/README-qemu.txt index c160ae2c63..f984b5c8fc 100644 --- a/boards/risc-v/k210/maix-bit/README-qemu.txt +++ b/boards/risc-v/k210/maix-bit/README-qemu.txt @@ -25,8 +25,8 @@ 4. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://github.com/apache/incubator-nuttx.git - $ git clone https://github.com/apache/incubator-nuttx-apps.git + $ git clone https://github.com/apache/incubator-nuttx.git nuttx + $ git clone https://github.com/apache/incubator-nuttx-apps.git apps $ cd nuttx $ make distclean $ ./tools/configure.sh maix-bit:nsh diff --git a/boards/risc-v/litex/arty_a7/README.txt b/boards/risc-v/litex/arty_a7/README.txt index 1e20876b71..0aaa363ba7 100644 --- a/boards/risc-v/litex/arty_a7/README.txt +++ b/boards/risc-v/litex/arty_a7/README.txt @@ -11,8 +11,8 @@ 3. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://github.com/apache/incubator-nuttx.git - $ git clone https://github.com/apache/incubator-nuttx-apps.git + $ git clone https://github.com/apache/incubator-nuttx.git nuttx + $ git clone https://github.com/apache/incubator-nuttx-apps.git apps $ cd nuttx $ make distclean $ ./tools/configure.sh arty_a7:nsh diff --git a/boards/risc-v/qemu-rv/rv-virt/README.txt b/boards/risc-v/qemu-rv/rv-virt/README.txt index 738fc27f77..5751aca1c9 100644 --- a/boards/risc-v/qemu-rv/rv-virt/README.txt +++ b/boards/risc-v/qemu-rv/rv-virt/README.txt @@ -13,8 +13,8 @@ 3. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://github.com/apache/incubator-nuttx.git - $ git clone https://github.com/apache/incubator-nuttx-apps.git + $ git clone https://github.com/apache/incubator-nuttx.git nuttx + $ git clone https://github.com/apache/incubator-nuttx-apps.git apps $ cd nuttx $ make distclean $ ./tools/configure.sh rv-virt:nsh