Adafruit 2.8" PiTFT - Capacitive Touch stays white after sta

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
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Adafruit 2.8" PiTFT - Capacitive Touch stays white after sta

Post by TheEliteGameGuy »

I recently got my Adafruit 2.8" PiTFT - Capacitive Touch from Massdrop and I have tried every tutorial there is for installing the drivers. I have also tried the premade image and I still get the same result.
After the RPi2 boots up and the kernal loads, the screen goes black
After boot
After boot
20150827_191116[1].jpg (790.64 KiB) Viewed 471 times
But when I enter the following commands

Code: Select all

    
sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~
export FRAMEBUFFER=/dev/fb1
startx
The screen goes white
After startx
After startx
20150827_191313[1].jpg (554.06 KiB) Viewed 471 times

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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit_support_rick »

Do you have the Pi configured to boot straight to X? See this FAQ:
https://learn.adafruit.com/adafruit-pit ... /faq#faq-2

If that doesn't help, please post the output of the command sudo dmesg

User avatar
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by TheEliteGameGuy »

My Pi is set to boot to console

Here is the output from sudo dmesg

Code: Select all

pi@raspberrypi ~ $ sudo dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.14-v7+ (root@vagrant-ubuntu-trusty-32) (gcc ve                                                                                                                                                             rsion 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Lina                                                                                                                                                             ro GCC 2013.11) ) #2 SMP PREEMPT Thu May 28 18:17:59 UTC 2015
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio                                                                                                                                                             n 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 80836a80, node_mem_map ba09300                                                                                                                                                             0
[    0.000000]   Normal zone: 1888 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 (8620->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 10 pages/cpu @ba060000 s12224 r8192 d20544 u4096                                                                                                                                                             0
[    0.000000] pcpu-alloc: s12224 r8192 d20544 u40960 alloc=10*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 pag                                                                                                                                                             es: 239776
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1776                                                                                                                                                              bcm2708_fb.fbheight=952 bcm2709.boardrev=0xa21041 bcm2709.serial=0xf71cafbb smsc                                                                                                                                                             95xx.macaddr=B8:27:EB:1C:AF:BB bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2                                                                                                                                                             709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_bas                                                                                                                                                             e=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,11                                                                                                                                                             5200 console=tty1 root=/dev/mmcblk0p6 rootfstype=ext4 elevator=deadline rootwait
[    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: 940664K/966656K available (5832K kernel code, 403K rwdata                                                                                                                                                             , 1776K rodata, 396K init, 772K bss, 25992K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 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 - 0x8077657c   (7610 kB)
[    0.000000]       .init : 0x80777000 - 0x807da000   ( 396 kB)
[    0.000000]       .data : 0x807da000 - 0x8083edec   ( 404 kB)
[    0.000000]        .bss : 0x8083edec - 0x808fff54   ( 773 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:608
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000014] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 35791                                                                                                                                                             39424256ns
[    0.000036] Switching to timer-based delay loop, resolution 52ns
[    0.000323] Console: colour dummy device 80x30
[    0.001842] console [tty1] enabled
[    0.001893] Calibrating delay loop (skipped), value calculated using timer fr                                                                                                                                                             equency.. 38.40 BogoMIPS (lpj=192000)
[    0.001976] pid_max: default: 32768 minimum: 301
[    0.002400] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002460] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003746] Initializing cgroup subsys memory
[    0.003842] Initializing cgroup subsys devices
[    0.003895] Initializing cgroup subsys freezer
[    0.003961] Initializing cgroup subsys net_cls
[    0.004014] Initializing cgroup subsys blkio
[    0.004124] CPU: Testing write buffer coherency: ok
[    0.004239] ftrace: allocating 20147 entries in 60 pages
[    0.054095] CPU0: update cpu_capacity 1024
[    0.054172] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.054211] [bcm2709_smp_prepare_cpus] enter
[    0.054368] Setting up static identity map for 0x541ef8 - 0x541f50
[    0.114029] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.114335] CPU1: Booted secondary processor
[    0.114342] [bcm2709_secondary_init] enter cpu:1
[    0.114397] CPU1: update cpu_capacity 1024
[    0.114405] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.133991] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.134239] CPU2: Booted secondary processor
[    0.134245] [bcm2709_secondary_init] enter cpu:2
[    0.134276] CPU2: update cpu_capacity 1024
[    0.134284] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.154063] [bcm2709_boot_secondary] cpu:3 started (0) 16
[    0.154300] CPU3: Booted secondary processor
[    0.154306] [bcm2709_secondary_init] enter cpu:3
[    0.154337] CPU3: update cpu_capacity 1024
[    0.154345] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.154442] Brought up 4 CPUs
[    0.154563] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.154597] CPU: All CPU(s) started in SVC mode.
[    0.155627] devtmpfs: initialized
[    0.180307] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7                                                                                                                                                              rev 5
[    0.182450] pinctrl core: initialized pinctrl subsystem
[    0.185967] NET: Registered protocol family 16
[    0.191602] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.213842] cpuidle: using governor ladder
[    0.243872] cpuidle: using governor menu
[    0.244270] bcm2709.uart_clock = 3000000
[    0.247816] No ATAGs?
[    0.247881] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint                                                                                                                                                              registers.
[    0.247937] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.247997] mailbox: Broadcom VideoCore Mailbox driver
[    0.248139] bcm2708_vcio: mailbox at f300b880
[    0.248505] bcm_power: Broadcom power driver
[    0.248543] bcm_power_open() -> 0
[    0.248568] bcm_power_request(0, 8)
[    0.749247] bcm_mailbox_read -> 00000080, 0
[    0.749279] bcm_power_request -> 0
[    0.749439] Serial: AMBA PL011 UART driver
[    0.749589] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a                                                                                                                                                              PL011 rev3
[    1.269936] console [ttyAMA0] enabled
[    1.347532] SCSI subsystem initialized
[    1.351551] usbcore: registered new interface driver usbfs
[    1.357220] usbcore: registered new interface driver hub
[    1.362680] usbcore: registered new device driver usb
[    1.369647] Switched to clocksource arch_sys_counter
[    1.404498] FS-Cache: Loaded
[    1.407767] CacheFiles: Loaded
[    1.423380] NET: Registered protocol family 2
[    1.429146] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.436403] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.443083] TCP: Hash tables configured (established 8192 bind 8192)
[    1.449553] TCP: reno registered
[    1.452830] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.458814] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.465548] NET: Registered protocol family 1
[    1.470418] RPC: Registered named UNIX socket transport module.
[    1.476361] RPC: Registered udp transport module.
[    1.481147] RPC: Registered tcp transport module.
[    1.485866] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.493322] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counter                                                                                                                                                             s available
[    1.501780] bcm2708_dma: DMA manager at f3007000
[    1.506592] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000                                                                                                                                                             000(1008 MiB)
[    1.516579] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.523085] audit: initializing netlink subsys (disabled)
[    1.528556] audit: type=2000 audit(1.299:1): initialized
[    1.550191] VFS: Disk quotas dquot_6.5.2
[    1.554518] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.564215] FS-Cache: Netfs 'nfs' registered for caching
[    1.570498] NFS: Registering the id_resolver key type
[    1.575628] Key type id_resolver registered
[    1.579921] Key type id_legacy registered
[    1.585051] msgmni has been set to 1853
[    1.590592] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                                                                                             52)
[    1.598272] io scheduler noop registered
[    1.602254] io scheduler deadline registered (default)
[    1.607743] io scheduler cfq registered
[    1.614235] BCM2708FB: allocated DMA memory fac00000
[    1.619251] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.652540] Console: switching to colour frame buffer device 222x59
[    1.676593] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driv                                                                                                                                                             er
[    1.684418] uart-pl011 dev:f1: no DMA platform data
[    1.689979] vc-cma: Videocore CMA driver
[    1.693987] vc-cma: vc_cma_base      = 0x00000000
[    1.698780] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.704303] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.721555] brd: module loaded
[    1.730927] loop: module loaded
[    1.735047] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[    1.742881] Loading iSCSI transport class v2.0-870.
[    1.748856] usbcore: registered new interface driver smsc95xx
[    1.754836] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.961046] Core Release: 2.80a
[    1.964266] Setting default values for core params
[    1.969186] Finished setting default values for core params
[    2.175314] Using Buffer DMA mode
[    2.178703] Periodic Transfer Interrupt Enhancement - disabled
[    2.184661] Multiprocessor Interrupt Enhancement - disabled
[    2.190357] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.194802] Dedicated Tx FIFOs mode
[    2.198668] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac                                                                                                                                                             14000 dma = 0xfac14000 len=9024
[    2.208731] FIQ FSM acceleration enabled for :
[    2.208731] Non-periodic Split Transactions
[    2.208731] Periodic Split Transactions
[    2.208731] High-Speed Isochronous Endpoints
[    2.234727] dwc_otg: Microframe scheduler enabled
[    2.234805] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x803ea6a0
[    2.245294] WARN::hcd_init_fiq:413: FIQ ASM at 0x803ea9fc length 36
[    2.256119] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb80a000
[    2.266712] dwc_otg bcm2708_usb: DWC OTG Controller
[    2.276280] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number                                                                                                                                                              1
[    2.288234] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    2.298390] Init: Port Power? op_state=1
[    2.306870] Init: Power Port (0)
[    2.314890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.326261] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                                                             1
[    2.338019] usb usb1: Product: DWC OTG Controller
[    2.347205] usb usb1: Manufacturer: Linux 3.18.14-v7+ dwc_otg_hcd
[    2.357785] usb usb1: SerialNumber: bcm2708_usb
[    2.367743] hub 1-0:1.0: USB hub found
[    2.376030] hub 1-0:1.0: 1 port detected
[    2.384828] dwc_otg: FIQ enabled
[    2.384845] dwc_otg: NAK holdoff enabled
[    2.384856] dwc_otg: FIQ split-transaction FSM enabled
[    2.384912] Module dwc_common_port init
[    2.385286] usbcore: registered new interface driver usb-storage
[    2.396054] mousedev: PS/2 mouse device common for all mice
[    2.406723] bcm2835-cpufreq: min=600000 max=900000
[    2.416269] sdhci: Secure Digital Host Controller Interface driver
[    2.426961] sdhci: Copyright(c) Pierre Ossman
[    2.436153] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[    2.479922] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.496107] ledtrig-cpu: registered to indicate activity on CPUs
[    2.506857] hidraw: raw HID events driver (C) Jiri Kosina
[    2.517075] usbcore: registered new interface driver usbhid
[    2.528246] usbhid: USB HID core driver
[    2.539041] TCP: cubic registered
[    2.546930] Initializing XFRM netlink socket
[    2.556882] NET: Registered protocol family 17
[    2.568109] Key type dns_resolver registered
[    2.577314] Registering SWP/SWPB emulation handler
[    2.579809] Indeed it is in host mode hprt0 = 00021501
[    2.597103] registered taskstats version 1
[    2.605950] vc-sm: Videocore shared memory driver
[    2.615226] [vc_sm_connected_init]: start
[    2.624551] [vc_sm_connected_init]: end - returning 0
[    2.635426] Waiting for root device /dev/mmcblk0p6...
[    2.759765] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.771030] Indeed it is in host mode hprt0 = 00001101
[    2.980095] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.991364] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.003953] hub 1-1:1.0: USB hub found
[    3.012382] hub 1-1:1.0: 5 ports detected
[    3.047548] mmc0: host does not support reading read-only switch, assuming wr                                                                                                                                                             ite-enable
[    3.062545] mmc0: new high speed SDHC card at address b738
[    3.073235] mmcblk0: mmc0:b738 SD16G 14.9 GiB
[    3.085825]  mmcblk0: p1 p2 < p5 p6 > p3
[    3.207864] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. O                                                                                                                                                             pts: (null)
[    3.220881] VFS: Mounted root (ext4 filesystem) readonly on device 179:6.
[    3.243595] devtmpfs: mounted
[    3.251748] Freeing unused kernel memory: 396K (80777000 - 807da000)
[    3.299868] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.410176] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.421859] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber                                                                                                                                                             =0
[    3.436949] smsc95xx v1.0.4
[    3.503593] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1                                                                                                                                                             .1, smsc95xx USB 2.0 Ethernet, b8:27:eb:1c:af:bb
[    3.959892] usb 1-1.5: new low-speed USB device number 4 using dwc_otg
[    4.109876] usb 1-1.5: New USB device found, idVendor=0c40, idProduct=8000
[    4.122320] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber                                                                                                                                                             =0
[    4.135308] usb 1-1.5: Product: 2.4GHz receiver
[    4.146319] usb 1-1.5: Manufacturer: ELMCU
[    4.171464] input: ELMCU 2.4GHz receiver as /devices/platform/bcm2708_usb/usb                                                                                                                                                             1/1-1/1-1.5/1-1.5:1.0/0003:0C40:8000.0001/input/input0
[    4.189355] hid-generic 0003:0C40:8000.0001: input,hidraw0: USB HID v1.11 Key                                                                                                                                                             board [ELMCU 2.4GHz receiver] on usb-bcm2708_usb-1.5/input0
[    4.226321] input: ELMCU 2.4GHz receiver as /devices/platform/bcm2708_usb/usb                                                                                                                                                             1/1-1/1-1.5/1-1.5:1.1/0003:0C40:8000.0002/input/input1
[    4.245040] hid-generic 0003:0C40:8000.0002: input,hidraw1: USB HID v1.11 Mou                                                                                                                                                             se [ELMCU 2.4GHz receiver] on usb-bcm2708_usb-1.5/input1
[    4.432392] udevd[176]: starting version 175
[    4.908533] GPIO $bb8c0000 = 0x24800000
[    4.963120] GPIO $bb8c0004 = 0x24024
[    5.011541] * 0xbb8c0000 &= ~ 0xE00000
[    5.058180] * 0xbb8c0000 | 4 << 0x0015
[    5.086532] * 0xbb8c0000 &= ~ 0x7000000
[    5.124990] * 0xbb8c0000 | 4 << 0x0018
[    5.138688] * 0xbb8c0000 &= ~ 0x38000000
[    5.150105] * 0xbb8c0000 | 4 << 0x001B
[    5.169803] * 0xbb8c0004 &= ~ 0x0007
[    5.186481] * 0xbb8c0004 | 4 << 0x0000
[    5.196989] * 0xbb8c0004 &= ~ 0x0038
[    5.207554] * 0xbb8c0004 | 4 << 0x0003
[    5.220162] GPIO $bb8c0000 = 0x24800000
[    5.231947] GPIO $bb8c0004 = 0x24024
[    5.253876] bcm2708_spi 3f204000.spi: DMA channel 2 at address 0xf3007200 wit                                                                                                                                                             h irq 77
[    5.272481] bcm2708_spi 3f204000.spi: DMA channel 4 at address 0xf3007400 wit                                                                                                                                                             h irq 20
[    5.303744] fb_ili9340: module is from the staging directory, the quality is                                                                                                                                                              unknown, you have been warned.
[    5.323447] fbtft_of_value: buswidth = 8
[    5.335879] fbtft_of_value: debug = 0
[    5.347139] fbtft_of_value: rotate = 90
[    5.357171] fbtft_of_value: fps = 20
[    5.543965] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video mem                                                                                                                                                             ory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[    5.561353] bcm2708_spi 3f204000.spi: SPI Controller at 0x3f204000 (irq 80)
[    5.573732] bcm2708_spi 3f204000.spi: SPI Controller running in dma mode
[    5.595980] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79)                                                                                                                                                              (baudrate 100000)
[    6.687635] random: nonblocking pool is initialized
[    7.003685] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[    7.277606] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[    7.821972] input: ft6x06_ts as /devices/virtual/input/input2
[    7.989892] i2c-core: driver [ft6x06_ts] using legacy suspend method
[    8.001444] i2c-core: driver [ft6x06_ts] using legacy resume method
[   12.442946] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   13.910860] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x4DE                                                                                                                                                             1
[   16.718483] cfg80211: Calling CRDA to update world regulatory domain
[   17.463227] Adding 102396k swap on /var/swap.  Priority:-1 extents:1 across:1                                                                                                                                                             02396k SSFS
[  124.620702] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. O                                                                                                                                                             pts: (null)


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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit_support_rick »

