**** BEGIN LOGGING AT Thu Mar 10 02:59:57 2022 Mar 10 08:38:08 we have issues trying to use multiple uart ports at the same time, I just would like to be sure that we can use UARTs 1, 2, 4 and 5 simultaneously? Mar 10 10:28:34 we also have an issue that the beaglebone restart automatically while... booting: https://bpa.st/N6NA Mar 10 14:31:01 markand: different uarts are independent and have nothing to do with each other Mar 10 14:32:06 i.e. they can all be used simultaneously Mar 10 14:32:50 that log looks like a clean shutdown is being performed Mar 10 14:34:09 maybe something causing a spurious power button event? Mar 10 14:54:34 strange Mar 10 14:54:40 it boots the second time but it always does this Mar 10 14:54:46 at least once Mar 10 14:55:22 we have fixed the issue regarding UARTs, in fact the very old and deprecated rxtx java library does not like to specify /dev/ttyO2 (even though it's a symlink) Mar 10 14:57:05 /dev/ttyO* are deprecated anyway, use /dev/ttyS* Mar 10 20:31:02 I'm having a weird problem debugging why a yocto build targeting pocketbeagle hardware is not powering off. Mar 10 20:31:56 seems like kernel is getting to the function of omap_rtc_power_off(void), but the pmic enable pin is not actually turning off on the 5.9.16 kernel. Beaglebone's 5.4 kernel is powering off correctly Mar 10 21:29:34 *facepalm .... Every 1.0s: cat /sys/class/rtc/rtc0/time shows 00:00:00.... rtc clocks not running. Mar 10 21:29:49 that would prevent poweroff from running Mar 10 23:26:39 konsgn: power off on the PocketBeagle can be fun... for our Debian images, we make sure the RTC clock is set for internal mode... https://github.com/beagleboard/u-boot/blob/v2021.10-bbb.io-am335x/board/ti/am335x/board.c#L1205-L1208 and this has to be set in the PocketBeagle Device tree.. https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v5.4.x-ti/src/arm/am335x-pocketbeagle.dts#L1031 Mar 11 02:14:45 I have not done it. Mar 11 02:15:12 I wanted to say, "Yes to me and I have done it!" But, truth tells all. I have not. Mar 11 02:15:58 BBB...how are you and your persons of interest doing in the GSoC world? Mar 11 02:33:02 Is this the mostly incorrect room to inquire an esquire about the GSoC program? Mar 11 02:33:13 yes. it is the incorrect one. Blah. Mar 11 02:33:15 Sorry. **** ENDING LOGGING AT Fri Mar 11 02:59:56 2022