1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-07-04 08:38:13 +02:00
cdf2018-principal/raspberrypi/board/robotech/cdfprincipal/post-image.sh

11 lines
202 B
Bash
Raw Normal View History

2018-04-29 21:57:29 +02:00
#!/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__