Hello,
I've been trying to use CLKOUT2 on the BeagleBone. After it boots up I type:
root@beaglebone:~# cat /sys/kernel/debug/omap_mux/xdma_event_intr1
name: xdma_event_intr1.clkout2 (0x44e109b4/0x9b4 = 0x0003), b NA, t NA
mode: OMAP_PIN_OUTPUT | OMAP_MUX_MODE3
root@beaglebone:~# cat /sys/kernel/debug/clock/summary
clock-name parent-name rate use-count
...
clkout2_ck sysclkout_pre_ck 32768 0
...
Does this mean that CLKOUT2 is selected and set to 32.768 kHz? Right now I'm not seeing anything on the oscilloscope on P9 pin 41.
Is there any extra configuration needed to get a clock on CLKOUT2?
Thank you!