Enabling LVDS interface for LCD

Colibri imx7d with Iris-v2 carrier board, Linux colibri-imx7-emmc-14989987 5.4.193-5.7.2+git.b60d3160fd04 #1 SMP Fri Dec 23 15:47:24 UTC 2022 armv7l armv7l armv7l GNU/Linux

Need help to enable the LVDS interface for LCD. I am trying to create a dtbo to enable the LVDS interface for my LCD. The LCD that I am using is the Innolux G101ICE. The following dts is virtually copied from colibri-imx7_parallel-rgb-lvds-rgb24-single_overlay.dts but it doesn’t seem to work at all. There is no backlight. I checked /sys/class/backlight and the link to the backlight driver isn’t there.

I have run out of ideas and don’t know what else to try. Please help.

-Jerry

#include <dt-bindings/gpio/gpio.h>

/dts-v1/;
/plugin/;

/ {
        compatible = "toradex,colibri-imx7d",
                     "toradex,colibri-imx7d-emmc",
                     "toradex,colibri-imx7s";

};


&backlight {
        status = "okay";
};


/* Need to be disabled due to overlapped pins SODIMM_55, SODIMM_63 */
&flexcan1 {
        status = "disabled";
};


&gpio2 {
        /*
         * This switches the LVDS transceiver to VESA color mapping mode.
         */
        LVDS_COLOR_MAP {
                gpio-hog;
                gpios = <13 GPIO_ACTIVE_HIGH>; /* SODIMM 95 */
                line-name = "LVDS_COLOR_MAP";
                output-low;
        };
};


&gpio7 {
        /*
         * This switches the LVDS transceiver to the 24-bit RGB mode.
         */
        LVDS_RGB_MODE {
                gpio-hog;
                gpios = <2 GPIO_ACTIVE_HIGH>; /* SODIMM 63 */
                line-name = "LVDS_RGB_MODE";
                output-low;
        };

        /*
         * This switches the LVDS transceiver to the single-channel
         * output mode.
         */
        LVDS_CH_MODE {
                gpio-hog;
                gpios = <3 GPIO_ACTIVE_HIGH>; /* SODIMM 55 */
                line-name = "LVDS_CH_MODE";
                output-high;
        };

        /* This turns on the LVDS transceiver */
        LVDS_POWER_ON {
                gpio-hog;
                gpios = <11 GPIO_ACTIVE_HIGH>; /* SODIMM 99 */
                line-name = "LVDS_POWER_ON";
                output-high;
        };
};


&lcdif {
        status = "okay";
};


&panel_dpi {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lvds_transceiver>;
        status = "okay";
};


&pwm1 {
        status = "okay";
};

Overlay loaded successfully. Backlight is working but still no display on LCD.

[ 0.079346] GPIO line 45 (LVDS_COLOR_MAP) hogged as output/low
[ 0.086910] GPIO line 203 (LVDS_POWER_ON) hogged as output/high
[ 0.086962] GPIO line 195 (LVDS_CH_MODE) hogged as output/high
[ 0.086990] GPIO line 194 (LVDS_RGB_MODE) hogged as output/low

[ 0.173790] fbcvt: 1280x800@60: CVT Name - 1.024MA
[ 0.173829] mxsfb 30730000.lcdif: Using timings from kernel parameters
[ 0.252571] Console: switching to colour frame buffer device 160x50
[ 0.269515] mxsfb 30730000.lcdif: initialized

Hi @macbum , can you please share G101ICE datasheet and the device tree overlays file? The booting log from the serial console is also helpful and paste it here as well. Thanks.

You can download it from here.

can you describe the wiring between the LCD display interface and X7 on Iris?

