Hi,

I have a TI Sitara SK board, similar to BeagleBone Black. Now it is with 
its new ti-processor-sdk-linux-am335x-evm-01.00.00.03 and boot to its work 
state, i.e. Matrix web application. When I run ps command, I have the 
following process:


root@am335x-evm:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1324 S    init [5]
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW<  [khelper]
    8 root         0 SW   [kdevtmpfs]
   49 root         0 SW   [kworker/0:1]
  272 root         0 SW<  [writeback]
  275 root         0 SW<  [bioset]
  276 root         0 SW<  [crypto]
  278 root         0 SW<  [kblockd]
  371 root         0 SW<  [ata_sff]
  382 root         0 SW   [khubd]
  495 root         0 SW<  [rpciod]
  510 root         0 SW   [kswapd0]
  511 root         0 SW   [fsnotify_mark]
  512 root         0 SW<  [nfsiod]
  691 root         0 SW<  [kpsmoused]
  775 root         0 SW<  [deferwq]
  778 root         0 SW   [irq/86-44e0b000]
  807 root         0 SW   [irq/150-mmc0]
  813 root         0 SW   [mmcqd/0]
  876 root      2828 S    /lib/udev/udevd -d
  964 root         0 SW<  [cryptodev_queue]
  980 root         0 SW<  [kworker/0:1H]
 1065 root         0 SW<  [pvr_timer]
 1243 root      2900 S    /lib/udev/udevd -d
 1244 root      2900 S    /lib/udev/udevd -d
 1267 root         0 SW   [jbd2/mmcblk0p2-]
 1268 root         0 SW<  [ext4-rsv-conver]
 1373 messageb  2356 S    /usr/bin/dbus-daemon --system
 1387 root      2148 S    /usr/sbin/dropbear -r 
/etc/dropbear/dropbear_rsa_hos
 1390 root      1872 S    /usr/sbin/telnetd
 1400 rpc       1936 S    /usr/sbin/rpcbind
 1413 rpcuser   1680 S    /usr/sbin/rpc.statd
 1422 root      1872 S    /sbin/syslogd -n -O /var/log/messages
 1425 root      1872 S    /sbin/klogd -n
 1429 nobody    2256 S    /usr/sbin/thttpd -d /srv/www -p 8080
 1481 root         0 SW<  [pvr_workqueue]
 1486 root      2900 S    /usr/sbin/lighttpd -f /etc/lighttpd.conf
 1500 root      164m S    /usr/bin/matrix_browser http://localhost:80/
 1622 root      2628 S    /bin/login --
 1623 root      1876 S    /sbin/getty 38400 tty1
 1646 root      2596 S    -sh
 1680 root         0 SW   [kworker/u2:0]
 1681 root         0 SW   [kworker/u2:1]
 1695 root         0 SW   [kworker/0:2]
 1703 root      2160 R    ps
.........
" 1500 root      164m S    /usr/bin/matrix_browser http://localhost:80/"; is 
the matrix application I think.

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:~# 
.............

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,

-- 
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.

Reply via email to