File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
# tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
83
83
# tar zxf apps.tar.gz --one-top-level=apps --strip-components 1
84
84
# git clone --depth 1 --single-branch --branch simbit18-103-8a2c480 https://github.com/simbit18/nuttx.git nuttx
85
- curl -L https://github.com/simbit18/nuttx/archive/refs/heads/simbit18-103-8a2c480.zip -o nuttx.tar.gz
86
- tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
87
-
85
+ curl -L https://github.com/simbit18/nuttx/archive/refs/heads/simbit18-103-8a2c480.zip -o simbit18-103-8a2c480.zip
86
+ unzip -qo simbit18-103-8a2c480.zip
87
+ mv nuttx-simbit18-103-8a2c480 nuttx
88
88
git clone --depth 1 --single-branch --branch nuttx-10.3.0 https://github.com/apache/nuttx-apps.git apps
89
89
ls -a
90
90
cd nuttx
You can’t perform that action at this time.
0 commit comments