<markand>
if I remove connman, do I still keep the usb interface?
<zmatt>
connman isn't actually involved in that, the usb gadget is setup by a custom boot script
<markand>
okay perfect, thanks
<zmatt>
I also have some notes on how to replace the entire networking mess including the boot script by systemd-networkd: https://pastebin.com/3tjj3v3R
<zmatt>
though this also simplifies the usb gadget to g_ether (rndis) rather than the composite device setup by the boot script
<zmatt>
(the bullseye testing images also use systemd-networkd instead of connman)
Shadyman has quit [Remote host closed the connection]
<johanhenselmans>
I read your script, what about wireless and accespoint setup?
<zmatt>
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)
<zmatt>
accesspoint => never really had a need for one, but pretty sure it too can be handled by wpa_supplicant + systemd-networkd
CoffeeBreakfast has joined #beagle
xet7 has joined #beagle
lucascastro has quit [Ping timeout: 245 seconds]
lucascastro has joined #beagle
set_ has quit [Ping timeout: 256 seconds]
* sicelo
should find out what's the latest image for bbb and maybe flash it
Guest88 has joined #beagle
<zmatt>
sicelo: latest _released_ image is still buster 2020-04-06 (https://beagleboard.org/latest-images), these are also prerelease/testing buster and bullseye images
lucascastro has quit [Ping timeout: 252 seconds]
xet7_ has joined #beagle
starblue has quit [Ping timeout: 256 seconds]
xet7 has quit [Ping timeout: 260 seconds]
lucascastro has joined #beagle
zjason` is now known as zjason
xet7_ has quit [Quit: Leaving]
vagrantc has joined #beagle
starblue has joined #beagle
lucascastro has quit [Ping timeout: 260 seconds]
lucascastro has joined #beagle
Guest88 has quit [Quit: Client closed]
lucascastro has quit [Ping timeout: 240 seconds]
jfsimon1981 has joined #beagle
buzzmarshall has joined #beagle
Shadyman has joined #beagle
lucascastro has joined #beagle
xet7 has joined #beagle
Angel_Sosa has joined #beagle
<Angel_Sosa>
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?
<zmatt>
Angel_Sosa: there are no pins that have both digital and analog functionality
<zmatt>
the analog inputs are completely separate
<zmatt>
which board are you talking about?
<Angel_Sosa>
I am looking a the the Google Spreadsheet for the BeagleBoard X15 an I am failing to identify the analog pins
<zmatt>
it has none
<zmatt>
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
<Angel_Sosa>
Obviously if I use an ADC board along with the X15 can I accomplish this task?
<zmatt>
you can obviously connect an external ADC... preferably one which already has a driver in mainline linux
<Angel_Sosa>
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?
<zmatt>
I don't know cape-universal is supported on the beagleboard-x15 in current testing images
<zmatt>
(cape-universal is the name of the overlay that arranges for pins to be runtime-configurable via config-pin/sysfs)
xet7 has quit [Remote host closed the connection]
<Angel_Sosa>
got it I will research if cape-universal is supported