1
0
Fork 0

reboot into bootloader scriplets

jebbatime
jebbatime build server 2021-06-12 15:57:22 -06:00
parent a3bacc2c00
commit 3120967fb5
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Reboot into bootloader
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--bootloader \
--device $JEBBATIMEMAC

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Reboot into bootloader
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--bootloader \
--device $JEBBATIMEDEVMAC