**** BEGIN LOGGING AT Thu Apr 15 02:59:56 2021 Apr 15 03:13:11 fg Apr 15 03:13:13 my bad lol Apr 15 03:14:12 hey everyone Apr 15 03:14:15 long time no see Apr 15 03:23:22 yo Apr 15 06:49:28 Hello Everybody. My name is Shreyas Atre from India. Apr 15 06:49:29 I guess it's too late to introduce. I have submitted a proposal https://elinux.org/BeagleBoard/GSoC/2021_Proposal/beagle_config after discussion with mentors on #beagle-gsoc. However I missed out on a suggestion from jkridner[m] to reach out to zmatt regarding it. Although it's late , it would help me in case (by a tiny bit chance left ;-(  ) it Apr 15 06:49:29 gets selected. Apr 15 10:54:59 satacker: I'm not sure what to say about this... it seems rather huge in scope and to consist of a large collection of random unrelated stuff Apr 15 11:00:35 not sure why jkridner[m] asked you to reach out to me regarding this Apr 15 11:13:49 I also have a feeling it would be brittle and hard to maintain Apr 15 11:17:14 maybe so you could offer that opinion Apr 15 11:17:19 which I agree with Apr 15 11:23:17 oh okay zmatt Apr 15 12:52:54 zmatt because you help a lot of people getting their boards configured and I thought you might have some practical thoughts on it. Apr 15 12:53:24 the opinion you gave was useful Apr 15 12:54:04 maybe narrow the scope or break into separate tools. Apr 15 12:55:09 personally, i suggested trying to add some configure scripts to Debian packages. Apr 15 12:55:36 I’d love to see less out-of-package scripting Apr 15 14:48:10 I wonder if there is some merit in something akin to raspian-config and armian-config here? Apr 15 14:48:48 it could be packaged up .. and ncurses/gtk/qt variants/gui package perhaps? Apr 15 14:51:43 armBian* Apr 15 15:24:30 m Apr 15 20:05:06 hey guys, I am modifying zmatt's gpio-config file for the beaglebone, here: https://github.com/mvduin/overlay-utils/blob/master/gpio-demo.dtsi Apr 15 20:05:13 but I am running into an issue Apr 15 20:05:30 I am modifying lines 71-74 Apr 15 20:05:50 when I have them as: Apr 15 20:05:54 PIN_NOPULL( P9_23, 7 )  // gpio 1.17 // use PIN_PULLUP/PIN_PULLDN/PIN_NOPULL mode 7 Apr 15 20:05:54             PIN_NOPULL( P9_27, 7 )  // gpio 3.19 Apr 15 20:06:03 that works fine Apr 15 20:06:11 but when I add what appears to me to be an identical line below it: Apr 15 20:06:30 PIN_NOPULL( P8_3, 7 )  // gpio 1.6 Apr 15 20:06:39 and compile with make gpio-config.dtbo Apr 15 20:06:41 P8_03 Apr 15 20:06:45 ahh Apr 15 20:06:49 answered my question Apr 15 20:06:51 thanks! Apr 15 20:08:26 in general, see include/bone/black.h for the actual list of constants (a few pins also have an "a" or "b" suffix when there are two processor pins that connect to the same expansion header pin) Apr 15 20:08:37 ah I see Apr 15 20:08:44 it compiles now! Apr 15 20:08:47 gonna try it out Apr 15 20:17:25 nice, that changes all the GPIO configs! Apr 15 20:57:47 \o/ **** ENDING LOGGING AT Fri Apr 16 03:00:29 2021