[Enter `^Ec?' for help] U-Boot 2016.03-rc1-00131-g39af3d8-dirty (Feb 09 2016 - 16:39:49 +0000) DRAM: 944 MiB WARNING: Caches not enabled RPI Model B+ (0x10) MMC: bcm2835_sdhci: 0 reading uboot.env In: serial Out: lcd Err: lcd Net: Net Initialization Skipped No ethernet found. starting USB... USB0: Core Release: 2.80a scanning bus 0 for devices... 4 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> usb start U-Boot> setenv autoload no U-Boot> setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff U-Boot> dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 DHCP client bound to address 192.168.201.14 (2354 ms) U-Boot> setenv serverip 192.168.201.1 U-Boot> tftp 0x01000000 14808727/tftp-deploy-l80tahv7/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.14 Filename '14808727/tftp-deploy-l80tahv7/kernel/zImage'. Load address: 0x1000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########## 1 MiB/s done Bytes transferred = 8729088 (853200 hex) U-Boot> tftp 0x02200000 14808727/tftp-deploy-l80tahv7/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.14 Filename '14808727/tftp-deploy-l80tahv7/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2200000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################### 976.6 KiB/s done Bytes transferred = 79946725 (4c3e3e5 hex) U-Boot> setenv initrd_size ${filesize} U-Boot> tftp 0x00000100 14808727/tftp-deploy-l80tahv7/dtb/bcm2836-rpi-2-b.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.14 Filename '14808727/tftp-deploy-l80tahv7/dtb/bcm2836-rpi-2-b.dtb'. Load address: 0x100 Loading: *# 1 MiB/s done Bytes transferred = 12938 (328a hex) U-Boot> setenv bootargs 'console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> bootz 0x01000000 0x02200000 0x00000100 Kernel image @ 0x1000000 [ 0x000000 - 0x853200 ] ## Loading init Ramdisk from Legacy Image at 02200000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 79946661 Bytes = 76.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 00000100 Booting using the fdt blob at 0x000100 reserving fdt memory region: addr=0 size=1000 Using Device Tree in place at 00000100, end 00006389 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0xf00 [ 0.000000] Linux version 4.19.317-cip111-rt37 (KernelCI@build-j264971-arm-gcc-12-multi-v7-defconfig-67ffg) (gcc version 12.2.0 (Debian 12.2.0-14)) #1 SMP Fri Jul 12 17:54:39 UTC 2024 [ 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: Raspberry Pi 2 Model B [ 0.000000] earlycon: pl11 at MMIO 0x3f201000 (options '115200n8') [ 0.000000] bootconsole [pl11] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x37000000 [ 0.000000] percpu: Embedded 17 pages/cpu s37004 r8192 d24436 u69632 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240128 [ 0.000000] Kernel command line: console=ttyAMA0,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) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Memory: 792896K/966656K available (12288K kernel code, 1598K rwdata, 4688K rodata, 2048K init, 394K bss, 108224K reserved, 65536K cma-reserved, 114688K 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) (13280 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) (1599 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 395 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000020] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008818] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018637] bcm2835: system timer (irq = 27) <6>[ 0.024825] arch_timer: cp15 timer(s) running at 19.20MHz (virt). <6>[ 0.031304] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns <6>[ 0.042568] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns <6>[ 0.050994] Switching to timer-based delay loop, resolution 52ns <6>[ 0.057946] Console: colour dummy device 80x30 <6>[ 0.062807] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) <6>[ 0.073640] CPU: Testing write buffer coherency: ok <6>[ 0.078937] pid_max: default: 32768 minimum: 301 <6>[ 0.084070] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.091087] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.099951] CPU0: update cpu_capacity 1024 <6>[ 0.104399] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00 <6>[ 0.111435] Setting up static identity map for 0x300000 - 0x3000a0 <6>[ 0.118742] rcu: Hierarchical SRCU implementation. <6>[ 0.125740] EFI services will not be available. <6>[ 0.131034] smp: Bringing up secondary CPUs ... <6>[ 0.137237] CPU1: update cpu_capacity 1024 <6>[ 0.137244] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01 <6>[ 0.138494] CPU2: update cpu_capacity 1024 <6>[ 0.138501] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02 <6>[ 0.139562] CPU3: update cpu_capacity 1024 <6>[ 0.139569] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03 <6>[ 0.139701] smp: Brought up 1 node, 4 CPUs <6>[ 0.175658] SMP: Total of 4 processors activated (153.60 BogoMIPS). <6>[ 0.182285] CPU: All CPU(s) started in SVC mode. <6>[ 0.188398] devtmpfs: initialized <6>[ 0.197170] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.205533] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.215804] futex hash table entries: 1024 (order: 4, 65536 bytes) <6>[ 0.224860] pinctrl core: initialized pinctrl subsystem <6>[ 0.231920] DMI not present or invalid. <6>[ 0.237134] NET: Registered protocol family 16 <6>[ 0.244182] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.255002] cpuidle: using governor menu <6>[ 0.259482] No ATAGs? <6>[ 0.259609] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.270585] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.278816] Serial: AMBA PL011 UART driver <6>[ 0.309276] vgaarb: loaded <5>[ 0.313063] SCSI subsystem initialized <6>[ 0.317696] usbcore: registered new interface driver usbfs <6>[ 0.323570] usbcore: registered new interface driver hub <6>[ 0.329297] usbcore: registered new device driver usb <6>[ 0.335816] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.341137] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.350683] PTP clock support registered <6>[ 0.355095] EDAC MC: Ver: 3.0.0 <6>[ 0.360923] clocksource: Switched to clocksource arch_sys_counter <6>[ 0.420532] simple-framebuffer 3b006000.framebuffer: framebuffer at 0x3b006000, 0x85400 bytes, mapped to 0x(ptrval) <6>[ 0.431436] simple-framebuffer 3b006000.framebuffer: format=r5g6b5, mode=656x416x16, linelength=1312 <6>[ 0.444189] Console: switching to colour frame buffer device 82x26 <6>[ 0.453455] simple-framebuffer 3b006000.framebuffer: fb0: simplefb registered! <6>[ 0.470140] NET: Registered protocol family 2 <6>[ 0.475249] IP idents hash table entries: 16384 (order: 5, 131072 bytes) <6>[ 0.483737] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) <6>[ 0.491840] TCP established hash table entries: 8192 (order: 3, 32768 bytes) <6>[ 0.499333] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) <6>[ 0.506281] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.513155] UDP hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.519471] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.526412] NET: Registered protocol family 1 <6>[ 0.531684] RPC: Registered named UNIX socket transport module. <6>[ 0.537955] RPC: Registered udp transport module. <6>[ 0.543027] RPC: Registered tcp transport module. <6>[ 0.548059] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.555376] Trying to unpack rootfs image as initramfs... <6>[ 6.321260] Freeing initrd memory: 78076K <6>[ 6.326502] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available <5>[ 6.336603] Initialise system trusted keyrings <6>[ 6.341727] workingset: timestamp_bits=30 max_order=18 bucket_order=0 <6>[ 6.355797] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 6.362892] NFS: Registering the id_resolver key type <5>[ 6.368325] Key type id_resolver registered <5>[ 6.372864] Key type id_legacy registered <6>[ 6.377245] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 6.384112] Key type asymmetric registered <5>[ 6.388535] Asymmetric key parser 'x509' registered <6>[ 6.393840] bounce: pool size: 64 pages <6>[ 6.398054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 6.405840] io scheduler noop registered <6>[ 6.410080] io scheduler deadline registered <6>[ 6.414949] io scheduler cfq registered (default) <6>[ 6.419985] io scheduler mq-deadline registered <6>[ 6.424858] io scheduler kyber registered <6>[ 6.500679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 6.510169] SuperH (H)SCI(F) driver initialized <6>[ 6.515800] msm_serial: driver initialized <6>[ 6.520341] STMicroelectronics ASC driver initialized <6>[ 6.526585] STM32 USART driver initialized <6>[ 6.532198] bcm2835-rng 3f104000.rng: hwrng registered <6>[ 6.551144] brd: module loaded <6>[ 6.561360] loop: module loaded <6>[ 6.573503] CAN device driver interface <6>[ 6.578305] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 6.585126] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k <6>[ 6.591322] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 6.597648] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k <6>[ 6.604987] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 6.613795] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver <6>[ 6.621635] usbcore: registered new interface driver pegasus <6>[ 6.627681] usbcore: registered new interface driver asix <6>[ 6.633471] usbcore: registered new interface driver ax88179_178a <6>[ 6.639948] usbcore: registered new interface driver cdc_ether <6>[ 6.646195] usbcore: registered new interface driver smsc75xx <6>[ 6.652354] usbcore: registered new interface driver smsc95xx <6>[ 6.658478] usbcore: registered new interface driver net1080 <6>[ 6.664533] usbcore: registered new interface driver cdc_subset <6>[ 6.670831] usbcore: registered new interface driver zaurus <6>[ 6.676845] usbcore: registered new interface driver cdc_ncm <6>[ 6.684535] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 6.691446] ehci-pci: EHCI PCI platform driver <6>[ 6.696257] ehci-platform: EHCI generic platform driver <6>[ 6.701978] ehci-orion: EHCI orion driver <6>[ 6.706416] SPEAr-ehci: EHCI SPEAr driver <6>[ 6.710840] ehci-st: EHCI STMicroelectronics driver <6>[ 6.716163] ehci-exynos: EHCI EXYNOS driver <6>[ 6.720758] ehci-atmel: EHCI Atmel driver <6>[ 6.725193] tegra-ehci: Tegra EHCI driver <6>[ 6.729636] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 6.736204] ohci-pci: OHCI PCI platform driver <6>[ 6.741032] ohci-platform: OHCI generic platform driver <6>[ 6.746719] SPEAr-ohci: OHCI SPEAr driver <6>[ 6.751164] ohci-st: OHCI STMicroelectronics driver <6>[ 6.756468] ohci-atmel: OHCI Atmel driver <6>[ 6.761358] usbcore: registered new interface driver usb-storage <6>[ 6.771705] i2c /dev entries driver <4>[ 6.776749] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property <6>[ 6.792035] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer <6>[ 6.801982] sdhci: Secure Digital Host Controller Interface driver <6>[ 6.808514] sdhci: Copyright(c) Pierre Ossman <6>[ 6.814345] Synopsys Designware Multimedia Card Interface Driver <6>[ 6.926405] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1) <6>[ 6.933079] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 6.941675] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 6.948773] usbcore: registered new interface driver usbhid <6>[ 6.954729] usbhid: USB HID core driver <6>[ 6.959676] bcm2835-mbox 3f00b880.mailbox: mailbox enabled <6>[ 6.968544] NET: Registered protocol family 10 <6>[ 6.974530] Segment Routing with IPv6 <6>[ 6.978594] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 6.985556] NET: Registered protocol family 17 <6>[ 6.990337] can: controller area network core (rev 20170425 abi 9) <6>[ 6.996978] NET: Registered protocol family 29 <6>[ 7.001770] can: raw protocol (rev 20170425) <6>[ 7.006364] can: broadcast manager protocol (rev 20170425 t) <6>[ 7.012392] can: netlink gateway (rev 20170425) max_hops=1 <5>[ 7.018704] Key type dns_resolver registered <6>[ 7.023478] ThumbEE CPU extension supported. <5>[ 7.028079] Registering SWP/SWPB emulation handler <5>[ 7.033977] Loading compiled-in X.509 certificates <6>[ 7.043983] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2 <6>[ 7.053326] console [ttyAMA0] enabled <6>[ 7.053326] console [ttyAMA0] enabled <6>[ 7.061228] bootconsole [pl11] disabled <6>[ 7.061228] bootconsole [pl11] disabled <6>[ 7.077268] raspberrypi-firmware soc:firmware: Attached to firmware from 2014-12-19 18:44 <4>[ 7.088822] dwc2 3f980000.usb: 3f980000.usb supply vusb_d not found, using dummy regulator <6>[ 7.097512] dwc2 3f980000.usb: Linked as a consumer to regulator.0 <4>[ 7.103971] dwc2 3f980000.usb: 3f980000.usb supply vusb_a not found, using dummy regulator <4>[ 7.105367] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 7.123064] mmc0: new high speed SDHC card at address 0002 <6>[ 7.130002] mmcblk0: mmc0:0002 NCard 14.9 GiB <6>[ 7.136870] mmcblk0: p1 <4>[ 7.163112] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter lpm=1 <4>[ 7.170156] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter lpm_clock_gating=1 <4>[ 7.178351] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter besl=1 <4>[ 7.185493] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter hird_threshold_en=1 <6>[ 7.193920] dwc2 3f980000.usb: DWC OTG Controller <6>[ 7.198904] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1 <6>[ 7.206261] dwc2 3f980000.usb: irq 33, io mem 0x3f980000 <6>[ 7.212754] hub 1-0:1.0: USB hub found <6>[ 7.216800] hub 1-0:1.0: 1 port detected <6>[ 7.222182] hctosys: unable to open rtc device (rtc0) <6>[ 7.570947] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 7.821682] hub 1-1:1.0: USB hub found <6>[ 7.825759] hub 1-1:1.0: 5 ports detected <6>[ 8.140965] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 8.273940] smsc95xx v1.0.6 <6>[ 8.366253] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d2:0e:1f <6>[ 8.470946] usb 1-1.3: new high-speed USB device number 4 using dwc2 <6>[ 8.606417] usb-storage 1-1.3:1.0: USB Mass Storage device detected <6>[ 8.613549] scsi host0: usb-storage 1-1.3:1.0 <6>[ 9.394537] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 9.401993] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <5>[ 9.700336] scsi 0:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS <5>[ 10.070948] random: crng init done <5>[ 10.643166] sd 0:0:0:0: [sda] 7669824 512-byte logical blocks: (3.93 GB/3.66 GiB) <5>[ 10.651394] sd 0:0:0:0: [sda] Write Protect is off <3>[ 10.656893] sd 0:0:0:0: [sda] No Caching mode page found <3>[ 10.662487] sd 0:0:0:0: [sda] Assuming drive cache: write through <6>[ 10.700976] sda: sda1 sda2 <5>[ 10.707156] sd 0:0:0:0: [sda] Attached SCSI removable disk <6>[ 11.214147] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1 <6>[ 11.230972] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 11.260937] Sending DHCP requests .., OK <6>[ 13.535166] IP-Config: Got DHCP answer from 192.168.201.1, my address is 192.168.201.14 <6>[ 13.543434] IP-Config: Complete: <6>[ 13.546918] device=eth0, hwaddr=b8:27:eb:d2:0e:1f, ipaddr=192.168.201.14, mask=255.255.255.0, gw=192.168.201.1 <6>[ 13.557604] host=bcm2836-rpi-2-b-cbg-0, domain=lava-rack, nis-domain=(none) <6>[ 13.565255] bootserver=192.168.201.1, rootserver=192.168.201.1, rootpath= <6>[ 13.565259] nameserver0=192.168.201.1 <6>[ 13.577857] uart-pl011 3f201000.serial: no DMA platform data <6>[ 13.587273] Freeing unused kernel memory: 2048K <6>[ 13.611307] Run /init as init process <30>[ 13.659017] systemd[1]: System time before build time, advancing clock. <3>[ 13.673169] cgroup: cgroup2: unknown option "memory_recursiveprot" <30>[ 13.685141] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) <30>[ 13.718201] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 12 (bookworm)! <30>[ 13.751389] systemd[1]: Hostname set to . <30>[ 14.344053] systemd[1]: Queued start job for default target graphical.target. <30>[ 14.357075] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ OK ] Created slice system-getty.slice - Slice /system/getty. <30>[ 14.402822] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ OK ] Created slice system-modpr…lice - Slice /system/modprobe. <30>[ 14.442707] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ OK ] Created slice system-seria… - Slice /system/serial-getty. <30>[ 14.482006] systemd[1]: Created slice user.slice - User and Session Slice. [ OK ] Created slice user.slice - User and Session Slice. <30>[ 14.521556] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Started systemd-ask-passwo…quests to Console Directory Watch. <30>[ 14.561445] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Started systemd-ask-passwo… Requests to Wall Directory Watch. <30>[ 14.601328] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc). <30>[ 14.621192] systemd[1]: Expecting device dev-ttyAMA0.device - /dev/ttyAMA0... Expecting device dev-ttyAMA0.device - /dev/ttyAMA0... <30>[ 14.661216] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ OK ] Reached target cryptsetup.…get - Local Encrypted Volumes. <30>[ 14.701398] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ OK ] Reached target integrityse…Local Integrity Protected Volumes. <30>[ 14.741451] systemd[1]: Reached target paths.target - Path Units. [ OK ] Reached target paths.target - Path Units. <30>[ 14.781280] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ OK ] Reached target remote-fs.target - Remote File Systems. <30>[ 14.821165] systemd[1]: Reached target slices.target - Slice Units. [ OK ] Reached target slices.target - Slice Units. <30>[ 14.861363] systemd[1]: Reached target swap.target - Swaps. [ OK ] Reached target swap.target - Swaps. <30>[ 14.901353] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ OK ] Reached target veritysetup… - Local Verity Protected Volumes. <30>[ 14.941653] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ OK ] Listening on systemd-initc… initctl Compatibility Named Pipe. <30>[ 14.995917] systemd[1]: systemd-journald-audit.socket - Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit). <30>[ 15.011024] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ OK ] Listening on systemd-journ…t - Journal Socket (/dev/log). <30>[ 15.052252] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ OK ] Listening on systemd-journald.socket - Journal Socket. <30>[ 15.102155] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ OK ] Listening on systemd-udevd….socket - udev Control Socket. <30>[ 15.142020] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ OK ] Listening on systemd-udevd…l.socket - udev Kernel Socket. <30>[ 15.181980] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). <30>[ 15.197798] systemd[1]: dev-mqueue.mount - POSIX Message Queue File System was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/mqueue). <30>[ 15.216858] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting sys-kernel-debug.… - Kernel Debug File System... <30>[ 15.264802] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Mounting sys-kernel-tracin… - Kernel Trace File System... <30>[ 15.306178] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting kmod-static-nodes…ate List of Static Device Nodes... <30>[ 15.366006] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting modprobe@configfs…m - Load Kernel Module configfs... <30>[ 15.426027] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting modprobe@dm_mod.s…[0m - Load Kernel Module dm_mod... <30>[ 15.476290] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting modprobe@drm.service - Load Kernel Module drm... <30>[ 15.526499] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting modprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 15.576485] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting modprobe@loop.ser…e - Load Kernel Module loop... <28>[ 15.623005] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 15.636375] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 15.648599] systemd[1]: Starting systemd-journald.service - Journal Service... Starting systemd-journald.service - Journal Service... <30>[ 15.697631] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting systemd-modules-l…rvice - Load Kernel Modules... <30>[ 15.745993] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting systemd-network-g… units from Kernel command line... <30>[ 15.796349] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting systemd-remount-f…nt Root and Kernel File Systems... <30>[ 15.847386] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting systemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 15.911863] systemd[1]: Started systemd-journald.service - Journal Service. [ OK ] Started systemd-journald.service - Journal Service. [ OK ] Mounted sys-kernel-debug.m…nt - Kernel Debug File System. [ OK ] Mounted sys-kernel-tracing…nt - Kernel Trace File System. [ OK ] Finished kmod-static-nodes…reate List of Static Device Nodes. [ OK ] Finished modprobe@configfs…[0m - Load Kernel Module configfs. [ OK ] Finished modprobe@dm_mod.s…e - Load Kernel Module dm_mod. [ OK ] Finished modprobe@drm.service - Load Kernel Module drm. [ OK ] Finished modprobe@efi_psto…m - Load Kernel Module efi_pstore. [ OK ] Finished modprobe@loop.service - Load Kernel Module loop. [ OK ] Finished systemd-modules-l…service - Load Kernel Modules. [ OK ] Finished systemd-network-g…rk units from Kernel command line. [ OK ] Reached target network-pre…get - Preparation for Network. Mounting sys-kernel-config…ernel Configuration File System... Starting systemd-sysctl.se…ce - Apply Kernel Variables... [FAILED] Failed to start systemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [ OK ] Mounted sys-kernel-config.… Kernel Configuration File System. [ OK ] Finished systemd-sysctl.service - Apply Kernel Variables. Starting systemd-journal-f…h Journal to Persistent Storage... <46>[ 16.684302] systemd-journald[95]: Received client request to flush runtime journal. Starting systemd-random-se…ice - Load/Save Random Seed... Starting systemd-sysusers.…rvice - Create System Users... [ OK ] Finished systemd-journal-f…ush Journal to Persistent Storage. [ OK ] Finished systemd-random-se…rvice - Load/Save Random Seed. [ OK ] Finished systemd-sysusers.service - Create System Users. Starting systemd-tmpfiles-…ate Static Device Nodes in /dev... [ OK ] Finished systemd-udev-trig…e - Coldplug All udev Devices. [ OK ] Finished systemd-tmpfiles-…reate Static Device Nodes in /dev. [ OK ] Reached target local-fs-pr…reparation for Local File Systems. [ OK ] Reached target local-fs.target - Local File Systems. Starting systemd-tmpfiles-… Volatile Files and Directories... Starting systemd-udevd.ser…ger for Device Events and Files... [ OK ] Finished systemd-tmpfiles-…te Volatile Files and Directories. Starting systemd-timesyncd… - Network Time Synchronization... Starting systemd-update-ut…rd System Boot/Shutdown in UTMP... [ OK ] Finished systemd-update-ut…cord System Boot/Shutdown in UTMP. [ OK ] Started systemd-udevd.serv…nager for Device Events and Files. <6>[ 18.300243] usbcore: registered new interface driver uas [ OK ] Found device dev-ttyAMA0.device - /dev/ttyAMA0. <4>[ 19.630442] usb_phy_generic phy: phy supply vcc not found, using dummy regulator <6>[ 19.638270] usb_phy_generic phy: Linked as a consumer to regulator.0 <4>[ 19.770737] vc4_hdmi 3f902000.hdmi: ignoring dependency for device, assuming no driver <4>[ 19.783765] vc4_vec 3f806000.vec: ignoring dependency for device, assuming no driver <4>[ 19.794556] vc4_v3d 3fc00000.v3d: ignoring dependency for device, assuming no driver [* ] Job systemd-timesyncd.service/start running (6s / 1min 33s) M [ OK ] Started systemd-timesyncd.…0m - Network Time Synchronization. <46>[ 20.892754] systemd-journald[95]: Oldest entry in /var/log/journal/80881e859f6941008967258213179f85/system.journal is older than the configured file retention duration (1month), suggesting rotation. <46>[ 20.910859] systemd-journald[95]: /var/log/journal/80881e859f6941008967258213179f85/system.journal: Journal header limits reached or header out-of-date, rotating. [ OK ] Reached target sysinit.target - System Initialization. [ OK ] Started systemd-tmpfiles-c… Cleanup of Temporary Directories. [ OK ] Reached target time-set.target - System Time Set. [ OK ] Started fstrim.timer - Discard unused blocks once a week. [ OK ] Reached target timers.target - Timer Units. [ OK ] Listening on dbus.socket[…- D-Bus System Message Bus Socket. [ OK ] Reached target sockets.target - Socket Units. [ OK ] Listening on systemd-rfkil…l Switch Status /dev/rfkill Watch. [ OK ] Reached target basic.target - Basic System. Starting dbus.service - D-Bus System Message Bus... Starting systemd-logind.se…ice - User Login Management... Starting systemd-user-sess…vice - Permit User Sessions... [ OK ] Started dbus.service - D-Bus System Message Bus. [ OK ] Finished systemd-user-sess…ervice - Permit User Sessions. [ OK ] Started getty@tty1.service - Getty on tty1. [ OK ] Started serial-getty@ttyAM…ice - Serial Getty on ttyAMA0. [ OK ] Reached target getty.target - Login Prompts. [ OK ] Started systemd-logind.service - User Login Management. [ OK ] Reached target multi-user.target - Multi-User System. [ OK ] Reached target graphical.target - Graphical Interface. Starting systemd-update-ut… Record Runlevel Change in UTMP... [ OK ] Finished systemd-update-ut… - Record Runlevel Change in UTMP. Debian GNU/Linux 12 debian-bookworm-armhf ttyAMA0 debian-bookworm-armhf login: root (automatic login) Linux debian-bookworm-armhf 4.19.317-cip111-rt37 #1 SMP Fri Jul 12 17:54:39 UTC 2024 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # / # # / # export SHELL=/bin/sh / # . /lava-14808727/environment / # /lava-14808727/bin/lava-test-runner /lava-14808727/0 + export TESTRUN_ID=0_usb + cd /lava-14808727/0/tests/0_usb <8>[ 23.255820] + cat uuid + UUID=14808727_1.5.2.4.1 + set +x + lsusb + lava-test-case usb-presence --shell test -n "Bus 001 Device <8>[ 23.293462] 004: ID 0930:654<8>[ 23.299828] 5 Kingston DT 101 G2 Bus 001 Device 003: ID 0424:ec00 Bus 001 Device 002<8>[ 23.310273] : ID 0424:9514 Bus 001 Device 001: ID 1d6b:0002 Linux 4.19.317-cip111-rt37 dwc2_hsotg DWC OTG Controller" + lsusb + awk {print $6} + sort + seq 1 3 + /usr/sbin/rtcwake -d rtc0 -m freeze -s 1 rtcwake: assuming RTC uses UTC ... rtcwake: /dev/rtc0: unable to find device: No such file or directory / #