mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-13 05:08:32 +08:00
Update doc
This commit is contained in:
parent
46481e0fdc
commit
ad52854c74
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue