On Sat, Aug 11, 2018 at 1:33 AM TJF <[email protected]> wrote: > > I'm testing kernel > > $ uname -a > Linux arm 4.14.54-ti-r63 #1 SMP PREEMPT Thu Jul 12 21:26:13 UTC 2018 armv7l > GNU/Linux > > and I want to disable the cape-universal stuff. Regardless what I configure > in /boot/uEnv.txt, I always get a message in > > $ dmesg | grep univ > [ 1.124019] gpio-of-helper ocp:cape-universal: ready > > and the folder > > # ls -l /sys/devices/platform/ocp/ocp:cape-* > insgesamt 0 > lrwxrwxrwx 1 root root 0 Aug 11 08:26 driver -> > ../../../../bus/platform/drivers/gpio-of-helper > -rw-r--r-- 1 root root 4096 Aug 11 08:26 driver_override > -r--r--r-- 1 root root 4096 Aug 11 08:26 modalias > lrwxrwxrwx 1 root root 0 Aug 11 08:26 of_node -> > ../../../../firmware/devicetree/base/ocp/cape-universal > drwxr-xr-x 2 root root 0 Aug 11 08:26 power > -r--r--r-- 1 root root 4096 Aug 11 08:26 status > lrwxrwxrwx 1 root root 0 Aug 11 08:26 subsystem -> ../../../../bus/platform > -rw-r--r-- 1 root root 4096 Aug 11 08:26 uevent > > is full of that cape-universal stuff. > > How to get rid of that? > > Note: I'm sure that I'm working on the right partition, since there is only > one mounted.
Sure, open /boot/uEnv.txt and comment out: enable_uboot_overlays=1 -> #enable_uboot_overlays=1 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/CAOCHtYhx9VaSyoy9MEy7TyvK-RoC-M%2BFvJnm2EDEiZhuXCo2kA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
