On Thu, Mar 26, 2020 at 9:20 AM John Allwine <[email protected]> wrote: > > Is it possible to access the GPIO on the Beaglebone AI via /dev/mem similar > to how it is done in this stackoverflow question on the Beaglebone Black? If > so, how would I find what the offsets are?
Hi John, dynamic changes to the am57xx's pinmux registers and gpio values is a bad idea.. Figure out what you need and set them up in the device tree. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYg%3DyDiXG-1iL%2BF_w4g5RvBO9kO4B%2BnZXaV34P3A4fTSHg%40mail.gmail.com.
