vars: Use fbpacktool for unpacking bootloader.img on Tensor pixels

All Pixels modem.img: fbpack version 1
QCOM Pixels bootloader.img: fbpack version 1
Tensor Pixels bootloader.img: fbpack version 2

Test:
export WORK_DIR=/some/dir/with/factory/images
source vendor/lineage/vars/pixels
for d in ${devices[@]}; do lineage/scripts/pixel/firmware.sh $d; done
for d in ${devices[@]}; do git -C vendor/google/$d status; done

Co-authored-by: Chirayu Desai <chirayudesai1@gmail.com>
Change-Id: Ic1990f75a6be515e5d91d65e3ddf88b8e0c90001
This commit is contained in:
Michael Bestas 2023-06-12 12:24:26 +03:00 committed by Michael Bestas
parent 385062993e
commit d7f56a98cf
No known key found for this signature in database
GPG key ID: CC95044519BE6669
6 changed files with 6 additions and 12 deletions

View file

@ -18,8 +18,7 @@ device_repos=(
device/google/bluejay
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh

View file

@ -19,8 +19,7 @@ device_repos=(
device/google/pantah
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh

View file

@ -18,8 +18,7 @@ device_repos=(
device/google/lynx
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh

View file

@ -18,8 +18,7 @@ device_repos=(
# common repos in raven
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh

View file

@ -18,8 +18,7 @@ device_repos=(
# common repos in cheetah
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh

View file

@ -19,8 +19,7 @@ device_repos=(
device/google/raviole
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh