Compare commits

..

3 Commits

Author SHA1 Message Date
Stefan Eichenberger 208588ee31 meta-vcu3-bsp: update to latest version 2023-05-16 15:37:04 +02:00
Stefan Eichenberger 11e765818b meta-vcu3-bsp: update to latest version 2023-02-09 17:30:03 +01:00
Stefan Eichenberger 5db4f85a7e machine_select: Add stellantis vcu3
Add the Stellantis version of the VCU3
2023-02-09 17:29:23 +01:00
2 changed files with 7 additions and 2 deletions

View File

@ -15,9 +15,10 @@ HW24="hw24 - NB800 facelift"
HW25="hw25 - TC Router"
HW26="hw26 - NG800"
VCU3="ZF - VCU3"
VCU3_ST="ZF - VCU3 Stellantis"
set -a
select opt in "$HW16" "$HW18" "$HW20" "$HW21" "$HW23" "$HW24" "$HW25" "$HW26" "$VCU3"
select opt in "$HW16" "$HW18" "$HW20" "$HW21" "$HW23" "$HW24" "$HW25" "$HW26" "$VCU3" "$VCU3_ST"
do
case $opt in
"$HW16")
@ -56,6 +57,10 @@ do
MACHINE=s32g274a-vcu3
break
;;
"$VCU3_ST")
MACHINE=s32g274a-vcu3-stellantis
break
;;
*) echo "invalid option $opt";;
esac
done

@ -1 +1 @@
Subproject commit 728aed98b3a83a4c72f7d0264b2437dc3dc74036
Subproject commit 7026c2b2ab03b2b54a7db39f637ca1ed09fb1c43