Skip to content

Commit

Permalink
ci: try to build bl2 with ubi support for R4
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Jun 30, 2024
1 parent 63415cb commit 5196f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ jobs:
echo -e "board=bpi-r4\ndevice=spim-nand" > build.conf
bash build.sh build
bash build.sh rename
echo -e "extraflags=UBI=1" >> build.conf
bash build.sh build
cp build/mt7988/release/bl2.img bpi-r4_nand_bl2_ubi.img
rm build.conf
- name: Upload binaries to release
Expand Down

0 comments on commit 5196f6c

Please sign in to comment.