Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot SPL 2018.11-rc2-00101-g1ed3c0954b (Oct 25 2018 - 13:13:23 +0200) OMAP4430-GP ES2.1 Trying to boot from MMC1 SPL: Please implement spl_start_uboot() for your board SPL: Direct Linux boot not active! U-Boot 2018.11-rc2-00101-g1ed3c0954b (Oct 25 2018 - 13:13:23 +0200) CPU : OMAP4430-GP ES2.1 Board: OMAP4 Panda I2C: ready DRAM: 1 GiB MMC: OMAP SD/MMC: 0 Loading Environment from FAT... Unable to use mmc 0:1... Net: No ethernet found. Hit any key to stop autoboot: 2  0 => usb start usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 DHCP client bound to address 10.201.3.110 (7 ms) => setenv serverip 10.201.1.8 setenv serverip 10.201.1.8 => tftp 0x82000000 2404789/tftp-deploy-72vyer15/kernel/zImage tftp 0x82000000 2404789/tftp-deploy-72vyer15/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 10.201.1.8; our IP address is 10.201.3.110 Filename '2404789/tftp-deploy-72vyer15/kernel/zImage'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# #######T ######################################### 418 KiB/s done Bytes transferred = 4512672 (44dba0 hex) => tftp 0x84000000 2404789/tftp-deploy-72vyer15/ramdisk/ramdisk.cpio.gz.uboot tftp 0x84000000 2404789/tftp-deploy-72vyer15/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 10.201.1.8; our IP address is 10.201.3.110 Filename '2404789/tftp-deploy-72vyer15/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x84000000 Loading: *################################################################# ###################################################T ############## ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###########T ###################################################### ################################################################# ################################################################# ################### 487.3 KiB/s done Bytes transferred = 12677379 (c17103 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x83f00000 2404789/tftp-deploy-72vyer15/dtb/omap4-panda.dtb tftp 0x83f00000 2404789/tftp-deploy-72vyer15/dtb/omap4-panda.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 10.201.1.8; our IP address is 10.201.3.110 Filename '2404789/tftp-deploy-72vyer15/dtb/omap4-panda.dtb'. Load address: 0x83f00000 Loading: *###### 68.4 KiB/s done Bytes transferred = 77984 (130a0 hex) =>setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' => bootz 0x82000000 0x84000000 0x83f00000 bootz 0x82000000 0x84000000 0x83f00000 ## Loading init Ramdisk from Legacy Image at 84000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 12677315 Bytes = 12.1 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 83f00000 Booting using the fdt blob at 0x83f00000 Using Device Tree in place at 83f00000, end 83f1609f Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.255-cip79 (KernelCI@build-j71214-arm-gcc-10-omap2plus-defconfig-lwxpx) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 SMP Tue Aug 23 04:47:26 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI OMAP4 PandaBoard [ 0.000000] earlycon: omap8250 at MMIO 0x48020000 (options '') [ 0.000000] bootconsole [omap8250] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0xbe800000 [ 0.000000] OMAP4: Map 0xbfe00000 to (ptrval) for dram barrier [ 0.000000] OMAP4430 ES2.1 [ 0.000000] percpu: Embedded 17 pages/cpu s38632 r8192 d22808 u69632 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259904 [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Memory: 985684K/1046528K available (9216K kernel code, 794K rwdata, 2600K rodata, 1024K init, 7477K bss, 44460K reserved, 16384K cma-reserved, 243712K 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 : 0xf0800000 - 0xff800000 ( 240 MB) <5>[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 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) (10208 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 795 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) (7478 kB) <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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <4>[ 0.000000] L2C: platform modifies aux control register: 0x0e070000 -> 0x3e470000 <4>[ 0.000000] L2C: DT/platform modifies aux control register: 0x0e070000 -> 0x3e470000 <6>[ 0.000000] L2C-310 erratum 727915 enabled <6>[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 <6>[ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines <6>[ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB <6>[ 0.000000] L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000 <6>[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz <6>[ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns <6>[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65535999984741ns <6>[ 0.008880] OMAP clocksource: 32k_counter at 32768 Hz <6>[ 0.017242] Console: colour dummy device 80x30 <3>[ 0.022186] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' <3>[ 0.029174] This ensures that you still see kernel messages. Please <3>[ 0.035949] update your kernel commandline. <4>[ 0.040557] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar <4>[ 0.048797] ... MAX_LOCKDEP_SUBCLASSES: 8 <4>[ 0.053314] ... MAX_LOCK_DEPTH: 48 <4>[ 0.057891] ... MAX_LOCKDEP_KEYS: 8191 <4>[ 0.062683] ... CLASSHASH_SIZE: 4096 <4>[ 0.067443] ... MAX_LOCKDEP_ENTRIES: 32768 <4>[ 0.072326] ... MAX_LOCKDEP_CHAINS: 65536 <4>[ 0.077178] ... CHAINHASH_SIZE: 32768 <4>[ 0.082061] memory used by lock dependency info: 4655 kB <4>[ 0.087890] per task-struct memory footprint: 1536 bytes <6>[ 0.093780] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256) <6>[ 0.186248] pid_max: default: 32768 minimum: 301 <6>[ 0.191864] Security Framework initialized <6>[ 0.196533] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.203674] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.215454] CPU: Testing write buffer coherency: ok <6>[ 0.220977] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.228332] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.237274] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.245086] rcu: Hierarchical SRCU implementation. <6>[ 0.252502] smp: Bringing up secondary CPUs ... <6>[ 0.299407] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.299407] CPU1: Spectre v2: using BPIALL workaround <6>[ 0.312255] smp: Brought up 1 node, 2 CPUs <6>[ 0.316772] SMP: Total of 2 processors activated (2393.70 BogoMIPS). <6>[ 0.323822] CPU: All CPU(s) started in SVC mode. <6>[ 0.333343] devtmpfs: initialized <6>[ 0.408447] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1 <6>[ 0.419921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.430450] futex hash table entries: 512 (order: 3, 32768 bytes) <6>[ 0.439147] pinctrl core: initialized pinctrl subsystem <6>[ 0.452056] NET: Registered protocol family 16 <6>[ 0.465118] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.481048] omap_hwmod: l3_main_3 using broken dt data from ocp <4>[ 0.495330] omap_hwmod: l3_main_2 using broken dt data from ocp <6>[ 0.754791] audit: initializing netlink subsys (disabled) <5>[ 0.761535] audit: type=2000 audit(0.760:1): state=initialized audit_enabled=0 res=1 <6>[ 0.770080] cpuidle: using governor menu <6>[ 0.837646] omap-gpmc 50000000.gpmc: GPMC revision 6.0 <4>[ 0.843475] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 <6>[ 0.875701] No ATAGs? <6>[ 0.876129] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. <6>[ 0.887451] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.897644] OMAP DMA hardware revision 0.0 <6>[ 0.951110] omap-iommu 4a066000.mmu: 4a066000.mmu registered <6>[ 0.957916] omap-iommu 55082000.mmu: 55082000.mmu registered <6>[ 0.967926] vgaarb: loaded <5>[ 0.972320] SCSI subsystem initialized <6>[ 0.978485] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.984008] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.993804] PTP clock support registered <6>[ 1.002899] clocksource: Switched to clocksource 32k_counter <5>[ 1.212860] VFS: Disk quotas dquot_6.6.0 <6>[ 1.217407] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 1.262176] NET: Registered protocol family 2 <6>[ 1.267791] IP idents hash table entries: 16384 (order: 5, 131072 bytes) <6>[ 1.278717] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes) <6>[ 1.287261] TCP established hash table entries: 8192 (order: 3, 32768 bytes) <6>[ 1.295104] TCP bind hash table entries: 8192 (order: 6, 294912 bytes) <6>[ 1.303466] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 1.311035] UDP hash table entries: 512 (order: 3, 40960 bytes) <6>[ 1.317687] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes) <6>[ 1.325378] NET: Registered protocol family 1 <6>[ 1.332580] RPC: Registered named UNIX socket transport module. <6>[ 1.339141] RPC: Registered udp transport module. <6>[ 1.344360] RPC: Registered tcp transport module. <6>[ 1.349487] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 1.358795] Trying to unpack rootfs image as initramfs... <6>[ 3.007843] Freeing initrd memory: 12384K <4>[ 3.013763] hw perfevents: no irqs for PMU, sampling events not supported <6>[ 3.021697] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available <5>[ 3.042602] Initialise system trusted keyrings <6>[ 3.048889] workingset: timestamp_bits=14 max_order=18 bucket_order=4 <5>[ 3.059417] NFS: Registering the id_resolver key type <5>[ 3.065185] Key type id_resolver registered <5>[ 3.069854] Key type id_legacy registered <6>[ 3.074554] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. <5>[ 3.091827] Key type asymmetric registered <5>[ 3.096649] Asymmetric key parser 'x509' registered <6>[ 3.102233] bounce: pool size: 64 pages <6>[ 3.106719] io scheduler noop registered <6>[ 3.111022] io scheduler deadline registered <6>[ 3.115966] io scheduler cfq registered (default) <6>[ 3.121093] io scheduler mq-deadline registered <6>[ 3.126129] io scheduler kyber registered <6>[ 3.140258] OMAP GPIO hardware version 0.1 <6>[ 3.204010] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) <6>[ 3.330657] pinctrl-single 4a31e040.pinmux: 28 pins, size 56 <6>[ 3.339233] pinctrl-single 4a100040.pinmux: 203 pins, size 406 <6>[ 3.367950] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled <6>[ 3.392272] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 121, base_baud = 3000000) is a 8250 <6>[ 3.402404] console [ttyS2] enabled <6>[ 3.402404] console [ttyS2] enabled <6>[ 3.410186] bootconsole [omap8250] disabled <6>[ 3.410186] bootconsole [omap8250] disabled <6>[ 3.422698] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 132, base_baud = 3000000) is a 8250 <6>[ 3.434631] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 133, base_baud = 3000000) is a 8250 <6>[ 3.446411] 4806e000.serial: ttyS3 at MMIO 0x4806e000 (irq = 134, base_baud = 3000000) is a 8250 <6>[ 3.492401] brd: module loaded <6>[ 3.529205] loop: module loaded <3>[ 3.538635] mtdoops: mtd device (mtddev=name/number) must be supplied <6>[ 3.568359] i2c /dev entries driver <4>[ 3.575042] thermal thermal_zone0: failed to read out thermal zone (-5) <6>[ 3.587219] sdhci: Secure Digital Host Controller Interface driver <6>[ 3.593811] sdhci: Copyright(c) Pierre Ossman <6>[ 3.607269] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 3.614837] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 3.627441] oprofile: using arm/armv7-ca9 <6>[ 3.632659] Initializing XFRM netlink socket <6>[ 3.638031] NET: Registered protocol family 10 <6>[ 3.646911] Segment Routing with IPv6 <6>[ 3.651031] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 3.659606] NET: Registered protocol family 17 <6>[ 3.664550] NET: Registered protocol family 15 <5>[ 3.669738] Key type dns_resolver registered <6>[ 3.674499] ThumbEE CPU extension supported. <5>[ 3.679107] Registering SWP/SWPB emulation handler <3>[ 3.684387] twl: not initialized <3>[ 3.687896] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 3.696289] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 3.704711] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 3.713104] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 3.721466] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 3.729827] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 3.738220] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1410000 Vs max 1316660 <6>[ 3.746704] Power Management for TI OMAP4+ devices. <4>[ 3.751892] OMAP4 PM: u-boot >= v2012.07 is required for full PM support <6>[ 3.759185] SmartReflex Class3 initialized <5>[ 3.767517] Loading compiled-in X.509 certificates <4>[ 3.962951] hw-breakpoint: Failed to enable monitor mode on CPU 0. <6>[ 3.977325] omap_i2c 48060000.i2c: bus 2 rev0.10 at 100 kHz <4>[ 3.988555] Skipping twl internal clock init and using bootloader value (unknown osc rate) <4>[ 4.022949] hw-breakpoint: CPU 0 failed to disable vector catch <6>[ 4.032257] twl 0-0048: PIH (irq 151) nested IRQs <6>[ 4.082122] twl6040 0-004b: Linked as a consumer to regulator.15 <6>[ 4.090606] twl6040 0-004b: Linked as a consumer to regulator.16 <6>[ 4.103851] omap_i2c 48070000.i2c: bus 0 rev0.10 at 400 kHz <6>[ 4.112243] omap_i2c 48072000.i2c: bus 1 rev0.10 at 400 kHz <6>[ 4.120849] omap_i2c 48350000.i2c: bus 3 rev0.10 at 400 kHz <6>[ 4.130432] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.8 <6>[ 4.130432] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.1 <6>[ 4.185058] omap_hsmmc 480d5000.mmc: Linked as a consumer to regulator.4 <6>[ 4.307342] hctosys: unable to open rtc device (rtc0) <4>[ 4.314392] sr_init: No PMIC hook to init smartreflex <6>[ 4.321228] smartreflex 4a0d9000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 4.330993] smartreflex 4a0db000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 4.340606] smartreflex 4a0dd000.smartreflex: omap_sr_probe: SmartReflex driver initialized <4>[ 4.454498] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 4.465637] mmc0: new high speed SDHC card at address 59b4 <6>[ 4.476989] mmcblk0: mmc0:59b4 USD 3.75 GiB <6>[ 4.488708] mmcblk0: p1 <6>[ 16.810028] Freeing unused kernel memory: 1024K <6>[ 16.816070] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 17.200561] udevd[96]: starting version 3.2.9 <5>[ 17.208557] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 17.216247] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 17.223632] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 17.246490] udevd[96]: specified user 'tss' unknown <27>[ 17.252014] udevd[96]: specified group 'tss' unknown <30>[ 17.263916] udevd[97]: starting eudev-3.2.9 <6>[ 17.831604] omap_wdt: OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec <6>[ 17.884185] omap_wdt: OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec <4>[ 18.240966] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected. <6>[ 18.296081] usbcore: registered new interface driver usbfs <6>[ 18.296569] twl_rtc 48070000.i2c:twl@48:rtc: Enabling TWL-RTC <6>[ 18.296569] usbcore: registered new interface driver hub <6>[ 18.313812] usbcore: registered new device driver usb <6>[ 18.366729] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 48070000.i2c:twl@48:rtc as rtc0 <6>[ 18.423980] Driver for 1-wire Dallas network protocol. <6>[ 18.454010] twl6030_usb 48070000.i2c:twl@48:usb-comparator: Linked as a consumer to regulator.14 <6>[ 18.464630] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.6. Driver in Interrupt mode <6>[ 18.540557] twl6030_usb 48070000.i2c:twl@48:usb-comparator: Initialized TWL6030 USB module <6>[ 18.693664] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d <4>[ 18.827697] power_supply bq27000-battery: power_supply_get_battery_info currently only supports devicetree <6>[ 18.941955] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 18.989074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <4>[ 18.996063] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after <6>[ 19.012878] omap-mailbox 4a0f4000.mailbox: omap mailbox rev 0x400 <6>[ 19.036712] ohci-platform: OHCI generic platform driver <6>[ 19.046478] ohci-platform 4a064800.ohci: Generic Platform OHCI controller <6>[ 19.054168] ohci-platform 4a064800.ohci: new USB bus registered, assigned bus number 1 <6>[ 19.079010] emif 4c000000.emif: emif_probe: device configured with addr = (ptrval) and IRQ26 <6>[ 19.088653] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver <6>[ 19.095245] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 2 <6>[ 19.115112] ehci-omap: OMAP-EHCI Host Controller driver <6>[ 19.143432] emif 4d000000.emif: emif_probe: device configured with addr = (ptrval) and IRQ27 <6>[ 19.207641] ohci-platform 4a064800.ohci: irq 113, io mem 0x4a064800 <4>[ 19.226715] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not found, using dummy regulator <6>[ 19.238708] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0 <6>[ 19.246704] DSS: OMAP DSS rev 4.0 <6>[ 19.253753] input: gpio_keys as /devices/platform/gpio_keys/input/input0 <3>[ 19.270965] omap4-keypad 4a31c000.keypad: number of keypad rows/columns not specified <6>[ 19.274871] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 <4>[ 19.279388] omap4-keypad: probe of 4a31c000.keypad failed with error -22 <6>[ 19.287963] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 19.300506] usb usb2: Product: MUSB HDRC host driver <6>[ 19.307830] usb usb2: Manufacturer: Linux 4.19.255-cip79 musb-hcd <6>[ 19.307830] usb usb2: SerialNumber: musb-hdrc.0.auto <6>[ 19.320068] usb_phy_generic hsusb1_phy: Linked as a consumer to regulator.3 <6>[ 19.342803] ehci-omap 4a064c00.ehci: EHCI Host Controller <6>[ 19.354644] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdss]) <3>[ 19.365112] OF: graph: no port node found in /ocp/dss@58000000/encoder@58005000 <6>[ 19.373046] omapdss_dss 58000000.dss: bound 58005000.encoder (ops dsi_component_ops [omapdss]) <6>[ 19.398223] hub 2-0:1.0: USB hub found <6>[ 19.404479] hub 2-0:1.0: 1 port detected <6>[ 19.429290] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 <6>[ 19.438232] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 19.445892] usb usb1: Product: Generic Platform OHCI controller <6>[ 19.451843] usb usb1: Manufacturer: Linux 4.19.255-cip79 ohci_hcd <6>[ 19.458587] usb usb1: SerialNumber: 4a064800.ohci <6>[ 19.467773] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mapping ok <6>[ 19.479888] omapdss_dss 58000000.dss: bound 58006000.encoder (ops hdmi4_component_ops [omapdss]) <6>[ 19.508666] hub 1-0:1.0: USB hub found <6>[ 19.516937] hub 1-0:1.0: 3 ports detected <6>[ 19.535003] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus number 3 <6>[ 19.546722] ehci-omap 4a064c00.ehci: irq 114, io mem 0x4a064c00 <6>[ 19.592956] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00 <6>[ 19.600433] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 <6>[ 19.609771] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 19.617370] usb usb3: Product: EHCI Host Controller <6>[ 19.621978] usb usb3: Manufacturer: Linux 4.19.255-cip79 ehci_hcd <6>[ 19.628967] usb usb3: SerialNumber: 4a064c00.ehci <6>[ 19.637695] hub 3-0:1.0: USB hub found <6>[ 19.642272] hub 3-0:1.0: 3 ports detected <6>[ 19.743408] omap-hdmi-audio omap-hdmi-audio.1.auto: snd-soc-dummy-dai <-> 58006000.encoder mapping ok <6>[ 19.827728] dmm 4e000000.dmm: initialized all PAT entries <6>[ 19.838684] omapdss_dsi 58005000.encoder: Linked as a consumer to regulator.13 <6>[ 19.846801] omapdss_hdmi 58006000.encoder: Linked as a consumer to regulator.11 <6>[ 19.858978] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 19.866027] [drm] No driver support for vblank timestamp query. <6>[ 19.913909] [drm] Cannot find any crtc or sizes <6>[ 19.936920] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0 <6>[ 19.952819] usb 3-1: new high-speed USB device number 2 using ehci-omap <6>[ 20.166931] usb 3-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 <6>[ 20.176269] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 <6>[ 20.196075] hub 3-1:1.0: USB hub found <6>[ 20.200958] hub 3-1:1.0: 5 ports detected done Saving random seed: <5>[ 20.301116] random: dd: uninitialized urandom read (32 bytes read) OK Starting network: OK Starting dropbear sshd: <5>[ 20.500244] random: dropbear: uninitialized urandom read (32 bytes read) OK <6>[ 20.522979] usb 3-1.1: new high-speed USB device number 3 using ehci-omap /bin/sh: can't access tty; job control turned off / # / # # <6>[ 20.686279] usb 3-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 <6>[ 20.695465] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 #<6>[ 20.720703] smsc95xx v1.0.6 / # export SHELL=/bin/sh <6>[ 20.824615] smsc95xx 3-1.1:1.0 eth0: register 'smsc95xx' at usb-4a064c00.ehci-1.1, smsc95xx USB 2.0 Ethernet, 02:03:01:8c:13:b0 export <6>[ 20.837890] usbcore: registered new interface driver smsc95xx SHELL=/bin/sh / # . /lava-2404789/environment . /lava-2404789/environment<6>[ 20.979187] [drm] Cannot find any crtc or sizes / # /lava-2404789/bin/lava-test-runner /lava-2404789/0 /lava-2404789/bin/lava-test-runner /lava-2404789/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-2404789/0/tests/0_dmesg + cat uuid + UUID=2404789_1.5.2.4.1 <8>[ 21.228942] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 21.311248] <8>[ 21.386016] <8>[ 21.462860] + set +x <8>[ 21.475646] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-2404789/environment / # . /lava-2404789/environment/lava-2404789/bin/lava-test-runner /lava-2404789/1 / # /lava-2404789/bin/lava-test-runner /lava-2404789/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-2404789/1/tests/1_bootrr + cat uuid + UUID=2404789_1.5.2.4.5 <8>[ 22.045104] + set +x + export 'PATH=/opt/bootrr/helpers:/lava-2404789/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr + sh helpers/bootrr-auto /lava-2404789/1/../bin/lava-test-case <8>[ 23.145629] /lava-2404789/1/../bin/lava-test-case <8>[ 23.219207] /lava-2404789/1/../bin/lava-test-case <8>[ 23.259857] + set +x <8>[ 23.298034] / #