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 25C 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 (1290 ms) => setenv serverip 59.144.98.45 setenv serverip 59.144.98.45 => tftp ${loadaddr} 1256033/tftp-deploy-i0zwiq0w/kernel/zImage tftp ${loadaddr} 1256033/tftp-deploy-i0zwiq0w/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 '1256033/tftp-deploy-i0zwiq0w/kernel/zImage'. Load address: 0x80800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################################### 10.4 MiB/s done Bytes transferred = 12002976 (b726a0 hex) => tftp ${initrd_addr} 1256033/tftp-deploy-i0zwiq0w/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 1256033/tftp-deploy-i0zwiq0w/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 '1256033/tftp-deploy-i0zwiq0w/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################ 10.4 MiB/s done Bytes transferred = 10475131 (9fd67b hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp ${fdt_addr} 1256033/tftp-deploy-i0zwiq0w/dtb/imx7d-sdb.dtb tftp ${fdt_addr} 1256033/tftp-deploy-i0zwiq0w/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 '1256033/tftp-deploy-i0zwiq0w/dtb/imx7d-sdb.dtb'. Load address: 0x83000000 Loading: *### 5.3 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 - 0xb726a0 ] ## Loading init Ramdisk from Legacy Image at 83800000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 10475067 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.59-cip8 (KernelCI@build-j83117-arm-gcc-10-imx-v6-v7-defconfig-lczv2) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Fri Oct 27 13:00:09 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, 2192K rwdata, 5548K rodata, 1024K init, 6676K 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.008281] Switching to timer-based delay loop, resolution 125ns <6>[ 0.015290] Switching to timer-based delay loop, resolution 41ns <6>[ 0.020970] 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.041591] Console: colour dummy device 80x30 <4>[ 0.043719] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar <4>[ 0.051815] ... MAX_LOCKDEP_SUBCLASSES: 8 <4>[ 0.056140] ... MAX_LOCK_DEPTH: 48 <4>[ 0.060602] ... MAX_LOCKDEP_KEYS: 8192 <4>[ 0.065278] ... CLASSHASH_SIZE: 4096 <4>[ 0.069877] ... MAX_LOCKDEP_ENTRIES: 32768 <4>[ 0.074602] ... MAX_LOCKDEP_CHAINS: 65536 <4>[ 0.079364] ... CHAINHASH_SIZE: 32768 <4>[ 0.084052] memory used by lock dependency info: 4061 kB <4>[ 0.089777] memory used for stack traces: 2112 kB <4>[ 0.094815] 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.111222] CPU: Testing write buffer coherency: ok <6>[ 0.116343] pid_max: default: 32768 minimum: 301 <6>[ 0.121950] 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.142591] CPU0: update cpu_capacity 1024 <6>[ 0.144137] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.153592] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.158281] cblist_init_generic: Setting shift to 1 and lim to 1. <6>[ 0.165128] Running RCU-tasks wait API self tests <6>[ 0.169978] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.176712] Callback from call_rcu_tasks_trace() invoked. <6>[ 0.182882] rcu: Hierarchical SRCU implementation. <6>[ 0.187293] rcu: Max phase no-delay instances is 1000. <6>[ 0.195403] smp: Bringing up secondary CPUs ... <6>[ 0.201590] CPU1: update cpu_capacity 1024 <6>[ 0.201613] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.202821] smp: Brought up 1 node, 2 CPUs <6>[ 0.214688] SMP: Total of 2 processors activated (96.00 BogoMIPS). <6>[ 0.221204] CPU: All CPU(s) started in SVC mode. <6>[ 0.229233] devtmpfs: initialized <6>[ 0.273713] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.281335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.289222] futex hash table entries: 512 (order: 3, 32768 bytes, linear) <6>[ 0.299242] pinctrl core: initialized pinctrl subsystem <6>[ 0.309044] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.340737] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.351855] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.352273] cpuidle: using governor menu <6>[ 0.362107] No ATAGs? <6>[ 0.362867] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.370930] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.398633] platform soc: Fixed dependency cycle(s) with /soc/bus@30000000/gpc@303a0000 <6>[ 0.416725] imx7d-pinctrl 302c0000.pinctrl: initialized IMX pinctrl driver <6>[ 0.424897] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc/bus@30000000/pinctrl@30330000/imx7d-sdb/hoggrp <6>[ 0.436975] imx7d-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver <6>[ 0.504066] platform panel: Fixed dependency cycle(s) with /soc/bus@30400000/lcdif@30730000/port/endpoint <6>[ 0.562605] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. <5>[ 0.696001] SCSI subsystem initialized <6>[ 0.704646] usbcore: registered new interface driver usbfs <6>[ 0.707826] usbcore: registered new interface driver hub <6>[ 0.713551] usbcore: registered new device driver usb <4>[ 0.719096] usb_phy_generic usbphynop1: supply vcc not found, using dummy regulator <4>[ 0.727803] usb_phy_generic usbphynop1: dummy supplies not allowed for exclusive requests <4>[ 0.736311] usb_phy_generic usbphynop2: supply vcc not found, using dummy regulator <4>[ 0.743827] usb_phy_generic usbphynop2: dummy supplies not allowed for exclusive requests <6>[ 0.756610] i2c i2c-0: IMX I2C adapter registered <6>[ 0.761098] i2c i2c-1: IMX I2C adapter registered <6>[ 0.766298] i2c i2c-2: IMX I2C adapter registered <6>[ 0.771079] i2c i2c-3: IMX I2C adapter registered <6>[ 0.774443] mc: Linux media interface: v0.10 <6>[ 0.778555] videodev: Linux video capture interface: v2.00 <6>[ 0.784861] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.789296] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.799055] PTP clock support registered <6>[ 0.805960] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.813693] Bluetooth: Core ver 2.22 <6>[ 0.814838] NET: Registered PF_BLUETOOTH protocol family <6>[ 0.820355] Bluetooth: HCI device and connection manager initialized <6>[ 0.827069] Bluetooth: HCI socket layer initialized <6>[ 0.832290] Bluetooth: L2CAP socket layer initialized <6>[ 0.837619] Bluetooth: SCO socket layer initialized <6>[ 0.845277] vgaarb: loaded <6>[ 1.938777] clocksource: Switched to clocksource arch_sys_counter <5>[ 1.946981] VFS: Disk quotas dquot_6.6.0 <6>[ 1.948514] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 1.996221] NET: Registered PF_INET protocol family <6>[ 1.999569] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 2.010815] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear) <6>[ 2.016833] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 2.025421] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 2.033283] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear) <6>[ 2.043221] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 2.047672] UDP hash table entries: 512 (order: 3, 49152 bytes, linear) <6>[ 2.054236] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear) <6>[ 2.062039] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 2.069839] RPC: Registered named UNIX socket transport module. <6>[ 2.073489] RPC: Registered udp transport module. <6>[ 2.078463] RPC: Registered tcp transport module. <6>[ 2.083533] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 2.092681] PCI: CLS 0 bytes, default 64 <6>[ 2.097050] Trying to unpack rootfs image as initramfs... <6>[ 2.097190] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available <5>[ 2.115123] Initialise system trusted keyrings <6>[ 2.118028] workingset: timestamp_bits=30 max_order=18 bucket_order=0 <5>[ 2.157662] NFS: Registering the id_resolver key type <5>[ 2.160810] Key type id_resolver registered <5>[ 2.164654] Key type id_legacy registered <6>[ 2.169463] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 2.176095] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 2.183965] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. <6>[ 2.191858] fuse: init (API version 7.37) <5>[ 2.317053] Key type asymmetric registered <5>[ 2.318903] Asymmetric key parser 'x509' registered <6>[ 2.324643] bounce: pool size: 64 pages <6>[ 2.328437] io scheduler mq-deadline registered <6>[ 2.332805] io scheduler kyber registered <4>[ 2.354576] pwm-backlight backlight: supply power not found, using dummy regulator <6>[ 2.374292] mxs-dma 33000000.dma-apbh: initialized <6>[ 2.393489] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1 <6>[ 2.398312] pfuze100-regulator 0-0008: FAB: 0, FIN: 0 <6>[ 2.402797] pfuze100-regulator 0-0008: pfuze3000 found. <6>[ 2.441023] VLDO4: Bringing 3300000uV into 2800000-2800000uV <3>[ 2.451970] clk: failed to reparent uart1_src to pll_sys_main_240m_clk: -16 <6>[ 2.457936] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 273, base_baud = 1500000) is a IMX <6>[ 2.466611] printk: console [ttymxc0] enabled <6>[ 2.466611] printk: console [ttymxc0] enabled <6>[ 2.474942] printk: bootconsole [ec_imx6q0] disabled <6>[ 2.474942] printk: bootconsole [ec_imx6q0] disabled <6>[ 2.491076] 30a80000.serial: ttymxc5 at MMIO 0x30a80000 (irq = 274, base_baud = 15000000) is a IMX <6>[ 2.529949] Stack Depot allocating hash table of 65536 entries with kvcalloc <6>[ 2.590236] brd: module loaded <6>[ 2.645783] loop: module loaded <6>[ 2.730574] CAN device driver interface <6>[ 2.766989] pps pps0: new PPS source ptp0 <6>[ 3.724112] Freeing initrd memory: 10232K <6>[ 3.809145] fec 30be0000.ethernet eth0: registered PHC device 0 <6>[ 3.822403] pps pps1: new PPS source ptp1 <3>[ 3.830290] fec 30bf0000.ethernet: Invalid MAC address: 00:00:00:00:00:00 <6>[ 3.837440] fec 30bf0000.ethernet: Using random MAC address: 1a:04:ea:c5:80:76 <6>[ 5.002561] fec 30bf0000.ethernet eth1: registered PHC device 1 <6>[ 5.011185] usbcore: registered new interface driver r8152 <6>[ 5.017145] usbcore: registered new interface driver lan78xx <6>[ 5.023453] usbcore: registered new interface driver asix <6>[ 5.029347] usbcore: registered new interface driver ax88179_178a <6>[ 5.035856] usbcore: registered new interface driver cdc_ether <6>[ 5.042223] usbcore: registered new interface driver smsc95xx <6>[ 5.048407] usbcore: registered new interface driver net1080 <6>[ 5.054524] usbcore: registered new interface driver cdc_subset <6>[ 5.060896] usbcore: registered new interface driver zaurus <6>[ 5.066883] usbcore: registered new interface driver MOSCHIP usb-ethernet driver <6>[ 5.074904] usbcore: registered new interface driver cdc_ncm <6>[ 5.081043] usbcore: registered new interface driver r8153_ecm <6>[ 5.087503] usbcore: registered new interface driver usb-storage <6>[ 5.106060] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc/30000000.bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0 <4>[ 5.122423] SPI driver ads7846 has no spi_device_id for ti,tsc2046 <4>[ 5.129067] SPI driver ads7846 has no spi_device_id for ti,ads7843 <4>[ 5.135535] SPI driver ads7846 has no spi_device_id for ti,ads7845 <4>[ 5.142059] SPI driver ads7846 has no spi_device_id for ti,ads7873 <4>[ 5.149463] ads7846 spi2.0: supply vcc not found, using dummy regulator <6>[ 5.159455] ads7846 spi2.0: touchscreen, irq 95 <6>[ 5.166537] input: ADS7846 Touchscreen as /devices/platform/soc/30800000.bus/30800000.spba-bus/30840000.spi/spi_master/spi2/spi2.0/input/input1 <6>[ 5.194251] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0 <6>[ 5.201125] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:00:00 UTC (0) <6>[ 5.211170] i2c_dev: i2c /dev entries driver <6>[ 5.232688] Bluetooth: HCI UART driver ver 2.3 <6>[ 5.237441] Bluetooth: HCI UART protocol H4 registered <6>[ 5.243051] Bluetooth: HCI UART protocol LL registered <3>[ 5.249590] CPUidle arm: CPU 0 failed to init idle CPU ops <6>[ 5.258067] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.264645] sdhci: Copyright(c) Pierre Ossman <6>[ 5.269338] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.279372] sdhci-esdhc-imx 30b40000.mmc: Got CD GPIO <6>[ 5.289042] caam 30900000.crypto: Entropy delay = 3200 <6>[ 5.289364] sdhci-esdhc-imx 30b40000.mmc: Got WP GPIO <6>[ 5.353926] caam 30900000.crypto: Instantiated RNG4 SH0 <6>[ 5.358895] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA <6>[ 5.367542] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA <6>[ 5.413335] caam 30900000.crypto: Instantiated RNG4 SH1 <6>[ 5.419209] caam 30900000.crypto: device ID = 0x0a16030000000000 (Era 8) <6>[ 5.426268] caam 30900000.crypto: job rings = 3, qi = 0 <6>[ 5.446588] caam algorithms registered in /proc/crypto <6>[ 5.452613] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto <6>[ 5.460479] caam 30900000.crypto: registering rng-caam <6>[ 5.474166] caam 30900000.crypto: rng crypto API alg registered prng-caam <6>[ 5.489989] usbcore: registered new interface driver usbhid <6>[ 5.495928] usbhid: USB HID core driver <6>[ 5.504580] mmc0: new high speed SDHC card at address aaaa <6>[ 5.515751] mmcblk0: mmc0:aaaa SA16G 14.8 GiB <6>[ 5.534861] mmcblk0: p1 p2 <6>[ 5.579643] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA <5>[ 5.651356] random: crng init done <6>[ 5.655098] NET: Registered PF_INET6 protocol family <6>[ 5.666522] Segment Routing with IPv6 <6>[ 5.671286] In-situ OAM (IOAM) with IPv6 <6>[ 5.675750] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 5.686043] NET: Registered PF_PACKET protocol family <6>[ 5.691493] can: controller area network core <6>[ 5.696454] NET: Registered PF_CAN protocol family <6>[ 5.701655] can: raw protocol <6>[ 5.705137] can: broadcast manager protocol <6>[ 5.709798] can: netlink gateway - max_hops=1 <5>[ 5.715275] Key type dns_resolver registered <6>[ 5.721649] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 2 mkt segment 0 supported-hw 0x4 0x1 <5>[ 5.746850] Registering SWP/SWPB emulation handler <5>[ 5.753361] Loading compiled-in X.509 certificates <6>[ 5.822475] mmc1: new ultra high speed SDR104 SDIO card at address 0001 <3>[ 6.051455] imx-gpcv2 303a0000.gpc: Failed to create device link (0x180) with 30360000.anatop:regulator-vdd1p0d <3>[ 6.062231] imx-gpcv2 303a0000.gpc: Failed to create device link (0x180) with 30360000.anatop:regulator-vdd1p0d <3>[ 6.074593] imx-gpcv2 303a0000.gpc: Failed to create device link (0x180) with 30360000.anatop:regulator-vdd1p2 <6>[ 6.108227] [drm] Initialized mxsfb-drm 1.0.0 20160824 for 30730000.lcdif on minor 0 <6>[ 6.166647] Console: switching to colour frame buffer device 60x34 <6>[ 6.188522] mxsfb 30730000.lcdif: [drm] fb0: mxsfb-drmdrmfb frame buffer device <4>[ 6.201922] imx_usb 30b10000.usb: No over current polarity defined <4>[ 6.344328] imx_usb 30b20000.usb: No over current polarity defined <6>[ 6.357403] ci_hdrc ci_hdrc.1: EHCI Host Controller <6>[ 6.363239] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 <6>[ 6.399054] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 <6>[ 6.407714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 <6>[ 6.416592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 6.424241] usb usb1: Product: EHCI Host Controller <6>[ 6.429466] usb usb1: Manufacturer: Linux 6.1.59-cip8 ehci_hcd <6>[ 6.435590] usb usb1: SerialNumber: ci_hdrc.1 <6>[ 6.446507] hub 1-0:1.0: USB hub found <6>[ 6.451081] hub 1-0:1.0: 1 port detected <6>[ 6.464659] imx_thermal 30360000.anatop:tempmon: Commercial CPU temperature grade - max:95C critical:90C passive:85C <4>[ 6.497595] usb_phy_generic usbphynop3: supply vcc not found, using dummy regulator <4>[ 6.506430] usb_phy_generic usbphynop3: dummy supplies not allowed for exclusive requests <6>[ 6.520133] imx6q-pcie 33800000.pcie: host bridge /soc/pcie@33800000 ranges: <6>[ 6.527728] imx6q-pcie 33800000.pcie: IO 0x004ff80000..0x004ff8ffff -> 0x0000000000 <6>[ 6.536830] imx6q-pcie 33800000.pcie: MEM 0x0040000000..0x004fefffff -> 0x0040000000 <6>[ 6.555197] input: gpio-keys as /devices/platform/gpio-keys/input/input2 <6>[ 6.780004] imx6q-pcie 33800000.pcie: iATU unroll: disabled <6>[ 6.785888] imx6q-pcie 33800000.pcie: iATU regions: 4 ob, 4 ib, align 64K, limit 4G <3>[ 7.795314] imx6q-pcie 33800000.pcie: Phy link never came up <3>[ 8.803024] imx6q-pcie 33800000.pcie: Phy link never came up <6>[ 8.810055] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00 <6>[ 8.816762] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 8.822623] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] <6>[ 8.829409] pci_bus 0000:00: root bus resource [mem 0x40000000-0x4fefffff] <6>[ 8.837620] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400 <6>[ 8.844064] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff] <6>[ 8.850760] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] <6>[ 8.858506] pci 0000:00:00.0: supports D1 <6>[ 8.862949] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold <6>[ 8.873809] PCI: bus0: Fast back to back transfers disabled <6>[ 8.880305] PCI: bus1: Fast back to back transfers enabled <6>[ 8.886171] pci 0000:00:00.0: BAR 0: assigned [mem 0x40000000-0x400fffff] <6>[ 8.893315] pci 0000:00:00.0: BAR 6: assigned [mem 0x40100000-0x4010ffff pref] <6>[ 8.900924] pci 0000:00:00.0: PCI bridge to [bus 01-ff] <6>[ 8.917368] Generic PHY 30be0000.ethernet-1:00: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:00, irq=POLL) <6>[ 8.938057] Generic PHY 30be0000.ethernet-1:01: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:01, irq=POLL) <6>[ 12.090178] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off <6>[ 12.098695] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 12.138753] Sending DHCP requests .., OK <6>[ 15.083058] IP-Config: Got DHCP answer from 172.16.1.4, my address is 172.16.1.217 <6>[ 15.091045] IP-Config: Complete: <6>[ 15.094555] 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>[ 15.104928] host=172.16.1.217, domain=example.org, nis-domain=(none) <6>[ 15.112052] bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath= <6>[ 15.112072] nameserver0=172.16.1.4 <5>[ 15.141009] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 15.209468] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 15.222851] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <4>[ 15.232033] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db <6>[ 15.238785] ALSA device list: <6>[ 15.243521] No soundcards found. <6>[ 15.251382] Freeing unused kernel image (initmem) memory: 1024K <6>[ 15.279155] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 15.651113] udevd[227]: starting version 3.2.9 <27>[ 15.672669] udevd[227]: specified user 'tss' unknown <27>[ 15.678239] udevd[227]: specified group 'tss' unknown <30>[ 15.693732] udevd[228]: starting eudev-3.2.9 <4>[ 16.927707] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2 <4>[ 16.938751] imx-sdma 30bd0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin <6>[ 17.024496] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 <4>[ 17.034622] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.fsl,imx7d-sdb.bin failed with error -2 <4>[ 17.045975] 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-1256033/environment . /lava-1256033/environment / # /lava-1256033/bin/lava-test-runner /lava-1256033/0 /lava-1256033/bin/lava-test-runner /lava-1256033/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-1256033/0/tests/0_dmesg + cat uuid + UUID=1256033_1.5.2.4.1<8>[ 23.727128] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 23.831825] <8>[ 23.921516] <8>[ 24.011101] + set +x <8>[ 24.022500] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-1256033/environment / # . /lava-1256033/environment/lava-1256033/bin/lava-test-runner /lava-1256033/1 / # /lava-1256033/bin/lava-test-runner /lava-1256033/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-1256033/1/tests/1_bootrr + cat uuid + UUID=1256033_1.5.2.4.5<8>[ 29.842145] + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-1256033/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-1256033/1/../bin/lava-test-case <8>[ 29.978057] /lava-1256033/1/../bin/lava-test-case <8>[ 30.073530] /lava-1256033/1/../bin/lava-test-case <8>[ 30.125594] + set +x <8>[ 30.162722] / #