IRIS X7 Pin # IRIS Function TFT Pin # TFT Function
32 LVDS_3.3V 1 3.3V
32 LVDS_3.3V 2 3.3V
32 LVDS_3.3V 3 3.3V
- 4 Hardwired to 6-bit
- 5 NC
- 6 NC
- 7 NC
21 LVDS_A_TX0_N 8 RX0-
19 LVDS_A_TX0_P 9 RX0+
20 GND 10 VSS
15 LVDS_A_TX1_N 11 RX1-
13 LVDS_A_TX1_P 12 RX1+
24 GND 13 VSS
9 LVDS_A_TX2_N 14 RX2-
7 LVDS_A_TX2_P 15 RX2+
8 GND 16 VSS
27 LVDS_A_CLK_N 17 RXCLK-
25 LVDS_A_CLK_P 18 RXCLK+
26 GND 19 VSS
3 LVDS_A_TX3_N 20 RX3-
1 LVDS_A_TX3_P 21 RX3+
2 GND 22 VSS
- 23 NC
- 24 NC
29 GND 25 VSS
29 GND 26 VSS
35 LVDS_BL_CTRL 27 LED_PWM
37 LVDS_BL_ON 28 LED_EN
29 GND 29 LED GND
29 GND 30 LED GND
29 GND 31 LED GND
29 GND 32 LED GND
29 GND 33 LED GND
- 34 NC
- 35 NC
39 LVDS_PWR_IN_UNREG 36 LED VCCS
39 LVDS_PWR_IN_UNREG 37 LED VCCS
39 LVDS_PWR_IN_UNREG 38 LED VCCS
39 LVDS_PWR_IN_UNREG 39 LED VCCS
40 LVDS_PWR_IN_UNREG 40 LED VCCS

Is the LCD’s Pin4(data format) hardwired to high or low? Because both VESA and JEIDA have 6-bit format output.

It’s hardwired to 6-bit mode.

Please check the LCD cable. Is the LCD Pin4(Data format) unconnected or is it pulled up to 3.3V or down to GND?

It’s internally pulled to GND which means that it is hardwired to 6 bit mode.

Thanks for your confirmation. colibri-imx7_parallel-rgb-lvds-rgb24-single_overlay.dts for our upstream kernel. The log indicates that it is a downstream-based BSP installed on your Colibri iMX7. Please double check by cat /etc/os-release.

ID=tdx-xwayland
NAME=“TDX Wayland with XWayland”
VERSION=“5.7.2+build.21 (dunfell)”
VERSION_ID=5.7.2-build.21
PRETTY_NAME=“TDX Wayland with XWayland 5.7.2+build.21 (dunfell)”
DISTRO_CODENAME=“dunfell”

Ok. It is a downstream-based BSP installed. Please test colibri-imx7_lcd-lt170410_overlay.dtbo. It is a device tree overlay for our 10.1-inch LVDS display with a resolution of 1280*800.

Thanks. Can you point out which branch I can fetch the file from?

The branch I am working from is toradex_5.4.y

It is toradex_5.4-2.3.x-imx. Our default image also comes with device tree overlays binaries. Thay are located at /boot/overlays/. With that, you can give a quick test.

I don’t see it in the /boot/overlays directory of the stock image. I built it from the git repo and found it at the branch you stated. I tested it but it still does not seem to work or have any effect. I can build the dts file for the overlay with no problems, U-boot also loaded it with no problems. I will check the display hardware and perhaps try a different display.

please share the entire boot log from the serial console.

U-Boot 2020.07-5.7.2+git.d7ac31a7e7ac (Feb 15 2023 - 08:17:15 +0000)

CPU: Freescale i.MX7D rev1.3 1000 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 49C
Reset cause: POR
DRAM: 1 GiB
PMIC: RN5T567 LSIVER=0x01 OTPVER=0x0d
MMC: FSL_SDHC: 1, FSL_SDHC: 0
Loading Environment from MMC… OK
In: serial
Out: serial
Err: serial
Model: Toradex Colibri iMX7 Dual 1GB (eMMC) V1.1B, Serial# 14989988
SEC0: RNG instantiated
Net: eth0: ethernet@30be0000
Hit any key to stop autoboot: 0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1…
Found U-Boot script /boot.scr
5962 bytes read in 14 ms (415 KiB/s)

Executing script at 87000000

