PiTFT - Both V2, but screens have different overlays?

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

Hello, I have a PiTFT Plus for my Pi2, and recently decided to buy a second one for a new Pi 2 I purchased. Anyways, the new one wasn't reacting to any custom-built img's, and remained lit and white, but blank, while the device was on. I took a look at them more closely, and while both show on the back the same STMPE610 + ILI9341 v2 on the back, the working screen's digitizer is labeled "HSD-9068J-G2," while the not working device's is labeled the same but with "-A2" instead of "-G2" on the end.

Is this really just identifying something more internal like batch number, etc, or is this regarding to it being an incompatible device? Please let me know, and also what I should do with the not-working device

-Right after having tried to reboot with the new TFT and finally giving up, I put my old TFT back on and threw in the micro sd I had been using only to have it not be working with the touch feature. Display is perfect, just no touch. Ugh.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: PiTFT - Both V2, but screens have different overlays?

Post by adafruit_support_rick »

Please post the output from the command sudo dmesg for the non-working PiTFT

User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

Here are the results...

Code: Select all

pi@raspberrypi ~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.6-v7+ (root@vagrant-ubuntu-trusty-32) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #2 SMP PREEMPT Fri Sep 4 16:49:07 UTC 2015
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[    0.000000] cma: Reserved 8 MiB at 0x3a800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 8085af80, node_mem_map b9fa6000
[    0.000000]   Normal zone: 2124 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 13 pages/cpu @b9f64000 s20608 r8192 d24448 u53248
[    0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x2c204b16 smsc95xx.macaddr=B8:27:EB:20:4B:16 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:VGA8x8
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 939512K/966656K available (5958K kernel code, 534K rwdata, 1644K rodata, 420K init, 757K bss, 18952K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x80774c6c   (7604 kB)
[    0.000000]       .init : 0x80775000 - 0x807de000   ( 420 kB)
[    0.000000]       .data : 0x807de000 - 0x80863af4   ( 535 kB)
[    0.000000]        .bss : 0x80866000 - 0x8092378c   ( 758 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:608
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000032] Switching to timer-based delay loop, resolution 52ns
[    0.000308] Console: colour dummy device 80x30
[    0.002221] console [tty1] enabled
[    0.002287] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.002390] pid_max: default: 32768 minimum: 301
[    0.002764] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002831] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004142] Initializing cgroup subsys blkio
[    0.004230] Initializing cgroup subsys memory
[    0.004300] Initializing cgroup subsys devices
[    0.004362] Initializing cgroup subsys freezer
[    0.004434] Initializing cgroup subsys net_cls
[    0.004547] CPU: Testing write buffer coherency: ok
[    0.004670] ftrace: allocating 20203 entries in 60 pages
[    0.054141] CPU0: update cpu_capacity 1024
[    0.054226] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.054274] [bcm2709_smp_prepare_cpus] enter
[    0.054434] Setting up static identity map for 0x8240 - 0x8274
[    0.114024] [bcm2709_boot_secondary] cpu:1 started (0) 17
[    0.114326] [bcm2709_secondary_init] enter cpu:1
[    0.114377] CPU1: update cpu_capacity 1024
[    0.114385] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.134004] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.134255] [bcm2709_secondary_init] enter cpu:2
[    0.134287] CPU2: update cpu_capacity 1024
[    0.134295] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.154036] [bcm2709_boot_secondary] cpu:3 started (0) 18
[    0.154216] [bcm2709_secondary_init] enter cpu:3
[    0.154244] CPU3: update cpu_capacity 1024
[    0.154252] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.154348] Brought up 4 CPUs
[    0.154482] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.154525] CPU: All CPU(s) started in SVC mode.
[    0.155551] devtmpfs: initialized
[    0.180379] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.180763] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.181955] pinctrl core: initialized pinctrl subsystem
[    0.182793] NET: Registered protocol family 16
[    0.188616] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.189892] bcm2709.uart_clock = 3000000
[    0.195308] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.195378] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.195603] Serial: AMBA PL011 UART driver
[    0.195819] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[    0.699586] console [ttyAMA0] enabled
[    0.703857] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.786440] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x7f35
[    0.795284] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 13
[    0.802732] bcm2708-dmaengine 3f007000.dma: Initialized 8 DMA channels (+ 1 legacy)
[    0.811262] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[    0.818168] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[    0.824175] SCSI subsystem initialized
[    0.828183] usbcore: registered new interface driver usbfs
[    0.833820] usbcore: registered new interface driver hub
[    0.839298] usbcore: registered new device driver usb
[    0.845091] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-02 14:55
[    0.880679] Switched to clocksource arch_sys_counter
[    0.935916] FS-Cache: Loaded
[    0.939191] CacheFiles: Loaded
[    0.954073] NET: Registered protocol family 2
[    0.959776] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.967042] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.973756] TCP: Hash tables configured (established 8192 bind 8192)
[    0.980248] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.986278] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.993042] NET: Registered protocol family 1
[    0.997847] RPC: Registered named UNIX socket transport module.
[    1.003881] RPC: Registered udp transport module.
[    1.008608] RPC: Registered tcp transport module.
[    1.013354] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.021094] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.030601] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.052931] VFS: Disk quotas dquot_6.6.0
[    1.057257] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.066884] FS-Cache: Netfs 'nfs' registered for caching
[    1.073401] NFS: Registering the id_resolver key type
[    1.078545] Key type id_resolver registered
[    1.082824] Key type id_legacy registered
[    1.089686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.097354] io scheduler noop registered
[    1.101398] io scheduler deadline registered (default)
[    1.106906] io scheduler cfq registered
[    1.113373] BCM2708FB: allocated DMA memory fac00000
[    1.118399] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.129601] Console: switching to colour frame buffer device 82x52
[    1.139702] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[    1.147458] vc-cma: Videocore CMA driver
[    1.151471] vc-cma: vc_cma_base      = 0x00000000
[    1.156230] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.161709] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.167402] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.191565] brd: module loaded
[    1.203642] loop: module loaded
[    1.207896] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[    1.216673] Loading iSCSI transport class v2.0-870.
[    1.222589] usbcore: registered new interface driver smsc95xx
[    1.230287] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.438315] Core Release: 2.80a
[    1.443364] Setting default values for core params
[    1.450038] Finished setting default values for core params
[    1.657876] Using Buffer DMA mode
[    1.663049] Periodic Transfer Interrupt Enhancement - disabled
[    1.670749] Multiprocessor Interrupt Enhancement - disabled
[    1.678158] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.684362] Dedicated Tx FIFOs mode
[    1.690015] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[    1.703651] FIQ FSM acceleration enabled for :
[    1.703651] Non-periodic Split Transactions
[    1.703651] Periodic Split Transactions
[    1.703651] High-Speed Isochronous Endpoints
[    1.727781] dwc_otg: Microframe scheduler enabled
[    1.727863] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8040137c
[    1.735612] WARN::hcd_init_fiq:413: FIQ ASM at 0x804016d8 length 36
[    1.743679] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[    1.751488] dwc_otg 3f980000.usb: DWC OTG Controller
[    1.758260] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.767422] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[    1.774856] Init: Port Power? op_state=1
[    1.780540] Init: Power Port (0)
[    1.785801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.794388] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.803410] usb usb1: Product: DWC OTG Controller
[    1.809886] usb usb1: Manufacturer: Linux 4.1.6-v7+ dwc_otg_hcd
[    1.817610] usb usb1: SerialNumber: 3f980000.usb
[    1.824922] hub 1-0:1.0: USB hub found
[    1.830507] hub 1-0:1.0: 1 port detected
[    1.836712] dwc_otg: FIQ enabled
[    1.836726] dwc_otg: NAK holdoff enabled
[    1.836736] dwc_otg: FIQ split-transaction FSM enabled
[    1.836775] Module dwc_common_port init
[    1.837168] usbcore: registered new interface driver usb-storage
[    1.845260] mousedev: PS/2 mouse device common for all mice
[    1.853519] bcm2835-cpufreq: min=600000 max=900000
[    1.860501] sdhci: Secure Digital Host Controller Interface driver
[    1.868537] sdhci: Copyright(c) Pierre Ossman
[    1.875167] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    1.882828] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[    1.921073] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.934653] ledtrig-cpu: registered to indicate activity on CPUs
[    1.942803] hidraw: raw HID events driver (C) Jiri Kosina
[    1.950339] usbcore: registered new interface driver usbhid
[    1.958826] usbhid: USB HID core driver
[    1.966960] Initializing XFRM netlink socket
[    1.973139] NET: Registered protocol family 17
[    1.982872] Key type dns_resolver registered
[    1.989510] Registering SWP/SWPB emulation handler
[    1.997039] registered taskstats version 1
[    2.003179] vc-sm: Videocore shared memory driver
[    2.009608] [vc_sm_connected_init]: start
[    2.016081] [vc_sm_connected_init]: end - returning 0
[    2.024605] Waiting for root device /dev/mmcblk0p2...
[    2.030857] Indeed it is in host mode hprt0 = 00021501
[    2.038334] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.051869] mmc0: new high speed SDHC card at address 0007
[    2.059704] mmcblk0: mmc0:0007 SD32G 28.9 GiB 
[    2.067573]  mmcblk0: p1 p2
[    2.175978] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.187764] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.197560] devtmpfs: mounted
[    2.203072] Freeing unused kernel memory: 420K (80775000 - 807de000)
[    2.210740] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.210940] Indeed it is in host mode hprt0 = 00001101
[    2.411136] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.419847] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.429858] hub 1-1:1.0: USB hub found
[    2.435662] hub 1-1:1.0: 5 ports detected
[    2.720818] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.841199] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.850137] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.863631] smsc95xx v1.0.4
[    2.925420] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:20:4b:16
[    3.020818] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[    3.148853] usb 1-1.5: New USB device found, idVendor=148f, idProduct=5370
[    3.158036] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.167746] usb 1-1.5: Product: 802.11 n WLAN
[    3.174446] usb 1-1.5: Manufacturer: Ralink
[    3.181219] usb 1-1.5: SerialNumber: 1.0
[    3.346668] udevd[175]: starting version 175
[    3.846257] spi spi0.0: setting up native-CS0 as GPIO 8
[    3.859587] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[    4.220312] cfg80211: Calling CRDA to update world regulatory domain
[    4.279612] fbtft: module is from the staging directory, the quality is unknown, you have been warned.
[    4.313026] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
[    4.340985] fbtft_of_value: buswidth = 8
[    4.349091] fbtft_of_value: debug = 0
[    4.358992] fbtft_of_value: rotate = 90
[    4.365878] fbtft_of_value: fps = 20
[    4.460899] usb 1-1.5: reset high-speed USB device number 4 using dwc_otg
[    4.577603] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[    4.581559] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    4.604117] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[    4.638748] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.641075] usbcore: registered new interface driver rt2800usb
[    6.089585] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.453042] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.481274] random: nonblocking pool is initialized
[    7.021477] input: ft6x06_ts as /devices/virtual/input/input0
[    7.380839] cfg80211: Calling CRDA to update world regulatory domain
[   10.540755] cfg80211: Calling CRDA to update world regulatory domain
[   13.700761] cfg80211: Calling CRDA to update world regulatory domain
[   16.860784] cfg80211: Calling CRDA to update world regulatory domain
[   16.910560] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   16.918063] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   17.455727] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   18.943990] wlan0: authenticate with cc:a4:62:91:90:70
[   19.009646] wlan0: send auth to cc:a4:62:91:90:70 (try 1/3)
[   19.011715] wlan0: authenticated
[   19.020786] wlan0: associate with cc:a4:62:91:90:70 (try 1/3)
[   19.028163] wlan0: RX AssocResp from cc:a4:62:91:90:70 (capab=0x411 status=0 aid=5)
[   19.036233] wlan0: associated
[   19.037821] cfg80211: Calling CRDA to update world regulatory domain
[   20.020820] cfg80211: Calling CRDA to update world regulatory domain
[   23.180756] cfg80211: Calling CRDA to update world regulatory domain
[   25.112259] Adding 102396k swap on /var/swap.  Priority:-1 extents:3 across:2142728k SSFS
[   26.340758] cfg80211: Calling CRDA to update world regulatory domain
[   29.500762] cfg80211: Calling CRDA to update world regulatory domain
[   31.562708] uart-pl011 3f201000.uart: no DMA platform data
[   32.660754] cfg80211: Calling CRDA to update world regulatory domain
[   35.820749] cfg80211: Calling CRDA to update world regulatory domain
[   38.980766] cfg80211: Calling CRDA to update world regulatory domain
[   42.140755] cfg80211: Calling CRDA to update world regulatory domain
[   45.300737] cfg80211: Calling CRDA to update world regulatory domain
[   48.460749] cfg80211: Calling CRDA to update world regulatory domain
[   51.620733] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
pi@raspberrypi ~ $ 

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: PiTFT - Both V2, but screens have different overlays?

