Hi,
I have a Sitara AM3359 SK board. The SDK is the new ti-processor-sdk-linux-am335x-evm-01.00.00.03.
When I run lsmod, there is such info:
root@am335x-evm:~# lsmod
Module Size Used by
bufferclass_ti 5396 0
omaplfb 12042 1
musb_dsps 7319 0
musb_hdrc 54316 1 musb_dsps
snd_soc_evm 5589 0
pvrsrvkm 177007 6 bufferclass_ti,omaplfb
wlcore_sdio 5153 0
compat 2624 1 wlcore_sdio
cryptodev 32483 1
lis3lv02d_i2c 3153 0
lis3lv02d 14936 1 lis3lv02d_i2c
snd_soc_tlv320aic3x 40349 1
input_polldev 3345 1 lis3lv02d
snd_soc_davinci_mcasp 15606 2
musb_am335x 1217 0
root@am335x-evm:~#
.............
On BeagleBone website, some posts say they have a gpio module when run lsmod command. Why is it different for Sitara SK board?
The LEDS works as I can see it flashes, but I don't see it above in the modular list. What category is the LEDS in the driver modules?
Thanks,