Loading DeviceTree: imx7d-colibri-emmc-eval-v3.dtb
66361 bytes read in 17 ms (3.7 MiB/s)
52 bytes read in 10 ms (4.9 KiB/s)
Applying Overlay: colibri-imx7_lcd-lt170410_overlay.dtbo
1672 bytes read in 25 ms (64.5 KiB/s)
7034616 bytes read in 228 ms (29.4 MiB/s)
Bootargs: root=PARTUUID=a9d77350-02 ro rootwait console=tty1 console=ttymxc0,115200n8 consoleblank=0 video=mxsfb:1280x800M-16@60
Kernel image @ 0x81000000 [ 0x000000 - 0x6b56f8 ]

Flattened Device Tree blob at 82000000

Booting using the fdt blob at 0x82000000
Loading Device Tree to 8fecc000, end 8fefffff … OK

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.193-5.7.2+git.b60d3160fd04 (oe-user@oe-host) (gcc version 9.5.0 (GCC)) #1 SMP Fri Dec 23 15:47:24 UTC 2022
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Toradex Colibri iMX7D 1GB (eMMC) on Colibri Evaluation Board V3
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 192 MiB at 0xb4000000
[ 0.000000] percpu: Embedded 15 pages/cpu s31692 r8192 d21556 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259328
[ 0.000000] Kernel command line: root=PARTUUID=a9d77350-02 ro rootwait console=tty1 console=ttymxc0,115200n8 consoleblank=0 video=mxsfb:1280x800M-16@60
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 823960K/1045504K available (9216K kernel code, 506K rwdata, 3068K rodata, 1024K init, 392K bss, 24936K reserved, 196608K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.000008] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[ 0.000020] Switching to timer-based delay loop, resolution 125ns
[ 0.000319] Ignoring duplicate/late registration of read_current_timer delay
[ 0.000346] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[ 0.001572] arch_timer: multiple nodes in dt, skipping
[ 0.001896] Console: colour dummy device 80x30
[ 0.002263] printk: console [tty1] enabled
[ 0.002300] Calibrating delay loop (skipped), value calculated using timer frequency… 16.00 BogoMIPS (lpj=80000)
[ 0.002333] pid_max: default: 32768 minimum: 301
[ 0.002485] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002518] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003319] CPU: Testing write buffer coherency: ok
[ 0.004157] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.004304] rcu: Hierarchical SRCU implementation.
[ 0.007428] smp: Bringing up secondary CPUs …
[ 0.008265] smp: Brought up 1 node, 2 CPUs
[ 0.008291] SMP: Total of 2 processors activated (32.00 BogoMIPS).
[ 0.008308] CPU: All CPU(s) started in SVC mode.
[ 0.008762] devtmpfs: initialized
[ 0.020113] random: get_random_u32 called from bucket_table_alloc+0x58/0x14c with crng_init=0
[ 0.020554] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.020843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.020888] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.028914] pinctrl core: initialized pinctrl subsystem
[ 0.030142] NET: Registered protocol family 16
[ 0.036164] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.037381] cpuidle: using governor menu
[ 0.044617] vdd1p0d: Bringing 0uV into 800000-800000uV
[ 0.044889] vdd1p0d: supplied by regulator-dummy
[ 0.045385] vdd1p2: supplied by regulator-dummy
[ 0.048641] DDR type is DDR3!
[ 0.056329] imx7d_enet_clk_sel: fec1: failed to get enet_out clock, assuming ext. clock source
[ 0.056386] imx7d_enet_clk_sel: fec2: found enet_out clock, assuming internal clock source
[ 0.056545] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.056572] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.057025] imx7d-pinctrl 302c0000.iomuxc-lpsr: initialized IMX pinctrl driver
[ 0.057713] imx7d-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver
[ 0.059722] imx mu driver is registered.
[ 0.060271] imx rpmsg driver is registered.
[ 0.061637] MU is ready for cross core communication!
[ 0.079232] GPIO line 45 (LVDS_COLOR_MAP) hogged as output/low
[ 0.086762] GPIO line 203 (LVDS_POWER_ON) hogged as output/high
[ 0.086805] GPIO line 195 (LVDS_CH_MODE) hogged as output/high
[ 0.086832] GPIO line 194 (LVDS_RGB_MODE) hogged as output/low
[ 0.089666] reg-fixed-voltage regulator-module-3v3-eth: Failed to register regulator: -517
[ 0.090539] regulator-usbh-vbus GPIO handle specifies active low - ignored
[ 0.090752] VCC_USB[1-4]: supplied by 5V
[ 0.091502] SCSI subsystem initialized
[ 0.091778] usbcore: registered new interface driver usbfs
[ 0.091846] usbcore: registered new interface driver hub
[ 0.091907] usbcore: registered new device driver usb
[ 0.092056] usb_phy_generic usbphynop1: usbphynop1 supply vcc not found, using dummy regulator
[ 0.092266] usb_phy_generic usbphynop3: usbphynop3 supply vcc not found, using dummy regulator
[ 0.092592] usb_phy_generic usbphynop2: usbphynop2 supply vcc not found, using dummy regulator
[ 0.093925] i2c i2c-0: IMX I2C adapter registered
[ 0.094692] i2c i2c-3: IMX I2C adapter registered
[ 0.094909] videodev: Linux video capture interface: v2.00
[ 0.094987] pps_core: LinuxPPS API ver. 1 registered
[ 0.095005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.095045] PTP clock support registered
[ 0.095352] Advanced Linux Sound Architecture Driver Initialized.
[ 0.096758] clocksource: Switched to clocksource arch_sys_counter
[ 0.096933] VFS: Disk quotas dquot_6.6.0
[ 0.097023] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.105736] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.106130] NET: Registered protocol family 2
[ 0.106345] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.107455] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.107508] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.107614] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.107769] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.107886] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.107956] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.108144] NET: Registered protocol family 1
[ 0.108679] RPC: Registered named UNIX socket transport module.
[ 0.108707] RPC: Registered udp transport module.
[ 0.108723] RPC: Registered tcp transport module.
[ 0.108738] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.109496] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.110660] Bus freq driver module loaded
[ 0.111678] Initialise system trusted keyrings
[ 0.111890] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.118269] NFS: Registering the id_resolver key type
[ 0.118319] Key type id_resolver registered
[ 0.118335] Key type id_legacy registered
[ 0.118361] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.118381] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 0.119055] Key type cifs.idmap registered
[ 0.119083] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.119533] fuse: init (API version 7.31)
[ 0.163637] Key type asymmetric registered
[ 0.163664] Asymmetric key parser ‘x509’ registered
[ 0.163697] io scheduler mq-deadline registered
[ 0.163714] io scheduler kyber registered
[ 0.170896] mxsfb 30730000.lcdif: 30730000.lcdif supply lcd not found, using dummy regulator
[ 0.171131] fbcvt: 1280x800@60: CVT Name - 1.024MA
[ 0.171158] mxsfb 30730000.lcdif: Using timings from kernel parameters
[ 0.249731] Console: switching to colour frame buffer device 160x50
[ 0.266648] mxsfb 30730000.lcdif: initialized
[ 0.269186] mxs-dma 33000000.dma-apbh: initialized
[ 0.271349] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 56, base_baud = 1500000) is a IMX
[ 1.045855] printk: console [ttymxc0] enabled
[ 1.051013] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 57, base_baud = 1500000) is a IMX
[ 1.060542] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 58, base_baud = 1500000) is a IMX
[ 1.078750] loop: module loaded
[ 1.102416] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.109158] ehci-mxc: Freescale On-Chip EHCI Host driver
[ 1.114870] ehci-fsl: Freescale EHCI Host controller driver
[ 1.120755] usbcore: registered new interface driver usb-storage
[ 1.128918] imx_usb 30b10000.usb: No over current polarity defined
[ 1.135583] imx_usb 30b20000.usb: No over current polarity defined
[ 1.144798] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 1.149869] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[ 1.186780] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 1.196327] hub 1-0:1.0: USB hub found
[ 1.203280] hub 1-0:1.0: 1 port detected
[ 1.215368] rtc-ds1307 3-0068: registered as rtc0
[ 1.224231] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc1
[ 1.233832] i2c /dev entries driver
[ 1.242046] IR NEC protocol handler initialized
[ 1.249780] IR RC5(x/sz) protocol handler initialized
[ 1.257976] IR RC6 protocol handler initialized
[ 1.265613] IR JVC protocol handler initialized
[ 1.273227] IR Sony protocol handler initialized
[ 1.280904] IR SANYO protocol handler initialized
[ 1.288676] IR Sharp protocol handler initialized
[ 1.296357] IR MCE Keyboard/mouse protocol handler initialized
[ 1.305235] IR XMP protocol handler initialized
[ 1.314925] imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)
[ 1.324719] sdhci: Secure Digital Host Controller Interface driver
[ 1.333934] sdhci: Copyright(c) Pierre Ossman
[ 1.341295] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.351606] sdhci-esdhc-imx 30b40000.usdhc: Got CD GPIO
[ 1.392593] mmc1: SDHCI controller on 30b40000.usdhc [30b40000.usdhc] using ADMA
[ 1.431425] mmc0: SDHCI controller on 30b60000.usdhc [30b60000.usdhc] using ADMA
[ 1.444085] caam 30900000.caam: RNG4 SH0 was previously instantiated without prediction resistance. Tearing it down
[ 1.457852] caam 30900000.caam: Deinstantiated RNG4 SH0
[ 1.466319] caam 30900000.caam: Instantiated RNG4 SH0
[ 1.474549] caam 30900000.caam: RNG4 SH1 was previously instantiated without prediction resistance. Tearing it down
[ 1.488392] caam 30900000.caam: Deinstantiated RNG4 SH1
[ 1.525738] caam 30900000.caam: Instantiated RNG4 SH1
[ 1.534005] caam 30900000.caam: device ID = 0x0a16030000000000 (Era 8)
[ 1.543725] caam 30900000.caam: job rings = 3, qi = 0
[ 1.560828] caam algorithms registered in /proc/crypto
[ 1.570381] caam 30900000.caam: caam pkc algorithms registered in /proc/crypto
[ 1.580802] caam 30900000.caam: registering rng-caam
[ 1.589237] Device caam-keygen registered
[ 1.599811] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.608512] usbcore: registered new interface driver usbhid
[ 1.617127] usbhid: USB HID core driver
[ 1.630761] coresight etm0: ETM 3.5 initialized
[ 1.633724] mmc0: new HS200 MMC card at address 0001
[ 1.638776] coresight etm1: ETM 3.5 initialized
[ 1.647152] mmcblk0: mmc0:0001 S40004 3.64 GiB
[ 1.658458] fsl-sai 308a0000.sai: failed to get mclk0 clock: -2
[ 1.661790] mmcblk0boot0: mmc0:0001 S40004 partition 1 4.00 MiB
[ 1.675192] NET: Registered protocol family 10
[ 1.679740] mmcblk0boot1: mmc0:0001 S40004 partition 2 4.00 MiB
[ 1.696220] mmcblk0rpmb: mmc0:0001 S40004 partition 3 4.00 MiB, chardev (248:0)
[ 1.696360] Segment Routing with IPv6
[ 1.713796] NET: Registered protocol family 17
[ 1.717250] mmcblk0: p1 p2
[ 1.721509] Bridge firewalling registered
[ 1.734373] 8021q: 802.1Q VLAN Support v1.8
[ 1.741869] tsn generic netlink module v1 init…
[ 1.749871] Key type dns_resolver registered
[ 1.764088] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 2 mkt segment 1 supported-hw 0x4 0x2
[ 1.767185] random: fast init done
[ 1.777372] Registering SWP/SWPB emulation handler
[ 1.790174] registered taskstats version 1
[ 1.796868] Loading compiled-in X.509 certificates
[ 1.835272] +V3.3_ETH: supplied by LDO1
[ 1.844591] pps pps0: new PPS source ptp0
[ 1.855498] fec 30be0000.ethernet eth0: registered PHC device 0
[ 1.864420] imx_usb 30b10000.usb: No over current polarity defined
[ 1.876997] usbmisc_imx 30b10200.usbmisc: vbus is error
[ 1.884803] usbmisc_imx 30b10200.usbmisc: Error occurs during detection: -22
[ 1.886082] crng init done
[ 1.900632] imx_thermal tempmon: Extended Commercial CPU temperature grade - max:105C critical:105C passive:95C
[ 1.916267] input: gpio-keys as /devices/soc0/gpio-keys/input/input0
[ 1.928578] rtc-ds1307 3-0068: setting system clock to 2023-08-31T02:31:31 UTC (1693449091)
[ 1.954122] ALSA device list:
[ 1.960582] No soundcards found.
[ 1.977114] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.988711] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.002159] devtmpfs: mounted
[ 2.009173] Freeing unused kernel memory: 1024K
[ 2.016563] Run /sbin/init as init process
[ 2.144241] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 2.174381] systemd[1]: Detected architecture arm.

