File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 91
91
92
92
ls -a
93
93
cp nuttx nuttxarm64/nuttx
94
+ cp .config nuttxarm64/.config
94
95
cp defconfig nuttxarm64/defconfig
95
96
cp System.map nuttxarm64/System.map
96
97
zip -r nuttxarm64.zip nuttxarm64
Original file line number Diff line number Diff line change 54
54
cd nuttxspace
55
55
## git clone https://github.com/apache/incubator-nuttx nuttx
56
56
## git clone https://github.com/apache/incubator-nuttx-apps apps
57
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59
59
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
60
60
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
61
61
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
@@ -113,6 +113,7 @@ jobs:
113
113
cp nuttx.merged.bin nuttxesp32/nuttx.merged.bin
114
114
cp nuttx.bin nuttxesp32/nuttx.bin
115
115
cp defconfig nuttxesp32/defconfig
116
+ cp .config nuttxesp32/.config
116
117
cp System.map nuttxesp32/System.map
117
118
zip -r nuttxesp32.zip nuttxesp32
118
119
Original file line number Diff line number Diff line change 54
54
cd nuttxspace
55
55
## git clone https://github.com/apache/incubator-nuttx nuttx
56
56
## git clone https://github.com/apache/incubator-nuttx-apps apps
57
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59
59
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
60
60
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
61
61
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
@@ -107,6 +107,7 @@ jobs:
107
107
cp nuttx.merged.bin nuttxesp32/nuttx.merged.bin
108
108
cp nuttx.bin nuttxesp32/nuttx.bin
109
109
cp defconfig nuttxesp32/defconfig
110
+ cp .config nuttxesp32/.config
110
111
cp System.map nuttxesp32/System.map
111
112
zip -r nuttxesp32.zip nuttxesp32
112
113
Original file line number Diff line number Diff line change 54
54
cd nuttxspace
55
55
## git clone https://github.com/apache/incubator-nuttx nuttx
56
56
## git clone https://github.com/apache/incubator-nuttx-apps apps
57
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59
59
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
60
60
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
61
61
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
92
92
ls -a
93
93
cp nuttx nuttxrvvirt/nuttx
94
94
cp defconfig nuttxrvvirt/defconfig
95
+ cp .config nuttxrvvirt/.config
95
96
cp System.map nuttxrvvirt/System.map
96
97
zip -r nuttxrvvirt.zip nuttxrvvirt
97
98
Original file line number Diff line number Diff line change 56
56
## git clone https://github.com/apache/incubator-nuttx-apps apps
57
57
## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
58
## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59
- git clone --depth 1 -- single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx.git nuttx
60
- git clone --depth 1 -- single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx-apps.git apps
59
+ git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx.git nuttx
60
+ git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx-apps.git apps
61
61
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
62
62
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
63
63
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
97
97
ls -a build
98
98
cp build/nuttx nuttxrvvirt/nuttx
99
99
cp build/defconfig nuttxrvvirt/defconfig
100
+ cp build/.config nuttxrvvirt/.config
100
101
## cp System.map nuttxrvvirt/System.map
101
102
zip -r nuttxrvvirt.zip nuttxrvvirt
102
103
Original file line number Diff line number Diff line change 54
54
cd nuttxspace
55
55
## git clone https://github.com/apache/incubator-nuttx nuttx
56
56
## git clone https://github.com/apache/incubator-nuttx-apps apps
57
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
- git clone --depth 1 -- single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
+ git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59
59
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
60
60
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
61
61
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
92
92
ls -a
93
93
cp nuttx nuttxrvvirt/nuttx
94
94
cp defconfig nuttxrvvirt/defconfig
95
+ cp .config nuttxrvvirt/.config
95
96
cp System.map nuttxrvvirt/System.map
96
97
zip -r nuttxrvvirt_knsh.zip nuttxrvvirt
97
98
You can’t perform that action at this time.
0 commit comments