[beagleboard] Re: Does not detect RTC (ds1307)

2018-04-03 Thread Ron B.
The kernel driver isn't seeing the RTC. If it did, it would have claimed the I2C address and there would be "UU" in it's place instead of the address. You're either missing the correct kernel driver for your RTC or the device tree isn't set up for this scenario. I don't use any RTC parts so

Re: [beagleboard] Re: Does not detect RTC (ds1307)

2018-04-02 Thread Robert Nelson
On Mon, Apr 2, 2018 at 9:35 AM, Paco Velasco wrote: > > > > > This is the screen when I connect a new beaglebone green with an rtc. > >

[beagleboard] Re: Does not detect RTC (ds1307)

2018-04-02 Thread Paco Velasco
This is the screen when I connect a new beaglebone green with an rtc. If I burn the latest image, the beaglebone does not detect the rtc. El jueves,

[beagleboard] Re: Does not detect RTC (ds1307)

2018-04-02 Thread Paco Velasco
[image: image1.jpeg] This is the screen when I connect a new beaglebone green with an rtc. If I burn the latest image, the beaglebone does not detect the rtc. El jueves, 22 de marzo de 2018, 23:38:03 (UTC+1), Jeff Andich escribió: > > I'm working with the RTC (MCP794110) at the moment, but on

[beagleboard] Re: Does not detect RTC (ds1307)

2018-03-22 Thread Jeff Andich
Also, I saw something really weird on my board with an uninitialized RTC: On one of my boards with an uninitialized RTC, the RTC kernel message ("hctosys: unable to read the hardware clock") went away when I "hot plugged" a USB<->serial converter into one of our USB ports on our board. The

[beagleboard] Re: Does not detect RTC (ds1307)

2018-03-22 Thread Jeff Andich
Also, I saw something really weird on my platform. On one of my boards with an initialized RTC, the RTC kernel message ("hctosys: unable to read the hardware clock") went away when I "hot plugged" a USB<->serial converter into one of our USB ports on our board. The USB HUB isn't connected to

[beagleboard] Re: Does not detect RTC (ds1307)

2018-03-22 Thread Jeff Andich
I'm working with the RTC (MCP794110) at the moment, but on a "BB-X15 - like" custom board platform. I'm not sure I follow. your post.. What's the I2C tool? Are you talking about attaching the RTC to the BBB via the I2C tool or a problem with reading the RTC on the BBB? Pardon my ignorance but

[beagleboard] Re: Does not detect RTC (ds1307)

2018-03-22 Thread Jeff Andich
I'm working with the RTC (MCP794110) at the moment, but on a "BB-X15 - like" custom board platform. I'm not sure I follow. your post.. What's the I2C tool? Are you talking about attaching the RTC to the BBB via the I2C tool or a problem with reading the RTC on the BBB? Pardon my ignorance but

[beagleboard] Re: Does not detect RTC (ds1307)

2018-03-21 Thread Graham
Do you have pull-up resistors? --- Graham == On Monday, March 19, 2018 at 8:28:51 AM UTC-5, Paco Velasco wrote: > > When I connect the rtc it does not detect the 68 address (I2C Tool). > > I have test with 2 RTC diferent,and with the BBB I have no problem. > > Anybody knows what could be the