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.86 (1015 ms) => setenv serverip 192.168.1.1 setenv serverip 192.168.1.1 => tftp 0x82000000 1131484/tftp-deploy-rtcl84h4/kernel/zImage tftp 0x82000000 1131484/tftp-deploy-rtcl84h4/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.86 Filename '1131484/tftp-deploy-rtcl84h4/kernel/zImage'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# 2.1 MiB/s done Bytes transferred = 6666568 (65b948 hex) => tftp 0x83000000 1131484/tftp-deploy-rtcl84h4/ramdisk/ramdisk.cpio.gz.uboot tftp 0x83000000 1131484/tftp-deploy-rtcl84h4/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.86 Filename '1131484/tftp-deploy-rtcl84h4/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############ 2 MiB/s done Bytes transferred = 7801018 (7708ba hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x88000000 1131484/tftp-deploy-rtcl84h4/dtb/am335x-boneblack.dtb tftp 0x88000000 1131484/tftp-deploy-rtcl84h4/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.86 Filename '1131484/tftp-deploy-rtcl84h4/dtb/am335x-boneblack.dtb'. Load address: 0x88000000 Loading: *### 1.9 MiB/s done Bytes transferred = 33561 (8319 hex) => setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.1:/var/lib/lava/dispatcher/tmp/1131484/extract-nfsrootfs-_50wmu79,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.1:/var/lib/lava/dispatcher/tmp/1131484/extract-nfsrootfs-_50wmu79,tcp,hard,v3 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-05-13 9:41:25 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 7800954 Bytes = 7.4 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 8800b318 fixing up phy_id for ethernet1, old: 1, new: -1644830584 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.302-cip87-rt49 (KernelCI@build-j195222-arm-gcc-10-multi-v7-defconfig-preempt-rt-5g8gj) (gcc version 10.2.1 20210110 (Debian 10.2.1-6) ) #1 SMP PREEMPT RT Mon May 13 09:08:07 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] Machine model: TI AM335x BeagleBone Black [ 0.000000] Malformed early option 'earlycon' [ 0.000000] cma: Reserved 64 MiB at 0x9b800000 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon ) [ 0.000000] PERCPU: Embedded 12 pages/cpu @df98c000 s16672 r8192 d24288 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129536 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.1:/var/lib/lava/dispatcher/tmp/1131484/extract-nfsrootfs-_50wmu79,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 428812K/522240K available (8718K kernel code, 1025K rwdata, 3904K rodata, 1028K init, 325K bss, 27892K reserved, 65536K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc0e5c9f0 (12627 kB) [ 0.000000] .init : 0xc0e5d000 - 0xc0f5e000 (1028 kB) [ 0.000000] .data : 0xc0f5e000 - 0xc105e460 (1026 kB) [ 0.000000] .bss : 0xc1061000 - 0xc10b246c ( 326 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz [ 0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000025] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000033] OMAP clocksource: timer1 at 24000000 Hz [ 0.002822] clocksource_probe: no matching clocksources found [ 0.002998] Console: colour dummy device 80x30 [ 0.059327] Calibrating delay loop... 997.78 BogoMIPS (lpj=2494464) [ 0.059333] pid_max: default: 32768 minimum: 301 [ 0.059462] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.059469] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.060225] CPU: Testing write buffer coherency: ok [ 0.060235] CPU0: Spectre v2: using BPIALL workaround [ 0.060565] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.060678] Setting up static identity map for 0x80209000 - 0x80209098 [ 0.104380] Brought up 1 CPUs [ 0.104403] SMP: Total of 1 processors activated (997.78 BogoMIPS). [ 0.104413] CPU: All CPU(s) started in SVC mode. [ 0.105832] devtmpfs: initialized [ 0.118956] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.139559] omap_hwmod: debugss: _wait_target_disable failed [ 0.194550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns [ 0.194589] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.203242] pinctrl core: initialized pinctrl subsystem [ 0.205926] NET: Registered protocol family 16 [ 0.210042] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.224370] cpuidle: using governor ladder [ 0.239355] cpuidle: using governor menu [ 0.246073] OMAP GPIO hardware version 0.1 [ 0.258396] No ATAGs? [ 0.258430] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.262851] Serial: AMBA PL011 UART driver [ 0.315610] edma 49000000.edma: TI EDMA DMA engine driver [ 0.319462] vgaarb: loaded [ 0.320620] SCSI subsystem initialized [ 0.324914] usbcore: registered new interface driver usbfs [ 0.324998] usbcore: registered new interface driver hub [ 0.325057] usbcore: registered new device driver usb [ 0.325962] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe [ 0.326015] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe [ 0.326703] pps_core: LinuxPPS API ver. 1 registered [ 0.326714] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.326746] PTP clock support registered [ 0.326969] EDAC MC: Ver: 3.0.0 [ 0.331417] clocksource: Switched to clocksource timer1 [ 0.344777] NET: Registered protocol family 2 [ 0.344991] IP idents hash table entries: 8192 (order: 4, 65536 bytes) [ 0.345736] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.345804] TCP bind hash table entries: 4096 (order: 4, 114688 bytes) [ 0.345933] TCP: Hash tables configured (established 4096 bind 4096) [ 0.346008] UDP hash table entries: 256 (order: 2, 16384 bytes) [ 0.346040] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes) [ 0.346247] NET: Registered protocol family 1 [ 0.351868] RPC: Registered named UNIX socket transport module. [ 0.351885] RPC: Registered udp transport module. [ 0.351893] RPC: Registered tcp transport module. [ 0.351901] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.352572] Unpacking initramfs... [ 0.852594] Freeing initrd memory: 7620K [ 0.853083] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.875565] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.877076] NFS: Registering the id_resolver key type [ 0.877146] Key type id_resolver registered [ 0.877157] Key type id_legacy registered [ 0.877245] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.879595] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.879622] io scheduler noop registered [ 0.879635] io scheduler deadline registered [ 0.880064] io scheduler cfq registered (default) [ 0.884886] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 0.969900] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.973039] SuperH (H)SCI(F) driver initialized [ 0.973918] msm_serial: driver initialized [ 0.974516] omap_uart 44e09000.serial: no wakeirq for uart0 [ 0.974755] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a OMAP UART0 [ 1.661032] console [ttyO0] enabled [ 1.665227] STMicroelectronics ASC driver initialized [ 1.672313] [drm] Initialized drm 1.1.0 20060810 [ 1.727713] loop: module loaded [ 1.739673] CAN device driver interface [ 1.744998] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 1.752368] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.811430] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 [ 1.817877] davinci_mdio 4a101000.mdio: detected phy mask fffffffe [ 1.849762] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 1.861677] cpsw 4a100000.ethernet: Detected MACID = f4:b8:98:ab:fa:84 [ 1.870546] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.878656] usbcore: registered new interface driver pegasus [ 1.884739] usbcore: registered new interface driver asix [ 1.890492] usbcore: registered new interface driver ax88179_178a [ 1.896948] usbcore: registered new interface driver cdc_ether [ 1.903149] usbcore: registered new interface driver smsc75xx [ 1.909280] usbcore: registered new interface driver smsc95xx [ 1.915388] usbcore: registered new interface driver net1080 [ 1.921422] usbcore: registered new interface driver cdc_subset [ 1.927698] usbcore: registered new interface driver zaurus [ 1.933661] usbcore: registered new interface driver cdc_ncm [ 1.941549] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.948429] ehci-pci: EHCI PCI platform driver [ 1.953163] ehci-platform: EHCI generic platform driver [ 1.958868] ehci-omap: OMAP-EHCI Host Controller driver [ 1.964532] ehci-orion: EHCI orion driver [ 1.968947] SPEAr-ehci: EHCI SPEAr driver [ 1.973307] ehci-st: EHCI STMicroelectronics driver [ 1.978576] ehci-exynos: EHCI EXYNOS driver [ 1.983125] ehci-atmel: EHCI Atmel driver [ 1.987476] tegra-ehci: Tegra EHCI driver [ 1.991845] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.998374] ohci-pci: OHCI PCI platform driver [ 2.003149] ohci-platform: OHCI generic platform driver [ 2.008821] ohci-omap3: OHCI OMAP3 driver [ 2.013217] SPEAr-ohci: OHCI SPEAr driver [ 2.017573] ohci-st: OHCI STMicroelectronics driver [ 2.022838] ohci-atmel: OHCI Atmel driver [ 2.027607] usbcore: registered new interface driver usb-storage [ 2.035541] mousedev: PS/2 mouse device common for all mice [ 2.050843] i2c /dev entries driver [ 2.062592] sdhci: Secure Digital Host Controller Interface driver [ 2.069093] sdhci: Copyright(c) Pierre Ossman [ 2.074776] omap_hsmmc 48060000.mmc: Got CD GPIO [ 2.137636] Synopsys Designware Multimedia Card Interface Driver [ 2.148655] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.160801] usbcore: registered new interface driver usbhid [ 2.166868] usbhid: USB HID core driver [ 2.175801] NET: Registered protocol family 10 [ 2.184753] mmc1: new high speed MMC card at address 0001 [ 2.191757] sit: IPv6 over IPv4 tunneling driver [ 2.197803] NET: Registered protocol family 17 [ 2.201515] mmcblk0: mmc1:0001 MK2704 3.53 GiB [ 2.207840] mmcblk0boot0: mmc1:0001 MK2704 partition 1 2.00 MiB [ 2.214284] can: controller area network core (rev 20120528 abi 9) [ 2.220938] NET: Registered protocol family 29 [ 2.221647] mmcblk0boot1: mmc1:0001 MK2704 partition 2 2.00 MiB [ 2.223175] mmcblk0: p1 [ 2.238123] can: raw protocol (rev 20120528) [ 2.242620] can: broadcast manager protocol (rev 20120528 t) [ 2.248621] can: netlink gateway (rev 20130117) max_hops=1 [ 2.255215] Key type dns_resolver registered [ 2.259969] omap_voltage_late_init: Voltage driver support not added [ 2.266869] ThumbEE CPU extension supported. [ 2.271426] Registering SWP/SWPB emulation handler [ 2.285591] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 2.293354] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 2.301046] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 2.308599] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 2.316056] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 2.323580] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 2.330865] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz [ 2.337588] hctosys: unable to open rtc device (rtc0) [ 2.350703] net eth0: initializing cpsw version 1.12 (0) [ 2.358916] net eth0: phy found : id is : 0x7c0f1 [ 2.364007] libphy: PHY 4a101000.mdio:9df5e088 not found [ 2.369611] net eth0: phy \"4a101000.mdio:9df5e088\" not found on slave 1, err -19 [ 2.382597] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 6.387048] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 6.396447] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 6.411416] Sending DHCP requests ., OK [ 6.586431] IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.86 [ 6.594481] IP-Config: Complete: [ 6.597875] device=eth0, hwaddr=f4:b8:98:ab:fa:84, ipaddr=192.168.1.86, mask=255.255.255.0, gw=192.168.1.1 [ 6.608465] host=192.168.1.86, domain=example.org, nis-domain=(none) [ 6.615595] bootserver=0.0.0.0, rootserver=192.168.1.1, rootpath= [ 6.622263] nameserver0=192.168.1.1 [ 6.630084] Freeing unused kernel memory: 1028K Loading, please wait... Starting systemd-udevd version 252.12-1~deb12u1 [ 6.731246] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.770033] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.785536] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.792007] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.794600] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.803653] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.820883] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.851359] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.905443] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 6.930032] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 9.056182] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/nfs-top ... done. Begin: Running /scripts/nfs-premount ... done. Begin: Waiting up to 180 secs for any network device to become available ... done. IP-Config: eth0 hardware address f4:b8:98:ab:fa:84 mtu 1500 DHCP IP-Config: eth0 complete (dhcp from 192.168.1.1): address: 192.168.1.86 broadcast: 192.168.1.255 netmask: 255.255.255.0 gateway: 192.168.1.1 dns0 : 0.0.0.0 dns1 : 0.0.0.0 domain : example.org rootserver: 192.168.1.1 rootpath: filename : done. Begin: Running /scripts/nfs-bottom ... done. Begin: Running /scripts/init-bottom ... mount: No such file or directory mount: invalid option -- done. mount: No such file or directory run-init: opening console: No such file or directory Target filesystem doesn't have requested /sbin/init. run-init: opening console: No such file or directory run-init: opening console: No such file or directory run-init: opening console: No such file or directory run-init: opening console: No such file or directory run-init: opening console: No such file or directory No init found. Try passing init= bootarg. (initramfs)