Post by adafruit_support_rick »

The touch driver is not loading in that dmesg dump, so that's why the touch doesn't work. Try reinstalling the touch driver.

User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

Just to be clear, that dump was from the PiTFT with no image being displayed on the screen. The backlight is active when connected, but the device does not display any type of interface when connected and booted from the custom Raspian Wheezy OR Jessie img file you guys have designed for the 2.8 cap touch device.

The PiTFT I had purchased first is displaying an image on the screen when booted with the same img's downloaded above, but the touch capability is not working. I'm unsure whether I'm doing something incorrectly or if this is possibly a potential error within the kernel. I will post the dmesg dump from the image-displaying PiTFT tonight when I get home, as well.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: PiTFT - Both V2, but screens have different overlays?

Post by adafruit_support_rick »

Check the flex cable connection on the bottom of the PiTFT. Make sure the cable is full inserted and the 'ears' on the connector are secured:
https://learn.adafruit.com/adafruit-pit ... faq#faq-12

User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

post-reallignment
post-reallignment
Screen Shot 2015-10-30 at 1.22.16 AM.png (741.78 KiB) Viewed 1043 times
adafruit_support_rick wrote:Check the flex cable connection on the bottom of the PiTFT. Make sure the cable is full inserted and the 'ears' on the connector are secured:
https://learn.adafruit.com/adafruit-pit ... faq#faq-12
I actually tried this before posting about the concerns I was having. Reset the connection with no difference upon boot.

Here is the dump for the one I bought first, which I booted with the the custom Raspian Wheezy for PiTFT Cap Touch. I used the wheezy image from 2.8" cap screen product page as described in my original post.

Code: Select all