Welcome to TDX Wayland with XWayland 5.7.2+build.21 (dunfell)!

[ 2.230325] systemd[1]: Set hostname to .
[ 2.678062] systemd[1]: /lib/systemd/system/gpsd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/gpsd.sock → /run/gpsd.sock; please update the unit file accordingly.
[ 2.748479] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 2.787984] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 2.827732] systemd[1]: Created slice system-weston.slice.
[ OK ] Created slice system-weston.slice.
[ 2.867805] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 2.907208] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 2.947239] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 2.987229] systemd[1]: Reached target Host and Network Name Lookups.
[ OK ] Reached target Host and Network Name Lookups.
[ 3.027007] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 3.067046] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 3.106987] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 3.147030] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 3.204853] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 3.247315] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 3.291140] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 3.327399] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 3.386219] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 3.399006] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 3.437707] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 3.478026] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 3.517484] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 3.557415] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 3.597629] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 3.613056] systemd[1]: Mounting POSIX Message Queue File System…
Mounting POSIX Message Queue File System…
[ 3.660661] systemd[1]: Mounting Kernel Debug File System…
Mounting Kernel Debug File System…
[ 3.703451] systemd[1]: Mounting Temporary Directory (/tmp)…
Mounting Temporary Directory (/tmp)…
[ 3.751484] systemd[1]: Starting Create list of static device nodes for the current kernel…
Starting Create list of st…odes for the current kernel…
[ 3.800784] systemd[1]: Starting RPC Bind…
Starting RPC Bind…
[ 3.839730] systemd[1]: Starting File System Check on Root Device…
Starting File System Check on Root Device…
[ 3.882861] systemd[1]: Starting Journal Service…
Starting Journal Service…
[ 3.902923] systemd[1]: Starting Load Kernel Modules…
Starting Load Kernel Modules…
[ 3.916361] systemd[1]: Starting udev Coldplug all Devices…
Starting udev Coldplug all Devices…
[ 3.934038] systemd[1]: Started RPC Bind.
[ OK [ 3.942138] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.953164] systemd[1]: Mounted Kernel Debug File System.

