1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-19 05:25:34 +02:00
cdf2018-principal/raspberrypi/board/robotech/cdfprincipal/post-image.sh

11 lines
202 B
Bash
Executable file

#!/bin/sh
>> "${BINARIES_DIR}/rpi-firmware/config.txt"
cat << __EOF__ >> "${BINARIES_DIR}/rpi-firmware/config.txt"
# activates I2C connectivity
dtparam=i2c_arm=on,i2c_arm_baudrate=1000000
__EOF__