Robert you Rock !! Thanks man the problem has been solved at this end. Much appreciated.
Wrong dtc.. > > Follow: > > https://github.com/beagleboard/bb.org-overlays > > and run: > > ./dtc-overlay.sh > > then use: > > /usr/local/bin/dtc > > >> >> root@beaglebone:~/boneDeviceTree/overlay# ./build >> >> >> Compiling the overlay from .dts to .dtbo >> >> >> root@beaglebone:~/boneDeviceTree/overlay# ls -al >> >> >> total 20 >> >> drwxrwxr-x 2 root root 4096 Nov 12 2015 . >> >> drwxrwxr-x 10 root root 4096 Nov 12 2015 .. >> >> -rw-r--r-- 1 root root 986 Nov 12 21:23 DM-GPIO-Test-00A0.dtbo >> >> -rw-r--r-- 1 root root 1591 Nov 12 2015 DM-GPIO-Test.dts >> >> -rwxr-xr-x 1 root root 124 Nov 12 2015 build >> >> >> root@beaglebone:~/boneDeviceTree/overlay# cp DM-GPIO-Test-00A0.dtbo >> /lib/firmware/ >> >> >> root@beaglebone:/lib/firmware# cat $SLOTS >> >> 0: PF---- -1 >> >> 1: PF---- -1 >> >> 2: PF---- -1 >> >> 3: PF---- -1 >> >> 4: P-O-L- 0 Override Board Name,00A0,Override Manuf,cape-universaln >> >> >> root@beaglebone:/lib/firmware# echo DM-GPIO-Test > $SLOTS >> > > > dmesg | grep bone > > will show you more.. > > >> >> root@beaglebone:/lib/firmware# cat $SLOTS >> >> 0: PF---- -1 >> >> 1: PF---- -1 >> >> 2: PF---- -1 >> >> 3: PF---- -1 >> >> 4: P-O-L- 0 Override Board Name,00A0,Override Manuf,cape-universaln >> > > cape-universaln is already loaded to.. > > disable by removing: "cape_universal=enable" from: > > /boot/uEnv.txt > > > > >> 5: P-O-L- 1 Override Board Name,00A0,Override Manuf,DM-GPIO-Test >> >> root@beaglebone:/lib/firmware# cat $PINS|grep 878 >> >> >> pin 30 (44e10878.0) 00000037 pinctrl-single >> >> root@beaglebone:/lib/firmware# cat $PINS|grep 984 >> >> pin 97 (44e10984.0) 00000037 pinctrl-single >> >> root@beaglebone:/lib/firmware# cat $PINS|grep 834 >> >> pin 13 (44e10834.0) 00000027 pinctrl-single >> >> root@beaglebone:/lib/firmware# cat $PINS|grep 830 >> >> pin 12 (44e10830.0) 00000027 pinctrl-single >> >> root@beaglebone:/lib/firmware# cat $PINS|grep 824 >> >> pin 9 (44e10824.0) 00000027 pinctrl-single >> >> >> >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > 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]. For more options, visit https://groups.google.com/d/optout.
