Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'.  U-Boot SPL 2020.10 (Apr 28 2023 - 11:09:01 +0100) Trying to boot from MMC2 U-Boot 2020.10 (Apr 28 2023 - 11:09:01 +0100) CPU : AM335X-GP rev 2.1 Model: TI AM335x BeagleBone Black DRAM: 512 MiB WDT: Started with servicing (60s timeout) MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... Unable to use mmc 1:1... not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether Hit any key to stop autoboot: 2  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 link up on port 0, speed 100, full duplex BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.1.42 (1017 ms) => setenv serverip 192.168.1.1 setenv serverip 192.168.1.1 => tftp 0x82000000 1218177/tftp-deploy-kwh3fhq3/kernel/zImage tftp 0x82000000 1218177/tftp-deploy-kwh3fhq3/kernel/zImage link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.42 Filename '1218177/tftp-deploy-kwh3fhq3/kernel/zImage'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################### 2.5 MiB/s done Bytes transferred = 12050944 (b7e200 hex) => tftp 0x83000000 1218177/tftp-deploy-kwh3fhq3/ramdisk/ramdisk.cpio.gz.uboot tftp 0x83000000 1218177/tftp-deploy-kwh3fhq3/ramdisk/ramdisk.cpio.gz.uboot link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.42 Filename '1218177/tftp-deploy-kwh3fhq3/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################### 2.9 MiB/s done Bytes transferred = 18518295 (11a9117 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x88000000 1218177/tftp-deploy-kwh3fhq3/dtb/am335x-boneblack.dtb tftp 0x88000000 1218177/tftp-deploy-kwh3fhq3/dtb/am335x-boneblack.dtb link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.42 Filename '1218177/tftp-deploy-kwh3fhq3/dtb/am335x-boneblack.dtb'. Load address: 0x88000000 Loading: *##### 1.8 MiB/s done Bytes transferred = 70568 (113a8 hex) => setenv bootargs 'console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' => bootz 0x82000000 0x83000000 0x88000000 bootz 0x82000000 0x83000000 0x88000000 ## Loading init Ramdisk from Legacy Image at 83000000 ... Image Name: Created: 2024-11-07 0:20:16 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 18518231 Bytes = 17.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Using Device Tree in place at 88000000, end 880143a7 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.0-rc6 (KernelCI@build-j365863-arm-clang-15-multi-v7-defconfig-nwl9z) (Debian clang version 15.0.7, Debian LLD 15.0.7) #1 SMP Wed Nov 6 23:52:17 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black [ 0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '') [ 0.000000] printk: legacy bootconsole [omap8250] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x9b800000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Normal empty [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon) [ 0.000000] percpu: Embedded 17 pages/cpu s40716 r8192 d20724 u69632 [ 0.000000] Kernel command line: console=ttyO0,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, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <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: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <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] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000 <6>[ 0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008341] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.019245] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 <6>[ 0.034601] Console: colour dummy device 80x30 <3>[ 0.039590] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' <3>[ 0.046579] This ensures that you still see kernel messages. Please <3>[ 0.053307] update your kernel commandline. <6>[ 0.057919] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736) <6>[ 0.096257] CPU: Testing write buffer coherency: ok <6>[ 0.101628] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.107096] pid_max: default: 32768 minimum: 301 <6>[ 0.112295] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.120121] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.129564] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.136529] Setting up static identity map for 0x80300000 - 0x803000ac <6>[ 0.146358] rcu: Hierarchical SRCU implementation. <6>[ 0.151645] rcu: Max phase no-delay instances is 1000. <6>[ 0.163304] EFI services will not be available. <6>[ 0.168590] smp: Bringing up secondary CPUs ... <6>[ 0.173659] smp: Brought up 1 node, 1 CPU <6>[ 0.178060] SMP: Total of 1 processors activated (996.14 BogoMIPS). <6>[ 0.184831] CPU: All CPU(s) started in SVC mode. <6>[ 0.190034] Memory: 401336K/522240K available (17408K kernel code, 2538K rwdata, 6696K rodata, 2048K init, 432K bss, 53712K reserved, 65536K cma-reserved, 0K highmem) <6>[ 0.206332] devtmpfs: initialized <6>[ 0.224284] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.232911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.243372] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.255788] pinctrl core: initialized pinctrl subsystem <6>[ 0.266867] DMI not present or invalid. <6>[ 0.272767] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.281731] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.293455] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.293652] cpuidle: using governor menu <6>[ 0.329307] No ATAGs? <6>[ 0.332047] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.344320] Serial: AMBA PL011 UART driver <6>[ 0.375958] iommu: Default domain type: Translated <6>[ 0.381311] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.410475] SCSI subsystem initialized <6>[ 0.420079] usbcore: registered new interface driver usbfs <6>[ 0.426040] usbcore: registered new interface driver hub <6>[ 0.431881] usbcore: registered new device driver usb <6>[ 0.438429] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.443865] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.453586] PTP clock support registered <6>[ 0.458038] EDAC MC: Ver: 3.0.0 <6>[ 0.510588] scmi_core: SCMI protocol bus registered <6>[ 0.518739] vgaarb: loaded <6>[ 0.531487] clocksource: Switched to clocksource dmtimer <6>[ 0.558814] NET: Registered PF_INET protocol family <6>[ 0.564550] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.573562] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.582492] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.590733] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.599023] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) <6>[ 0.606747] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.613666] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.620680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.628290] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.718897] RPC: Registered named UNIX socket transport module. <6>[ 0.725343] RPC: Registered udp transport module. <6>[ 0.730449] RPC: Registered tcp transport module. <6>[ 0.735578] RPC: Registered tcp-with-tls transport module. <6>[ 0.741505] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.748413] PCI: CLS 0 bytes, default 64 <5>[ 0.754253] Initialise system trusted keyrings <6>[ 0.775291] Trying to unpack rootfs image as initramfs... <6>[ 0.831899] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 0.839425] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.880857] NFS: Registering the id_resolver key type <5>[ 0.886530] Key type id_resolver registered <5>[ 0.891106] Key type id_legacy registered <6>[ 0.895566] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.902778] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <5>[ 0.982544] Key type asymmetric registered <5>[ 0.987071] Asymmetric key parser 'x509' registered <6>[ 0.992574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 1.000461] io scheduler mq-deadline registered <6>[ 1.005428] io scheduler kyber registered <6>[ 1.009881] io scheduler bfq registered <6>[ 1.114239] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.403960] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 1.449209] msm_serial: driver initialized <6>[ 1.454291] SuperH (H)SCI(F) driver initialized <6>[ 1.459426] STMicroelectronics ASC driver initialized <6>[ 1.465139] STM32 USART driver initialized <6>[ 1.582923] brd: module loaded <6>[ 1.613905] loop: module loaded <6>[ 1.659476] CAN device driver interface <6>[ 1.664697] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 1.671819] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.677208] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.683669] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.689494] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.698843] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 1.705022] usbcore: registered new interface driver pegasus <6>[ 1.711153] usbcore: registered new interface driver asix <6>[ 1.717042] usbcore: registered new interface driver ax88179_178a <6>[ 1.723639] usbcore: registered new interface driver cdc_ether <6>[ 1.729940] usbcore: registered new interface driver smsc75xx <6>[ 1.736187] usbcore: registered new interface driver smsc95xx <6>[ 1.742428] usbcore: registered new interface driver net1080 <6>[ 1.748546] usbcore: registered new interface driver cdc_subset <6>[ 1.754968] usbcore: registered new interface driver zaurus <6>[ 1.761013] usbcore: registered new interface driver cdc_ncm <6>[ 1.770644] usbcore: registered new interface driver usb-storage <6>[ 1.782509] i2c_dev: i2c /dev entries driver <5>[ 1.801859] cpuidle: enable-method property 'ti,am3352' found operations <6>[ 1.811260] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.818051] sdhci: Copyright(c) Pierre Ossman <6>[ 1.824563] Synopsys Designware Multimedia Card Interface Driver <6>[ 1.832612] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.842634] usbcore: registered new interface driver usbhid <6>[ 1.848664] usbhid: USB HID core driver <6>[ 1.860306] NET: Registered PF_INET6 protocol family <6>[ 2.312982] Segment Routing with IPv6 <6>[ 2.317134] In-situ OAM (IOAM) with IPv6 <6>[ 2.321625] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.328915] NET: Registered PF_PACKET protocol family <6>[ 2.334505] can: controller area network core <6>[ 2.339346] NET: Registered PF_CAN protocol family <6>[ 2.344592] can: raw protocol <6>[ 2.347920] can: broadcast manager protocol <6>[ 2.352520] can: netlink gateway - max_hops=1 <5>[ 2.358034] Key type dns_resolver registered <6>[ 2.363100] ThumbEE CPU extension supported. <5>[ 2.367790] Registering SWP/SWPB emulation handler <3>[ 2.373492] omap_voltage_late_init: Voltage driver support not added <5>[ 2.582345] Loading compiled-in X.509 certificates <6>[ 2.701125] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins <6>[ 2.717875] pinctrl-single 44e10800.pinmux: 142 pins, size 568 <3>[ 2.742296] ti-sysc 44e31000.target-module: probe with driver ti-sysc failed with error -16 <3>[ 2.952976] ti-sysc 48040000.target-module: probe with driver ti-sysc failed with error -16 <6>[ 3.152492] OMAP GPIO hardware version 0.1 <6>[ 3.171790] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 <4>[ 3.273529] at24 2-0054: supply vcc not found, using dummy regulator <4>[ 3.309654] at24 2-0055: supply vcc not found, using dummy regulator <4>[ 3.346372] at24 2-0056: supply vcc not found, using dummy regulator <4>[ 3.386069] at24 2-0057: supply vcc not found, using dummy regulator <6>[ 3.425801] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz <3>[ 3.474873] 48000000.interconnect:segment@200000:target-module@0:mpu@0:fck: device ID is greater than 24 <6>[ 3.496375] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70 <4>[ 3.523699] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator <4>[ 3.542739] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator <6>[ 3.621939] omap_rng 48310000.rng: Random Number Generator ver. 20 <5>[ 3.648981] random: crng init done <6>[ 3.692446] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 <6>[ 3.970643] Freeing initrd memory: 18088K <6>[ 4.033921] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 <6>[ 4.044283] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4 <6>[ 4.051624] cpsw-switch 4a100000.switch: ALE Table size 1024, Policers 0 <6>[ 4.059118] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies) <6>[ 4.067260] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec <6>[ 4.078904] cpsw-switch 4a100000.switch: Detected MACID = f4:b8:98:ab:fa:84 <5>[ 4.088036] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0) <3>[ 4.118685] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! <6>[ 4.127288] edma 49000000.dma: TI EDMA DMA engine driver <3>[ 4.197291] target-module@4b000000:target-module@140000:pmu@0:fck: device ID is greater than 24 <6>[ 4.212255] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 (8000000f) counters available <3>[ 4.229372] l3-aon-clkctrl:0000:0: failed to disable <6>[ 4.282564] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 36, base_baud = 3000000) is a 8250 <6>[ 4.292041] printk: legacy console [ttyS0] enabled <6>[ 4.292041] printk: legacy console [ttyS0] enabled <6>[ 4.302364] printk: legacy bootconsole [omap8250] disabled <6>[ 4.302364] printk: legacy bootconsole [omap8250] disabled <4>[ 4.362252] tps65217-pmic: Failed to locate of_node [id: -1] <4>[ 4.369652] tps65217-bl: Failed to locate of_node [id: -1] <6>[ 4.389788] tps65217 0-0024: TPS65217 ID 0xe version 1.2 <6>[ 4.396813] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70 <6>[ 4.410516] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 <6>[ 4.422433] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz <6>[ 4.443179] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) <6>[ 4.452374] sdhci-omap 48060000.mmc: Got CD GPIO <4>[ 4.457499] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator <4>[ 4.471144] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator <4>[ 4.479945] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator <4>[ 4.488635] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator <6>[ 4.563781] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write <6>[ 4.594984] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA <6>[ 4.664586] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA <6>[ 4.673531] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac <6>[ 4.732530] mmc1: new high speed MMC card at address 0001 <6>[ 4.740696] mmcblk1: mmc1:0001 MK2704 3.53 GiB <6>[ 4.752905] mmcblk1: p1 <6>[ 4.759162] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) <6>[ 4.770290] mmcblk1boot0: mmc1:0001 MK2704 2.00 MiB <6>[ 4.778123] mmcblk1boot1: mmc1:0001 MK2704 2.00 MiB <6>[ 4.792130] mmcblk1rpmb: mmc1:0001 MK2704 512 KiB, chardev (236:0) <6>[ 6.912562] cpsw-switch 4a100000.switch eth0: Link is Up - 100Mbps/Full - flow control off <5>[ 6.941521] Sending DHCP requests ., OK <6>[ 6.986048] IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.42 <6>[ 6.994218] IP-Config: Complete: <6>[ 6.997758] device=eth0, hwaddr=f4:b8:98:ab:fa:84, ipaddr=192.168.1.42, mask=255.255.255.0, gw=192.168.1.1 <6>[ 7.008278] host=192.168.1.42, domain=example.org, nis-domain=(none) <6>[ 7.015452] bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath= <6>[ 7.015487] nameserver0=192.168.1.1 <6>[ 7.027263] clk: Disabling unused clocks <6>[ 7.032060] PM: genpd: Disabling unused power domains <6>[ 7.049163] Freeing unused kernel image (initmem) memory: 2048K <6>[ 7.058975] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 7.279287] udevd[102]: starting version 3.2.9 <27>[ 7.296454] udevd[102]: specified user 'tss' unknown <27>[ 7.302629] udevd[102]: specified group 'tss' unknown <30>[ 7.312380] udevd[103]: starting eudev-3.2.9 <4>[ 9.080449] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) <4>[ 9.263029] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 9.444968] musb-hdrc musb-hdrc.1: MUSB HDRC host driver <6>[ 9.450644] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1 <6>[ 9.625918] hub 1-0:1.0: USB hub found <6>[ 9.644493] hub 1-0:1.0: 1 port detected <6>[ 9.764267] tda998x 0-0070: found TDA19988 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-1218177/environment . /lava-1218177/environment / # /lava-1218177/bin/lava-test-runner /lava-1218177/0 /lava-1218177/bin/lava-test-runner /lava-1218177/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-1218177/0/tests/0_dmesg + cat uuid + UUID=1218177_1.5.2.4.1 <8>[ 13.225263] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 13.290692] <8>[ 13.350095] <8>[ 13.409626] + set +x <8>[ 13.420798] / #