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
|
```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
|
||||||
|
|
Loading…
Reference in a new issue