mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-14 12:26:06 +01:00
11 lines
202 B
Bash
11 lines
202 B
Bash
|
#!/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__
|
||
|
|
||
|
|