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.

AM6548: LVDS Fading to black after bootup

Part Number: AM6548

Dear TI,

My LVDS Screen connected to the OLDI Pins is fading to black slowly after bootup. I can see the Penguins on bootup. They are the wrong color, but I am working on that. However, a few seconds later the Penguins will disappear and there is nothing displayed on the screen. I double-checked the backlight brightness and it at full output. I have also tried to display some of the weston-examples as well as a Qt Application but nothing shows up on the display. I haven't scoped out the OLDI Signals yet because I wanted to post here to see if you guys had any ideas for me to try out.

Our LVDS is the DisplayTech DT080BTFT

Here is the relevant section for panel-simple.c that contains the timing for the panel.

static const struct display_timing displaytech_dt070btft_timing = {
       .pixelclock = { 45000000, 51200000, 57000000 },
       .hactive = { 1024, 1024, 1024 },
       .hfront_porch = { 160, 160, 160 },
       .hback_porch = { 160, 160, 160 },
       .hsync_len = { 20, 20, 20 },
       .vactive = { 600, 600, 600 },
       .vfront_porch = { 12, 12, 12 },
       .vback_porch = { 23, 23, 23 },
       .vsync_len = { 3, 3, 3 },
       .flags = DISPLAY_FLAGS_HSYNC_HIGH | DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_PIXDATA_NEGEDGE | DISPLAY_FLAGS_SYNC_POSEDGE | DISPLAY_FLAGS_DE_HIGH,
};

static const struct panel_desc displaytech_dt070btft = {
       .timings = &displaytech_dt070btft_timing,
       .num_timings = 1,
       .bpc = 8,
       .size = {
               .width = 154,
               .height = 85,
       },
       .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
       .bus_flags = DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE | DRM_BUS_FLAG_SYNC_DRIVE_POSEDGE | DRM_BUS_FLAG_DE_HIGH,
};

Let me know if any other information would be helpful.

Thanks,