Do you get anything at all on the PiTFT? Does the boot trace appear?

What if you enter the command
FRAMEBUFFER=/dev/fb1 startx &

User avatar
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by TheEliteGameGuy »

The only response I get from the PiTFT is it goes from white to black after the Pi boots up
and after I enter FRAMEBUFFER=/dev/fb1 startx & the PiTFT just goes white and I get this on the terminal

Code: Select all

pi@raspberrypi ~ $ FRAMEBUFFER=/dev/fb1 startx &
[1] 2351
pi@raspberrypi ~ $

X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-2-mx5 armv7l Debian
Current Operating System: Linux raspberrypi 3.18.14-v7+ #2 SMP PREEMPT Thu May 2                                                                             8 18:17:59 UTC 2015 armv7l
Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1776 bcm2708_fb.fbhe                                                                             ight=952 bcm2709.boardrev=0xa21041 bcm2709.serial=0xf71cafbb smsc95xx.macaddr=B8                                                                             :27:EB:1C:AF:BB bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_ac                                                                             tive_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=tt                                                                             y1 root=/dev/mmcblk0p6 rootfstype=ext4 elevator=deadline rootwait
Build Date: 11 February 2015  09:31:17PM
xorg-server 2:1.12.4-6+deb7u6 (Julien Cristau <[email protected]>)
Current version of pixman: 0.33.1
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 30 15:15:19 2015
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"


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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit2 »

