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
mkdir nuttx
cd nuttx
git clone --recursive --branch arm64 https://github.com/lupyuen/incubator-nuttx nuttx
git clone --recursive --branch arm64 https://github.com/lupyuen/incubator-nuttx-apps apps
git clone --recursive --branch arm64 \
https://github.com/lupyuen/incubator-nuttx \
nuttx
git clone --recursive --branch arm64 \
https://github.com/lupyuen/incubator-nuttx-apps \
apps
cd nuttx
```
Install prerequisites, skip the RISC-V Toolchain...
https://lupyuen.github.io/articles/nuttx#install-prerequisites
# Download Toolchain
TODO