auto-update u-boot to 0f073e022d (#130)

automatically merged
This commit is contained in:
gokrazy-bot-2 2024-07-04 14:34:22 -07:00 committed by GitHub
parent c1d39c566b
commit ca6b3dcc7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ runs:
poweroff_url="${BOOTERY_URL%/testboot}/power/off"
trap "curl -s --max-time 300 ${poweroff_url}" EXIT
echo "Updating u-boot"
curl -s --max-time 300 --upload-file u-boot.bin --user gokrazy:${GOKRAZY_BAKE_PASSWORD} http://${BAKE_HOST}/update/device-specific/u-boot.bin
curl -s --max-time 300 --upload-file u-boot-rockchip.bin --user gokrazy:${GOKRAZY_BAKE_PASSWORD} http://${BAKE_HOST}/update/device-specific/u-boot-rockchip.bin
echo "Test-booting"
cd ~/gokrazy/bakery && gokr-boot -require_label=please-boot -set_label=please-merge -bootery_url=$BOOTERY_URL
fi

View File

@ -11,8 +11,8 @@ import (
"strconv"
)
const ubootRev = "fe2ce09a0753634543c32cafe85eb87a625f76ca"
const ubootTS = 1718721296
const ubootRev = "0f073e022ddc5070e5df1d053e4bdc1874fbcc0f"
const ubootTS = 1720039452
const trustedRepoRev = "10eb851f92acc67f7cdb955770e3bdced3026677"
const (