pi@raspberrypi ~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.6-v7+ (root@vagrant-ubuntu-trusty-32) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #2 SMP PREEMPT Fri Sep 4 16:49:07 UTC 2015
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[    0.000000] cma: Reserved 8 MiB at 0x3a800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 8085af80, node_mem_map b9fa6000
[    0.000000]   Normal zone: 2124 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 13 pages/cpu @b9f64000 s20608 r8192 d24448 u53248
[    0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x2c204b16 smsc95xx.macaddr=B8:27:EB:20:4B:16 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:VGA8x8
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 939512K/966656K available (5958K kernel code, 534K rwdata, 1644K rodata, 420K init, 757K bss, 18952K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x80774c6c   (7604 kB)
[    0.000000]       .init : 0x80775000 - 0x807de000   ( 420 kB)
[    0.000000]       .data : 0x807de000 - 0x80863af4   ( 535 kB)
[    0.000000]        .bss : 0x80866000 - 0x8092378c   ( 758 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:608
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000032] Switching to timer-based delay loop, resolution 52ns
[    0.000315] Console: colour dummy device 80x30
[    0.002098] console [tty1] enabled
[    0.002164] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.002266] pid_max: default: 32768 minimum: 301
[    0.002635] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002702] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004023] Initializing cgroup subsys blkio
[    0.004105] Initializing cgroup subsys memory
[    0.004174] Initializing cgroup subsys devices
[    0.004236] Initializing cgroup subsys freezer
[    0.004313] Initializing cgroup subsys net_cls
[    0.004424] CPU: Testing write buffer coherency: ok
[    0.004545] ftrace: allocating 20203 entries in 60 pages
[    0.054020] CPU0: update cpu_capacity 1024
[    0.054105] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.054154] [bcm2709_smp_prepare_cpus] enter
[    0.054313] Setting up static identity map for 0x8240 - 0x8274
[    0.113889] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.114195] [bcm2709_secondary_init] enter cpu:1
[    0.114245] CPU1: update cpu_capacity 1024
[    0.114254] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.133875] [bcm2709_boot_secondary] cpu:2 started (0) 17
[    0.134127] [bcm2709_secondary_init] enter cpu:2
[    0.134158] CPU2: update cpu_capacity 1024
[    0.134166] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.153911] [bcm2709_boot_secondary] cpu:3 started (0) 17
[    0.154092] [bcm2709_secondary_init] enter cpu:3
[    0.154120] CPU3: update cpu_capacity 1024
[    0.154129] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.154220] Brought up 4 CPUs
[    0.154355] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.154398] CPU: All CPU(s) started in SVC mode.
[    0.155443] devtmpfs: initialized
[    0.180261] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.180650] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.181838] pinctrl core: initialized pinctrl subsystem
[    0.182682] NET: Registered protocol family 16
[    0.188481] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.189767] bcm2709.uart_clock = 3000000
[    0.195216] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.195288] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.195515] Serial: AMBA PL011 UART driver
[    0.195734] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[    0.699504] console [ttyAMA0] enabled
[    0.703780] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.786322] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x7f35
[    0.795171] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 13
[    0.802612] bcm2708-dmaengine 3f007000.dma: Initialized 8 DMA channels (+ 1 legacy)
[    0.811144] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[    0.818049] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[    0.824056] SCSI subsystem initialized
[    0.828061] usbcore: registered new interface driver usbfs
[    0.833695] usbcore: registered new interface driver hub
[    0.839179] usbcore: registered new device driver usb
[    0.844981] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-02 14:55
[    0.880568] Switched to clocksource arch_sys_counter
[    0.935795] FS-Cache: Loaded
[    0.939074] CacheFiles: Loaded
[    0.953987] NET: Registered protocol family 2
[    0.959691] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.966960] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.973677] TCP: Hash tables configured (established 8192 bind 8192)
[    0.980170] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.986203] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.992971] NET: Registered protocol family 1
[    0.997775] RPC: Registered named UNIX socket transport module.
[    1.003811] RPC: Registered udp transport module.
[    1.008539] RPC: Registered tcp transport module.
[    1.013284] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.021037] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.030537] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.052866] VFS: Disk quotas dquot_6.6.0
[    1.057188] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.066810] FS-Cache: Netfs 'nfs' registered for caching
[    1.073344] NFS: Registering the id_resolver key type
[    1.078494] Key type id_resolver registered
[    1.082774] Key type id_legacy registered
[    1.089645] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.097314] io scheduler noop registered
[    1.101350] io scheduler deadline registered (default)
[    1.106857] io scheduler cfq registered
[    1.113310] BCM2708FB: allocated DMA memory fac00000
[    1.118335] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.129536] Console: switching to colour frame buffer device 82x52
[    1.139627] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[    1.147367] vc-cma: Videocore CMA driver
[    1.151378] vc-cma: vc_cma_base      = 0x00000000
[    1.156137] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.161614] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.167307] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.191401] brd: module loaded
[    1.203478] loop: module loaded
[    1.207728] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[    1.216524] Loading iSCSI transport class v2.0-870.
[    1.222479] usbcore: registered new interface driver smsc95xx
[    1.230181] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.438202] Core Release: 2.80a
[    1.443250] Setting default values for core params
[    1.449928] Finished setting default values for core params
[    1.657765] Using Buffer DMA mode
[    1.662938] Periodic Transfer Interrupt Enhancement - disabled
[    1.670635] Multiprocessor Interrupt Enhancement - disabled
[    1.678044] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.684246] Dedicated Tx FIFOs mode
[    1.689906] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[    1.703539] FIQ FSM acceleration enabled for :
[    1.703539] Non-periodic Split Transactions
[    1.703539] Periodic Split Transactions
[    1.703539] High-Speed Isochronous Endpoints
[    1.727661] dwc_otg: Microframe scheduler enabled
[    1.727742] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8040137c
[    1.735486] WARN::hcd_init_fiq:413: FIQ ASM at 0x804016d8 length 36
[    1.743550] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[    1.751357] dwc_otg 3f980000.usb: DWC OTG Controller
[    1.758128] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.767285] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[    1.774719] Init: Port Power? op_state=1
[    1.780401] Init: Power Port (0)
[    1.785662] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.794252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.803272] usb usb1: Product: DWC OTG Controller
[    1.809747] usb usb1: Manufacturer: Linux 4.1.6-v7+ dwc_otg_hcd
[    1.817468] usb usb1: SerialNumber: 3f980000.usb
[    1.824773] hub 1-0:1.0: USB hub found
[    1.830356] hub 1-0:1.0: 1 port detected
[    1.836559] dwc_otg: FIQ enabled
[    1.836574] dwc_otg: NAK holdoff enabled
[    1.836584] dwc_otg: FIQ split-transaction FSM enabled
[    1.836624] Module dwc_common_port init
[    1.837008] usbcore: registered new interface driver usb-storage
[    1.845098] mousedev: PS/2 mouse device common for all mice
[    1.853363] bcm2835-cpufreq: min=600000 max=900000
[    1.860344] sdhci: Secure Digital Host Controller Interface driver
[    1.868378] sdhci: Copyright(c) Pierre Ossman
[    1.875006] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    1.882666] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[    1.920968] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.934542] ledtrig-cpu: registered to indicate activity on CPUs
[    1.942688] hidraw: raw HID events driver (C) Jiri Kosina
[    1.951241] usbcore: registered new interface driver usbhid
[    1.959676] usbhid: USB HID core driver
[    1.967806] Initializing XFRM netlink socket
[    1.973988] NET: Registered protocol family 17
[    1.983685] Key type dns_resolver registered
[    1.990323] Registering SWP/SWPB emulation handler
[    1.997853] registered taskstats version 1
[    2.003977] vc-sm: Videocore shared memory driver
[    2.010404] [vc_sm_connected_init]: start
[    2.016937] [vc_sm_connected_init]: end - returning 0
[    2.023793] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.030723] Indeed it is in host mode hprt0 = 00021501
[    2.043712] Waiting for root device /dev/mmcblk0p2...
[    2.044328] mmc0: new high speed SDHC card at address 0007
[    2.044911] mmcblk0: mmc0:0007 SD32G 28.9 GiB 
[    2.046525]  mmcblk0: p1 p2
[    2.093348] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.105094] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.114848] devtmpfs: mounted
[    2.120319] Freeing unused kernel memory: 420K (80775000 - 807de000)
[    2.210637] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.219183] Indeed it is in host mode hprt0 = 00001101
[    2.420999] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.429690] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.439717] hub 1-1:1.0: USB hub found
[    2.445528] hub 1-1:1.0: 5 ports detected
[    2.730694] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.851076] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.860070] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.872627] smsc95xx v1.0.4
[    2.935271] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:20:4b:16
[    3.190683] usb 1-1.3: new full-speed USB device number 4 using dwc_otg
[    3.238288] udevd[175]: starting version 175
[    3.308509] usb 1-1.3: New USB device found, idVendor=1997, idProduct=2433
[    3.317582] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.317593] usb 1-1.3: Product: Mini Keyboard
[    3.317610] usb 1-1.3: Manufacturer:  
[    3.327936] input:   Mini Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:1997:2433.0001/input/input0
[    3.381140] hid-generic 0003:1997:2433.0001: input,hidraw0: USB HID v1.01 Keyboard [  Mini Keyboard] on usb-3f980000.usb-1.3/input0
[    3.417800] input:   Mini Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:1997:2433.0002/input/input1
[    3.491277] hid-generic 0003:1997:2433.0002: input,hidraw1: USB HID v1.01 Mouse [  Mini Keyboard] on usb-3f980000.usb-1.3/input1
[    3.600708] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
[    3.729459] usb 1-1.5: New USB device found, idVendor=148f, idProduct=5370
[    3.743065] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.757257] usb 1-1.5: Product: 802.11 n WLAN
[    3.764569] usb 1-1.5: Manufacturer: Ralink
[    3.771887] usb 1-1.5: SerialNumber: 1.0
[    4.082313] spi spi0.0: setting up native-CS0 as GPIO 8
[    4.099309] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[    4.217732] fbtft: module is from the staging directory, the quality is unknown, you have been warned.
[    4.254391] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
[    4.273763] fbtft_of_value: buswidth = 8
[    4.281787] fbtft_of_value: debug = 0
[    4.288217] fbtft_of_value: rotate = 90
[    4.295040] fbtft_of_value: fps = 20
[    4.297120] cfg80211: Calling CRDA to update world regulatory domain
[    4.480699] usb 1-1.5: reset high-speed USB device number 5 using dwc_otg
[    4.534785] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[    4.591672] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    4.627814] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[    4.661169] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.663140] usbcore: registered new interface driver rt2800usb
[    4.940372] random: nonblocking pool is initialized
[    6.129713] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.500398] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.056309] input: ft6x06_ts as /devices/virtual/input/input2
[    7.450689] cfg80211: Calling CRDA to update world regulatory domain
[   10.610735] cfg80211: Calling CRDA to update world regulatory domain
[   11.423389] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   11.424815] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   11.427669] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   13.224093] wlan0: authenticate with cc:a4:62:91:90:70
[   13.278518] wlan0: send auth to cc:a4:62:91:90:70 (try 1/3)
[   13.290790] wlan0: authenticated
[   13.300636] wlan0: associate with cc:a4:62:91:90:70 (try 1/3)
[   13.311645] wlan0: RX AssocResp from cc:a4:62:91:90:70 (capab=0x411 status=0 aid=7)
[   13.318393] wlan0: associated
[   13.318592] cfg80211: Calling CRDA to update world regulatory domain
[   13.770676] cfg80211: Calling CRDA to update world regulatory domain
[   14.731580] Adding 102396k swap on /var/swap.  Priority:-1 extents:3 across:2142728k SSFS
[   16.930651] cfg80211: Calling CRDA to update world regulatory domain
[   20.090659] cfg80211: Calling CRDA to update world regulatory domain
[   23.250684] cfg80211: Calling CRDA to update world regulatory domain
[   24.061074] uart-pl011 3f201000.uart: no DMA platform data
[   26.410702] cfg80211: Calling CRDA to update world regulatory domain
[   29.570722] cfg80211: Calling CRDA to update world regulatory domain
[   32.730747] cfg80211: Calling CRDA to update world regulatory domain
[   35.890761] cfg80211: Calling CRDA to update world regulatory domain
[   39.050776] cfg80211: Calling CRDA to update world regulatory domain
[   42.210782] cfg80211: Calling CRDA to update world regulatory domain
[   45.370813] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: PiTFT - Both V2, but screens have different overlays?

