diff --git a/scripts/jebbatime-bootloader b/scripts/jebbatime-bootloader new file mode 100755 index 0000000..b2ef946 --- /dev/null +++ b/scripts/jebbatime-bootloader @@ -0,0 +1,12 @@ +#!/bin/bash +# Reboot into bootloader + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --bootloader \ + --device $JEBBATIMEMAC + diff --git a/scripts/jebbatime-dev-bootloader b/scripts/jebbatime-dev-bootloader new file mode 100755 index 0000000..eaf54d8 --- /dev/null +++ b/scripts/jebbatime-dev-bootloader @@ -0,0 +1,12 @@ +#!/bin/bash +# Reboot into bootloader + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --bootloader \ + --device $JEBBATIMEDEVMAC +