first up, that is not the capacitive display, thats the resistive display
try downloading and installing this ready-to-go image
https://learn.adafruit.com/adafruit-pit ... sy-install

User avatar
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by TheEliteGameGuy »

I thought it was capacitive because of the way the pins were printed on the board

I am getting the same results with the ready made resistive image. Blank screen after boot, white screen after FRAMEBUFFER=/dev/fb1 startx &

The Console

Code: Select all

pi@raspberrypi ~ $ FRAMEBUFFER=/dev/fb1 startx &
[1] 2349
pi@raspberrypi ~ $ xauth:  file /home/pi/.Xauthority does not exist


X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-2-mx5 armv7l Debian
Current Operating System: Linux raspberrypi 3.18.8-v7+ #2 SMP PREEMPT Mon Mar 9                                                                                                                                                              14:11:05 UTC 2015 armv7l
Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbhe                                                                                                                                                             ight=984 bcm2709.boardrev=0xa21041 bcm2709.serial=0xf71cafbb smsc95xx.macaddr=B8                                                                                                                                                             :27:EB:1C:AF:BB bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_ac                                                                                                                                                             tive_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=tt                                                                                                                                                             y1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 f                                                                                                                                                             bcon=font:VGA8x8
Build Date: 11 February 2015  09:31:17PM
xorg-server 2:1.12.4-6+deb7u6 (Julien Cristau <[email protected]>)
Current version of pixman: 0.33.1
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 31 11:05:58 2015
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
sudo dmesg

