LiteCel: Add scripts to reset boards, (toggle power)

This commit is contained in:
Keith Whyte 2021-05-29 09:20:43 +02:00
parent 47d64c02f2
commit d7187daadf
3 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
# Toggle the power on the Master (reset)
sbts2050-util sbts2050-pwr-enable 0 1 1
sleep 1
sbts2050-util sbts2050-pwr-enable 1 1 1