Re: Activate a Real Time Clock chip on I2C in Raspberry Pi 4B with Debian (not Raspbian)

2023-04-16 Thread Rick Thomas
Thanks for your response, Georg! Is there somewhere that these modules are documented that I can read-up for a more detailed understanding? As an experiment, I tried running the following (It didn't work, but maybe you can suggest a modification that will. I'm probably not fully

Re: buildd reliability

2023-04-16 Thread Aurelien Jarno
On 2023-04-10 14:36, Aurelien Jarno wrote: > On 2023-03-30 19:59, Wookey wrote: > > Some enquiries tell me that both these machines types are reliable > > (although the mustangs are slow) at OBS and Yocto, so they can be OK, > > but there is certainly much faster kit available now (Ampere Altra).

Re: Activate a Real Time Clock chip on I2C in Raspberry Pi 4B with Debian (not Raspbian)

2023-04-16 Thread Diederik de Haas
On Sunday, 16 April 2023 11:17:43 CEST Georg Gast wrote: > ExecStart=/bin/sh -c "modprobe i2c_bcm2835 && modprobe i2c_bcm2708 && > modprobe rtc_ds1307 && sleep 1 && echo ds1307 0x68 > > /sys/class/i2c-adapter/i2c-1/new_device && /sbin/hwclock -s" Nice :-) I wonder whether this (essentially) is

Re: Activate a Real Time Clock chip on I2C in Raspberry Pi 4B with Debian(not Raspbian)

2023-04-16 Thread gene heskett
On 4/16/23 04:01, Diederik de Haas wrote: On Sunday, 16 April 2023 04:47:37 CEST Rick Thomas wrote: I've got a Raspberry Pi 4B (4GB) with a DS3231 RTC module. I can make the combo work with Ubuntu and RaspberryPI-OS. I'd like to try it with the plain-vanilla Debian from

Re: Activate a Real Time Clock chip on I2C in Raspberry Pi 4B with Debian (not Raspbian)

2023-04-16 Thread Georg Gast
Am Sun, 16 Apr 2023 10:01:08 +0200 schrieb Diederik de Haas : > On Sunday, 16 April 2023 04:47:37 CEST Rick Thomas wrote: > > I've got a Raspberry Pi 4B (4GB) with a DS3231 RTC module. I can > > make the combo work with Ubuntu and RaspberryPI-OS. I'd like to > > try it with the plain-vanilla

Re: Activate a Real Time Clock chip on I2C in Raspberry Pi 4B with Debian (not Raspbian)

2023-04-16 Thread Diederik de Haas
On Sunday, 16 April 2023 04:47:37 CEST Rick Thomas wrote: > I've got a Raspberry Pi 4B (4GB) with a DS3231 RTC module. I can make the > combo work with Ubuntu and RaspberryPI-OS. I'd like to try it with the > plain-vanilla Debian from but I > can't find