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 9191
9292 ls -a
9393 cp nuttx nuttxarm64/nuttx
94+ cp .config nuttxarm64/.config
9495 cp defconfig nuttxarm64/defconfig
9596 cp System.map nuttxarm64/System.map
9697 zip -r nuttxarm64.zip nuttxarm64
Original file line number Diff line number Diff line change 5454 cd nuttxspace
5555 ## git clone https://github.com/apache/incubator-nuttx nuttx
5656 ## 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
5959 ## 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
6060 ## 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
6161 ## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
@@ -113,6 +113,7 @@ jobs:
113113 cp nuttx.merged.bin nuttxesp32/nuttx.merged.bin
114114 cp nuttx.bin nuttxesp32/nuttx.bin
115115 cp defconfig nuttxesp32/defconfig
116+ cp .config nuttxesp32/.config
116117 cp System.map nuttxesp32/System.map
117118 zip -r nuttxesp32.zip nuttxesp32
118119
Original file line number Diff line number Diff line change 5454 cd nuttxspace
5555 ## git clone https://github.com/apache/incubator-nuttx nuttx
5656 ## 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
5959 ## 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
6060 ## 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
6161 ## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
@@ -107,6 +107,7 @@ jobs:
107107 cp nuttx.merged.bin nuttxesp32/nuttx.merged.bin
108108 cp nuttx.bin nuttxesp32/nuttx.bin
109109 cp defconfig nuttxesp32/defconfig
110+ cp .config nuttxesp32/.config
110111 cp System.map nuttxesp32/System.map
111112 zip -r nuttxesp32.zip nuttxesp32
112113
Original file line number Diff line number Diff line change 5454 cd nuttxspace
5555 ## git clone https://github.com/apache/incubator-nuttx nuttx
5656 ## 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
5959 ## 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
6060 ## 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
6161 ## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
9292 ls -a
9393 cp nuttx nuttxrvvirt/nuttx
9494 cp defconfig nuttxrvvirt/defconfig
95+ cp .config nuttxrvvirt/.config
9596 cp System.map nuttxrvvirt/System.map
9697 zip -r nuttxrvvirt.zip nuttxrvvirt
9798
Original file line number Diff line number Diff line change 5656 ## git clone https://github.com/apache/incubator-nuttx-apps apps
5757 ## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
5858 ## 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
6161 ## 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
6262 ## 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
6363 ## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
9797 ls -a build
9898 cp build/nuttx nuttxrvvirt/nuttx
9999 cp build/defconfig nuttxrvvirt/defconfig
100+ cp build/.config nuttxrvvirt/.config
100101 ## cp System.map nuttxrvvirt/System.map
101102 zip -r nuttxrvvirt.zip nuttxrvvirt
102103
Original file line number Diff line number Diff line change 5454 cd nuttxspace
5555 ## git clone https://github.com/apache/incubator-nuttx nuttx
5656 ## 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
5959 ## 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
6060 ## 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
6161 ## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
9292 ls -a
9393 cp nuttx nuttxrvvirt/nuttx
9494 cp defconfig nuttxrvvirt/defconfig
95+ cp .config nuttxrvvirt/.config
9596 cp System.map nuttxrvvirt/System.map
9697 zip -r nuttxrvvirt_knsh.zip nuttxrvvirt
9798
You can’t perform that action at this time.
0 commit comments