This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3359: Touchscreen error

Part Number: AM3359
Other Parts Discussed in Thread: AM3352, TPS65910

Hi ,

  I am using am3359 evmsk , linux version is linux-4.14.67.

  I am debugging the touchscreen, it is resistive screen .I clicked on the screen and there was no response.

so I run weston-calibrator  and return the next message:

could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
Calibration values: 96.500000 160000.500000 -37160164.000000 -12.500000 -121.000000 33501.500000
 but I am not click the touchscreen.

 Then I test with evtest, and select /dev/input/event1:      ti-tsc
 The console continues to print the following information, and I did not click on the touch screen.

Event: time 1538791890.058603, -------------- SYN_REPORT ------------
Event: time 1538791890.065013, type 3 (EV_ABS), code 0 (ABS_X), value 3584
Event: time 1538791890.065013, type 3 (EV_ABS), code 1 (ABS_Y), value 3566
Event: time 1538791890.065013, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 48
Event: time 1538791890.065013, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1538791890.065013, -------------- SYN_REPORT ------------
Event: time 1538791890.065206, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
Event: time 1538791890.065206, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
Event: time 1538791890.065206, -------------- SYN_REPORT ------------
Event: time 1538791890.075123, type 3 (EV_ABS), code 0 (ABS_X), value 3571
Event: time 1538791890.075123, type 3 (EV_ABS), code 1 (ABS_Y), value 3527
Event: time 1538791890.075123, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 67
Event: time 1538791890.075123, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1538791890.075123, -------------- SYN_REPORT ------------
Event: time 1538791890.075307, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
Event: time 1538791890.075307, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
Event: time 1538791890.075307, -------------- SYN_REPORT ------------
Event: time 1538791890.078198, type 3 (EV_ABS), code 0 (ABS_X), value 3597
Event: time 1538791890.078198, type 3 (EV_ABS), code 1 (ABS_Y), value 3489
Event: time 1538791890.078198, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 198
Event: time 1538791890.078198, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1538791890.078198, -------------- SYN_REPORT ------------
Event: time 1538791890.104938, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
Event: time 1538791890.104938, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
Event: time 1538791890.104938, -------------- SYN_REPORT ------------
Event: time 1538791890.139942, type 3 (EV_ABS), code 0 (ABS_X), value 3604
Event: time 1538791890.139942, type 3 (EV_ABS), code 1 (ABS_Y), value 3569
Event: time 1538791890.139942, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 19
Event: time 1538791890.139942, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1538791890.139942, -------------- SYN_REPORT ------------
Event: time 1538791890.140106, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
Event: time 1538791890.140106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0

the setting of dts file as follows:

&tscadc {
        status = "okay";
        tsc {
                ti,wires = <4>;
                ti,x-plate-resistance = <200>;
                ti,coordinate-readouts = <5>;
                ti,wire-config = <0x00 0x11 0x22 0x33>;
                ti,charge-delay = <0x400>;
        };
};

So what is wrong with my board?