[ OK ] Mounted 3.963768] systemd[1]: Mounted Temporary Directory (/tmp).
1;39mPOSIX Message Queue File Sys[ 3.975808] systemd[1]: Started Create list of static device nodes for the current kernel.
tem.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta… nodes for the current kernel.
[ 4.014997] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Load Kernel Modules.
Mounting FUSE Control File System…
Mounting Kernel Configuration File System…
Starting Apply Kernel Variables…
[ OK ] Started File System Check on Root Device.
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Apply Kernel Variables.
Starting Remount Root and Kernel File Systems…
[ 4.354408] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ OK ] Started Remount Root and Kernel File Systems.
Starting Flush Journal to Persistent Storage…
[ 4.430805] systemd-journald[178]: Received client request to flush runtime journal.
Starting Create Static Device Nodes in /dev…
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile…
Starting udev Wait for Complete Device Initialization…
Starting udev Kernel Device Manager…
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed…
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories…
[ 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 ] Created slice system-systemd\x2dbacklight.slice.
[ 5.130375] caam-snvs 30370000.caam-snvs: violation handlers armed - non-secure state
Starting Load/Save Screen …ness of backlight:backlight…
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Load/Save Screen B…htness of backlight:backlight.
[ 5.328513] sgtl5000 0-000a: sgtl5000 revision 0x11
[ 5.444203] debugfs: Directory ‘308a0000.sai’ with parent ‘imx7-sgtl5000’ already present!
[ OK ] Started Network Time Synchronization.
[ 5.468048] asoc-simple-card sound: sgtl5000 ↔ 308a0000.sai mapping ok
[ 5.520035] imx-sdma 30bd0000.sdma: loaded firmware 4.5
[ 5.575797] spi_imx 30840000.spi: probed
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ 6.107562] CAN device driver interface
[ 6.155542] mcp251x spi2.0: Cannot initialize MCP2515. Wrong wiring?
[ 6.164745] mcp251x spi2.0: Probe failed, err=19
[ 6.402205] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ OK ] Started udev Wait for Complete Device Initialization.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on GPS (Global P…ioning System) Daemon Sockets.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Save/Restore Sound Card State…
[ OK ] Started Kernel Logging Service.
[ OK ] Started System Logging Service.
[ OK ] Started D-Bus System Message Bus.
Starting IPv6 Packet Filtering Framework…
Starting IPv4 Packet Filtering Framework…
Starting Telephony service…
Starting Login Service…
[ OK ] Started Timestamping service.
Starting Load default [ 7.235009] Bluetooth: Core ver 2.22
USB gadget schema g1.schema…
[ OK ] Started Save/Restore[ 7.257842] NET: Registered protocol family 31
Sound Card State.
[ 7.265634] Bluetooth: HCI device and connection manager initialized
[ 7.279256] using random self ethernet address
[ 7.281512] Bluetooth: HCI socket layer initialized
[ 7.286305] using random host ethernet address
[ 7.294390] Bluetooth: L2CAP socket layer initialized
[ OK [ 7.315931] Bluetooth: SCO socket layer initialized
] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Reached target Network (Pre).
[ OK ] Reached target Sound Card.
Starting Connection service…
[ OK ] Started Telephony service.
[ 7.551284] usb0: HOST MAC 00:14:2d:ff:ff:fe
[ 7.558348] usb0: MAC 00:14:2d:ff:ff:ff
[ OK ] Started Load default USB gadget schema g1.schema.
[ OK ] Started Connection service.
[ OK ] Reached target Hardware activated USB gadget.
Starting Avahi mDNS/DNS-SD Stack…
Starting Network Service…
[ OK ] Started Login Service.
[ 7.731544] Micrel KSZ8041 30be0000.ethernet-1:00: attached PHY driver [Micrel KSZ8041] (mii_bus:phy_addr=30be0000.ethernet-1:00, irq=POLL)
[ 7.741041] configfs-gadget gadget: high-speed config #1: c
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service…
Starting WPA supplicant…
[ OK ] Started Network Service.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Network.
[ OK ] Started NFS status monitor for NFSv2/3 locking…
Starting Permit User Sessions…
[ OK ] Started Permit User Sessions.
[ OK ] Started Hostname Service.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttymxc0.
[ OK ] Reached target Login Prompts.
[ OK ] Started Weston Wayland Compositor.
Starting Start a wayland application…
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0…
[ OK ] Started User Runtime Directory /run/user/0.
Starting User Manager for UID 0…
[ 8.636799] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of user root.
[ 9.837585] fec 30be0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 9.845557] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ OK ] Started Start a wayland application.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes…
[ OK ] Started Update UTMP about System Runlevel Changes.