#!/bin/sh | |
# use these commands to properly disable VCS before powering on | |
# A side | |
i2cset -y 4 0x70 0x00 0x01 b | |
i2cset -y 4 0x70 0x02 0x16 b #respond to OPERATION | |
i2cset -y 4 0x70 0x00 0x00 b | |
# B side | |
i2cset -y 5 0x70 0x00 0x01 b | |
i2cset -y 5 0x70 0x02 0x16 b #respond to OPERATION | |
i2cset -y 5 0x70 0x00 0x00 b |