Code: Select all

pi@raspberrypi ~ $ sudo dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.8-v7+ (root@vagrant-ubuntu-precise-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 Mon Mar 9 14:11:05 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
[    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 80834a00, node_mem_map ba093000
[    0.000000]   Normal zone: 1888 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 (8620->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 10 pages/cpu @ba060000 s12224 r8192 d20544 u40960
[    0.000000] pcpu-alloc: s12224 r8192 d20544 u40960 alloc=10*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: 239776
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa21041 bcm2709.serial=0xf71cafbb smsc95xx.macaddr=B8:27:EB:1C:AF:BB 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: 940672K/966656K available (5828K kernel code, 403K rwdata, 1776K rodata, 392K init, 772K bss, 25984K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 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 - 0x807754b4   (7606 kB)
[    0.000000]       .init : 0x80776000 - 0x807d8000   ( 392 kB)
[    0.000000]       .data : 0x807d8000 - 0x8083cd6c   ( 404 kB)
[    0.000000]        .bss : 0x8083cd6c - 0x808fde94   ( 773 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:608
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[    0.000037] Switching to timer-based delay loop, resolution 52ns
[    0.000336] Console: colour dummy device 80x30
[    0.001828] console [tty1] enabled
[    0.001879] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001961] pid_max: default: 32768 minimum: 301
[    0.002387] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002448] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003740] Initializing cgroup subsys memory
[    0.003828] Initializing cgroup subsys devices
[    0.003881] Initializing cgroup subsys freezer
[    0.003934] Initializing cgroup subsys net_cls
[    0.003999] Initializing cgroup subsys blkio
[    0.004114] CPU: Testing write buffer coherency: ok
[    0.004226] ftrace: allocating 20136 entries in 60 pages
[    0.054109] CPU0: update cpu_capacity 1024
[    0.054188] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.054226] [bcm2709_smp_prepare_cpus] enter
[    0.054392] Setting up static identity map for 0x540a38 - 0x540a90
[    0.114047] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.114365] CPU1: Booted secondary processor
[    0.114372] [bcm2709_secondary_init] enter cpu:1
[    0.114425] CPU1: update cpu_capacity 1024
[    0.114434] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.134018] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.134266] CPU2: Booted secondary processor
[    0.134273] [bcm2709_secondary_init] enter cpu:2
[    0.134304] CPU2: update cpu_capacity 1024
[    0.134312] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.154084] [bcm2709_boot_secondary] cpu:3 started (0) 17
[    0.154319] CPU3: Booted secondary processor
[    0.154326] [bcm2709_secondary_init] enter cpu:3
[    0.154360] CPU3: update cpu_capacity 1024
[    0.154368] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.154467] Brought up 4 CPUs
[    0.154588] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.154622] CPU: All CPU(s) started in SVC mode.
[    0.155659] devtmpfs: initialized
[    0.181050] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.183209] pinctrl core: initialized pinctrl subsystem
[    0.186909] NET: Registered protocol family 16
[    0.192595] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.213874] cpuidle: using governor ladder
[    0.243904] cpuidle: using governor menu
[    0.244355] bcm2709.uart_clock = 3000000
[    0.247843] No ATAGs?
[    0.247909] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.247965] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.248023] mailbox: Broadcom VideoCore Mailbox driver
[    0.248160] bcm2708_vcio: mailbox at f300b880
[    0.248545] bcm_power: Broadcom power driver
[    0.248582] bcm_power_open() -> 0
[    0.248609] bcm_power_request(0, 8)
[    0.749289] bcm_mailbox_read -> 00000080, 0
[    0.749320] bcm_power_request -> 0
[    0.749465] Serial: AMBA PL011 UART driver
[    0.749616] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    1.271860] console [ttyAMA0] enabled
[    1.347544] SCSI subsystem initialized
[    1.351556] usbcore: registered new interface driver usbfs
[    1.357225] usbcore: registered new interface driver hub
[    1.362682] usbcore: registered new device driver usb
[    1.369709] Switched to clocksource arch_sys_counter
[    1.405245] FS-Cache: Loaded
[    1.408507] CacheFiles: Loaded
[    1.424169] NET: Registered protocol family 2
[    1.429988] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.437203] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.443892] TCP: Hash tables configured (established 8192 bind 8192)
[    1.450389] TCP: reno registered
[    1.453639] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.459622] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.466368] NET: Registered protocol family 1
[    1.471224] RPC: Registered named UNIX socket transport module.
[    1.477165] RPC: Registered udp transport module.
[    1.481951] RPC: Registered tcp transport module.
[    1.486670] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.494176] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.502619] bcm2708_dma: DMA manager at f3007000
[    1.507415] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.517474] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.523976] audit: initializing netlink subsys (disabled)
[    1.529445] audit: type=2000 audit(1.299:1): initialized
[    1.551289] VFS: Disk quotas dquot_6.5.2
[    1.555609] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.565348] FS-Cache: Netfs 'nfs' registered for caching
[    1.571631] NFS: Registering the id_resolver key type
[    1.576759] Key type id_resolver registered
[    1.581054] Key type id_legacy registered
[    1.586195] msgmni has been set to 1853
[    1.591718] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.599338] io scheduler noop registered
[    1.603319] io scheduler deadline registered (default)
[    1.608806] io scheduler cfq registered
[    1.615299] BCM2708FB: allocated DMA memory fac00000
[    1.620344] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.656143] Console: switching to colour frame buffer device 228x123
[    1.682034] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    1.689821] uart-pl011 dev:f1: no DMA platform data
[    1.695321] vc-cma: Videocore CMA driver
[    1.699296] vc-cma: vc_cma_base      = 0x00000000
[    1.704104] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.709562] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.727247] brd: module loaded
[    1.736586] loop: module loaded
[    1.740186] vchiq: vchiq_init_state: slot_zero = 0xba800000, is_master = 0
[    1.747990] Loading iSCSI transport class v2.0-870.
[    1.753988] usbcore: registered new interface driver smsc95xx
[    1.759921] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.966061] Core Release: 2.80a
[    1.969254] Setting default values for core params
[    1.974175] Finished setting default values for core params
[    2.180269] Using Buffer DMA mode
[    2.183631] Periodic Transfer Interrupt Enhancement - disabled
[    2.189523] Multiprocessor Interrupt Enhancement - disabled
[    2.195175] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.199588] Dedicated Tx FIFOs mode
[    2.203489] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[    2.213479] FIQ FSM acceleration enabled for :
[    2.213479] Non-periodic Split Transactions
[    2.213479] Periodic Split Transactions
[    2.213479] High-Speed Isochronous Endpoints
[    2.230355] dwc_otg: Microframe scheduler enabled
[    2.230422] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x803e9a8c
[    2.236414] WARN::hcd_init_fiq:413: FIQ ASM at 0x803e9de8 length 36
[    2.242753] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb80a000
[    2.248859] dwc_otg bcm2708_usb: DWC OTG Controller
[    2.253853] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    2.261212] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    2.266802] Init: Port Power? op_state=1
[    2.270792] Init: Power Port (0)
[    2.274342] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.281236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.288536] usb usb1: Product: DWC OTG Controller
[    2.293316] usb usb1: Manufacturer: Linux 3.18.8-v7+ dwc_otg_hcd
[    2.299392] usb usb1: SerialNumber: bcm2708_usb
[    2.304971] hub 1-0:1.0: USB hub found
[    2.308830] hub 1-0:1.0: 1 port detected
[    2.313352] dwc_otg: FIQ enabled
[    2.313366] dwc_otg: NAK holdoff enabled
[    2.313377] dwc_otg: FIQ split-transaction FSM enabled
[    2.313419] Module dwc_common_port init
[    2.313811] usbcore: registered new interface driver usb-storage
[    2.320248] mousedev: PS/2 mouse device common for all mice
[    2.326601] bcm2835-cpufreq: min=600000 max=900000
[    2.331840] sdhci: Secure Digital Host Controller Interface driver
[    2.338090] sdhci: Copyright(c) Pierre Ossman
[    2.342744] DMA channels allocated for the MMC driver
[    2.379758] Load BCM2835 MMC driver
[    2.383782] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.397634] ledtrig-cpu: registered to indicate activity on CPUs
[    2.404020] hidraw: raw HID events driver (C) Jiri Kosina
[    2.409827] usbcore: registered new interface driver usbhid
[    2.416540] usbhid: USB HID core driver
[    2.420911] TCP: cubic registered
[    2.424343] Initializing XFRM netlink socket
[    2.429881] NET: Registered protocol family 17
[    2.436721] Key type dns_resolver registered
[    2.441672] Registering SWP/SWPB emulation handler
[    2.447538] registered taskstats version 1
[    2.452002] vc-sm: Videocore shared memory driver
[    2.456771] [vc_sm_connected_init]: start
[    2.461588] [vc_sm_connected_init]: end - returning 0
[    2.467921] Waiting for root device /dev/mmcblk0p2...
[    2.509864] Indeed it is in host mode hprt0 = 00021501
[    2.689791] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.696477] Indeed it is in host mode hprt0 = 00001101
[    2.900090] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.906881] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.907639] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.910038] mmc0: new high speed SDHC card at address b738
[    2.914363] mmcblk0: mmc0:b738 SD16G 14.9 GiB
[    2.923775]  mmcblk0: p1 p2
[    2.936086] hub 1-1:1.0: USB hub found
[    2.940062] hub 1-1:1.0: 5 ports detected
[    3.032882] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.041414] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.049583] devtmpfs: mounted
[    3.053424] Freeing unused kernel memory: 392K (80776000 - 807d8000)
[    3.219941] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.340169] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.347165] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.357656] smsc95xx v1.0.4
[    3.424211] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:1c:af:bb
[    3.889976] usb 1-1.5: new low-speed USB device number 4 using dwc_otg
[    4.040726] usb 1-1.5: New USB device found, idVendor=0c40, idProduct=8000
[    4.054533] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.072972] usb 1-1.5: Product: 2.4GHz receiver
[    4.084491] usb 1-1.5: Manufacturer: ELMCU
[    4.112312] input: ELMCU 2.4GHz receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:0C40:8000.0001/input/input0
[    4.131466] hid-generic 0003:0C40:8000.0001: input,hidraw0: USB HID v1.11 Keyboard [ELMCU 2.4GHz receiver] on usb-bcm2708_usb-1.5/input0
[    4.175124] udevd[176]: starting version 175
[    4.176154] input: ELMCU 2.4GHz receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:0C40:8000.0002/input/input1
[    4.176985] hid-generic 0003:0C40:8000.0002: input,hidraw1: USB HID v1.11 Mouse [ELMCU 2.4GHz receiver] on usb-bcm2708_usb-1.5/input1
[    4.707680] GPIO $bb8d0000 = 0x24800000
[    4.732137] GPIO $bb8d0004 = 0x24024
[    4.774659] * 0xbb8d0000 &= ~ 0xE00000
[    4.791176] * 0xbb8d0000 | 4 << 0x0015
[    4.806856] * 0xbb8d0000 &= ~ 0x7000000
[    4.821456] * 0xbb8d0000 | 4 << 0x0018
[    4.833608] * 0xbb8d0000 &= ~ 0x38000000
[    4.845356] * 0xbb8d0000 | 4 << 0x001B
[    4.858375] * 0xbb8d0004 &= ~ 0x0007
[    4.870626] * 0xbb8d0004 | 4 << 0x0000
[    4.887214] * 0xbb8d0004 &= ~ 0x0038
[    4.902193] * 0xbb8d0004 | 4 << 0x0003
[    4.918244] GPIO $bb8d0000 = 0x24800000
[    4.933138] GPIO $bb8d0004 = 0x24024
[    4.956523] bcm2708_spi 3f204000.spi: DMA channel 2 at address 0xf3007200 with irq 77
[    5.021796] bcm2708_spi 3f204000.spi: DMA channel 4 at address 0xf3007400 with irq 20
[    5.077976] stmpe-spi spi0.1: unknown chip id: 0x0
[    5.104393] stmpe-spi: probe of spi0.1 failed with error -22
[    5.135740] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
[    5.158335] fbtft_of_value: buswidth = 8
[    5.170230] fbtft_of_value: debug = 0
[    5.181294] fbtft_of_value: rotate = 90
[    5.192109] fbtft_of_value: fps = 20
[    5.437780] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[    5.452896] bcm2708_spi 3f204000.spi: SPI Controller at 0x3f204000 (irq 80)
[    5.461557] bcm2708_spi 3f204000.spi: SPI Controller running in dma mode
[    5.470425] bcm2708_i2c_init_pinmode(1,2)
[    5.477259] bcm2708_i2c_init_pinmode(1,3)
[    5.484937] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[    6.220119] random: nonblocking pool is initialized
[    6.865154] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.110288] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   12.743120] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   14.203299] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[   17.874612] Adding 102396k swap on /var/swap.  Priority:-1 extents:8 across:545280k SSFS

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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit2 »

