75
75
bash build.sh rename
76
76
bash build.sh createimg non-interactive
77
77
78
+ make realclean
78
79
echo -e "board=bpi-r64\ndevice=emmc" > build.conf
79
80
bash build.sh build
80
81
bash build.sh rename
@@ -137,6 +138,7 @@ jobs:
137
138
echo -e "board=bpi-r3\ndevice=spim-nand" > build.conf
138
139
bash build.sh build
139
140
bash build.sh rename
141
+ make realclean
140
142
echo -e "extraflags=UBI=1" >> build.conf
141
143
bash build.sh build
142
144
bash build.sh rename
@@ -155,6 +157,7 @@ jobs:
155
157
echo -e "board=bpi-r3\ndevice=nor" > build.conf
156
158
bash build.sh build
157
159
bash build.sh rename
160
+ make realclean
158
161
echo -e "extraflags=UBI=1" >> build.conf
159
162
bash build.sh build
160
163
bash build.sh rename
@@ -205,6 +208,7 @@ jobs:
205
208
echo -e "board=bpi-r3mini\ndevice=spim-nand" > build.conf
206
209
bash build.sh build
207
210
bash build.sh rename
211
+ make realclean
208
212
echo -e "extraflags=UBI=1" >> build.conf
209
213
bash build.sh build
210
214
bash build.sh rename
@@ -240,6 +244,7 @@ jobs:
240
244
bash build.sh build
241
245
bash build.sh rename
242
246
bash build.sh createimg non-interactive
247
+ make realclean
243
248
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
244
249
bash build.sh build
245
250
bash build.sh rename
@@ -260,6 +265,7 @@ jobs:
260
265
bash build.sh build
261
266
bash build.sh rename
262
267
bash build.sh createimg non-interactive
268
+ make realclean
263
269
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
264
270
bash build.sh build
265
271
bash build.sh rename
@@ -279,12 +285,15 @@ jobs:
279
285
echo -e "board=bpi-r4\ndevice=spim-nand" > build.conf
280
286
bash build.sh build
281
287
bash build.sh rename
288
+ make realclean
282
289
echo -e "extraflags=UBI=1" >> build.conf
283
290
bash build.sh build
284
291
bash build.sh rename
292
+ make realclean
285
293
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
286
294
bash build.sh build
287
295
bash build.sh rename
296
+ make realclean
288
297
echo -e "extraflags='UBI=1 DDR4_4BG_MODE=1'" >> build.conf
289
298
bash build.sh build
290
299
bash build.sh rename
@@ -305,6 +314,7 @@ jobs:
305
314
echo -e "board=bpi-r4\ndevice=ram" > build.conf
306
315
bash build.sh build
307
316
bash build.sh rename
317
+ make realclean
308
318
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
309
319
bash build.sh build
310
320
bash build.sh rename
0 commit comments