Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot 2016.03-imx_v2016.03_4.1.15_2.0.0_ga+g0ec2a01 (Nov 11 2016 - 03:13:54 -0600) CPU: Freescale i.MX7D rev1.3 996 MHz (running at 792 MHz) CPU: Commercial temperature grade (0C to 95C) at 26C Reset cause: POR Board: i.MX7D SABRESD RevA I2C: ready DRAM: 1 GiB PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11 MMC: FSL_SDHC: 0, FSL_SDHC: 1 *** Warning - bad CRC, using default environment Display: TFT43AB (480x272) Video: 480x272x24 In: serial Out: serial Err: serial switch to partitions #0, OK mmc0 is current device Net: FEC0 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.217 (1354 ms) => setenv serverip 59.144.98.45 setenv serverip 59.144.98.45 => tftp ${loadaddr} 1262885/tftp-deploy-mc0thmre/kernel/zImage tftp ${loadaddr} 1262885/tftp-deploy-mc0thmre/kernel/zImage Using FEC0 device TFTP from server 59.144.98.45; our IP address is 172.16.1.217; sending through gateway 172.16.1.4 Filename '1262885/tftp-deploy-mc0thmre/kernel/zImage'. Load address: 0x80800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################################### 10.2 MiB/s done Bytes transferred = 12007880 (b739c8 hex) => tftp ${initrd_addr} 1262885/tftp-deploy-mc0thmre/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 1262885/tftp-deploy-mc0thmre/ramdisk/ramdisk.cpio.gz.uboot Using FEC0 device TFTP from server 59.144.98.45; our IP address is 172.16.1.217; sending through gateway 172.16.1.4 Filename '1262885/tftp-deploy-mc0thmre/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################ 10.1 MiB/s done Bytes transferred = 10475140 (9fd684 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp ${fdt_addr} 1262885/tftp-deploy-mc0thmre/dtb/imx7d-sdb.dtb tftp ${fdt_addr} 1262885/tftp-deploy-mc0thmre/dtb/imx7d-sdb.dtb Using FEC0 device TFTP from server 59.144.98.45; our IP address is 172.16.1.217; sending through gateway 172.16.1.4 Filename '1262885/tftp-deploy-mc0thmre/dtb/imx7d-sdb.dtb'. Load address: 0x83000000 Loading: *### 6.2 MiB/s done Bytes transferred = 38836 (97b4 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 - 0xb739c8 ] ## Loading init Ramdisk from Legacy Image at 83800000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 10475076 Bytes = 10 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 8300c7b3 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.1.64-cip10-rt5 (KernelCI@build-j33619-arm-gcc-10-imx-v6-v7-defconfig-rw8rl) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Sun Dec 3 22:42:58 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.MX7 SabreSD Board [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x30860000 (options '') [ 0.000000] printk: bootconsole [ec_imx6q0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 64 MiB at 0xbc000000 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afffffff] [ 0.000000] HighMem [mem 0x00000000b0000000-0x00000000bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff] [ 0.000000] percpu: Embedded 17 pages/cpu s38452 r8192 d22988 u69632 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608 [ 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: 131072 (order: 7, 524288 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 932104K/1048576K available (15360K kernel code, 2193K rwdata, 5440K rodata, 1024K init, 6674K bss, 50936K reserved, 65536K cma-reserved, 196608K highmem) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <6>[ 0.000000] Running RCU self tests <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU lockdep checking is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns <6>[ 0.000002] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns <6>[ 0.008280] Switching to timer-based delay loop, resolution 125ns <6>[ 0.015299] Switching to timer-based delay loop, resolution 41ns <6>[ 0.020969] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.029105] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.041635] Console: colour dummy device 80x30 <4>[ 0.043719] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar <4>[ 0.051816] ... MAX_LOCKDEP_SUBCLASSES: 8 <4>[ 0.056138] ... MAX_LOCK_DEPTH: 48 <4>[ 0.060601] ... MAX_LOCKDEP_KEYS: 8192 <4>[ 0.065278] ... CLASSHASH_SIZE: 4096 <4>[ 0.069876] ... MAX_LOCKDEP_ENTRIES: 32768 <4>[ 0.074601] ... MAX_LOCKDEP_CHAINS: 65536 <4>[ 0.079364] ... CHAINHASH_SIZE: 32768 <4>[ 0.084051] memory used by lock dependency info: 4061 kB <4>[ 0.089774] memory used for stack traces: 2112 kB <4>[ 0.094814] per task-struct memory footprint: 1536 bytes <6>[ 0.100610] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) <6>[ 0.111220] CPU: Testing write buffer coherency: ok <6>[ 0.116343] pid_max: default: 32768 minimum: 301 <6>[ 0.121948] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.128862] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.142612] CPU0: update cpu_capacity 1024 <6>[ 0.144157] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.153533] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.158223] cblist_init_generic: Setting shift to 1 and lim to 1. <6>[ 0.165070] Running RCU-tasks wait API self tests <6>[ 0.169920] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.176649] Callback from call_rcu_tasks_trace() invoked. <6>[ 0.183297] rcu: Hierarchical SRCU implementation. <6>[ 0.183304] rcu: Max phase no-delay instances is 1000. <6>[ 0.183577] printk: bootconsole [ec_imx6q0] printing thread started <6>[ 0.201669] smp: Bringing up secondary CPUs ... <6>[ 0.207316] CPU1: update cpu_capacity 1024 <6>[ 0.207332] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.208515] smp: Brought up 1 node, 2 CPUs <6>[ 0.208531] SMP: Total of 2 processors activated (96.00 BogoMIPS). <6>[ 0.208541] CPU: All CPU(s) started in SVC mode. <6>[ 0.211639] devtmpfs: initialized <6>[ 0.265577] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.268286] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.268361] futex hash table entries: 512 (order: 3, 32768 bytes, linear) <6>[ 0.271772] pinctrl core: initialized pinctrl subsystem <6>[ 0.279647] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.308273] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.314877] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.315258] cpuidle: using governor menu <6>[ 0.317120] No ATAGs? <6>[ 0.317439] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.317456] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.338969] platform soc: Fixed dependency cycle(s) with /soc/bus@30000000/gpc@303a0000 <6>[ 0.351284] imx7d-pinctrl 302c0000.pinctrl: initialized IMX pinctrl driver <6>[ 0.355024] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc/bus@30000000/pinctrl@30330000/imx7d-sdb/hoggrp <6>[ 0.358833] imx7d-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver <6>[ 0.420371] platform panel: Fixed dependency cycle(s) with /soc/bus@30400000/lcdif@30730000/port/endpoint <6>[ 0.470268] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. <5>[ 0.559060] SCSI subsystem initialized <6>[ 0.561243] usbcore: registered new interface driver usbfs <6>[ 0.561494] usbcore: registered new interface driver hub <6>[ 0.561652] usbcore: registered new device driver usb <4>[ 0.562259] usb_phy_generic usbphynop1: supply vcc not found, using dummy regulator <4>[ 0.563545] usb_phy_generic usbphynop1: dummy supplies not allowed for exclusive requests <4>[ 0.564938] usb_phy_generic usbphynop2: supply vcc not found, using dummy regulator <4>[ 0.565611] usb_phy_generic usbphynop2: dummy supplies not allowed for exclusive requests <6>[ 0.571052] i2c i2c-0: IMX I2C adapter registered <6>[ 0.573469] i2c i2c-1: IMX I2C adapter registered <6>[ 0.575157] i2c i2c-2: IMX I2C adapter registered <6>[ 0.577368] i2c i2c-3: IMX I2C adapter registered <6>[ 0.578026] mc: Linux media interface: v0.10 <6>[ 0.578301] videodev: Linux video capture interface: v2.00 <6>[ 0.579237] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.579248] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.579311] PTP clock support registered <6>[ 0.582304] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.586374] Bluetooth: Core ver 2.22 <6>[ 0.586511] NET: Registered PF_BLUETOOTH protocol family <6>[ 0.586518] Bluetooth: HCI device and connection manager initialized <6>[ 0.586624] Bluetooth: HCI socket layer initialized <6>[ 0.586649] Bluetooth: L2CAP socket layer initialized <6>[ 0.586797] Bluetooth: SCO socket layer initialized <6>[ 0.589842] vgaarb: loaded <6>[ 0.596054] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.598787] VFS: Disk quotas dquot_6.6.0 <6>[ 0.599400] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 0.638798] NET: Registered PF_INET protocol family <6>[ 0.639736] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.643915] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear) <6>[ 0.644032] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.644083] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 0.644472] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear) <6>[ 0.647405] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.648178] UDP hash table entries: 512 (order: 3, 49152 bytes, linear) <6>[ 0.648426] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear) <6>[ 1.017856] printk: console [ttymxc0] enabled <6>[ 1.017871] printk: bootconsole [ec_imx6q0] disabled <6>[ 1.018225] printk: console [ttymxc0] printing thread started <6>[ 1.026232] printk: bootconsole [ec_imx6q0] printing thread stopped <6>[ 1.033339] 30a80000.serial: ttymxc5 at MMIO 0x30a80000 (irq = 274, base_baud = 15000000) is a IMX <6>[ 1.084331] Stack Depot allocating hash table of 65536 entries with kvcalloc <6>[ 1.141023] brd: module loaded <6>[ 1.178952] loop: module loaded <6>[ 1.216649] CAN device driver interface <6>[ 1.237097] pps pps0: new PPS source ptp0 <6>[ 2.297159] Freeing initrd memory: 10232K <6>[ 2.380667] fec 30be0000.ethernet eth0: registered PHC device 0 <6>[ 2.392710] pps pps1: new PPS source ptp1 <3>[ 2.396788] fec 30bf0000.ethernet: Invalid MAC address: 00:00:00:00:00:00 <6>[ 2.396874] fec 30bf0000.ethernet: Using random MAC address: 2a:dc:09:67:3a:d1 <6>[ 3.558970] fec 30bf0000.ethernet eth1: registered PHC device 1 <6>[ 3.561254] usbcore: registered new interface driver r8152 <6>[ 3.561404] usbcore: registered new interface driver lan78xx <6>[ 3.561682] usbcore: registered new interface driver asix <6>[ 3.561837] usbcore: registered new interface driver ax88179_178a <6>[ 3.561972] usbcore: registered new interface driver cdc_ether <6>[ 3.562193] usbcore: registered new interface driver smsc95xx <6>[ 3.562328] usbcore: registered new interface driver net1080 <6>[ 3.562461] usbcore: registered new interface driver cdc_subset <6>[ 3.562592] usbcore: registered new interface driver zaurus <6>[ 3.562739] usbcore: registered new interface driver MOSCHIP usb-ethernet driver <6>[ 3.562977] usbcore: registered new interface driver cdc_ncm <6>[ 3.563111] usbcore: registered new interface driver r8153_ecm <6>[ 3.563434] usbcore: registered new interface driver usb-storage <6>[ 3.575808] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc/30000000.bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0 <4>[ 3.580647] SPI driver ads7846 has no spi_device_id for ti,tsc2046 <4>[ 3.580663] SPI driver ads7846 has no spi_device_id for ti,ads7843 <4>[ 3.580670] SPI driver ads7846 has no spi_device_id for ti,ads7845 <4>[ 3.580677] SPI driver ads7846 has no spi_device_id for ti,ads7873 <4>[ 3.581503] ads7846 spi2.0: supply vcc not found, using dummy regulator <6>[ 3.587653] ads7846 spi2.0: touchscreen, irq 95 <6>[ 3.604802] input: ADS7846 Touchscreen as /devices/platform/soc/30800000.bus/30800000.spba-bus/30840000.spi/spi_master/spi2/spi2.0/input/input1 <6>[ 3.625381] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0 <6>[ 3.625611] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:00:00 UTC (0) <6>[ 3.626682] i2c_dev: i2c /dev entries driver <6>[ 3.678358] Bluetooth: HCI UART driver ver 2.3 <6>[ 3.678380] Bluetooth: HCI UART protocol H4 registered <6>[ 3.678523] Bluetooth: HCI UART protocol LL registered <3>[ 3.679522] CPUidle arm: CPU 0 failed to init idle CPU ops <6>[ 3.682158] sdhci: Secure Digital Host Controller Interface driver <6>[ 3.682166] sdhci: Copyright(c) Pierre Ossman <6>[ 3.682175] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 3.687073] caam 30900000.crypto: Entropy delay = 3200 <6>[ 3.692147] sdhci-esdhc-imx 30b40000.mmc: Got CD GPIO <6>[ 3.692262] sdhci-esdhc-imx 30b40000.mmc: Got WP GPIO <6>[ 3.746525] caam 30900000.crypto: Instantiated RNG4 SH0 <6>[ 3.805936] caam 30900000.crypto: Instantiated RNG4 SH1 <6>[ 3.814269] caam 30900000.crypto: device ID = 0x0a16030000000000 (Era 8) <6>[ 3.814290] caam 30900000.crypto: job rings = 3, qi = 0 <6>[ 3.835451] caam algorithms registered in /proc/crypto <6>[ 3.835855] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto <6>[ 3.835918] caam 30900000.crypto: registering rng-caam <6>[ 3.856270] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA <6>[ 3.864151] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA <6>[ 3.867036] caam 30900000.crypto: rng crypto API alg registered prng-caam <6>[ 3.891887] usbcore: registered new interface driver usbhid <6>[ 3.891904] usbhid: USB HID core driver <6>[ 3.919911] mmc0: new high speed SDHC card at address aaaa <6>[ 3.924442] mmcblk0: mmc0:aaaa SA16G 14.8 GiB <6>[ 3.950147] mmcblk0: p1 p2 <5>[ 4.044531] random: crng init done <6>[ 4.063230] NET: Registered PF_INET6 protocol family <6>[ 4.074103] Segment Routing with IPv6 <6>[ 4.074175] In-situ OAM (IOAM) with IPv6 <6>[ 4.074336] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 4.076207] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA <6>[ 4.078977] NET: Registered PF_PACKET protocol family <6>[ 4.078996] can: controller area network core <6>[ 4.079264] NET: Registered PF_CAN protocol family <6>[ 4.079283] can: raw protocol <6>[ 4.079420] can: broadcast manager protocol <6>[ 4.079464] can: netlink gateway - max_hops=1 <5>[ 4.080453] Key type dns_resolver registered <6>[ 4.082356] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 2 mkt segment 0 supported-hw 0x4 0x1 <5>[ 4.097282] Registering SWP/SWPB emulation handler <5>[ 4.098720] Loading compiled-in X.509 certificates <6>[ 4.239411] mmc1: new ultra high speed SDR104 SDIO card at address 0001 <3>[ 4.488580] imx-gpcv2 303a0000.gpc: Failed to create device link (0x180) with 30360000.anatop:regulator-vdd1p0d <3>[ 4.488639] imx-gpcv2 303a0000.gpc: Failed to create device link (0x180) with 30360000.anatop:regulator-vdd1p0d <3>[ 4.490957] imx-gpcv2 303a0000.gpc: Failed to create device link (0x180) with 30360000.anatop:regulator-vdd1p2 <6>[ 4.531683] imx6q-pcie 33800000.pcie: host bridge /soc/pcie@33800000 ranges: <6>[ 4.531884] imx6q-pcie 33800000.pcie: IO 0x004ff80000..0x004ff8ffff -> 0x0000000000 <6>[ 4.532202] imx6q-pcie 33800000.pcie: MEM 0x0040000000..0x004fefffff -> 0x0040000000 <6>[ 4.542257] [drm] Initialized mxsfb-drm 1.0.0 20160824 for 30730000.lcdif on minor 0 <6>[ 4.604571] Console: switching to colour frame buffer device 60x34 <6>[ 4.621459] mxsfb 30730000.lcdif: [drm] fb0: mxsfb-drmdrmfb frame buffer device <4>[ 4.625495] imx_usb 30b10000.usb: No over current polarity defined <4>[ 4.761825] imx_usb 30b20000.usb: No over current polarity defined <6>[ 4.767615] ci_hdrc ci_hdrc.1: EHCI Host Controller <6>[ 4.768149] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 <6>[ 4.773824] imx6q-pcie 33800000.pcie: iATU unroll: disabled <6>[ 4.773839] imx6q-pcie 33800000.pcie: iATU regions: 4 ob, 4 ib, align 64K, limit 4G <6>[ 4.816279] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 <6>[ 4.818156] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 <6>[ 4.818177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 4.818190] usb usb1: Product: EHCI Host Controller <6>[ 4.818200] usb usb1: Manufacturer: Linux 6.1.64-cip10-rt5 ehci_hcd <6>[ 4.818210] usb usb1: SerialNumber: ci_hdrc.1 <6>[ 4.823915] hub 1-0:1.0: USB hub found <6>[ 4.824292] hub 1-0:1.0: 1 port detected <6>[ 4.836419] imx_thermal 30360000.anatop:tempmon: Commercial CPU temperature grade - max:95C critical:90C passive:85C <4>[ 4.884903] usb_phy_generic usbphynop3: supply vcc not found, using dummy regulator <4>[ 4.885714] usb_phy_generic usbphynop3: dummy supplies not allowed for exclusive requests <6>[ 4.970205] input: gpio-keys as /devices/platform/gpio-keys/input/input2 <3>[ 5.766974] imx6q-pcie 33800000.pcie: Phy link never came up <3>[ 6.766219] imx6q-pcie 33800000.pcie: Phy link never came up <6>[ 6.767192] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00 <6>[ 6.767217] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 6.767238] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] <6>[ 6.767255] pci_bus 0000:00: root bus resource [mem 0x40000000-0x4fefffff] <6>[ 6.767739] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400 <6>[ 6.767806] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff] <6>[ 6.767867] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] <6>[ 6.768300] pci 0000:00:00.0: supports D1 <6>[ 6.768312] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold <6>[ 6.773005] PCI: bus0: Fast back to back transfers disabled <6>[ 6.773555] PCI: bus1: Fast back to back transfers enabled <6>[ 6.773629] pci 0000:00:00.0: BAR 0: assigned [mem 0x40000000-0x400fffff] <6>[ 6.773661] pci 0000:00:00.0: BAR 6: assigned [mem 0x40100000-0x4010ffff pref] <6>[ 6.773678] pci 0000:00:00.0: PCI bridge to [bus 01-ff] <6>[ 6.834899] Generic PHY 30be0000.ethernet-1:00: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:00, irq=POLL) <6>[ 6.898710] Generic PHY 30be0000.ethernet-1:01: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:01, irq=POLL) <6>[ 9.987583] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off <6>[ 9.987939] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 10.026181] Sending DHCP requests .., OK <6>[ 12.966357] IP-Config: Got DHCP answer from 172.16.1.4, my address is 172.16.1.217 <6>[ 12.966384] IP-Config: Complete: <6>[ 12.966389] device=eth0, hwaddr=00:04:9f:05:b3:72, ipaddr=172.16.1.217, mask=255.255.255.0, gw=172.16.1.4 <6>[ 12.966405] host=172.16.1.217, domain=example.org, nis-domain=(none) <6>[ 12.966412] bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath= <6>[ 12.966421] nameserver0=172.16.1.4 <5>[ 12.984003] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 13.061501] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 13.063356] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <4>[ 13.063380] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db <6>[ 13.081856] ALSA device list: <6>[ 13.082183] No soundcards found. <6>[ 13.100267] Freeing unused kernel image (initmem) memory: 1024K <6>[ 13.126988] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 13.569883] udevd[229]: starting version 3.2.9 <27>[ 13.590124] udevd[229]: specified user 'tss' unknown <27>[ 13.590388] udevd[229]: specified group 'tss' unknown <30>[ 13.610453] udevd[230]: starting eudev-3.2.9 <4>[ 15.031027] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2 <4>[ 15.031056] imx-sdma 30bd0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin <6>[ 15.174032] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 <4>[ 15.174699] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.fsl,imx7d-sdb.bin failed with error -2 <4>[ 15.174718] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac4339-sdio.fsl,imx7d-sdb.bin done Saving random seed: OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-1262885/environment . /lava-1262885/environment / # /lava-1262885/bin/lava-test-runner /lava-1262885/0 /lava-1262885/bin/lava-test-runner /lava-1262885/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-1262885/0/tests/0_dmesg + cat uuid + UUID=1262885_1.5.2.4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 22.118697] <8>[ 22.236392] <8>[ 22.337149] + set +x / # <8>[ 22.437061# export SHELL=/bin/sh ] <8>[ 22.440143] # / # export SHELL=/bin/sh. /lava-1262885/environment / # . /lava-1262885/environment/lava-1262885/bin/lava-test-runner /lava-1262885/1 / # /lava-1262885/bin/lava-test-runner /lava-1262885/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-1262885/1/tests/1_bootrr + cat uuid + UUID=1262885_1.5.2.4.5 + set +x + export 'PATH=/opt<8>[ 28.272688] /bootrr/libexec/bootrr/helpers:/lava-1262885/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-1262885/1/../bin/lava-test-case <8>[ 28.431177] /lava-1262885/1/../bin/lava-test-case <8>[ 28.536388] /lava-1262885/1/../bin/lava-test-case <8>[ 28.591873] + set +x