Thank you.

  • Hello,

    Are you running the Linux Processor SDK, or are you using a different version of software?

    Could you confirm: does the screen eventually stop printing evtest output when nothing is touching the screen? Or does it constantly output evtest output until you close evtest with Ctrl-C?

    Regards,

    Nick

  • Hi Nick,

        Yes, it constantly output evtest output until I close evtest with Ctrl-C.
        I am using 4 wire resistive screen and run PROCESSOR-SDK-LINUX-AM335X, the newest version download from Ti official website.

    Regards,

    Liu.

      

  • Hello Liu,

    I am sorry for the delayed response. To me, that sounds like a hardware problem with your resistive touchscreen. I am looking around to see if there are any options to fix it, but the touchscreen might just be broken.

    Regards,

    Nick

  • Hello Liu,

    1) Are you using the resistive touchscreen that came with the EVM? Or are you using a different touchscreen?

    2) Try following our instructions for How to Recalibrate the Touchscreen. The out-of-the-box software uses Weston. Note that it can be difficult to calibrate resistive touchscreens when using Weston, so make sure to use a stylus for calibration and regular use instead of a finger.

    Regards,

    Nick

  • Hello Liu,

    I am going to mark the thread resolved for now. Feel free to reply if you want to continue the conversation.

    Regards,

    Nick

  •  Hi Nick,

       I am so sorry , I have been on a business trip.

       I am not use the EVM touchscreen, and the touch is not be broken.

       I test follow the instructions How to Recalibrate the Touchscreen ,use the Weston based Graphic System method: delete ws-calibrate.rules

      and reboot the system. When the system startup , the system prompts recalibrate the touch screen, but I click on the cross of the touch screen, nothing happens, I attach the debug information of the console (system startup log).

       The picture is a schematic diagram of the relevant part of the touch screen hardware circuit.

    U-Boot 2018.01-00444-g96cdbefd5c-dirty (Nov 26 2018 - 13:19:39 +0800)

    CPU  : AM335X-GP rev 2.1
    Model: TI AM335x EVM-SK
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment

    <ethaddr> not set. Validating first E-fuse MAC
    Net:   cpsw, usb_ether
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3772928 bytes read in 350 ms (10.3 MiB/s)
    37899 bytes read in 22 ms (1.6 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8df01000, end 8df0d40a ... OK

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.14.67-gd315a9bb00 (root@zhlx-OptiPlex-390) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #9 PREEMPT Wed Jan 16 15:41:46 CST 2019
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: TI AM335x EVM-SK
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 48 MiB at 0x8a800000
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=ada07f50-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 197280K/262144K available (8192K kernel code, 316K rwdata, 2412K rodata, 1024K init, 273K bss, 15712K reserved, 49152K cma-reserved, 0K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xd0800000 - 0xff800000   ( 752 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)
    [    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
    [    0.000000]       .data : 0xc0d00000 - 0xc0d4f0c8   ( 317 kB)
    [    0.000000]        .bss : 0xc0d4f0c8 - 0xc0d936e4   ( 274 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]     Tasks RCU enabled.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000019] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [    0.000046] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.000060] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000291] timer_probe: no matching timers found
    [    0.000558] Console: colour dummy device 80x30
    [    0.000593] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000603] This ensures that you still see kernel messages. Please
    [    0.000611] update your kernel commandline.
    [    0.000648] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
    [    0.118763] pid_max: default: 32768 minimum: 301
    [    0.119007] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.119027] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.120016] CPU: Testing write buffer coherency: ok
    [    0.120934] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.121141] Hierarchical SRCU implementation.
    [    0.121600] EFI services will not be available.
    [    0.123425] devtmpfs: initialized
    [    0.134129] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [    0.134721] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.135110] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.135139] futex hash table entries: 256 (order: -1, 3072 bytes)
    [    0.139823] pinctrl core: initialized pinctrl subsystem
    [    0.140743] DMI not present or invalid.
    [    0.141252] NET: Registered protocol family 16
    [    0.144121] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.162776] omap_hwmod: debugss: _wait_target_disable failed
    [    0.217459] cpuidle: using governor ladder
    [    0.217506] cpuidle: using governor menu
    [    0.223413] OMAP GPIO hardware version 0.1
    [    0.237803] No ATAGs?
    [    0.237827] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.255342] edma 49000000.edma: TI EDMA DMA engine driver
    [    0.260776] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
    [    0.260971] media: Linux media interface: v0.10
    [    0.261028] Linux video capture interface: v2.00
    [    0.261173] pps_core: LinuxPPS API ver. 1 registered
    [    0.261185] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.261215] PTP clock support registered
    [    0.261262] EDAC MC: Ver: 3.0.0
    [    0.261834] dmi: Firmware registration failed.
    [    0.262391] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.264186] clocksource: Switched to clocksource timer1
    [    0.275328] NET: Registered protocol family 2
    [    0.276272] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.276322] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.276359] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.276478] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.276504] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.276703] NET: Registered protocol family 1
    [    0.277252] RPC: Registered named UNIX socket transport module.
    [    0.277273] RPC: Registered udp transport module.
    [    0.277282] RPC: Registered tcp transport module.
    [    0.277291] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.278433] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [    0.278592] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.280564] workingset: timestamp_bits=14 max_order=16 bucket_order=2
    [    0.286590] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.287516] NFS: Registering the id_resolver key type
    [    0.287574] Key type id_resolver registered
    [    0.287585] Key type id_legacy registered
    [    0.287642] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.290753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.290782] io scheduler noop registered
    [    0.290793] io scheduler deadline registered
    [    0.291086] io scheduler cfq registered (default)
    [    0.291100] io scheduler mq-deadline registered
    [    0.291111] io scheduler kyber registered
    [    0.293054] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.297355] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [    0.363761] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.367902] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [    0.986388] console [ttyS0] enabled
    [    0.991200] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [    1.001263] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 32, base_baud = 3000000) is a 8250
    [    1.011231] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 33, base_baud = 3000000) is a 8250
    [    1.021176] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 34, base_baud = 3000000) is a 8250
    [    1.031128] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 35, base_baud = 3000000) is a 8250
    [    1.042309] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    1.051075] panel panel: found backlight
    [    1.055600] OF: graph: no port node found in /ocp/lcdc@4830e000
    [    1.061830] OF: graph: no port node found in /ocp/lcdc@4830e000
    [    1.068412] OF: graph: no port node found in /ocp/lcdc@4830e000
    [    1.074442] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.081087] [drm] No driver support for vblank timestamp query.
    [    1.134089] Console: switching to colour frame buffer device 60x34
    [    1.157988] tilcdc 4830e000.lcdc: fb0:  frame buffer device
    [    1.164402] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [    1.186826] brd: module loaded
    [    1.198521] loop: module loaded
    [    1.204888] libphy: Fixed MDIO Bus: probed
    [    1.284256] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    1.291981] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
    [    1.300553] libphy: 4a101000.mdio: probed
    [    1.304727] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
    [    1.314024] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
    [    1.324760] cpsw 4a100000.ethernet: Detected MACID = 98:5d:ad:e0:11:ff
    [    1.331492] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [    1.337998] cpsw 4a100000.ethernet: ALE Table size 1024
    [    1.343305] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
    [    1.351622] cpsw 4a100000.ethernet: cpsw: Detected MACID = 98:5d:ad:e0:17:01
    [    1.360011] PPP generic driver version 2.4.2
    [    1.364721] PPP BSD Compression module registered
    [    1.369453] PPP Deflate Compression module registered
    [    1.374585] PPP MPPE Compression module registered
    [    1.379422] NET: Registered protocol family 24
    [    1.384398] i2c /dev entries driver
    [    1.388534] IR NEC protocol handler initialized
    [    1.393091] IR RC5(x/sz) protocol handler initialized
    [    1.398250] IR RC6 protocol handler initialized
    [    1.402804] IR JVC protocol handler initialized
    [    1.407554] IR Sony protocol handler initialized
    [    1.412195] IR SANYO protocol handler initialized
    [    1.416959] IR Sharp protocol handler initialized
    [    1.421685] IR MCE Keyboard/mouse protocol handler initialized
    [    1.427561] IR XMP protocol handler initialized
    [    1.434296] cpuidle: enable-method property 'ti,am3352' found operations
    [    1.441551] sdhci: Secure Digital Host Controller Interface driver
    [    1.447814] sdhci: Copyright(c) Pierre Ossman
    [    1.452978] omap_hsmmc 48060000.mmc: Got CD GPIO
    [    1.458746] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.468083] NET: Registered protocol family 10
    [    1.474542] Segment Routing with IPv6
    [    1.478336] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.485236] NET: Registered protocol family 17
    [    1.490110] Key type dns_resolver registered
    [    1.494776] omap_voltage_late_init: Voltage driver support not added
    [    1.534462] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.543032] vrtc: supplied by vbat
    [    1.550474] vio: supplied by vbat
    [    1.555466] vdd1: supplied by vbat
    [    1.560885] vdd2: supplied by vbat
    [    1.564489] random: fast init done
    [    1.571407] vdig1: supplied by vbat
    [    1.576509] vdig2: supplied by vbat
    [    1.581543] vpll: supplied by vbat
    [    1.586521] vdac: supplied by vbat
    [    1.591425] vaux1: supplied by vbat
    [    1.596516] vaux2: supplied by vbat
    [    1.601542] vaux33: supplied by vbat
    [    1.606705] vmmc: supplied by vbat
    [    1.611657] vbb: supplied by vbat
    [    1.617215] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.625524] omap_hsmmc 48060000.mmc: Got CD GPIO
    [    1.687514] input: gpio_buttons0 as /devices/platform/gpio_buttons0/input/input0
    [    1.699479] hctosys: unable to open rtc device (rtc0)
    [    1.705632] lis3_reg: disabling
    [    1.710970] Waiting for root device PARTUUID=ada07f50-02...
    [    1.751478] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.761473] mmc0: new high speed SDHC card at address 1234
    [    1.767769] mmcblk0: mmc0:1234 SA16G 14.5 GiB
    [    1.773961]  mmcblk0: p1 p2 p3
    [    1.828727] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    1.837583] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.847498] devtmpfs: mounted
    [    1.852458] Freeing unused kernel memory: 1024K
    [    2.243290] systemd[1]: System time before build time, advancing clock.
    [    2.318542] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -I
    DN2 -IDN default-hierarchy=hybrid)[    2.340440] systemd[1]: Detected architecture arm.

    Welcome to Arago 2018.08!

    [    2.384139] systemd[1]: Set hostname to <am335x-evm>.
    [    2.804422] systemd[1]: /lib/systemd/system/gadget-init.service:15: Unknown lvalue 'ExecStopPre' in section 'Service'
    [    3.114543] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.121754] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    3.164786] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.171773] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    3.205074] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.212606] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.251069] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    3.288794] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    3.328551] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [  OK  ] Listening on Process Core Dump Socket.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Listening on Journal Socket.
             Starting Load Kernel Modules...
    [  OK  ] Listening on Syslog Socket.
    [    3.578133] cryptodev: loading out-of-tree module taints kernel.
    [    3.586922] cryptodev: driver 1.9 loaded.
             Starting Journal Service...
    [    3.632568] usbcore: registered new interface driver usbfs
    [  OK  ] Reached target Remote File Systems.
    [    3.643359] usbcore: registered new interface driver hub
    [    3.653487] usbcore: registered new device driver usb
    [    3.681898] usbcore: registered new interface driver usbserial
             Mounting Temporary Directory (/tmp)...
    [    3.728048] usbcore: registered new interface driver ftdi_sio
    [    3.733899] usbserial: USB Serial support registered for FTDI USB Serial Device
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Reached target Paths.
             Mounting POSIX Message Queue File System...
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Reached target Slices.
             Mounting Kernel Debug File System...
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Control Socket.
             Starting Remount Root and Kernel File Systems...
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    4.113783] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Journal Service.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting Create System Users...
             Starting Rebuild Hardware Database...
             Mounting Kernel Configuration File System...
             Starting Apply Kernel Variables...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Create System Users.
    [  OK  ] Started Apply Kernel Variables.
    [    4.676015] systemd-journald[63]: Received request to flush runtime journal from PID 1
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Create Static Device Nodes in /dev.
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
             Starting Rebuild Journal Catalog...
             Starting Rebuild Dynamic Linker Cache...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Rebuild Dynamic Linker Cache.
    [  OK  ] Started Rebuild Hardware Database.
             Starting udev Coldplug all Devices...
             Starting Update is Completed...
    [  OK  ] Started Update is Completed.
    [   14.944224] NOHZ: local_softirq_pending 02
    [   14.948401] NOHZ: local_softirq_pending 02
    [   14.952544] NOHZ: local_softirq_pending 02
    [  OK  ] Created slice system-systemd\x2dbacklight.slice.
             Starting Load/Save Screen Backlight??ghtness of backlight:backlight...
    [   16.787482] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
    [   17.153201] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [   17.247674] rtc-ds1307 0-0068: registered as rtc0
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
             Starting Network Service...
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started D-Bus System Message Bus.
    [   18.121175] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [   18.271049] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [   18.347915] omap-aes 53500000.aes: will run requests pump with realtime priority
    [   18.424994] remoteproc remoteproc0: wkup_m3 is available
    [   18.555042] [drm] Initialized pvr 1.14.3699939 20110701 for 56000000.sgx on minor 1
    [   18.609270] PM: Cannot get wkup_m3_ipc handle
    [   18.616134] remoteproc remoteproc0: powering up wkup_m3
    [   18.719118] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224628
    [   18.819687] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [   18.819718] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
             Starting RPC Bind Service...
    [  OK  ] Started System Logging Service.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Reached target Containers.
    [  OK  ] Started Kernel Logging Service.
    [   19.413685] random: crng init done
    [   19.501554] random: 7 urandom warning(s) missed due to ratelimiting
             Starting Print notice about GPLv3 packages...
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting Login Service...
             Starting uim-sysfs.service...
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Network Service.
    [  OK  ] Started RPC Bind Service.
    [  OK  ] Found device /dev/ttyS3.
    [   20.724997] net eth0: initializing cpsw version 1.12 (0)
    [   20.986124] Atheros 8031 ethernet 4a101000.mdio:00: attached PHY driver [Atheros 8031 ethernet] (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
    [   21.251650] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   21.932368] net eth1: initializing cpsw version 1.12 (0)
    [   22.166195] Atheros 8031 ethernet 4a101000.mdio:01: attached PHY driver [Atheros 8031 ethernet] (mii_bus:phy_addr=4a101000.mdio:01, irq=POLL)
    [   22.348380] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   22.581928] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   23.288527] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   23.387290] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [  OK  ] Found device /dev/mmcblk0p1.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Login Service.
             Starting Start USB gadget...
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Wait for Network to be Configured...
    [  OK  ] Reached target Network.
             Starting Network Name Resolution...
             Starting Lightning Fast Webserver With Light System Requirements...
    [  OK  ] Started Redis In-Memory Data Store.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [   25.447014] udc-core: couldn't find an available UDC - added [g_multi] to list of pending drivers
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Network Name Resolution.
    [FAILED] Failed to start Start USB gadget.
    See 'systemctl status gadget-init.service' for details.
    [   27.720174] input: ti-tsc as /devices/platform/ocp/44e0d000.tscadc/44e0d000.tscadc:tsc/input/input1
    [   27.829691] PM: bootloader does not support rtc-only!
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started uim-sysfs.service.
    [   28.387216] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
    [   28.501181] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [   28.626992] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
    [   28.740309] hub 1-0:1.0: USB hub found
    [   28.779224] hub 1-0:1.0: 1 port detected
    [   28.923189] pruss 4a300000.pruss: creating PRU cores and other child platform devices
    [   28.932061] using random self ethernet address
    [   28.932069] using random host ethernet address
    [   28.932081] using host ethernet address: 98:5D:AD:E0:17:01
    [   28.932109] using random self ethernet address
    [   28.932115] using random host ethernet address
    [   28.932125] using host ethernet address: 98:5D:AD:E0:17:01
    [   28.936588] usb0: HOST MAC 98:5d:ad:e0:17:01
    [   28.937039] usb0: MAC f6:29:d3:2e:66:8a
    [   29.047640] Mass Storage Function, version: 2009/09/11
    [   29.047653] LUN: removable file: (no medium)
    [   29.047868] LUN: removable read only file: /dev/mmcblk0p1
    [   29.047875] Number of LUNs=1
    [   29.055019] g_multi gadget: Multifunction Composite Gadget
    [   29.055030] g_multi gadget: g_multi ready
    [   29.057349] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
    [   29.108860] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [   29.108898] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
    [   29.142961] hub 2-0:1.0: USB hub found
    [   29.143022] hub 2-0:1.0: 1 port detected
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [   30.025161] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
    [   30.235522] remoteproc remoteproc1: 4a334000.pru is available
    [   30.275258] pru-rproc 4a334000.pru: PRU rproc node /ocp/pruss_soc_bus@4a326004/pruss@0/pru@34000 probed successfully
    [   30.338673] remoteproc remoteproc2: 4a338000.pru is available
    [   30.364755] pru-rproc 4a338000.pru: PRU rproc node /ocp/pruss_soc_bus@4a326004/pruss@0/pru@38000 probed successfully

     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            

    Arago Project http://arago-project.org am335x-evm ttyS0

    Arago 2018.08 am335x-evm ttyS0

    am335x-evm login: [   33.378440] NOHZ: local_softirq_pending 08
    [   38.416840] NOHZ: local_softirq_pending 08
    [   38.421032] NOHZ: local_softirq_pending 08
    [   38.589633] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
        autoconf
        bash-dev
        bash
        binutils
        cifs-utils
        cpio
        cpp-symlinks
        cpp
        dosfstools
        elfutils
        findutils
        g++-symlinks
        g++
        gawk
        gcc-symlinks
        gcc
        gdb
        gdbserver
        gettext
        gstreamer1.0-libav
        gzip
        hidapi
        libdw1
        libelf1
        libgdbm-compat4
        libgdbm-dev
        libgdbm4
        libgettextlib
        libgettextsrc
        libgmp10
        libidn11
        libmavconn
        libmpc3
        libmpfr4
        libreadline-dev
        libreadline7
        libunistring2
        m4-dev
        m4
        make
        mavlink
        mavros-extras
        mavros-msgs
        mavros
        nettle
        python3-pycairo
        socketcan-interface
        which

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [   42.916751] NOHZ: local_softirq_pending 08
    [   42.920969] NOHZ: local_softirq_pending 08
    [   43.523225] NOHZ: local_softirq_pending 08
    [   44.522935] NOHZ: local_softirq_pending 08

  • Hello Liu,

    No problem. 

    1) Could you reword this sentence for me? I want to make sure I understand you: "I am not use the EVM touchscreen, and the touch is not be broken."

    2) To confirm: when the cross appears on the screen during calibration, nothing happens when you touch the screen with either a stylus or your finger? (so the cross just stays on the screen?)

    3) Could you make sure that the touchscreen connector is fully plugged in? It might be helpful to take a picture to verify that the connections to the board and to the touchscreen are not damaged.

    Regards,

    Nick

  • Hi Nick,

        1. the touch screen is not the same branch with the EVM board and the touch screen is normal.

        2. Yes.

        3.Please check the following picture.

         The LCD screen can display the interface of my application normally, it is just the touch screen is not normal.

        3.

  • Hello,

    I misunderstood your setup. I thought you were using the base board and the LCD board from the AM335x Starter Kit. Could you help me understand where you got each part?

    Base board - is this a different EVM? Is it a custom board?

    conversion board - what is this doing?

    LCD board - is this the LCD board from a starter kit? If it is from a starter kit, does the touchscreen work as expected when you connect the LCD board to the starter kit base board?

    Regards,

    Nick