Hi I am running latest buildroot version (2018.02.1) with kernel version 4.14 on Raspberry Pi 2, I am unable to up the i2c interface and RTC interface. With i2cdetect -l it doesn't list anything. RTC it fails to register with /dev/rtc. There is no dev nodes for i2c and rtc created by default. Please suggest. I wanted i2c and rtc running asap.
Hello, take a look at the config.txt paramters for activating i2c [1]... Regards, Peter [1] https://github.com/raspberrypi/documentation/blob/master/configuration/device-tree.md
This really isn't a Buildroot issue, but a configuration problem not related to Buildroot.