blob: 669a39984c718263b12914f35c96282377e01973 [file] [log] [blame]
Habeeb Mohammed74872b52021-09-03 13:16:38 -07001#!/bin/sh
2
3# Init GPIO setting
4
5gpioset `gpiofind BMC_READY`=0
6echo BMC ready !!
7gpioset `gpiofind RST_BMC_SGPIO`=1
8echo Release reset SGPIO !!