On Mon, Jan 30, 2017 at 2:41 PM, Harke Smits <[email protected]> wrote: > OK I got it working manually; > Fist: > > debian@beaglebone:~$ cat /sys/devices/platform/bone_capemgr/slots > 0: PF---- -1 4D cape display variables > 1: PF---- -1 > 2: PF---- -1 > 3: PF---- -1 > > Than: > > sudo sh -c "echo 'BB-UART2' > /sys/devices/platform/bone_capemgr/slots" > > Again: > > debian@beaglebone:~$ cat /sys/devices/platform/bone_capemgr/slots > 0: PF---- -1 etc... > 1: PF---- -1 > 2: PF---- -1 > 3: PF---- -1 > 4: P-O-L- 0 Override Board Name,00A0,Override Manuf,BB-UART2 > > My testscript using UART2 now works. However, after a reboot all needs to be > done again. Not very satisfactory. > How can I get it installed on boot?
open /boot/uEnv.txt cape_enable=bone_capemgr.enable_partno=BB-UART2 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/CAOCHtYhbYZLBMoDmH2RRgPCNEteh-NkamXNeXU0A-mYdGhgDnQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