Post by adafruit_support_rick »

Hmm... The touch driver appears to be loading at 7:05, but I would expect it to load earlier than that. Not sure it's loading correctly.

Looks like you've got a bunch of USB stuff connected, including a mouse? What happens if you disconnect all of the USB devices?

Also, what sort of power supply are you using? How many amps?

User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

I'm using a 5V 2.5A power adapter, which I've used to power significantly more electricity-hungry pi setups before. I tried booting without any usb's connected and there was no change. Has Adafruit support downloaded / flashed to a cleared micro sd either of the images found on the 2.8" cap touch pitft page recently?

I'm really disappointed that I'm having these issues still, but I do appreciate your help. Thanks!

Here is the dmesg dump from the PiTFT+ cap 2.8" (displays images, but no touch capability) after removing all usb periphs and rebooting:

Code: Select all

pi@raspberrypi ~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.6-v7+ (root@vagrant-ubuntu-trusty-32) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #2 SMP PREEMPT Fri Sep 4 16:49:07 UTC 2015
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[    0.000000] cma: Reserved 8 MiB at 0x3a800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 8085af80, node_mem_map b9fa6000
[    0.000000]   Normal zone: 2124 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 13 pages/cpu @b9f64000 s20608 r8192 d24448 u53248
[    0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x2c204b16 smsc95xx.macaddr=B8:27:EB:20:4B:16 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:VGA8x8
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 939512K/966656K available (5958K kernel code, 534K rwdata, 1644K rodata, 420K init, 757K bss, 18952K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x80774c6c   (7604 kB)
[    0.000000]       .init : 0x80775000 - 0x807de000   ( 420 kB)
[    0.000000]       .data : 0x807de000 - 0x80863af4   ( 535 kB)
[    0.000000]        .bss : 0x80866000 - 0x8092378c   ( 758 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:608
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000032] Switching to timer-based delay loop, resolution 52ns
[    0.000317] Console: colour dummy device 80x30
[    0.002097] console [tty1] enabled
[    0.002161] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.002263] pid_max: default: 32768 minimum: 301
[    0.002631] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002699] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004015] Initializing cgroup subsys blkio
[    0.004097] Initializing cgroup subsys memory
[    0.004167] Initializing cgroup subsys devices
[    0.004228] Initializing cgroup subsys freezer
[    0.004304] Initializing cgroup subsys net_cls
[    0.004417] CPU: Testing write buffer coherency: ok
[    0.004537] ftrace: allocating 20203 entries in 60 pages
[    0.053992] CPU0: update cpu_capacity 1024
[    0.054077] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.054127] [bcm2709_smp_prepare_cpus] enter
[    0.054288] Setting up static identity map for 0x8240 - 0x8274
[    0.113877] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.114174] [bcm2709_secondary_init] enter cpu:1
[    0.114226] CPU1: update cpu_capacity 1024
[    0.114234] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.133850] [bcm2709_boot_secondary] cpu:2 started (0) 17
[    0.134103] [bcm2709_secondary_init] enter cpu:2
[    0.134134] CPU2: update cpu_capacity 1024
[    0.134142] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.153890] [bcm2709_boot_secondary] cpu:3 started (0) 16
[    0.154070] [bcm2709_secondary_init] enter cpu:3
[    0.154098] CPU3: update cpu_capacity 1024
[    0.154107] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.154198] Brought up 4 CPUs
[    0.154333] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.154376] CPU: All CPU(s) started in SVC mode.
[    0.155388] devtmpfs: initialized
[    0.180238] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.180629] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.181813] pinctrl core: initialized pinctrl subsystem
[    0.182653] NET: Registered protocol family 16
[    0.188484] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.189768] bcm2709.uart_clock = 3000000
[    0.195177] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.195248] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.195477] Serial: AMBA PL011 UART driver
[    0.195693] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[    0.699461] console [ttyAMA0] enabled
[    0.703729] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.786285] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x7f35
[    0.795133] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 13
[    0.802580] bcm2708-dmaengine 3f007000.dma: Initialized 8 DMA channels (+ 1 legacy)
[    0.811101] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[    0.818006] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[    0.824015] SCSI subsystem initialized
[    0.828021] usbcore: registered new interface driver usbfs
[    0.833655] usbcore: registered new interface driver hub
[    0.839139] usbcore: registered new device driver usb
[    0.844942] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-02 14:55
[    0.880527] Switched to clocksource arch_sys_counter
[    0.935760] FS-Cache: Loaded
[    0.939040] CacheFiles: Loaded
[    0.953957] NET: Registered protocol family 2
[    0.959659] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.966929] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.973644] TCP: Hash tables configured (established 8192 bind 8192)
[    0.980136] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.986165] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.992927] NET: Registered protocol family 1
[    0.997741] RPC: Registered named UNIX socket transport module.
[    1.003776] RPC: Registered udp transport module.
[    1.008504] RPC: Registered tcp transport module.
[    1.013248] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.021007] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.030624] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.052888] VFS: Disk quotas dquot_6.6.0
[    1.057218] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.066845] FS-Cache: Netfs 'nfs' registered for caching
[    1.073374] NFS: Registering the id_resolver key type
[    1.078518] Key type id_resolver registered
[    1.082797] Key type id_legacy registered
[    1.089679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.097347] io scheduler noop registered
[    1.101388] io scheduler deadline registered (default)
[    1.106890] io scheduler cfq registered
[    1.113355] BCM2708FB: allocated DMA memory fac00000
[    1.118384] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.129583] Console: switching to colour frame buffer device 82x52
[    1.139675] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[    1.147435] vc-cma: Videocore CMA driver
[    1.151448] vc-cma: vc_cma_base      = 0x00000000
[    1.156206] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.161684] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.167376] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.191542] brd: module loaded
[    1.203606] loop: module loaded
[    1.207855] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[    1.216666] Loading iSCSI transport class v2.0-870.
[    1.222622] usbcore: registered new interface driver smsc95xx
[    1.230321] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.438340] Core Release: 2.80a
[    1.443386] Setting default values for core params
[    1.450060] Finished setting default values for core params
[    1.657897] Using Buffer DMA mode
[    1.663073] Periodic Transfer Interrupt Enhancement - disabled
[    1.670774] Multiprocessor Interrupt Enhancement - disabled
[    1.678185] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.684391] Dedicated Tx FIFOs mode
[    1.690052] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[    1.703680] FIQ FSM acceleration enabled for :
[    1.703680] Non-periodic Split Transactions
[    1.703680] Periodic Split Transactions
[    1.703680] High-Speed Isochronous Endpoints
[    1.727822] dwc_otg: Microframe scheduler enabled
[    1.727902] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8040137c
[    1.735652] WARN::hcd_init_fiq:413: FIQ ASM at 0x804016d8 length 36
[    1.743721] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[    1.751531] dwc_otg 3f980000.usb: DWC OTG Controller
[    1.758304] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.767464] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[    1.774897] Init: Port Power? op_state=1
[    1.780608] Init: Power Port (0)
[    1.785852] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.794439] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.803461] usb usb1: Product: DWC OTG Controller
[    1.809938] usb usb1: Manufacturer: Linux 4.1.6-v7+ dwc_otg_hcd
[    1.817663] usb usb1: SerialNumber: 3f980000.usb
[    1.824975] hub 1-0:1.0: USB hub found
[    1.830627] hub 1-0:1.0: 1 port detected
[    1.836763] dwc_otg: FIQ enabled
[    1.836777] dwc_otg: NAK holdoff enabled
[    1.836788] dwc_otg: FIQ split-transaction FSM enabled
[    1.836828] Module dwc_common_port init
[    1.837215] usbcore: registered new interface driver usb-storage
[    1.845307] mousedev: PS/2 mouse device common for all mice
[    1.853569] bcm2835-cpufreq: min=600000 max=900000
[    1.860585] sdhci: Secure Digital Host Controller Interface driver
[    1.868593] sdhci: Copyright(c) Pierre Ossman
[    1.875223] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    1.882886] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[    1.930878] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.944456] ledtrig-cpu: registered to indicate activity on CPUs
[    1.952600] hidraw: raw HID events driver (C) Jiri Kosina
[    1.960143] usbcore: registered new interface driver usbhid
[    1.968626] usbhid: USB HID core driver
[    1.976760] Initializing XFRM netlink socket
[    1.982938] NET: Registered protocol family 17
[    1.992633] Key type dns_resolver registered
[    1.999277] Registering SWP/SWPB emulation handler
[    2.006811] registered taskstats version 1
[    2.012931] vc-sm: Videocore shared memory driver
[    2.019361] [vc_sm_connected_init]: start
[    2.025838] [vc_sm_connected_init]: end - returning 0
[    2.030692] Indeed it is in host mode hprt0 = 00021501
[    2.041250] Waiting for root device /dev/mmcblk0p2...
[    2.048064] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.061663] mmc0: new high speed SDHC card at address 0007
[    2.069467] mmcblk0: mmc0:0007 SD32G 28.9 GiB 
[    2.077314]  mmcblk0: p1 p2
[    2.185894] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.197683] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.207479] devtmpfs: mounted
[    2.210597] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.210807] Indeed it is in host mode hprt0 = 00001101
[    2.228255] Freeing unused kernel memory: 420K (80775000 - 807de000)
[    2.410965] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.419644] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.429677] hub 1-1:1.0: USB hub found
[    2.435484] hub 1-1:1.0: 5 ports detected
[    2.720618] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.841255] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.850333] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.863251] smsc95xx v1.0.4
[    2.925812] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:20:4b:16
[    3.020713] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.149036] usb 1-1.3: New USB device found, idVendor=148f, idProduct=5370
[    3.158502] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.167970] usb 1-1.3: Product: 802.11 n WLAN
[    3.174811] usb 1-1.3: Manufacturer: Ralink
[    3.181306] usb 1-1.3: SerialNumber: 1.0
[    3.382984] udevd[176]: starting version 175
[    3.430667] usb 1-1.5: new full-speed USB device number 5 using dwc_otg
[    3.548538] usb 1-1.5: New USB device found, idVendor=1997, idProduct=2433
[    3.557791] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.567549] usb 1-1.5: Product: Mini Keyboard
[    3.574535] usb 1-1.5: Manufacturer:  
[    3.588859] input:   Mini Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:1997:2433.0001/input/input0
[    3.661075] hid-generic 0003:1997:2433.0001: input,hidraw0: USB HID v1.01 Keyboard [  Mini Keyboard] on usb-3f980000.usb-1.5/input0
[    3.700681] input:   Mini Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:1997:2433.0002/input/input1
[    3.771623] hid-generic 0003:1997:2433.0002: input,hidraw1: USB HID v1.01 Mouse [  Mini Keyboard] on usb-3f980000.usb-1.5/input1
[    4.190149] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[    4.214681] spi spi0.0: setting up native-CS0 as GPIO 8
[    4.329454] fbtft: module is from the staging directory, the quality is unknown, you have been warned.
[    4.364522] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
[    4.384128] fbtft_of_value: buswidth = 8
[    4.391232] fbtft_of_value: debug = 0
[    4.397442] fbtft_of_value: rotate = 90
[    4.404145] fbtft_of_value: fps = 20
[    4.428241] cfg80211: Calling CRDA to update world regulatory domain
[    4.626116] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[    4.640611] usb 1-1.3: reset high-speed USB device number 4 using dwc_otg
[    4.751336] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    4.784540] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[    4.815537] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.820250] usbcore: registered new interface driver rt2800usb
[    5.197998] random: nonblocking pool is initialized
[    6.304140] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.642616] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.193580] input: ft6x06_ts as /devices/virtual/input/input2
[    7.590648] cfg80211: Calling CRDA to update world regulatory domain
[   10.760670] cfg80211: Calling CRDA to update world regulatory domain
[   11.031099] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   11.035043] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   11.525495] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   13.002965] wlan0: authenticate with cc:a4:62:91:90:70
[   13.060380] wlan0: send auth to cc:a4:62:91:90:70 (try 1/3)
[   13.066540] wlan0: authenticated
[   13.070743] wlan0: associate with cc:a4:62:91:90:70 (try 1/3)
[   13.079253] wlan0: RX AssocResp from cc:a4:62:91:90:70 (capab=0x411 status=0 aid=7)
[   13.086310] wlan0: associated
[   13.086552] cfg80211: Calling CRDA to update world regulatory domain
[   13.920696] cfg80211: Calling CRDA to update world regulatory domain
[   14.550770] Adding 102396k swap on /var/swap.  Priority:-1 extents:3 across:2142728k SSFS
[   17.080647] cfg80211: Calling CRDA to update world regulatory domain
[   20.240634] cfg80211: Calling CRDA to update world regulatory domain
[   21.189550] uart-pl011 3f201000.uart: no DMA platform data
[   23.400655] cfg80211: Calling CRDA to update world regulatory domain
[   26.560678] cfg80211: Calling CRDA to update world regulatory domain
[   29.720716] cfg80211: Calling CRDA to update world regulatory domain
[   32.880721] cfg80211: Calling CRDA to update world regulatory domain
[   36.040760] cfg80211: Calling CRDA to update world regulatory domain
[   39.200770] cfg80211: Calling CRDA to update world regulatory domain
[   42.360786] cfg80211: Calling CRDA to update world regulatory domain
[   45.520824] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA

User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

Just for the sake of clarity, the above dumps were from booting the pi using the Raspian Wheezy image for the PiTFT+ 2.8" Cap Touch Screen, found on the product page. I, as mentioned before, also reformatted a micro sd and flashed it with the Raspian Jessie variant of the same image, and the following is based on running the pi using the Jessie system.

Below is a dmesg dump that is from booting the Pi while attached to the PiTFT+ cap touch screen that has been able to display images, but hasn't been able to activate the touch driver. Meanwhile, the second PiTFT of the same make / model is sitting by unable to perform either of the aforementioned tasks.

Code: Select all

pi@raspberrypi ~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.6-v7+ (root@vagrant-ubuntu-trusty-32) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #2 SMP PREEMPT Fri Sep 4 16:49:07 UTC 2015
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[    0.000000] cma: Reserved 8 MiB at 0x3a800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 8085af80, node_mem_map b9fa6000
[    0.000000]   Normal zone: 2124 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 13 pages/cpu @b9f64000 s20608 r8192 d24448 u53248
[    0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x2c204b16 smsc95xx.macaddr=B8:27:EB:20:4B:16 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fbcon=map:10 fbcon=font:VGA8x8
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 939512K/966656K available (5958K kernel code, 534K rwdata, 1644K rodata, 420K init, 757K bss, 18952K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
    lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
    modules : 0x7f000000 - 0x80000000   (  16 MB)
      .text : 0x80008000 - 0x80774c6c   (7604 kB)
      .init : 0x80775000 - 0x807de000   ( 420 kB)
      .data : 0x807de000 - 0x80863af4   ( 535 kB)
       .bss : 0x80866000 - 0x8092378c   ( 758 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:608
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000032] Switching to timer-based delay loop, resolution 52ns
[    0.000316] Console: colour dummy device 80x30
[    0.002149] console [tty1] enabled
[    0.002216] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.002318] pid_max: default: 32768 minimum: 301
[    0.002686] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002753] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004075] Initializing cgroup subsys blkio
[    0.004159] Initializing cgroup subsys memory
[    0.004230] Initializing cgroup subsys devices
[    0.004292] Initializing cgroup subsys freezer
[    0.004367] Initializing cgroup subsys net_cls
[    0.004482] CPU: Testing write buffer coherency: ok
[    0.004604] ftrace: allocating 20203 entries in 60 pages
[    0.054158] CPU0: update cpu_capacity 1024
[    0.054242] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.054290] [bcm2709_smp_prepare_cpus] enter
[    0.054447] Setting up static identity map for 0x8240 - 0x8274
[    0.114047] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.114350] [bcm2709_secondary_init] enter cpu:1
[    0.114400] CPU1: update cpu_capacity 1024
[    0.114408] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.134014] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.134266] [bcm2709_secondary_init] enter cpu:2
[    0.134297] CPU2: update cpu_capacity 1024
[    0.134306] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.154057] [bcm2709_boot_secondary] cpu:3 started (0) 18
[    0.154236] [bcm2709_secondary_init] enter cpu:3
[    0.154264] CPU3: update cpu_capacity 1024
[    0.154272] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.154365] Brought up 4 CPUs
[    0.154499] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.154541] CPU: All CPU(s) started in SVC mode.
[    0.155580] devtmpfs: initialized
[    0.180513] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.180902] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.182092] pinctrl core: initialized pinctrl subsystem
[    0.182925] NET: Registered protocol family 16
[    0.188784] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.190094] bcm2709.uart_clock = 3000000
[    0.195569] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.195641] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.195869] Serial: AMBA PL011 UART driver
[    0.196087] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[    0.701246] console [ttyAMA0] enabled
[    0.705513] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.786460] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x7f35
[    0.795307] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 13
[    0.802755] bcm2708-dmaengine 3f007000.dma: Initialized 8 DMA channels (+ 1 legacy)
[    0.811284] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[    0.818189] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[    0.824190] SCSI subsystem initialized
[    0.828198] usbcore: registered new interface driver usbfs
[    0.833840] usbcore: registered new interface driver hub
[    0.839323] usbcore: registered new device driver usb
[    0.845121] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-02 14:55
[    0.880747] Switched to clocksource arch_sys_counter
[    0.935980] FS-Cache: Loaded
[    0.939263] CacheFiles: Loaded
[    0.954133] NET: Registered protocol family 2
[    0.959835] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.967106] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.973823] TCP: Hash tables configured (established 8192 bind 8192)
[    0.980315] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.986344] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.993110] NET: Registered protocol family 1
[    0.997924] RPC: Registered named UNIX socket transport module.
[    1.003959] RPC: Registered udp transport module.
[    1.008687] RPC: Registered tcp transport module.
[    1.013432] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.021214] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.030714] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.053098] VFS: Disk quotas dquot_6.6.0
[    1.057422] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.067028] FS-Cache: Netfs 'nfs' registered for caching
[    1.073560] NFS: Registering the id_resolver key type
[    1.078703] Key type id_resolver registered
[    1.082981] Key type id_legacy registered
[    1.089857] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.097525] io scheduler noop registered
[    1.101569] io scheduler deadline registered (default)
[    1.107075] io scheduler cfq registered
[    1.113531] BCM2708FB: allocated DMA memory fac00000
[    1.118556] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.129752] Console: switching to colour frame buffer device 82x52
[    1.139848] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[    1.147595] vc-cma: Videocore CMA driver
[    1.151610] vc-cma: vc_cma_base      = 0x00000000
[    1.156367] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.161845] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.167539] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.191720] brd: module loaded
[    1.203814] loop: module loaded
[    1.208065] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[    1.216853] Loading iSCSI transport class v2.0-870.
[    1.222807] usbcore: registered new interface driver smsc95xx
[    1.230507] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.438523] Core Release: 2.80a
[    1.443569] Setting default values for core params
[    1.450246] Finished setting default values for core params
[    1.658087] Using Buffer DMA mode
[    1.663263] Periodic Transfer Interrupt Enhancement - disabled
[    1.670963] Multiprocessor Interrupt Enhancement - disabled
[    1.678372] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.684577] Dedicated Tx FIFOs mode
[    1.690241] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[    1.703867] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
[    1.728004] dwc_otg: Microframe scheduler enabled
[    1.728087] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8040137c
[    1.735835] WARN::hcd_init_fiq:413: FIQ ASM at 0x804016d8 length 36
[    1.743901] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[    1.751706] dwc_otg 3f980000.usb: DWC OTG Controller
[    1.758476] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.767633] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[    1.775066] Init: Port Power? op_state=1
[    1.780773] Init: Power Port (0)
[    1.786014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.794599] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.803618] usb usb1: Product: DWC OTG Controller
[    1.810091] usb usb1: Manufacturer: Linux 4.1.6-v7+ dwc_otg_hcd
[    1.817810] usb usb1: SerialNumber: 3f980000.usb
[    1.825117] hub 1-0:1.0: USB hub found
[    1.830697] hub 1-0:1.0: 1 port detected
[    1.836898] dwc_otg: FIQ enabled
[    1.836912] dwc_otg: NAK holdoff enabled
[    1.836923] dwc_otg: FIQ split-transaction FSM enabled
[    1.836963] Module dwc_common_port init
[    1.837349] usbcore: registered new interface driver usb-storage
[    1.845436] mousedev: PS/2 mouse device common for all mice
[    1.853694] bcm2835-cpufreq: min=600000 max=900000
[    1.860671] sdhci: Secure Digital Host Controller Interface driver
[    1.868707] sdhci: Copyright(c) Pierre Ossman
[    1.875335] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    1.882996] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[    1.921146] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.932687] ledtrig-cpu: registered to indicate activity on CPUs
[    1.940826] hidraw: raw HID events driver (C) Jiri Kosina
[    1.949360] usbcore: registered new interface driver usbhid
[    1.957843] usbhid: USB HID core driver
[    1.964972] Initializing XFRM netlink socket
[    1.971148] NET: Registered protocol family 17
[    1.980884] Key type dns_resolver registered
[    1.987443] Registering SWP/SWPB emulation handler
[    1.994972] registered taskstats version 1
[    2.001076] vc-sm: Videocore shared memory driver
[    2.007504] [vc_sm_connected_init]: start
[    2.010806] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.014516] mmc0: new high speed SDHC card at address aaaa
[    2.015104] mmcblk0: mmc0:aaaa SL32G 28.7 GiB 
[    2.026108]  mmcblk0: p1 p2
[    2.042808] Indeed it is in host mode hprt0 = 00021501
[    2.051447] [vc_sm_connected_init]: end - returning 0
[    2.094784] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.106540] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.129097] devtmpfs: mounted
[    2.134708] Freeing unused kernel memory: 420K (80775000 - 807de000)
[    2.220854] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.229540] Indeed it is in host mode hprt0 = 00001101
[    2.431265] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.439972] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.450245] hub 1-1:1.0: USB hub found
[    2.456961] hub 1-1:1.0: 5 ports detected
[    2.492338] random: systemd urandom read with 45 bits of entropy available
[    2.506620] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -BANNED)
[    2.524588] systemd[1]: Detected architecture 'arm'.
[    2.686388] NET: Registered protocol family 10
[    2.694719] systemd[1]: Inserted module 'ipv6'
[    2.712159] systemd[1]: Set hostname to <raspberrypi>.
[    2.740840] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.802474] uart-pl011 3f201000.uart: no DMA platform data
[    2.841242] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.850191] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.862734] smsc95xx v1.0.4
[    2.925083] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:20:4b:16
[    3.020825] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.149597] usb 1-1.3: New USB device found, idVendor=148f, idProduct=5370
[    3.159638] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.169868] usb 1-1.3: Product: 802.11 n WLAN
[    3.177233] usb 1-1.3: Manufacturer: Ralink
[    3.184598] usb 1-1.3: SerialNumber: 1.0
[    3.395657] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.408221] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.420162] systemd[1]: Expecting device dev-ttyAMA0.device...
[    3.430819] usb 1-1.5: new full-speed USB device number 5 using dwc_otg
[    3.440221] systemd[1]: Starting Remote File Systems (Pre).
[    3.450925] systemd[1]: Reached target Remote File Systems (Pre).
[    3.459386] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.475884] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.489802] systemd[1]: Starting Encrypted Volumes.
[    3.499665] systemd[1]: Reached target Encrypted Volumes.
[    3.507421] systemd[1]: Starting Swap.
[    3.516066] systemd[1]: Reached target Swap.
[    3.522607] systemd[1]: Expecting device dev-mmcblk0p1.device...
[    3.533554] systemd[1]: Starting Root Slice.
[    3.542787] systemd[1]: Created slice Root Slice.
[    3.549687] systemd[1]: Starting User and Session Slice.
[    3.560301] systemd[1]: Created slice User and Session Slice.
[    3.568407] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.580413] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.589761] systemd[1]: Starting Delayed Shutdown Socket.
[    3.590058] usb 1-1.5: New USB device found, idVendor=1997, idProduct=2433
[    3.590070] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.590080] usb 1-1.5: Product: Mini Keyboard
[    3.590088] usb 1-1.5: Manufacturer:  
[    3.607208] input:   Mini Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:1997:2433.0001/input/input0
[    3.647003] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.655047] systemd[1]: Starting Journal Socket (/dev/log).
[    3.661137] hid-generic 0003:1997:2433.0001: input,hidraw0: USB HID v1.01 Keyboard [  Mini Keyboard] on usb-3f980000.usb-1.5/input0
[    3.668891] input:   Mini Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:1997:2433.0002/input/input1
[    3.697764] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.705972] systemd[1]: Starting udev Control Socket.
[    3.715930] systemd[1]: Listening on udev Control Socket.
[    3.721324] hid-generic 0003:1997:2433.0002: input,hidraw1: USB HID v1.01 Mouse [  Mini Keyboard] on usb-3f980000.usb-1.5/input1
[    3.739213] systemd[1]: Starting udev Kernel Socket.
[    3.748942] systemd[1]: Listening on udev Kernel Socket.
[    3.756408] systemd[1]: Starting Journal Socket.
[    3.765783] systemd[1]: Listening on Journal Socket.
[    3.772947] systemd[1]: Starting System Slice.
[    3.782263] systemd[1]: Created slice System Slice.
[    3.789304] systemd[1]: Starting File System Check on Root Device...
[    3.803714] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    3.815244] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.824002] systemd[1]: Starting system-autologin.slice.
[    3.834825] systemd[1]: Created slice system-autologin.slice.
[    3.842843] systemd[1]: Starting system-serial\x2dgetty.slice.
[    3.853915] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.862624] systemd[1]: Starting Increase datagram queue length...
[    3.876952] systemd[1]: Starting Restore / save the current clock...
[    3.901209] systemd[1]: Mounting POSIX Message Queue File System...
[    3.916116] systemd[1]: Mounted Huge Pages File System.
[    3.924629] systemd[1]: Mounting Debug File System...
[    3.958246] systemd[1]: Started Set Up Additional Binary Formats.
[    3.988765] systemd[1]: Starting Load Kernel Modules...
[    4.005295] systemd[1]: Starting udev Coldplug all Devices...
[    4.021752] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.042939] systemd[1]: Starting Slices.
[    4.047236] fuse init (API version 7.23)
[    4.058186] systemd[1]: Reached target Slices.
[    4.070918] systemd[1]: Mounted Debug File System.
[    4.080976] systemd[1]: Mounted POSIX Message Queue File System.
[    4.094034] systemd[1]: Started Increase datagram queue length.
[    4.124318] systemd[1]: Started Restore / save the current clock.
[    4.142262] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    4.159556] systemd[1]: Time has been changed
[    4.183361] systemd[1]: Started File System Check on Root Device.
[    4.184391] i2c /dev entries driver
[    4.202386] systemd[1]: Started Load Kernel Modules.
[    4.230594] systemd[1]: Started udev Coldplug all Devices.
[    4.421146] systemd[1]: Starting Apply Kernel Variables...
[    4.436087] systemd[1]: Mounting Configuration File System...
[    4.451012] systemd[1]: Mounting FUSE Control File System...
[    4.467233] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.474797] systemd[1]: Starting Syslog Socket.
[    4.478625] systemd[1]: Listening on Syslog Socket.
[    4.478914] systemd[1]: Starting Journal Service...
[    4.489803] systemd[1]: Started Journal Service.
[    4.659028] systemd-udevd[109]: starting version 215
[    5.206138] spi spi0.0: setting up native-CS0 as GPIO 8
[    5.216092] input: ft6x06_ts as /devices/virtual/input/input2
[    5.360128] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    5.371493] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[    5.726544] fbtft: module is from the staging directory, the quality is unknown, you have been warned.
[    5.741254] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
[    5.743719] fbtft_of_value: buswidth = 8
[    5.743757] fbtft_of_value: debug = 0
[    5.743772] fbtft_of_value: rotate = 90
[    5.743786] fbtft_of_value: fps = 20
[    5.754152] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[    5.754727] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    5.756315] cfg80211: Calling CRDA to update world regulatory domain
[    5.793656] random: nonblocking pool is initialized
[    5.971097] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[    6.000846] usb 1-1.3: reset high-speed USB device number 4 using dwc_otg
[    6.113083] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    6.162072] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[    6.194029] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.197258] usbcore: registered new interface driver rt2800usb
[    6.216258] systemd-journald[107]: Received request to flush runtime journal from PID 1
[    6.278957] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[    6.284690] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[    6.628860] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.910792] cfg80211: Calling CRDA to update world regulatory domain
[   12.070791] cfg80211: Calling CRDA to update world regulatory domain
[   15.230828] cfg80211: Calling CRDA to update world regulatory domain
[   18.390817] cfg80211: Calling CRDA to update world regulatory domain
[   21.550813] cfg80211: Calling CRDA to update world regulatory domain
[   23.389384] wlan0: authenticate with cc:a4:62:91:90:70
[   23.437318] wlan0: send auth to cc:a4:62:91:90:70 (try 1/3)
[   23.438565] wlan0: authenticated
[   23.450780] wlan0: associate with cc:a4:62:91:90:70 (try 1/3)
[   23.465170] wlan0: RX AssocResp from cc:a4:62:91:90:70 (capab=0x411 status=0 aid=7)
[   23.470831] wlan0: associated
[   23.470943] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   23.471123] cfg80211: Calling CRDA to update world regulatory domain
[   24.710788] cfg80211: Calling CRDA to update world regulatory domain
[   27.870838] cfg80211: Calling CRDA to update world regulatory domain
[   31.030816] cfg80211: Calling CRDA to update world regulatory domain
[   32.139795] Adding 102396k swap on /var/swap.  Priority:-1 extents:6 across:700412k SSFS
[   34.190812] cfg80211: Calling CRDA to update world regulatory domain
[   37.350819] cfg80211: Calling CRDA to update world regulatory domain
[   40.510798] cfg80211: Calling CRDA to update world regulatory domain
[   43.670851] cfg80211: Calling CRDA to update world regulatory domain
[   46.830814] cfg80211: Calling CRDA to update world regulatory domain
[   49.990849] cfg80211: Calling CRDA to update world regulatory domain
[   53.150823] cfg80211: Calling CRDA to update world regulatory domain
[   56.310820] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: PiTFT - Both V2, but screens have different overlays?

