Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot 2019.04-lf-5.4.y_v2019.04+g228843cdf5 (Feb 24 2020 - 11:58:52 +0000) CPU: Freescale i.MX6UL rev1.2 696 MHz (running at 396 MHz) CPU: Automotive temperature grade (-40C to 125C) at 31C Reset cause: POR Model: Freescale i.MX6 UltraLite 14x14 EVK Board Board: MX6UL 14x14 EVK DRAM: 512 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment Display: TFT43AB (480x272) Video: 480x272x24 In: serial Out: serial Err: serial switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Net: Warning: ethernet@020b4000 using MAC address from ROM eth1: ethernet@020b4000 [PRIME] Warning: ethernet@02188000 using MAC address from ROM , eth0: ethernet@02188000 Fastboot: Normal Normal Boot Hit any key to stop autoboot: 3  0 => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 172.16.1.212 (1309 ms) => setenv serverip 59.144.98.45 setenv serverip 59.144.98.45 => tftp ${loadaddr} 1259511/tftp-deploy-0z3h6hoq/kernel/zImage tftp ${loadaddr} 1259511/tftp-deploy-0z3h6hoq/kernel/zImage Using ethernet@020b4000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.212; sending through gateway 172.16.1.4 Filename '1259511/tftp-deploy-0z3h6hoq/kernel/zImage'. Load address: 0x80800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########## 5 MiB/s done Bytes transferred = 8733184 (854200 hex) => tftp ${initrd_addr} 1259511/tftp-deploy-0z3h6hoq/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 1259511/tftp-deploy-0z3h6hoq/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@020b4000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.212; sending through gateway 172.16.1.4 Filename '1259511/tftp-deploy-0z3h6hoq/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x86800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# 5 MiB/s done Bytes transferred = 13346429 (cba67d hex) =>setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp ${fdt_addr} 1259511/tftp-deploy-0z3h6hoq/dtb/imx6ul-14x14-evk.dtb tftp ${fdt_addr} 1259511/tftp-deploy-0z3h6hoq/dtb/imx6ul-14x14-evk.dtb Using ethernet@020b4000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.212; sending through gateway 172.16.1.4 Filename '1259511/tftp-deploy-0z3h6hoq/dtb/imx6ul-14x14-evk.dtb'. Load address: 0x83000000 Loading: *## 3.3 MiB/s done Bytes transferred = 27998 (6d5e hex) => setenv bootargs 'console=ttymxc0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttymxc0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' => bootz ${loadaddr} ${initrd_addr} ${fdt_addr} bootz ${loadaddr} ${initrd_addr} ${fdt_addr} Kernel image @ 0x80800000 [ 0x000000 - 0x854200 ] ## Loading init Ramdisk from Legacy Image at 86800000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 13346365 Bytes = 12.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 83000000, end 83009d5d ft_system_setup for mx6 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.299-cip104 (KernelCI@build-j19381-arm-gcc-10-multi-v7-defconfig-hd4kn) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 SMP Mon Nov 20 13:07:18 UTC 2023 [ 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: Freescale i.MX6 UltraLite 14x14 EVK Board [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x02020000 (options '') [ 0.000000] bootconsole [ec_imx6q0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x9c000000 [ 0.000000] percpu: Embedded 16 pages/cpu s36748 r8192 d20596 u65536 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) <6>[ 0.000000] Memory: 419452K/524288K available (12288K kernel code, 1597K rwdata, 4688K rodata, 2048K init, 394K bss, 39300K reserved, 65536K cma-reserved, 0K highmem) <5>[ 0.000000] Virtual kernel memory layout: <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) <5>[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) <5>[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) <5>[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) <5>[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) <5>[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (13280 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) (1598 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 395 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] Switching to timer-based delay loop, resolution 41ns <6>[ 0.000017] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008103] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.023375] Console: colour dummy device 80x30 <6>[ 0.025316] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) <6>[ 0.035945] CPU: Testing write buffer coherency: ok <6>[ 0.040997] pid_max: default: 32768 minimum: 301 <6>[ 0.046203] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) <6>[ 0.052751] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) <3>[ 0.061993] /cpus/cpu@0 missing clock-frequency property <6>[ 0.065627] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.073292] Setting up static identity map for 0x80300000 - 0x803000a0 <6>[ 0.080641] rcu: Hierarchical SRCU implementation. <6>[ 0.088469] EFI services will not be available. <6>[ 0.090867] smp: Bringing up secondary CPUs ... <6>[ 0.095313] smp: Brought up 1 node, 1 CPU <6>[ 0.099483] SMP: Total of 1 processors activated (48.00 BogoMIPS). <6>[ 0.105950] CPU: All CPU(s) started in SVC mode. <6>[ 0.112515] devtmpfs: initialized <6>[ 0.125779] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.131626] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.141099] futex hash table entries: 256 (order: 2, 16384 bytes) <6>[ 0.152306] pinctrl core: initialized pinctrl subsystem <6>[ 0.158342] DMI not present or invalid. <6>[ 0.161776] NET: Registered protocol family 16 <6>[ 0.168646] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.177929] cpuidle: using governor menu <6>[ 0.196853] vdd3p0: supplied by regulator-dummy <6>[ 0.199801] cpu: supplied by regulator-dummy <6>[ 0.204785] vddsoc: supplied by regulator-dummy <6>[ 0.233064] No ATAGs? <6>[ 0.233208] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.241262] hw-breakpoint: maximum watchpoint size is 8 bytes. <4>[ 0.253669] imx6ul-pinctrl 20e0000.iomuxc: Failed to create dummy-iomuxc-gpr@20e4000 debugfs directory <6>[ 0.260927] imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver <6>[ 0.275291] Serial: AMBA PL011 UART driver <6>[ 0.329766] mxs-dma 1804000.dma-apbh: initialized <6>[ 0.342395] vgaarb: loaded <5>[ 0.344528] SCSI subsystem initialized <6>[ 0.347699] usbcore: registered new interface driver usbfs <6>[ 0.352502] usbcore: registered new interface driver hub <6>[ 0.357935] usbcore: registered new device driver usb <6>[ 0.365974] i2c i2c-0: IMX I2C adapter registered <6>[ 0.368146] i2c i2c-0: can't use DMA, using PIO instead. <6>[ 0.375239] i2c i2c-1: IMX I2C adapter registered <6>[ 0.378651] i2c i2c-1: can't use DMA, using PIO instead. <6>[ 0.387247] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.389638] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.399181] PTP clock support registered <6>[ 0.403683] EDAC MC: Ver: 3.0.0 <6>[ 0.413317] clocksource: Switched to clocksource mxc_timer1 <6>[ 0.548464] NET: Registered protocol family 2 <6>[ 0.550751] IP idents hash table entries: 8192 (order: 4, 65536 bytes) <6>[ 0.558665] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) <6>[ 0.565106] TCP established hash table entries: 4096 (order: 2, 16384 bytes) <6>[ 0.572345] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) <6>[ 0.579150] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.585806] UDP hash table entries: 256 (order: 1, 8192 bytes) <6>[ 0.591703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) <6>[ 0.598610] NET: Registered protocol family 1 <6>[ 0.604399] RPC: Registered named UNIX socket transport module. <6>[ 0.608973] RPC: Registered udp transport module. <6>[ 0.614067] RPC: Registered tcp transport module. <6>[ 0.618890] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.626666] Trying to unpack rootfs image as initramfs... <6>[ 3.079261] Freeing initrd memory: 13036K <5>[ 3.084677] Initialise system trusted keyrings <6>[ 3.087403] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 3.110209] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 3.115474] NFS: Registering the id_resolver key type <5>[ 3.118878] Key type id_resolver registered <5>[ 3.123216] Key type id_legacy registered <6>[ 3.127700] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 3.137785] Key type asymmetric registered <5>[ 3.139314] Asymmetric key parser 'x509' registered <6>[ 3.144708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 3.152104] io scheduler noop registered <6>[ 3.156341] io scheduler deadline registered <6>[ 3.161186] io scheduler cfq registered (default) <6>[ 3.165841] io scheduler mq-deadline registered <6>[ 3.170545] io scheduler kyber registered <4>[ 3.213892] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 3.221301] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 3.229244] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 3.274612] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 <6>[ 3.281547] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware <6>[ 3.414720] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 3.426344] SuperH (H)SCI(F) driv��initialized <6>[ 3.431497] console [ttymxc0] enabled <6>[ 3.431497] console [ttymxc0] enabled <6>[ 3.436599] bootconsole [ec_imx6q0] disabled <6>[ 3.436599] bootconsole [ec_imx6q0] disabled <6>[ 3.447695] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 61, base_baud = 5000000) is a IMX <6>[ 3.460052] msm_serial: driver initialized <6>[ 3.465086] STMicroelectronics ASC driver initialized <6>[ 3.473876] STM32 USART driver initialized <4>[ 3.498644] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 3.506834] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 3.513631] panel-simple panel: Dropping the link to regulator.0 <6>[ 3.542718] brd: module loaded <6>[ 3.560128] loop: module loaded <6>[ 3.591478] CAN device driver interface <6>[ 3.598229] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <4>[ 3.606283] fec 20b4000.ethernet: 20b4000.ethernet supply phy not found, using dummy regulator <6>[ 3.615447] fec 20b4000.ethernet: Linked as a consumer to regulator.0 <6>[ 3.622974] pps pps0: new PPS source ptp0 <6>[ 3.737862] fec 20b4000.ethernet eth0: registered PHC device 0 <4>[ 3.745963] fec 2188000.ethernet: 2188000.ethernet supply phy not found, using dummy regulator <6>[ 3.755187] fec 2188000.ethernet: Linked as a consumer to regulator.0 <6>[ 3.762740] pps pps1: new PPS source ptp1 <6>[ 5.456831] fec 2188000.ethernet eth1: registered PHC device 1 <6>[ 5.465459] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k <6>[ 5.471581] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.478036] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k <6>[ 5.485342] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.502662] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver <6>[ 5.510620] usbcore: registered new interface driver pegasus <6>[ 5.516753] usbcore: registered new interface driver asix <6>[ 5.522516] usbcore: registered new interface driver ax88179_178a <6>[ 5.529041] usbcore: registered new interface driver cdc_ether <6>[ 5.535322] usbcore: registered new interface driver smsc75xx <6>[ 5.541470] usbcore: registered new interface driver smsc95xx <6>[ 5.547639] usbcore: registered new interface driver net1080 <6>[ 5.553718] usbcore: registered new interface driver cdc_subset <6>[ 5.559997] usbcore: registered new interface driver zaurus <6>[ 5.566155] usbcore: registered new interface driver cdc_ncm <6>[ 5.578032] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.584966] ehci-pci: EHCI PCI platform driver <6>[ 5.589814] ehci-platform: EHCI generic platform driver <6>[ 5.596058] ehci-orion: EHCI orion driver <6>[ 5.600799] SPEAr-ehci: EHCI SPEAr driver <6>[ 5.605593] ehci-st: EHCI STMicroelectronics driver <6>[ 5.611118] ehci-exynos: EHCI EXYNOS driver <6>[ 5.616062] ehci-atmel: EHCI Atmel driver <6>[ 5.620713] tegra-ehci: Tegra EHCI driver <6>[ 5.625542] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.632056] ohci-pci: OHCI PCI platform driver <6>[ 5.637033] ohci-platform: OHCI generic platform driver <6>[ 5.643113] SPEAr-ohci: OHCI SPEAr driver <6>[ 5.647916] ohci-st: OHCI STMicroelectronics driver <6>[ 5.653562] ohci-atmel: OHCI Atmel driver <6>[ 5.659999] usbcore: registered new interface driver usb-storage <4>[ 5.670749] imx_usb 2184000.usb: 2184000.usb supply vbus not found, using dummy regulator <6>[ 5.679511] imx_usb 2184000.usb: Linked as a consumer to regulator.0 <4>[ 5.693923] imx_usb 2184200.usb: 2184200.usb supply vbus not found, using dummy regulator <6>[ 5.702552] imx_usb 2184200.usb: Linked as a consumer to regulator.0 <6>[ 5.714147] ci_hdrc ci_hdrc.1: EHCI Host Controller <6>[ 5.719395] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 <6>[ 5.753344] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 <6>[ 5.760868] hub 1-0:1.0: USB hub found <6>[ 5.765197] hub 1-0:1.0: 1 port detected <6>[ 5.782853] i2c /dev entries driver <6>[ 5.818830] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0) <6>[ 5.836225] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.842694] sdhci: Copyright(c) Pierre Ossman <6>[ 5.851940] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.862431] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.871058] sdhci-esdhc-imx 2190000.usdhc: Got CD GPIO <6>[ 5.876925] sdhci-esdhc-imx 2190000.usdhc: Linked as a consumer to regulator.4 <6>[ 5.918364] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA <6>[ 5.960766] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA <6>[ 5.976355] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.985119] usbcore: registered new interface driver usbhid <6>[ 5.990979] usbhid: USB HID core driver <6>[ 6.008651] NET: Registered protocol family 10 <6>[ 6.016820] Segment Routing with IPv6 <6>[ 6.020967] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 6.028741] NET: Registered protocol family 17 <6>[ 6.033607] can: controller area network core (rev 20170425 abi 9) <6>[ 6.040227] NET: Registered protocol family 29 <6>[ 6.045028] can: raw protocol (rev 20170425) <6>[ 6.049585] can: broadcast manager protocol (rev 20170425 t) <6>[ 6.055585] can: netlink gateway (rev 20170425) max_hops=1 <5>[ 6.062449] Key type dns_resolver registered <6>[ 6.069290] cpu cpu0: Linked as a consumer to regulator.2 <6>[ 6.075313] cpu cpu0: Linked as a consumer to regulator.3 <6>[ 6.082194] ThumbEE CPU extension supported. <5>[ 6.086903] Registering SWP/SWPB emulation handler <5>[ 6.096074] Loading compiled-in X.509 certificates <4>[ 6.121164] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 6.131515] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 6.139469] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 6.150089] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 6.158227] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 6.165119] panel-simple panel: Dropping the link to regulator.0 <6>[ 6.175787] imx_thermal tempmon: Automotive CPU temperature grade - max:125C critical:120C passive:115C <4>[ 6.187648] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 6.198002] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 6.206047] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 6.216610] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 6.224747] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 6.232597] panel-simple panel: Dropping the link to regulator.0 <4>[ 6.241281] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 6.251636] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 6.259560] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 6.270108] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 6.278257] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 6.286099] panel-simple panel: Dropping the link to regulator.0 <6>[ 6.294702] hctosys: unable to open rtc device (rtc0) <4>[ 6.364871] mmc1: host does not support reading read-only switch, assuming write-enable <6>[ 6.386018] mmc1: new high speed SDHC card at address aaaa <6>[ 6.393977] mmcblk1: mmc1:aaaa SS16G 14.8 GiB <6>[ 6.406190] mmcblk1: p1 p2 <4>[ 6.412359] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 6.422749] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 6.430828] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 6.441889] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 6.450080] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 6.456843] Micrel KSZ8081 or KSZ8091 20b4000.ethernet-1:01: attached PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=20b4000.ethernet-1:01, irq=POLL) <6>[ 6.471640] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <6>[ 6.480016] panel-simple panel: Dropping the link to regulator.0 <6>[ 6.583430] Micrel KSZ8081 or KSZ8091 20b4000.ethernet-1:02: attached PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=20b4000.ethernet-1:02, irq=POLL) <6>[ 6.598496] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready <6>[ 9.597352] fec 20b4000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 9.606018] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 9.635798] Sending DHCP requests .., OK <6>[ 12.240383] IP-Config: Got DHCP answer from 172.16.1.4, my address is 172.16.1.212 <6>[ 12.248394] IP-Config: Complete: <6>[ 12.251940] device=eth0, hwaddr=00:04:9f:05:20:41, ipaddr=172.16.1.212, mask=255.255.255.0, gw=172.16.1.4 <6>[ 12.262326] host=172.16.1.212, domain=example.org, nis-domain=(none) <6>[ 12.269492] bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath= <6>[ 12.269512] nameserver0=172.16.1.4 <6>[ 12.291528] Freeing unused kernel memory: 2048K <6>[ 12.296967] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 12.539381] udevd[117]: starting version 3.2.9 <5>[ 12.546154] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 12.554019] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 12.560979] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 12.582250] udevd[117]: specified user 'tss' unknown <27>[ 12.588187] udevd[117]: specified group 'tss' unknown <30>[ 12.605386] udevd[118]: starting eudev-3.2.9 <4>[ 14.551198] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 14.561605] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 14.663623] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 14.674319] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 14.682357] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 14.826719] panel-simple panel: Dropping the link to regulator.0 <6>[ 14.971145] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 14.978181] [drm] No driver support for vblank timestamp query. <3>[ 14.984571] mxsfb 21c8000.lcdif: Failed to create outputs <6>[ 15.027315] fsl-quadspi 21e0000.qspi: n25q256a (32768 Kbytes) <4>[ 15.069263] pwm-backlight backlight-display: backlight-display supply power not found, using dummy regulator <6>[ 15.079659] pwm-backlight backlight-display: Linked as a consumer to regulator.0 <6>[ 15.174969] pwm-backlight backlight-display: Dropping the link to regulator.0 <4>[ 15.185670] panel-simple panel: panel supply power not found, using dummy regulator <6>[ 15.193808] panel-simple panel: Linked as a consumer to regulator.0 <6>[ 15.259999] panel-simple panel: Dropping the link to regulator.0 <6>[ 15.313544] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 15.320445] [drm] No driver support for vblank timestamp query. <3>[ 15.326904] mxsfb 21c8000.lcdif: Failed to create outputs done Saving random seed: <5>[ 16.616184] random: dd: uninitialized urandom read (32 bytes read) OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: <5>[ 16.746915] random: dropbear: uninitialized urandom read (32 bytes read) OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-1259511/environment . /lava-1259511/environment / # /lava-1259511/bin/lava-test-runner /lava-1259511/0 /lava-1259511/bin/lava-test-runner /lava-1259511/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-1259511/0/tests/0_dmesg + cat uuid + UUID=1259511_1.5.2.4.1 <8>[ 22.601395] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 22.668075] <8>[ 22.728575] <8>[ 22.789240] + set +x <8>[ 22.800462] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-1259511/environment / # . /lava-1259511/environment/lava-1259511/bin/lava-test-runner /lava-1259511/1 / # /lava-1259511/bin/lava-test-runner /lava-1259511/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-1259511/1/tests/1_bootrr + cat uuid + UUID=1259511_1.5.2.4.5 <8>[ 28.554823] + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-1259511/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto backlight-display panel sound 21c8000.lcdif /lava-1259511/1/../bin/lava-test-case <8>[ 29.660019] /lava-1259511/1/../bin/lava-test-case <8>[ 29.716587] /lava-1259511/1/../bin/lava-test-case <8>[ 29.750396] + set +x<8>[ 29.776111] / #