I am trying to integrate DS1307 RTC on beaglebone black, in which I am building a custom kernel with rootfs, I used SCL and SDA pins of beagle P9.17 & P9.18 ie; I2C-1 on beaglebone black but when I try to do
i2cdetect -r 1
it doesn't shows 0x68 slave address of DS1307 as per the tutorials http://learn.adafruit.com/adding-a-real-time-clock-to-beaglebone-black/wiring-the-rtc
Any ideas about the issue?