**** BEGIN LOGGING AT Mon Oct 24 02:59:57 2022 Oct 24 03:05:27 Speakin' of maintenance, my servos need attention. Is anyone using the ServoCape for altering the use of 12 servos in a simulation manner? Oct 24 03:09:09 I figured out how to manage to move them all but the us is about 0.18 per servo only. So, they are not in a simulaneous manner. Oct 24 03:12:13 cross your t's and dot your i's. Oct 24 03:12:55 Of course. simulaneous is not a word. Blah. Oct 24 03:13:35 I only have 46 more minutes! Send the mob! Oct 24 03:47:40 I thought I had issues. Look at the python3 docs. They got a guy that has eels, many, in his hovercraft! Oct 24 03:57:32 Barracudas are worse. Anyway, night-night. I know it is too late and Sunday and no one wants to deal w/ the ServoCape. It is okay. Oct 24 03:57:48 I will keep it up and see where it takes me! Oct 24 14:50:18 Hello, I made a pcb planning to use Uart0 as an uart, but it seems that by default it's set as serial debugger. How can I change so I can use as an uart instead? Oct 24 15:17:40 using a pocketbeagle Oct 24 15:41:50 Does anyone know? Oct 24 17:44:49 Hi can someone please post the result of this cat on pastebin or equivalent ? Oct 24 17:44:57 cat /etc/logrotate.d/rsyslog Oct 24 17:45:04 Thanks Oct 24 18:34:40 cat: /etc/logrotate.d/rsyslog: No such file or directory Oct 24 18:34:40 ;) Oct 24 18:34:53 (but that's because removing rsyslog is generally one of the first thing I do) Oct 24 18:36:26 zmatt: What you use instead ? Oct 24 18:37:05 systemd-journald already performs its task, rsyslog is redundant (unless you need very specific/obscure features) Oct 24 18:38:42 get it. Oct 24 18:44:19 Hello, does anyone know how to use uart0 as uart and not serial debugger with a pocketbeagle? Oct 24 18:48:57 Guest60: if you want to be completely thorough you'd need to patch and rebuild u-boot Oct 24 18:49:15 is it not possible to use another uart for your application, or are you using all of them already? Oct 24 18:49:54 It's not possible, I made a PCB that uses the uart0 Oct 24 18:51:02 ah, maybe you should have prototyped that before making a pcb ;) can your device tolerate some spam from u-boot during early boot or do you need to prevent that too? Oct 24 18:52:27 yeah, I know, beginners' mistake Oct 24 18:52:36 I would like to prevent Oct 24 18:53:12 yeah that's not going to be easy, you'll need a customized bootloader for that Oct 24 18:54:30 or, well, it might not be *too* difficult, but at the very least not completely trivial Oct 24 18:56:30 probably it will be difficult for me since I don't even know what is u-boot Oct 24 18:56:30 woops ok tahnks anyway Oct 24 18:56:45 Does someone have the default syslog ? Oct 24 18:57:06 I'd like check the values at install which i modified. Oct 24 18:57:11 jfsimon1981: from which image? Oct 24 18:57:21 The latest console Oct 24 18:58:01 buster? bullseye? Oct 24 18:58:45 i check Oct 24 18:58:59 Buster one Oct 24 18:59:43 also, tip for the future: install etckeeper, it'll turn /etc/ into a git repository (with auto-commits before/after any update and periodically), allowing you to track changes to config files over time Oct 24 19:00:20 ok Oct 24 19:00:25 thanks for this Oct 24 19:01:12 jfsimon1981: https://paste.debian.net/1258139 Oct 24 19:01:59 So, it's the first time with a board from beaglebone, as you can see by my blunder with uart0, so I don't much about it, I didn't even flash a image to it yet, I am searching about the configuration steps first Oct 24 19:02:30 Guest60: well the pocketbeagle doesn't have on-board flash/eMMC, it boots from sd card only Oct 24 19:03:48 Thanks Oct 24 19:06:38 zmatt do you know if there a guide for doing this patch and rebuild of u-boot Oct 24 19:06:44 no idea Oct 24 19:07:07 I was searching before coming here and someone with the same problem said this command could help Oct 24 19:07:09 sudo systemctl mask serial...@ttyS0.service Oct 24 19:07:38 and then restarting Oct 24 19:07:42 you mean serial-getty@ttyS0.service Oct 24 19:07:49 (yes i tweaked the rates to have daily instead of monthly rotations so that files get quicker into gz, otherwise some build up for 4 weeks n the clear, this wasted space) Oct 24 19:08:52 Guest60: masking serial-getty@ttyS0.service will partially solve the problem, but it doesn't prevent all serial output from the kernel, and doesn't prevent output from the bootloader (u-boot) at all Oct 24 19:09:42 what if I also disable from the kernel? Oct 24 19:10:03 modifying /boot/uboot/uEnv.tx Oct 24 19:11:10 you could try adding a line like this to /boot/uEnv.txt: console=/dev/ttyS1,115200n8 Oct 24 19:11:26 to move the kernel console to a different serial port Oct 24 19:11:59 sorry, console=ttyS1,115200n8 Oct 24 19:12:25 (without the /dev/) Oct 24 19:12:39 if that works it'll show up in /proc/cmdline (after reboot) Oct 24 19:13:30 that will only leave the output from u-boot itself. changing the default console of u-boot will require patching it Oct 24 19:17:24 sorry, I disconnected for a few minutes, if you anything after "that will only leave the output from u-boot itself.  changing the default console of u-boot will require patching it" I missed it Oct 24 19:19:48 Guest60: that was the last line. for future reference, there are public logs of this channel: https://libera.irclog.whitequark.org/beagle/ Oct 24 19:19:59 wow thats useful Oct 24 19:21:15 does it help if I don't even have sd flashed? Oct 24 19:25:06 I'm not sure what you mean by that Oct 24 19:27:06 the pocketbeagle requires an sd card flashed with a suitable linux image to boot from **** ENDING LOGGING AT Tue Oct 25 02:59:57 2022