On Wed, Apr 4, 2018 at 9:46 AM, Sebastián Sáez <[email protected]> wrote: > now config-pin p9.25 pruout it's working now but I need to use p8.11 as PRU > >> root@beaglebone:~/rfsend# cat >> /sys/devices/platform/ocp/ocp\:P9_25_pinmux/state >> pruout > > > how I can use p8.11 as PRU ? > > List of avaliable pins > >> root@beaglebone:~/rfsend# cat /sys/devices/platform/ocp/ocp\: >> ocp:cape-universal/ ocp:P8_35_pinmux/ ocp:P9_16_pinmux/ >> ocp:l4_wkup@44c00000/ ocp:P8_36_pinmux/ ocp:P9_17_pinmux/ >> ocp:P8_07_pinmux/ ocp:P8_37_pinmux/ ocp:P9_18_pinmux/ >> ocp:P8_08_pinmux/ ocp:P8_38_pinmux/ ocp:P9_19_pinmux/ >> ocp:P8_09_pinmux/ ocp:P8_39_pinmux/ ocp:P9_20_pinmux/ >> ocp:P8_10_pinmux/ ocp:P8_40_pinmux/ ocp:P9_21_pinmux/ >> ocp:P8_13_pinmux/ ocp:P8_41_pinmux/ ocp:P9_22_pinmux/ >> ocp:P8_19_pinmux/ ocp:P8_42_pinmux/ ocp:P9_23_pinmux/ >> ocp:P8_27_pinmux/ ocp:P8_43_pinmux/ ocp:P9_24_pinmux/ >> ocp:P8_28_pinmux/ ocp:P8_44_pinmux/ ocp:P9_25_pinmux/ >> ocp:P8_29_pinmux/ ocp:P8_45_pinmux/ ocp:P9_26_pinmux/ >> ocp:P8_30_pinmux/ ocp:P8_46_pinmux/ ocp:P9_27_pinmux/ >> ocp:P8_31_pinmux/ ocp:P9_11_pinmux/ ocp:P9_41_pinmux/ >> ocp:P8_32_pinmux/ ocp:P9_13_pinmux/ ocp:P9_42_pinmux/ >> ocp:P8_33_pinmux/ ocp:P9_14_pinmux/ ocp:P9_91_pinmux/
Okay firgured this out, you have the "model:[TI_AM335x_BeagleBone_Green_Wireless]" You'll need to make a choice: PRU or WIFI... P8.11 is gpmc_ad13.mmc2_dat1 https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-BBGW-WL1835-00A0.dts#L25 You can kill wifi via: disable_uboot_overlay_wireless=1 https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 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/CAOCHtYhU2QnnO_vR-rDbOMU2%2BS3Cb__4%3DSdTV7tAE1JU3FsQcQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
