#!/bin/bash
# pull the CAN1 silent and CAN2 standby pins suppressed for 2.5.2 with updated system
# gpioset --mode=wait gpiochip2 26=0 &
# gpioset --mode=wait gpiochip2 27=0 &
# perform can initialisation commands - assumed to be run a root
# on STNC-Swann hard setup for GPIO
/sbin/ip link set can0 up type can bitrate 250000
/sbin/ip link set can1 up type can bitrate 250000
