#!/bin/sh

set -e

# First, set RPIBOOT
/usr/bin/enable_rpiboot

gpioset -t 0 -c gpiochip0 16=1

exit 0
