Project

General

Profile

Testing #240 » notes.txt

lsmod, dmesg grep spi and /sys entries. - Hammel, 15 Nov 2013 07:56

 
1
# lsmod
2
fbtft_device 22471 0 - Live 0xbf164000
3
fbtft 23087 1 fbtft_device, Live 0xbf15a000
4
sysimgblt 1813 1 fbtft, Live 0xbf156000
5
sysfillrect 2916 1 fbtft, Live 0xbf152000
6
syscopyarea 2851 1 fbtft, Live 0xbf14e000
7
fb_sys_fops 1020 1 fbtft, Live 0xbf14a000
8
spi_bcm2708 3953 0 - Live 0xbf146000
9
spidev 4258 0 - Live 0xbf141000
10
nfsd 211963 5 - Live 0xbf104000
11
ipv6 238579 22 - Live 0xbf0be000
12
arc4 1006 2 - Live 0xbf0ba000
13
rt2800usb 11740 0 - Live 0xbf0b3000
14
rt2800lib 38595 1 rt2800usb, Live 0xbf0a6000
15
crc_ccitt 1061 1 rt2800lib, Live 0xbf0a2000
16
rt2x00usb 7441 1 rt2800usb, Live 0xbf09d000
17
rt2x00lib 30618 3 rt2800usb,rt2800lib,rt2x00usb, Live 0xbf090000
18
mac80211 203198 3 rt2800lib,rt2x00usb,rt2x00lib, Live 0xbf054000
19
cfg80211 142824 2 rt2x00lib,mac80211, Live 0xbf029000
20
uvcvideo 55323 0 - Live 0xbf017000
21
videodev 70810 1 uvcvideo, Live 0xbf000000
22
# dmesg | grep -i spi
23
[  297.962154] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x20204000 (irq 80)
24
[  298.221740] fbtft_device:  SPI devices registered:
25
[  298.226610] fbtft_device:      spidev spi0.0 500kHz 8 bits mode=0x00
26
[  298.271044] fbtft_device:      spidev spi0.1 500kHz 8 bits mode=0x00
27
[  298.293592] fbtft_device: Deleting spi0.0
28
[  298.371734] fbtft_device:  SPI devices registered:
29
[  298.381450] fbtft_device:      spidev spi0.1 500kHz 8 bits mode=0x00
30
[  298.388819] fbtft_device:      fb_ili9320 spi0.0 32000kHz 8 bits mode=0x03
31
# ls -l /dev/fb*
32
crw-rw----    1 root     root       29,   0 Dec 31  1969 /dev/fb0
33
crw-r--r--    1 root     root       29,   1 Nov 15 07:34 /dev/fb1
34
# ls -l /sys/class/graphics/fb
35
fb0/    fbcon/
36

    
(4-4/6)