1#!/bin/sh
2
3# Init GPIO setting
4
5# shellcheck disable=SC2046
6gpioset $(gpiofind BMC_READY)=0
7echo "BMC ready !!"
8# shellcheck disable=SC2046
9gpioset $(gpiofind RST_BMC_SGPIO)=1
10echo "Release reset SGPIO !!"
11