parent
c1d39c566b
commit
ca6b3dcc7e
2
.github/actions/testboot/action.yml
vendored
2
.github/actions/testboot/action.yml
vendored
@ -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
|
||||
|
@ -11,8 +11,8 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
const ubootRev = "fe2ce09a0753634543c32cafe85eb87a625f76ca"
|
||||
const ubootTS = 1718721296
|
||||
const ubootRev = "0f073e022ddc5070e5df1d053e4bdc1874fbcc0f"
|
||||
const ubootTS = 1720039452
|
||||
const trustedRepoRev = "10eb851f92acc67f7cdb955770e3bdced3026677"
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user