mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
contrib/jenkins.sh: Build APP=cardem for BOARD=ngff_cardem
This makes sure downloads.osmocom.org will get cardem images for the new ngff_cardem board. The dfu loader was not enabled as it currently overflows the ROM region by 200 bytes, see OS#5210. Change-Id: Id2b7925c823fb19f880e06a205764d2b19de4ad4 Related: OS#5210
This commit is contained in:
@@ -32,6 +32,7 @@ BUILDS+="simtrace/dfu simtrace/trace simtrace/cardem "
|
||||
BUILDS+="qmod/dfu qmod/cardem "
|
||||
BUILDS+="owhw/dfu owhw/cardem "
|
||||
BUILDS+="octsimtest/cardem "
|
||||
BUILDS+="ngff_cardem/cardem "
|
||||
|
||||
cd $TOPDIR/firmware
|
||||
for build in $BUILDS; do
|
||||
|
||||
Reference in New Issue
Block a user