Sync firmware changes

This commit is contained in:
Viktor
2024-01-23 14:25:31 +01:00
parent a86940a105
commit f83b59b517
30 changed files with 1291 additions and 1299 deletions

View File

@@ -57,9 +57,8 @@ jobs:
export GIT_BRANCH=${GITHUB_REF_NAME}
NAME=${{matrix.platform}}
cp -rf devices/${NAME}/* firmware
cd firmware
make BOARD=${NAME} all
bash builder.sh ${NAME}
cd openipc
NORFW=$(find output/images -name openipc*nor*)
if [ ! -z ${NORFW} ]; then