mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-14 04:16:05 +01:00
11 lines
202 B
Bash
Executable file
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__
|
|
|
|
|