Skip to content

Commit a0a9ca1

Browse files
committed
ci: try to build bl2 with ubi support for R4
1 parent 63415cb commit a0a9ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ jobs:
215215
echo -e "board=bpi-r4\ndevice=spim-nand" > build.conf
216216
bash build.sh build
217217
bash build.sh rename
218+
echo -e "extraflags=UBI=1" >> build.conf
219+
bash build.sh build
220+
cp build/mt7988/release/bl2.img bpi-r4_spim-nand_ubi_bl2.img
218221
rm build.conf
219222
220223
- name: Upload binaries to release

0 commit comments

Comments
 (0)