**** BEGIN LOGGING AT Mon Dec 27 02:59:56 2021 Dec 27 08:22:09 if you connect it while the pocketbeagle is unpowered then you're probably destroying it yes Dec 27 10:07:40 hey there Dec 27 10:07:53 if I remove connman, do I still keep the usb interface? Dec 27 10:08:31 connman isn't actually involved in that, the usb gadget is setup by a custom boot script Dec 27 10:08:42 okay perfect, thanks Dec 27 10:09:24 I also have some notes on how to replace the entire networking mess including the boot script by systemd-networkd: https://pastebin.com/3tjj3v3R Dec 27 10:10:08 though this also simplifies the usb gadget to g_ether (rndis) rather than the composite device setup by the boot script Dec 27 10:11:44 (the bullseye testing images also use systemd-networkd instead of connman) Dec 27 10:57:37 I read your script, what about wireless and accespoint setup? Dec 27 10:59:08 wireless => wpa_supplicant can connect to a wifi network just fine on its own, and then it's just another network interface for systemd-networkd (similar to ethernet) Dec 27 10:59:32 accesspoint => never really had a need for one, but pretty sure it too can be handled by wpa_supplicant + systemd-networkd Dec 27 13:01:36 * sicelo should find out what's the latest image for bbb and maybe flash it Dec 27 14:17:33 sicelo: latest _released_ image is still buster 2020-04-06 (https://beagleboard.org/latest-images), these are also prerelease/testing buster and bullseye images Dec 27 20:32:32 Hello, in order to change a GPIO Pin from Digital to Analog do I have to go through the DTB or can I accomplish  the change via /sysfs or through a C library? Dec 27 20:33:08 Angel_Sosa: there are no pins that have both digital and analog functionality Dec 27 20:33:22 the analog inputs are completely separate Dec 27 20:33:43 which board are you talking about? Dec 27 20:34:17 I am looking a the the Google Spreadsheet for the BeagleBoard X15 an I am failing to identify the analog pins Dec 27 20:34:24 it has none Dec 27 20:35:20 the AM572x SoC has no integrated ADC. the BeagleBone-AI has a separate discrete ADC to cover that functionality, but the beagleboard-X15 does not Dec 27 20:36:51 Obviously if I use an ADC board along with the X15 can I  accomplish this task? Dec 27 20:37:58 you can obviously connect an external ADC... preferably one which already has a driver in mainline linux Dec 27 20:40:43 One more variation on my question , in order to change a GPIO Pin SPI  to I2C do I have to go through the DTB or can I accomplish the change via /sysfs or through a C library? Dec 27 20:42:10 I don't know cape-universal is supported on the beagleboard-x15 in current testing images Dec 27 20:43:01 (cape-universal is the name of the overlay that arranges for pins to be runtime-configurable via config-pin/sysfs) Dec 27 20:59:45 got it I will research if cape-universal is supported **** ENDING LOGGING AT Tue Dec 28 02:59:56 2021