Post by adafruit_support_rick »

nyckid11 wrote:Below is a dmesg dump that is from booting the Pi while attached to the PiTFT+ cap touch screen that has been able to display images, but hasn't been able to activate the touch driver. Meanwhile, the second PiTFT of the same make / model is sitting by unable to perform either of the aforementioned tasks.
OK. In that dump, I'm not seeing the touch driver loading. In the other dump, you can see it loading at 7.19:

Code: Select all

[    7.193580] input: ft6x06_ts as /devices/virtual/input/input2
So, that seems to explain why touch is not working. Can you try that PiTFT with a fresh copy of the easy-install image?

As for the dead PiTFT, we can replace that. Please email [email protected] with a link to this thread for a replacement PiTFT.

User avatar
nyckid11
 
Posts: 8
Joined: Fri Oct 23, 2015 12:12 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by nyckid11 »

adafruit_support_rick wrote: OK. In that dump, I'm not seeing the touch driver loading. In the other dump, you can see it loading at 7.19:

Code: Select all

[    7.193580] input: ft6x06_ts as /devices/virtual/input/input2
So, that seems to explain why touch is not working. Can you try that PiTFT with a fresh copy of the easy-install image?
Please see the most recently posted dump - you can see the touch driver loading with the same message when using the Jessie variant of the custom image.

Code: Select all

[    5.216092] input: ft6x06_ts as /devices/virtual/input/input2
Due to this issue being the same with both image files, I personally would be surprised if this was a problem exclusive to my hardware versus the image files themselves, but obviously I don't have enough experience or info to say that. But yeah, I thought there could have been some type of file corruption that would've been causing the issue during the transfer onto the SD, but it's been the same after reformatting and reburning, even with different download copies and different cards entirely.

User avatar
adafruit2
 
Posts: 22147
Joined: Fri Mar 11, 2005 7:36 pm

Re: PiTFT - Both V2, but screens have different overlays?

Post by adafruit2 »

ok first up - can you take a photo of the 'back' (connector side) of both pitft's? its always good for us to check.
secondly, lets stick to the Wheezy easy-install image. and *dont do anything* to it, dont 'upgrade' or 'install' any sort of software.

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”