ok at least you have the right kernel loading now! :)
can you check the screen attachment?
https://learn.adafruit.com/adafruit-pit ... faq#faq-12

User avatar
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by TheEliteGameGuy »

I tried to push the flat flex in but it doesn't seem to go in properly
20150831_204823[1].jpg
20150831_204823[1].jpg (944.07 KiB) Viewed 349 times

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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit2 »

try loosening the two black 'ears', then reseating the flex, and then pushing back both ears at once.

User avatar
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by TheEliteGameGuy »

adafruit2 wrote:try loosening the two black 'ears', then reseating the flex, and then pushing back both ears at once.
What do you mean by reseating?

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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit2 »

pull on the flex a little and then push it into the connector again
http://pcsupport.about.com/od/termsr/g/reseat.htm

User avatar
TheEliteGameGuy
 
Posts: 7
Joined: Thu Aug 27, 2015 2:05 pm

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by TheEliteGameGuy »

adafruit2 wrote:pull on the flex a little and then push it into the connector again
http://pcsupport.about.com/od/termsr/g/reseat.htm
I tried that but the pins still seem to sit out a bit as in the previous pictue

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

Re: Adafruit 2.8" PiTFT - Capacitive Touch stays white after

Post by adafruit2 »

ok lets replace it email support@adafruit and ask for a new PID #1601

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

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