Update doc

This commit is contained in:
Lee Lup Yuen 2022-08-21 16:30:10 +08:00 committed by GitHub
parent 46481e0fdc
commit ad52854c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,19 @@ TODO
```bash ```bash
mkdir nuttx mkdir nuttx
cd nuttx cd nuttx
git clone --recursive --branch arm64 https://github.com/lupyuen/incubator-nuttx nuttx git clone --recursive --branch arm64 \
git clone --recursive --branch arm64 https://github.com/lupyuen/incubator-nuttx-apps apps https://github.com/lupyuen/incubator-nuttx \
nuttx
git clone --recursive --branch arm64 \
https://github.com/lupyuen/incubator-nuttx-apps \
apps
cd nuttx cd nuttx
``` ```
Install prerequisites, skip the RISC-V Toolchain...
https://lupyuen.github.io/articles/nuttx#install-prerequisites
# Download Toolchain # Download Toolchain
TODO TODO