Joseph Keene

  • Hi Joseph,

    Have you tried running kmstest in Linux? Before, we run any Weston/GPU application, let's ensure that the DSS is working as expected.

    Also, I am not sure I understand your panel-simple.c file because usually it's just a single entry and you seem to have created an array of values. Here is how we created ours: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/gpu/drm/panel/panel-simple.c?h=ti-linux-5.10.y-cicd#n3283 

    Regards,
    Krunal

  • Hi Krunal,

    Thanks for replying. I updated my original post as it appears some of my lines got cut off by my editor, sorry.

    As for the edits to panel-simple.c, you should be able to define either a mode or a timing for each panel. I'll go ahead and switch my setup to be a mode instead and let you know if it makes a difference.

    My yocto image does not contain kmstest, but it did contain kmscube. Attached is the log from booting into the kernel, stopping the weston service, and running kmscube. I'll try to get kmstest onto my image and get those results to you.

    I did not see any image on the screen while running kmscube. I do see when I started the kmstest that it did issue the following message: MESA-LOADER: failed to open tidss: /usr/lib/dri/tidss_dri.so.

    4276.putty.log
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2022.09.22 15:33:08 =~=~=~=~=~=~=~=~=~=~=~=
    
    U-Boot SPL 2020.01-tq-g0c0990aaca (Feb 23 2022 - 10:49:51 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam')
    Trying to boot from MMC2
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.5(release):08.03.00.002-dirty
    NOTICE:  BL31: Built : 23:53:39, May 27 2021
    
    U-Boot SPL 2020.01-tq-g0c0990aaca (Feb 23 2022 - 10:49:51 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam')
    Trying to boot from MMC2
    
    
    U-Boot 2020.01-tq-g0c0990aaca (Feb 23 2022 - 10:49:51 +0000)
    
    SoC:   AM65X SR2.0
    Model: TQ-Systems TQMa65xx SoM on MBa65xx carrier board
    DRAM:  2 GiB
    MMC:   sdhci@4f80000: 0, sdhci@4fa0000: 1
    Loading Environment from MMC... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM:
      ID: TQMa6548-P2.0101
      SN: 74803611
      MAC: 00:d0:93:53:36:81
    PRG0 Ethernet enabled
    PRG1 Ethernet enabled
    Configuring clock synthesizer at address 0x64...
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    Done!
    Net:   eth0: cpsw_nuss@046000000
    Hit any key to stop autoboot:  2  1  0 
    17192968 bytes read in 766 ms (21.4 MiB/s)
    66724 bytes read in 23 ms (2.8 MiB/s)
    4867 bytes read in 21 ms (225.6 KiB/s)
    4867 bytes read in 21 ms (225.6 KiB/s)
    3217 bytes read in 20 ms (156.3 KiB/s)
    ## Flattened Device Tree blob at 82000000
       Booting using the fdt blob at 0x82000000
       Loading Device Tree to 00000000fddb7000, end 00000000fdecafff ... OK
    Testing for SPI-NOR flash...
    SF: Detected mx66u51235f with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    Updating MTD partitions...
    
    Starting kernel ...
    
    [    0.000000] 000: printk: bootconsole [ns16550a0] enabled
    [    0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] 000: OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] 000: OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] 000: OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] 000: OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] 000: cma: Reserved 512 MiB at 0x00000000c0000000
    [    0.000000] 000: On node 0 totalpages: 32768
    [    0.000000] 000:   DMA zone: 16 pages used for memmap
    [    0.000000] 000:   DMA zone: 0 pages reserved
    [    0.000000] 000:   DMA zone: 16384 pages, LIFO batch:3
    [    0.000000] 000:   DMA32 zone: 16 pages used for memmap
    [    0.000000] 000:   DMA32 zone: 16384 pages, LIFO batch:3
    [    0.000000] 000: psci: probing for conduit method from DT.
    [    0.000000] 000: psci: PSCIv1.1 detected in firmware.
    [    0.000000] 000: psci: Using standard PSCI v0.2 function IDs
    [    0.000000] 000: psci: Trusted OS migration not required
    [    0.000000] 000: psci: SMC Calling Convention v1.0
    [    0.000000] 000: percpu: Embedded 2 pages/cpu s32216 r8192 d90664 u131072
    [    0.000000] 000: pcpu-alloc: s32216 r8192 d90664 u131072 alloc=2*65536
    [    0.000000] 000: 
    [    0.000000] 000: pcpu-alloc: 
    [    0.000000] 000: [0] 
    [    0.000000] 000: 0 
    [    0.000000] 000: [0] 
    [    0.000000] 000: 1 
    [    0.000000] 000: [0] 
    [    0.000000] 000: 2 
    [    0.000000] 000: [0] 
    [    0.000000] 000: 3 
    [    0.000000] 000: 
    [    0.000000] 000: Detected VIPT I-cache on CPU0
    [    0.000000] 000: CPU features: detected: ARM erratum 845719
    [    0.000000] 000: CPU features: detected: GIC system register CPU interface
    [    0.000000] 000: Built 1 zonelists, mobility grouping off.  Total pages: 32736
    [    0.000000] 000: Kernel command line: root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait earlycon=ns16550a,mmio32,0x02800000 console=ttyS2,115200n8
    [    0.000000] 000: Dentry cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
    [    0.000000] 000: Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes, linear)
    [    0.000000] 000: mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] 000: software IO TLB: mapped [mem 0xbbff0000-0xbfff0000] (64MB)
    [    0.000000] 000: Memory: 1423424K/2097152K available (9982K kernel code, 854K rwdata, 3904K rodata, 1664K init, 704K bss, 149440K reserved, 524288K cma-reserved)
    [    0.000000] 000: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] 000: rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] 000: rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] 000: 	Tasks RCU enabled.
    [    0.000000] 000: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] 000: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] 000: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] 000: GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] 000: GICv3: 960 SPIs implemented
    [    0.000000] 000: GICv3: 0 Extended SPIs implemented
    [    0.000000] 000: GICv3: Distributor has no Range Selector support
    [    0.000000] 000: GICv3: 16 PPIs implemented
    [    0.000000] 000: GICv3: no VLPI support, no direct LPI support
    [    0.000000] 000: GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000] 000: ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] 000: GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] 000: ITS@0x0000000001820000: allocated 1048576 Devices @ff000000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] 000: ITS: using cache flushing for cmd queue
    [    0.000000] 000: GICv3: using LPI property table @0x00000000fdd30000
    [    0.000000] 000: GIC: using cache flushing for LPI property table
    [    0.000000] 000: GICv3: CPU0: using allocated LPI pending table @0x00000000fdd40000
    [    0.000000] 000: random: get_random_bytes called from start_kernel+0x2b4/0x428 with crng_init=0
    [    0.000000] 000: arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] 000: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] 000: sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.009090] 000: Console: colour dummy device 80x25
    [    0.014149] 000: Calibrating delay loop (skipped), value calculated using timer frequency.. 
    [    0.022808] 000: 400.00 BogoMIPS (lpj=800000)
    [    0.027279] 000: pid_max: default: 32768 minimum: 301
    [    0.032572] 000: LSM: Security Framework initializing
    [    0.037826] 000: Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.045881] 000: Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.056890] 000: ASID allocator initialised with 32768 entries
    [    0.063078] 000: rcu: Hierarchical SRCU implementation.
    [    0.068873] 000: Platform MSI: gic-its@1820000 domain created
    [    0.075099] 000: PCI/MSI: /bus@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [    0.084796] 000: smp: Bringing up secondary CPUs ...
    [    0.091127] 001: Detected VIPT I-cache on CPU1
    [    0.095714] 001: GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.103219] 001: GICv3: CPU1: using allocated LPI pending table @0x00000000fdd50000
    [    0.111111] 001: CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.119657] 002: Detected VIPT I-cache on CPU2
    [    0.124256] 002: GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
    [    0.131941] 002: GICv3: CPU2: using allocated LPI pending table @0x00000000fdd60000
    [    0.139838] 002: CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
    [    0.148326] 003: Detected VIPT I-cache on CPU3
    [    0.152908] 003: GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
    [    0.160588] 003: GICv3: CPU3: using allocated LPI pending table @0x00000000fdd70000
    [    0.168471] 003: CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
    [    0.175765] 000: smp: Brought up 1 node, 4 CPUs
    [    0.180448] 000: SMP: Total of 4 processors activated.
    [    0.185727] 000: CPU features: detected: 32-bit EL0 Support
    [    0.191468] 000: CPU features: detected: CRC32 instructions
    [    0.208828] 000: CPU: All CPU(s) started at EL2
    [    0.213515] 000: alternatives: patching kernel code
    [    0.220142] 000: devtmpfs: initialized
    [    0.235194] 000: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.245684] 000: futex hash table entries: 1024 (order: 0, 65536 bytes, linear)
    [    0.254876] 000: pinctrl core: initialized pinctrl subsystem
    [    0.261952] 000: NET: Registered protocol family 16
    [    0.275560] 000: DMA: preallocated 256 KiB pool for atomic allocations
    [    0.283047] 000: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.311141] 001: HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.318496] 001: HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.325735] 001: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.335441] 001: cryptd: max_cpu_qlen set to 1000
    [    0.346464] 001: iommu: Default domain type: Translated 
    [    0.352460] 001: SCSI subsystem initialized
    [    0.357271] 001: mc: Linux media interface: v0.10
    [    0.362132] 001: videodev: Linux video capture interface: v2.00
    [    0.368233] 001: pps_core: LinuxPPS API ver. 1 registered
    [    0.373774] 001: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.383612] 001: PTP clock support registered
    [    0.388104] 001: EDAC MC: Ver: 3.0.0
    [    0.392949] 000: FPGA manager framework
    [    0.397051] 000: Advanced Linux Sound Architecture Driver Initialized.
    [    0.404743] 000: clocksource: Switched to clocksource arch_sys_counter
    [    0.411680] 000: VFS: Disk quotas dquot_6.6.0
    [    0.416269] 000: VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.430544] 000: thermal_sys: Registered thermal governor 'step_wise'
    [    0.437181] 000: thermal_sys: Registered thermal governor 'power_allocator'
    [    0.444901] 000: NET: Registered protocol family 2
    [    0.450557] 001: tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.459925] 001: TCP established hash table entries: 16384 (order: 1, 131072 bytes, linear)
    [    0.468674] 001: TCP bind hash table entries: 16384 (order: 2, 262144 bytes, linear)
    [    0.476985] 001: TCP: Hash tables configured (established 16384 bind 16384)
    [    0.484329] 001: UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.491779] 001: UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.499840] 001: NET: Registered protocol family 1
    [    0.505563] 000: RPC: Registered named UNIX socket transport module.
    [    0.512130] 000: RPC: Registered udp transport module.
    [    0.517410] 000: RPC: Registered tcp transport module.
    [    0.522686] 000: RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.529752] 000: PCI: CLS 0 bytes, default 64
    [    0.535349] 000: hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.550227] 000: Initialise system trusted keyrings
    [    0.555516] 000: workingset: timestamp_bits=46 max_order=15 bucket_order=0
    [    0.569202] 000: squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.576347] 000: NFS: Registering the id_resolver key type
    [    0.582022] 000: Key type id_resolver registered
    [    0.586766] 000: Key type id_legacy registered
    [    0.591334] 000: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.598660] 000: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.626427] 000: Key type asymmetric registered
    [    0.631092] 000: Asymmetric key parser 'x509' registered
    [    0.636585] 000: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.644624] 000: io scheduler mq-deadline registered
    [    0.649719] 000: io scheduler kyber registered
    [    0.657042] 000: pinctrl-single 4301c000.pinmux: 70 pins, size 280
    [    0.663965] 000: pinctrl-single 11c000.pinmux: 185 pins, size 740
    [    0.670370] 000: pinctrl-single 11c2e8.pinmux: 9 pins, size 36
    [    0.686249] 000: Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.709902] 000: brd: module loaded
    [    0.722301] 000: loop: module loaded
    [    0.729176] 000: libphy: Fixed MDIO Bus: probed
    [    0.734388] 000: tun: Universal TUN/TAP device driver, 1.6
    [    0.740201] 000: CAN device driver interface
    [    0.745392] 000: igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [    0.753879] 000: igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.760450] 000: sky2: driver version 1.30
    [    0.767644] 000: VFIO - User Level meta-driver version: 0.3
    [    0.774209] 001: i2c /dev entries driver
    [    0.779464] 001: sdhci: Secure Digital Host Controller Interface driver
    [    0.786276] 001: sdhci: Copyright(c) Pierre Ossman
    [    0.791782] 001: sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.799239] 001: ledtrig-cpu: registered to indicate activity on CPUs
    [    0.807911] 001: optee: probing for conduit method from DT.
    [    0.813672] 001: optee: revision 3.11 (c4def2a8)
    [    0.819191] 001: optee: initialized driver
    [    0.825054] 001: NET: Registered protocol family 17
    [    0.830088] 001: can: controller area network core (rev 20170425 abi 9)
    [    0.836959] 001: NET: Registered protocol family 29
    [    0.841974] 001: can: raw protocol (rev 20170425)
    [    0.846803] 001: can: broadcast manager protocol (rev 20170425 t)
    [    0.853063] 001: can: netlink gateway (rev 20190810) max_hops=1
    [    0.859330] 001: Key type dns_resolver registered
    [[        00..080640609070]]  000010::  rBeogoitsitnegr eLdi ntuaxs kosn tpahtyss ivcearls ioCnP U1 
    0
    x0[ 0 0 0 000.0807030 8[407x]4 10001f:d 03L4o]a
    d
    ing compiled-in X.509 certificates
    [    0.895758] 001: ti-sci bus@100000:bus@28380000:bus@42040000:dmsc: ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam')
    [    0.952839] 000: random: fast init done
    [    0.967455] 001: platform 41000000.r5f: configured R5F for remoteproc mode
    [    0.975252] 001: platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    0.984133] 001: remoteproc remoteproc0: 41000000.r5f is available
    [    0.991863] 001: remoteproc remoteproc0: Direct firmware load for am65x-mcu-r5f0_0-fw failed with error -2
    [    1.001951] 001: remoteproc remoteproc0: powering up 41000000.r5f
    [    1.008523] 001: remoteproc remoteproc0: Direct firmware load for am65x-mcu-r5f0_0-fw failed with error -2
    [    1.018908] 001: remoteproc remoteproc0: request_firmware failed: -2
    [    1.042152] 001: rtc rtc0: Power loss detected, invalid time
    [    1.048117] 001: rtc-pcf85063 0-0051: registered as rtc0
    [    1.054110] 001: at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
    [    1.062019] 001: at24 0-0057: 256 byte se97b EEPROM, read-only, 0 bytes/write
    [    1.069407] 001: omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.101100] 001: ina2xx 1-0040: power monitor ina226 (Rshunt = 3000 uOhm)
    [    1.108763] 001: ina2xx 1-0045: power monitor ina226 (Rshunt = 3000 uOhm)
    [    1.115789] 001: omap_i2c 40b00000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.123040] 001: ti-sci-intr bus@100000:bus@28380000:bus@42040000:interrupt-controller2: Interrupt Router 156 domain created
    [    1.134777] 001: ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 100 domain created
    [    1.144170] 001: ti-sci-intr bus@100000:navss@30800000:interrupt-controller1: Interrupt Router 182 domain created
    [    1.155028] 001: ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain -1 created
    [    1.171134] 001: keystone-pcie 5600000.pcie: host bridge /bus@100000/pcie@5600000 ranges:
    [    1.179599] 001: keystone-pcie 5600000.pcie:    IO 0x18020000..0x1802ffff -> 0x00000000
    [    1.187848] 001: keystone-pcie 5600000.pcie:   MEM 0x18030000..0x1fffffff -> 0x18030000
    [    2.196479] 001: keystone-pcie 5600000.pcie: Phy link never came up
    [    2.203074] 001: keystone-pcie 5600000.pcie: PCI host bridge to bus 0000:00
    [    2.210241] 001: pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.216333] 001: pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    2.223133] 001: pci_bus 0000:00: root bus resource [mem 0x18030000-0x1fffffff]
    [    2.230674] 001: pci 0000:00:00.0: [104c:b00c] type 01 class 0x060400
    [    2.237328] 001: pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
    [    2.244745] 001: pci 0000:00:00.0: supports D1
    [    2.249317] 001: pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.263323] 001: pci 0000:00:00.0: BAR 6: assigned [mem 0x18030000-0x1803ffff pref]
    [    2.271212] 001: pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [    2.277456] 001: pcieport 0000:00:00.0: PME: Signaling with IRQ 27
    [    2.284143] 001: pcieport 0000:00:00.0: AER: enabled with IRQ 27
    [    2.296205] 001: remoteproc remoteproc1: b034000.pru is available
    [    2.302555] 001: pru-rproc b034000.pru: PRU rproc node /bus@100000/icssg@b000000/pru@34000 probed successfully
    [    2.313480] 001: remoteproc remoteproc2: b004000.rtu is available
    [    2.319799] 001: pru-rproc b004000.rtu: PRU rproc node /bus@100000/icssg@b000000/rtu@4000 probed successfully
    [    2.330488] 001: pru-rproc b00a000.txpru: IRQ vring not found
    [    2.336407] 001: pru-rproc b00a000.txpru: IRQ kick not found
    [    2.342278] 001: remoteproc remoteproc3: b00a000.txpru is available
    [    2.348857] 001: pru-rproc b00a000.txpru: PRU rproc node /bus@100000/icssg@b000000/txpru@a000 probed successfully
    [    2.360171] 001: remoteproc remoteproc4: b038000.pru is available
    [    2.366498] 001: pru-rproc b038000.pru: PRU rproc node /bus@100000/icssg@b000000/pru@38000 probed successfully
    [    2.377417] 001: remoteproc remoteproc5: b006000.rtu is available
    [    2.383726] 001: pru-rproc b006000.rtu: PRU rproc node /bus@100000/icssg@b000000/rtu@6000 probed successfully
    [    2.394391] 001: pru-rproc b00c000.txpru: IRQ vring not found
    [    2.400306] 001: pru-rproc b00c000.txpru: IRQ kick not found
    [    2.406174] 001: remoteproc remoteproc6: b00c000.txpru is available
    [    2.412687] 001: pru-rproc b00c000.txpru: PRU rproc node /bus@100000/icssg@b000000/txpru@c000 probed successfully
    [    2.428170] 001: remoteproc remoteproc7: b134000.pru is available
    [    2.434518] 001: pru-rproc b134000.pru: PRU rproc node /bus@100000/icssg@b100000/pru@34000 probed successfully
    [    2.445453] 001: remoteproc remoteproc8: b104000.rtu is available
    [    2.451771] 001: pru-rproc b104000.rtu: PRU rproc node /bus@100000/icssg@b100000/rtu@4000 probed successfully
    [    2.462448] 001: pru-rproc b10a000.txpru: IRQ vring not found
    [    2.468364] 001: pru-rproc b10a000.txpru: IRQ kick not found
    [    2.474236] 001: remoteproc remoteproc9: b10a000.txpru is available
    [    2.480720] 001: pru-rproc b10a000.txpru: PRU rproc node /bus@100000/icssg@b100000/txpru@a000 probed successfully
    [    2.491894] 001: remoteproc remoteproc10: b138000.pru is available
    [    2.498296] 001: pru-rproc b138000.pru: PRU rproc node /bus@100000/icssg@b100000/pru@38000 probed successfully
    [    2.509268] 001: remoteproc remoteproc11: b106000.rtu is available
    [    2.515681] 001: pru-rproc b106000.rtu: PRU rproc node /bus@100000/icssg@b100000/rtu@6000 probed successfully
    [    2.526365] 001: pru-rproc b10c000.txpru: IRQ vring not found
    [    2.532279] 001: pru-rproc b10c000.txpru: IRQ kick not found
    [    2.538150] 001: remoteproc remoteproc12: b10c000.txpru is available
    [    2.544819] 001: pru-rproc b10c000.txpru: PRU rproc node /bus@100000/icssg@b100000/txpru@c000 probed successfully
    [    2.560231] 001: remoteproc remoteproc13: b234000.pru is available
    [    2.566669] 001: pru-rproc b234000.pru: PRU rproc node /bus@100000/icssg@b200000/pru@34000 probed successfully
    [    2.577603] 001: remoteproc remoteproc14: b204000.rtu is available
    [    2.584005] 001: pru-rproc b204000.rtu: PRU rproc node /bus@100000/icssg@b200000/rtu@4000 probed successfully
    [    2.594691] 001: pru-rproc b20a000.txpru: IRQ vring not found
    [    2.600608] 001: pru-rproc b20a000.txpru: IRQ kick not found
    [    2.606481] 001: remoteproc remoteproc15: b20a000.txpru is available
    [    2.613054] 001: pru-rproc b20a000.txpru: PRU rproc node /bus@100000/icssg@b200000/txpru@a000 probed successfully
    [    2.624243] 001: remoteproc remoteproc16: b238000.pru is available
    [    2.630642] 001: pru-rproc b238000.pru: PRU rproc node /bus@100000/icssg@b200000/pru@38000 probed successfully
    [    2.641552] 001: remoteproc remoteproc17: b206000.rtu is available
    [    2.647949] 001: pru-rproc b206000.rtu: PRU rproc node /bus@100000/icssg@b200000/rtu@6000 probed successfully
    [    2.658603] 001: pru-rproc b20c000.txpru: IRQ vring not found
    [    2.664518] 001: pru-rproc b20c000.txpru: IRQ kick not found
    [    2.670391] 001: remoteproc remoteproc18: b20c000.txpru is available
    [    2.676965] 001: pru-rproc b20c000.txpru: PRU rproc node /bus@100000/icssg@b200000/txpru@c000 probed successfully
    [    2.689533] 001: k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:195
    [    2.699915] 001: k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    2.707164] 001: k3-ringacc 2b800000.ringacc: RA Proxy rev. 66348100, num_proxies:64
    [    2.718538] 001: k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,100] sci-dev-id:187
    [    2.729115] 001: k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    2.736362] 001: k3-ringacc 3c000000.ringacc: RA Proxy rev. 66348100, num_proxies:64
    [    2.745255] 001: printk: console [ttyS2] disabled
    [    2.750150] 001: 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 16, base_baud = 3000000) is a 8250
    [    2.759402] 001: printk: console [ttyS2] enabled
    [    2.764151] 001: printk: bootconsole [ns16550a0] disabled
    [    2.759402] 001: printk: console [ttyS2] enabled
    [    2.764151] 001: printk: bootconsole [ns16550a0] disabled
    [    2.781024] 001: m_can_platform 40528000.mcan: m_can device registered (irq=11, version=32)
    [    2.783401] 001: m_can_platform 40568000.mcan: m_can device registered (irq=13, version=32)
    [    2.824750] 001: davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.824766] 001: libphy: 46000f00.mdio: probed
    [    2.826065] 001: am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
    [    2.828281] 001: am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    2.833374] 001: mmc0: CQHCI version 5.10
    [    2.868747] 001: mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [    2.869785] 001: mmc1: CQHCI version 5.10
    [    2.937594] 001: mmc0: Command Queue Engine enabled
    [    2.937612] 001: mmc0: new HS200 MMC card at address 0001
    [    2.938386] 001: mmcblk0: mmc0:0001 DG4008 7.28 GiB 
    [    2.938660] 001: mmcblk0boot0: mmc0:0001 DG4008 partition 1 4.00 MiB
    [    2.938940] 001: mmcblk0boot1: mmc0:0001 DG4008 partition 2 4.00 MiB
    [    2.939180] 001: mmcblk0rpmb: mmc0:0001 DG4008 partition 3 4.00 MiB, chardev (240:0)
    [    2.941066] 001:  mmcblk0: p1 p2
    [    3.899934] 001: mmc1: SDHCI controller on 4fa0000.sdhci [4fa0000.sdhci] using ADMA 64-bit
    [    3.912034] 001: pca953x 1-0020: 1-0020 supply vcc not found, using dummy regulator
    [    3.912218] 001: pca953x 1-0020: using no AI
    [    3.912832] 001: GPIO line 255 (PRG0_RGMII_INT#) hogged as input
    [    3.912963] 001: GPIO line 258 (PRG1_RGMII_INT#) hogged as input
    [    3.913244] 001: GPIO line 262 (PRG2_RGMII_INT#) hogged as input
    [    3.913368] 001: GPIO line 264 (MCU_RGMII_INT#) hogged as input
    [    3.914267] 001: pca953x 1-0021: 1-0021 supply vcc not found, using dummy regulator
    [    3.914326] 001: pca953x 1-0021: using no AI
    [    3.915131] 001: GPIO line 238 (MPCIE_1V5_EN) hogged as output/high
    [    3.915367] 001: GPIO line 244 (USB_HUB_RST#) hogged as output/high
    [    3.915602] 001: GPIO line 245 (CLK_PDN#) hogged as output/high
    [    3.916149] 001: GPIO line 246 (MPCIE_RST#) hogged as output/high
    [    3.916384] 001: GPIO line 247 (MPCIE_DIS#) hogged as output/high
    [    3.917561] 001: omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    3.918000] 001: omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    3.918296] 001: pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [    3.920540] 001: ti-udma 285c0000.dma-controller: Channels: 28 (tchan: 14, rchan: 14, gp-rflow: 16)
    [    3.926466] 001: ti-udma 31150000.dma-controller: Channels: 119 (tchan: 53, rchan: 66, gp-rflow: 64)
    [    3.936869] 001: mmc1: new high speed SDHC card at address 59b4
    [    3.937664] 001: mmcblk1: mmc1:59b4 USD   7.51 GiB 
    [    3.942670] 001:  mmcblk1: p1 p2
    [    3.972753] 001: davinci_mdio b032400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [    3.972771] 001: libphy: b032400.mdio: probed
    [    3.975551] 001: davinci_mdio b032400.mdio: phy[1]: device b032400.mdio:01, driver TI DP83867
    [    3.975564] 001: davinci_mdio b032400.mdio: phy[2]: device b032400.mdio:02, driver TI DP83867
    [    4.016744] 001: davinci_mdio b132400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [    4.016758] 001: libphy: b132400.mdio: probed
    [    4.019375] 001: davinci_mdio b132400.mdio: phy[1]: device b132400.mdio:01, driver TI DP83867
    [    4.019386] 001: davinci_mdio b132400.mdio: phy[2]: device b132400.mdio:02, driver TI DP83867
    [    4.060743] 001: davinci_mdio b232400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [    4.060754] 001: libphy: b232400.mdio: probed
    [    4.063301] 001: davinci_mdio b232400.mdio: phy[1]: device b232400.mdio:01, driver TI DP83867
    [    4.063311] 001: davinci_mdio b232400.mdio: phy[2]: device b232400.mdio:02, driver TI DP83867
    [    4.064838] 001: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    4.064846] 001: [drm] No driver support for vblank timestamp query.
    [    4.066721] 001: [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [    5.444917] 001: Console: switching to colour frame buffer device 128x37
    [    5.461126] 001: tidss 4a00000.dss: fb0: tidssdrmfb frame buffer device
    [    5.473729] 001: spi-nor spi0.0: mx66u51235f (65536 Kbytes)
    [    5.473790] 001: 7 fixed-partitions partitions found on MTD device 47040000.spi.0
    [    5.473795] 001: Creating 7 MTD partitions on "47040000.spi.0":
    [    5.473805] 001: 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    5.475313] 001: 0x000000080000-0x000000280000 : "ospi.tispl"
    [    5.476684] 001: 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    5.478130] 001: 0x000000680000-0x0000006a0000 : "ospi.env"
    [    5.479459] 001: 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    5.480693] 001: 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    5.482142] 001: 0x000000800000-0x000004000000 : "ospi.rootfs"
    [    5.520752] 001: davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.520772] 001: libphy: 46000f00.mdio: probed
    [    5.526386] 001: davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver TI DP83867
    [    5.526430] 001: am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
    [    5.527597] 001: am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.528333] 001: am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    5.528343] 001: am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.529449] 001: am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    5.538754] 001: TI DP83867 b132400.mdio:01: Force gigabit master mode
    [    5.546383] 001: TI DP83867 b132400.mdio:02: Force gigabit master mode
    [    5.548081] 001: icssg-prueth pruss1_eth: TI PRU ethernet driver initialized: dual EMAC mode
    [    5.555838] 001: TI DP83867 b032400.mdio:01: Force gigabit master mode
    [    5.563417] 001: TI DP83867 b032400.mdio:02: Force gigabit master mode
    [    5.565133] 001: icssg-prueth pruss0_eth: TI PRU ethernet driver initialized: dual EMAC mode
    [    5.572737] 001: TI DP83867 b232400.mdio:01: Force gigabit master mode
    [    5.580309] 001: TI DP83867 b232400.mdio:02: Force gigabit master mode
    [    5.582008] 001: icssg-prueth pruss2_eth: TI PRU ethernet driver initialized: dual EMAC mode
    [    5.583934] 001: debugfs: Directory 'pd:121' with parent 'pm_genpd' already present!
    [    5.583980] 001: debugfs: Directory 'pd:120' with parent 'pm_genpd' already present!
    [    5.587718] 001: input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    5.588665] 001: rtc rtc0: Power loss detected, invalid time
    [    5.588676] 001: rtc-pcf85063 0-0051: hctosys: unable to read the hardware clock
    [    5.606325] 001: ALSA device list:
    [    5.606334] 001:   No soundcards found.
    [    5.714126] 001: EXT4-fs (mmcblk1p2): recovery complete
    [    5.720233] 001: EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    5.720323] 001: VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    5.721011] 001: devtmpfs: mounted
    [    5.721903] 001: Freeing unused kernel memory: 1664K
    [    5.820776] 001: Run /sbin/init as init process
    [    6.192083] 001: systemd[1]: System time before build time, advancing clock.
    [    6.284070] 001: NET: Registered protocol family 10
    [    6.285791] 001: Segment Routing with IPv6
    [    6.331022] 001: systemd[1]: systemd 247 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -ZSTD -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    6.331713] 001: systemd[1]: Detected architecture arm64.
    
    Welcome to Dumpling Wayland (TQ-Systems Dumpling Wayland Distribution for TI BSP) 3.3.5 (hardknott)!
    
    [    6.426018] 001: systemd[1]: Set hostname to <tqma65xx-2gb-mba65xx>.
    [    6.975667] 001: systemd[1]: Queued start job for default target Graphical Interface.
    [    6.980861] 001: random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] [    7.023772] 001: systemd[1]: Created slice system-getty.slice.
    Created slice system-getty.slice.
    [  OK  ] Created slice system-modprobe.slice.
    [    7.041002] 001: random: systemd: uninitialized urandom read (16 bytes read)
    [    7.042880] 001: systemd[1]: Created slice system-modprobe.slice.
    [    7.056488] 001: random: systemd: uninitialized urandom read (16 bytes read)
    [    7.058215] 001: systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice User and Session Slice.
    [    7.094648] 001: systemd[1]: Created slice User and Session Slice.
    [  OK  ] Started Dispatch Password …ts to C[    7.107734] 001: systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    onsole Directory Watch.
    [  OK  ] Started Forward Password R…uests t[    7.133114] 001: systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    o Wall Directory Watch.
    [  OK  ] Reached target Paths.
    [    7.157161] 001: systemd[1]: Reached target Paths.
    [  OK  ] Reached target Remote File Systems[[    7.168899] 001: systemd[1]: Reached target Remote File Systems.
    0m.
    [  OK  ] Reached target Slices.
    [    7.188888] 001: systemd[1]: Reached target Slices.
    [  OK  ] Reached target Swap.
    [    7.200916] 001: systemd[1]: Reached target Swap.
    [  OK  ] Listening on RPCbind Server Activat[    7.242642] 003: systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket.
    [  OK  ] Reached target RPC Port Mapper.
    [    7.265114] 002: systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Listening on Syslog Socket.[    7.282637] 002: systemd[1]: Listening on Syslog Socket.
    
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    7.305273] 002: systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.337365] 002: systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    7.338280] 002: systemd[1]: Listening on Journal Socket (/dev/log).
    [    7.354174] 002: systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.377729] 002: systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  [    7.392282] 002: systemd[1]: Listening on udev Control Socket.
    ] Listening on udev Control Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.409250] 002: systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.421435] 002: systemd[1]: Listening on User Database Manager Socket.
             Mounting Huge Pages File System...
    [    7.440874] 002: systemd[1]: Mounting Huge Pages File System...
             Mounting POSIX Message Queue File System..[    7.458507] 002: systemd[1]: Mounting POSIX Message Queue File System...
    .
             Mounting Kernel Debug File System...
    [    7.486907] 002: systemd[1]: Mounting Kernel Debug File System...
    [    7.499507] 002: systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
    [    7.505688] 002: systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
             Starting Create list of st…odes for the curr[    7.532925] 002: systemd[1]: Starting Create list of static device nodes for the current kernel...
    ent kernel...
             Starting Load Kernel Module configfs...
    [    7.563274] 002: systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module drm...
    [    7.582000] 002: systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module fuse...
    [    7.599899] 002: systemd[1]: Starting Load Kernel Module fuse...
    [  OK  ] Started Hardware RNG Entropy Gather[    7.624237] 002: systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
    er Daemon.
    [    7.638202] 001: fuse: init (API version 7.31)
             Starting RPC Bind...
    [    7.655645] 002: systemd[1]: Starting RPC Bind...
    [    7.665209] 002: systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
             Starting Journal Service...
    [    7.682522] 002: systemd[1]: Starting Journal Service...
    [    7.715883] 002: systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
    [    7.722027] 002: systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
             Starting Apply Kernel Variables...
    [    7.765827] 003: systemd[1]: Starting Apply Kernel Variables...
             Starting Coldplug All udev Devices...
    [    7.767205] 000: EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [    7.785490] 003: systemd[1]: Starting Coldplug All udev Devices...
             Starting Setup Virtual Console...[    7.805593] 002: systemd[1]: Starting Setup Virtual Console...
    
    [  OK  ] [    7.831128] 002: systemd[1]: Started RPC Bind.
    Started RPC Bind.
    [  OK  ] Mounted Huge Pages File System.
    [    7.850468] 002: systemd[1]: Mounted Huge Pages File System.
    [  OK  ] [    7.863103] 003: systemd[1]: Mounted POSIX Message Queue File System.
    Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [    7.881778] 003: systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [    7.897742] 003: systemd[1]: Mounted Temporary Directory (/tmp).
    [  OK  ] [    7.916368] 003: systemd[1]: Finished Create list of static device nodes for the current kernel.
    Finished Create list of st… nodes for the current kernel.
    [  OK  ] Started Journal Service.
    [    7.949739] 003: systemd[1]: Started Journal Service.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Setup Virtual Console.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    8.169613] 000: systemd-journald[178]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Service...
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Finished Coldplug All udev Devices.
             Starting Start Psplash Boot Screen...
    [  OK  ] Finished Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Start Psplash Boot Screen.
    [  OK  ] Started Start psplash-syst…progress communication helper.
    [  OK  ] Started Network Service.
             Starting Network Name Resolution...
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting sshd.socket.
             Starting Weston socket.
             Starting Console System Startup Logging...
    [  OK  ] Listening on sshd.socket.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Console System Startup Logging.
    [  OK  ] Created slice system-systemd\x2dbacklight.slice.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Kernel Logging Service.
    [  OK  ] Started System Logging Service.
    [  OK  ] Started Periodic Command Scheduler.
    [  OK  ] Started D-Bus System Message Bus.
             Starting Lighttpd Daemon...
             Starting Telephony service...
    [  OK  ] Started Updates psplash to basic.
             Starting Load/Save Screen …ness of backlight:backlight...
    [    9.466756] 001: IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready
             Starting User Login Management...
             Starting OpenSSH Key Generation...
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Finished Load/Save Screen …htness of backlight:backlight.
    [  OK  ] Finished OpenSSH Key Generation.
    [    9.743305] 002: TI DP83867 46000f00.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:01, irq=POLL)
    [    9.755400] 002: am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [  OK  ] Started Lighttpd Daemon.
    [    9.853225] 001: edt_ft5x06 1-0038: touchscreen probe failed
    [    9.853342] 001: edt_ft5x06: probe of 1-0038 failed with error -121
    [  OK  ] Started Telephony service.
    [  OK  ] Started User Login Management.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started Update psplash to network.
             Starting Terminate Psplash Boot Screen...
             Starting Permit User Sessions...
    [  OK  ] Finished Terminate Psplash Boot Screen.
    [  OK  ] Finished Permit User Sessions.
    [   10.424346] 001: remoteproc remoteproc7: powering up b134000.pru
    [   10.438206] 000: remoteproc remoteproc7: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 36316
    [   10.438378] 000: pru-rproc b134000.pru: configured system_events[159-0] = 00000000,00000000,00000000,00000000,01000000
    [   10.438393] 000: pru-rproc b134000.pru: configured intr_channels = 0x00000001 host_intr = 0x00000004
    [   10.438408] 000: remoteproc remoteproc7: remote processor b134000.pru is now up
    [   10.438439] 000: remoteproc remoteproc8: powering up b104000.rtu
    [   10.456914] 000: remoteproc remoteproc8: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 29944
    [   10.456961] 000: remoteproc remoteproc8: remote processor b104000.rtu is now up
    [   10.456999] 000: remoteproc remoteproc9: powering up b10a000.txpru
    [   10.459635] 000: remoteproc remoteproc9: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 35916
    [   10.459682] 000: remoteproc remoteproc9: remote processor b10a000.txpru is now up
    [   10.473284] 002: TI DP83867 b132400.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b132400.mdio:01, irq=POLL)
    [   10.473567] 002: net eth1: started
    [   10.480839] 000: IPv6: ADDRCONF(NETDEV_CHANGE): can1: link becomes ready
    [   10.556085] 002: remoteproc remoteproc10: powering up b138000.pru
    [   10.558822] 002: remoteproc remoteproc10: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 36588
    [   10.558988] 002: pru-rproc b138000.pru: configured system_events[159-0] = 00000000,00000000,00000000,00000000,02000000
    [   10.558999] 002: pru-rproc b138000.pru: configured intr_channels = 0x00000002 host_intr = 0x00000008
    [   10.559010] 002: remoteproc remoteproc10: remote processor b138000.pru is now up
    [  OK  ] [   10.559042] 002: remoteproc remoteproc11: powering up b106000.rtu
    Started Getty on tty1.
    [   10.567423] 002: remoteproc remoteproc11: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 29184
    [   10.567468] 002: remoteproc remoteproc11: remote processor b106000.rtu is now up
    [   10.567503] 002: remoteproc remoteproc12: powering up b10c000.txpru
    [   10.576861] 002: remoteproc remoteproc12: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 34552
    [  OK  ] Started Serial Getty on ttyS1.[   10.576919] 002: remoteproc remoteproc12: remote processor b10c000.txpru is now up
    
    [   10.588063] 002: TI DP83867 b132400.mdio:02: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b132400.mdio:02, irq=POLL)
    [   10.588368] 002: net eth2: started
    [  OK  ] Started Serial Getty on ttyS2.
    [   10.634482] 002: remoteproc remoteproc13: powering up b234000.pru
    [   10.634681] 002: remoteproc remoteproc13: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 36316
    [   10.634851] 002: pru-rproc b234000.pru: configured system_events[159-0] = 00000000,00000000,00000000,00000000,01000000
    [   10.634864] 002: pru-rproc b234000.pru: configured intr_channels = 0x00000001 host_intr = 0x00000004
    [   10.634875] 002: remoteproc remoteproc13: remote processor b234000.pru is now up
    [  OK  ] Reached target Login Prompts.
    [   10.634904] 002: remoteproc remoteproc14: powering up b204000.rtu
    [   10.635021] 002: remoteproc remoteproc14: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 29944
    [   10.635045] 002: remoteproc remoteproc14: remote processor b204000.rtu is now up
    [  OK  ] Reached target Multi-User System[   10.635061] 002: remoteproc remoteproc15: powering up b20a000.txpru
    .
    [   10.635167] 002: remoteproc remoteproc15: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 35916
    [   10.635198] 002: remoteproc remoteproc15: remote processor b20a000.txpru is now up
    [   10.646670] 002: TI DP83867 b232400.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b232400.mdio:01, irq=POLL)
    [   10.646974] 002: net eth5: started
    [   10.683420] 002: remoteproc remoteproc16: powering up b238000.pru
             Starting Weston, a Wayland…ositor, as a syst[   10.683631] 002: remoteproc remoteproc16: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 36588
    em service...
    [   10.683806] 002: pru-rproc b238000.pru: configured system_events[159-0] = 00000000,00000000,00000000,00000000,02000000
    [   10.683818] 002: pru-rproc b238000.pru: configured intr_channels = 0x00000002 host_intr = 0x00000008
    [   10.683831] 002: remoteproc remoteproc16: remote processor b238000.pru is now up
    [   10.683867] 002: remoteproc remoteproc17: powering up b206000.rtu
    [  OK  ] Finished Load/Save Random Seed.
    [   10.684003] 002: remoteproc remoteproc17: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 29184
    
    [   10.684033] 002: remoteproc remoteproc17: remote processor b206000.rtu is now up
    [   10.684053] 002: remoteproc remoteproc18: powering up b20c000.txpru
    [   10.684160] 002: remoteproc remoteproc18: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 34552
    [   10.684191] 002: remoteproc remoteproc18: remote processor b20c000.txpru is now up
    [   10.686781] 002: TI DP83867 b232400.mdio:02: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b232400.mdio:02, irq=POLL)
    [   10.687087] 002: net eth6: started
    [   10.751154] 000: remoteproc remoteproc4: powering up b038000.pru
    [   10.751335] 000: remoteproc remoteproc4: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 36588
    [   10.751462] 000: pru-rproc b038000.pru: configured system_events[159-0] = 00000000,00000000,00000000,00000000,02000000
    [   10.751474] 000: pru-rproc b038000.pru: configured intr_channels = 0x00000002 host_intr = 0x00000008
    [   10.751487] 000: remoteproc remoteproc4: remote processor b038000.pru is now up
    [   10.751514] 000: remoteproc remoteproc5: powering up b006000.rtu
    [   10.751614] 000: remoteproc remoteproc5: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 29184
    [   10.751639] 000: remoteproc remoteproc5: remote processor b006000.rtu is now up
    [   10.751659] 000: remoteproc remoteproc6: powering up b00c000.txpru
    [   10.751757] 000: remoteproc remoteproc6: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 34552
    [   10.751784] 000: remoteproc remoteproc6: remote processor b00c000.txpru is now up
    [   10.758450] 000: TI DP83867 b032400.mdio:02: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b032400.mdio:02, irq=POLL)
    [   10.758752] 000: net eth4: started
    [   10.868849] 002: random: crng init done
    [   10.868863] 002: random: 7 urandom warning(s) missed due to ratelimiting
    [  OK  [   10.889770] 000: remoteproc remoteproc1: powering up b034000.pru
    ] Reached target Hardware activated USB gadget.
    [   10.889979] 000: remoteproc remoteproc1: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 36316
    [   10.890131] 000: pru-rproc b034000.pru: configured system_events[159-0] = 00000000,00000000,00000000,00000000,01000000
    [   10.890143] 000: pru-rproc b034000.pru: configured intr_channels = 0x00000001 host_intr = 0x00000004
    [   10.890156] 000: remoteproc remoteproc1: remote processor b034000.pru is now up
    [   10.890186] 000: remoteproc remoteproc2: powering up b004000.rtu
    [   10.890307] 000: remoteproc remoteproc2: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 29944
             [   10.890335] 000: remoteproc remoteproc2: remote processor b004000.rtu is now up
    Starting User Database Manager...
    [   10.890353] 000: remoteproc remoteproc3: powering up b00a000.txpru
    [   10.890491] 000: remoteproc remoteproc3: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 35916
    [   10.890520] 000: remoteproc remoteproc3: remote processor b00a000.txpru is now up
    [   10.894131] 000: TI DP83867 b032400.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b032400.mdio:01, irq=POLL)
    [   10.894432] 000: net eth3: started
    [   10.979589] 002: dwc3 4010000.usb: Failed to get clk 'ref': -2
    [   10.983178] 002: OF: graph: no port node found in /bus@100000/phy@4100000
    [   10.990610] 002: dwc3 4030000.usb: Failed to get clk 'ref': -2
    [   11.095815] 001: usbcore: registered new interface driver usbfs
    [   11.095884] 001: usbcore: registered new interface driver hub
    [   11.095954] 001: usbcore: registered new device driver usb
    [   11.143635] 001: xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   11.143689] 001: xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   11.143878] 001: xhci-hcd xhci-hcd.2.auto: hcc params 0x0298fe6d hci version 0x110 quirks 0x0000000000010010
    [   11.143967] 001: xhci-hcd xhci-hcd.2.auto: irq 629, io mem 0x04030000
    [   11.144359] 001: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [   11.144369] 001: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   11.144378] 001: usb usb1: Product: xHCI Host Controller
    [   11.144384] 001: usb usb1: Manufacturer: Linux 5.4.109-rt55 xhci-hcd
    [  OK  ] Started User Database Manager.
    [   11.144391] 001: usb usb1: SerialNumber: xhci-hcd.2.auto
    [   11.145598] 001: hub 1-0:1.0: USB hub found
    [   11.145665] 001: hub 1-0:1.0: 1 port detected
    [   11.146213] 001: xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   11.146234] 001: xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   11.146257] 001: xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   11.146342] 001: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   11.146486] 001: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [   11.146496] 001: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   11.146503] 001: usb usb2: Product: xHCI Host Controller
    [[   11.146509] 001: usb usb2: Manufacturer: Linux 5.4.109-rt55 xhci-hcd
      OK  [   11.146517] 001: usb usb2: SerialNumber: xhci-hcd.2.auto
    ] [   11.147257] 001: hub 2-0:1.0: USB hub found
    Created slice User Slice of UID 1000.[   11.147313] 001: hub 2-0:1.0: 1 port detected
    
    [   11.488634] 000: usb 1-1: new high-speed USB device number 2 using xhci-hcd
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
    [   11.645034] 000: usb 1-1: New USB device found, idVendor=0424, idProduct=2517, bcdDevice= 0.02
    [   11.645058] 000: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
             Starting User Manager for UID 1000...
    [   11.690947] 000: hub 1-1:1.0: USB hub found
    [   11.691100] 000: hub 1-1:1.0: 7 ports detected
    [   12.040770] 000: usb 1-1.2: new low-speed USB device number 3 using xhci-hcd
    [   12.144446] 000: usb 1-1.2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
    [   12.144462] 000: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [   12.144470] 000: usb 1-1.2: Product: USB Optical Mouse
    [   12.144477] 000: usb 1-1.2: Manufacturer: Logitech
    [   12.225826] 001: input: Logitech USB Optical Mouse as /devices/platform/bus@100000/4020000.dwc3/4030000.usb/xhci-hcd.2.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C077.0001/input/input2
    [   12.226123] 001: hid-generic 0003:046D:C077.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.2.auto-1.2/input0
    [   12.226319] 001: usbcore: registered new interface driver usbhid
    [   12.226325] 001: usbhid: USB HID core driver
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of user weston.
    [   12.817836] 000: am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   12.817909] 000: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [  OK  ] Started Weston, a Wayland …mpositor, as a system service.
    [  OK  ] Reached target Graphical Interface.
             Starting Update UTMP about System Runlevel Changes...
    [  OK  ] Finished Update UTMP about System Runlevel Changes.
    
    
    Dumpling Wayland (TQ-Systems Dumpling Wayland Distribution for TI BSP) 3.3.5 tqma65xx-2gb-mba65xx ttyS2
    
    tqma65xx-2gb-mba65xx login: root
    
    78root@tqma65xx-2gb-mba65xx:~# systemctl stop weston.service
    Warning: Stopping weston.service, but it can still be activated by:
      weston.socket
    root@tqma65xx-2gb-mba65xx:~# kmscube
    MESA-LOADER: failed to open tidss: /usr/lib/dri/tidss_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri)
    failed to load driver: tidss
    Using display 0xaaab0aa92550 with EGL version 1.4
    ===================================
    EGL information:
      version: "1.4"
      vendor: "Mesa Project"
      client extensions: "EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_MESA_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless"
      display extensions: "EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_image_dma_buf_export EGL_MESA_query_driver "
    ===================================
    OpenGL ES 2.x information:
      version: "OpenGL ES 3.1 Mesa 21.0.3"
      shading language version: "OpenGL ES GLSL ES 3.10"
      vendor: "Mesa/X.org"
      renderer: "softpipe"
      extensions: "GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_context_flush_control GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_texture_compression_bptc GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod "
    ===================================
    Using modifier ffffffffffffff
    Modifiers failed!
    Using modifier ffffffffffffff
    Modifiers failed!
    Rendered 15 frames in 2.039599 sec (7.354388 fps)
    Rendered 30 frames in 4.079207 sec (7.354370 fps)
    Rendered 45 frames in 6.118820 sec (7.354359 fps)
    Rendered 60 frames in 8.141532 sec (7.369621 fps)
    Rendered 76 frames in 10.215018 sec (7.440026 fps)
    Rendered 93 frames in 12.237639 sec (7.599505 fps)
    Rendered 110 frames in 14.260250 sec (7.713750 fps)
    Rendered 127 frames in 16.282861 sec (7.799612 fps)
    ^C
    root@tqma65xx-2gb-mba65xx:~# 

  • Let's not worry about kmscube because that will invoke GPU/Mesa stuff and it has nothing to do with display going black. I usually like running kmstest because it's a standalone DSS/DRM test. Also, one thing to check, if you run kmstest and display is still black, are you seeing any signal activity on the DSS pins and clocks?

    Regards,
    Krunal

  • Hi Krunal,

    Sorry about the delayed response. The forums were down for me.

    We found the issue to be a reset line that was being pulled down, which would cause the screen to fade. Thanks for your assistance in debugging this issue.

    Joseph