connecting to NetworkSerialPort(target=Target(name='omap3-beagle-xm', env=None), name='default', state=, avail=True, host='nuc-1', port=43025, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-1:43025 connected to 192.168.0.1 (port 43025) Escape character: Ctrl-\ Type the escape character to get to the prompt. U-Boot SPL 2018.09-rc2-00001-ge6aa9785acb2 (Aug 15 2018 - 09:41:52 -0700) Trying to boot from MMC1 spl_load_image_fat_os: error reading image args, err - -2 U-Boot 2018.09-rc2-00001-ge6aa9785acb2 (Aug 15 2018 - 09:41:52 -0700) OMAP3630/3730-GP ES1.2, CPU-OPP2, L3-200MHz, Max CPU Clock 1 GHz Model: TI OMAP3 BeagleBoard OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 256 MiB NAND: 0 MiB MMC: OMAP SD/MMC: 0 Loading Environment from NAND... *** Warning - readenv() failed, using default environment Beagle xM Rev C No EEPROM on expansion board No EEPROM on expansion board OMAP die ID: 0b5000029ff80000016842c910019004 Net: usb_ether 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 Hit any key to stop autoboot: 2  0 BeagleBoard # setenv usbethaddr 00:40:5c:26:0a:6c; usb start BeagleBoard # setenv autoload no BeagleBoard # dhcp Need valid 'usbnet_devaddr' to be setWaiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.0.190 (262 ms) BeagleBoard # setenv serverip 192.168.0.2 BeagleBoard # tftp 0x81000000 3894634/tftp-deploy-zmie7an1/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.190 Filename '3894634/tftp-deploy-zmie7an1/kernel/zImage'. Load address: 0x81000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################## 432.6 KiB/s done Bytes transferred = 5346584 (519518 hex) BeagleBoard # tftp 0x82000000 3894634/tftp-deploy-zmie7an1/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.190 Filename '3894634/tftp-deploy-zmie7an1/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################### 1.4 MiB/s done Bytes transferred = 15707850 (efaeca hex) BeagleBoard # setenv initrd_size ${filesize} BeagleBoard # tftp 0x81f00000 3894634/tftp-deploy-zmie7an1/dtb/omap3-beagle-xm.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.190 Filename '3894634/tftp-deploy-zmie7an1/dtb/omap3-beagle-xm.dtb'. Load address: 0x81f00000 Loading: *##### 12.7 KiB/s done Bytes transferred = 70089 (111c9 hex) BeagleBoard # setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' BeagleBoard # bootz 0x81000000 0x82000000 0x81f00000 ## Loading init Ramdisk from Legacy Image at 82000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 15707786 Bytes = 15 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 81f00000 Booting using the fdt blob at 0x81f00000 Loading Ramdisk to 89105000, end 89fffe8a ... OK Loading Device Tree to 890f0000, end 891041c8 ... OK Starting kernel ... <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 6.11.0-rc5 (KernelCI@build-j301003-arm-gcc-12-omap2plus-defconfig-kdngh) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Fri Aug 30 02:08:34 UTC 2024 <6>[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d <6>[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache <6>[ 0.000000] OF: fdt: Machine model: TI OMAP3 BeagleBoard xM <4>[ 0.000000] Malformed early option 'earlycon' <6>[ 0.000000] Memory policy: Data cache writeback <6>[ 0.000000] cma: Reserved 16 MiB at 0x8e800000 on node -1 <6>[ 0.000000] Zone ranges: <6>[ 0.000000] Normal [mem 0x0000000080000000-0x000000008fdfffff] <6>[ 0.000000] HighMem empty <6>[ 0.000000] Movable zone start for each node <6>[ 0.000000] Early memory node ranges <6>[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008fdfffff] <6>[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fdfffff] <6>[ 0.000000] CPU: All CPU(s) started in SVC mode. <6>[ 0.000000] OMAP3630/DM3730 ES1.2 (l2cache iva sgx neon isp 192mhz_clk) <6>[ 0.000000] percpu: Embedded 17 pages/cpu s39884 r8192 d21556 u69632 <5>[ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024 <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=2 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 4.0) with 96 interrupts <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz <6>[ 0.000000] OMAP clocksource: 32k_counter 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 33kHz, resolution 30517ns, wraps every 65535999984741ns <6>[ 0.003173] TI gptimer clockevent: always-on 32768 Hz at /ocp@68000000/target-module@48318000 <6>[ 0.004577] Console: colour dummy device 80x30 <3>[ 0.004638] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' <3>[ 0.004669] This ensures that you still see kernel messages. Please <3>[ 0.004669] update your kernel commandline. <6>[ 0.004730] Calibrating delay loop... 600.47 BogoMIPS (lpj=3002368) <6>[ 0.053619] CPU: Testing write buffer coherency: ok <6>[ 0.053680] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.053710] pid_max: default: 32768 minimum: 301 <6>[ 0.053863] LSM: initializing lsm=capability <6>[ 0.054077] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.054107] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.055877] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.058135] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.058532] rcu: Hierarchical SRCU implementation. <6>[ 0.058563] rcu: Max phase no-delay instances is 1000. <6>[ 0.059936] smp: Bringing up secondary CPUs ... <6>[ 0.059967] smp: Brought up 1 node, 1 CPU <6>[ 0.059997] SMP: Total of 1 processors activated (600.47 BogoMIPS). <6>[ 0.060028] CPU: All CPU(s) started in SVC mode. <6>[ 0.060180] Memory: 207084K/260096K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 35084K reserved, 16384K cma-reserved, 0K highmem) <6>[ 0.061035] devtmpfs: initialized <6>[ 0.089965] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.090454] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.090484] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.091949] pinctrl core: initialized pinctrl subsystem <6>[ 0.095275] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.098815] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.125305] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp <4>[ 0.126098] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp <6>[ 0.205139] audit: initializing netlink subsys (disabled) <6>[ 0.206848] thermal_sys: Registered thermal governor 'fair_share' <6>[ 0.206848] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.206878] thermal_sys: Registered thermal governor 'user_space' <5>[ 0.207000] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1 <6>[ 0.207092] cpuidle: using governor menu <6>[ 0.207489] Reprogramming SDRC clock to 400000000 Hz <6>[ 0.244812] platform 68000000.ocp: Fixed dependency cycle(s) with /ocp@68000000/interrupt-controller@48200000 <6>[ 0.259307] OMAP GPIO hardware version 2.5 <6>[ 0.292297] platform 48050000.dss: Fixed dependency cycle(s) with /encoder0 <6>[ 0.292480] platform encoder0: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000 <6>[ 0.293121] platform encoder0: Fixed dependency cycle(s) with /connector0 <6>[ 0.293243] platform connector0: Fixed dependency cycle(s) with /encoder0 <6>[ 0.293853] platform connector1: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000/encoder@48050c00 <6>[ 0.294281] No ATAGs? <6>[ 0.294281] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.301330] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. <6>[ 0.322326] iommu: Default domain type: Translated <6>[ 0.322357] iommu: DMA domain TLB invalidation policy: strict mode <6>[ 0.324279] omap-iommu 480bd400.mmu: 480bd400.mmu registered <5>[ 0.345550] SCSI subsystem initialized <6>[ 0.348571] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz <6>[ 0.356353] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz <6>[ 0.357849] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz <6>[ 0.358306] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.358306] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.358367] PTP clock support registered <6>[ 0.365600] vgaarb: loaded <6>[ 0.365966] clocksource: Switched to clocksource 32k_counter <5>[ 0.366729] VFS: Disk quotas dquot_6.6.0 <6>[ 0.366790] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 0.404693] NET: Registered PF_INET protocol family <6>[ 0.405151] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.406707] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.406829] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.406860] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.406890] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) <6>[ 0.407043] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.407165] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.407226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.407470] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.417877] RPC: Registered named UNIX socket transport module. <6>[ 0.417907] RPC: Registered udp transport module. <6>[ 0.417907] RPC: Registered tcp transport module. <6>[ 0.417938] RPC: Registered tcp-with-tls transport module. <6>[ 0.417938] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.417968] PCI: CLS 0 bytes, default 64 <5>[ 0.422515] Initialise system trusted keyrings <6>[ 0.424102] Trying to unpack rootfs image as initramfs... <6>[ 0.447113] workingset: timestamp_bits=14 max_order=16 bucket_order=2 <5>[ 0.448852] NFS: Registering the id_resolver key type <5>[ 0.448944] Key type id_resolver registered <5>[ 0.448974] Key type id_legacy registered <6>[ 0.449035] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. <5>[ 0.449584] Key type asymmetric registered <5>[ 0.449615] Asymmetric key parser 'x509' registered <6>[ 0.449707] io scheduler mq-deadline registered <6>[ 0.449737] io scheduler kyber registered <6>[ 0.449829] io scheduler bfq registered <6>[ 0.465911] pinctrl-single 48002030.pinmux: 284 pins, size 568 <6>[ 0.466857] pinctrl-single 48002a00.pinmux: 46 pins, size 92 <6>[ 0.467773] pinctrl-single 480025a0.pinmux: 46 pins, size 92 <6>[ 0.502685] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled <6>[ 0.533325] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a 8250 <6>[ 0.561645] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a 8250 <6>[ 0.569244] 49020000.serial: ttyS2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a 8250 <6>[ 0.569335] printk: legacy console [ttyS2] enabled <6>[ 1.782592] 49042000.serial: ttyS3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a 8250 <6>[ 1.869537] brd: module loaded <6>[ 1.912384] loop: module loaded <6>[ 1.998260] twl 0-0048: PIH (irq 23) chaining IRQs 145..153 <6>[ 2.004364] twl 0-0048: power (irq 150) chaining IRQs 153..160 <6>[ 2.059417] twl4030_gpio twl4030-gpio: gpio (irq 145) chaining IRQs 161..178 <3>[ 2.232208] mtdoops: mtd device (mtddev=name/number) must be supplied <6>[ 2.273590] i2c_dev: i2c /dev entries driver <4>[ 2.309173] ti-soc-thermal 48002524.bandgap: This OMAP thermal sensor is unreliable. You've been warned <6>[ 2.319091] ti-soc-thermal 48002524.bandgap: Non-trimmed BGAP, Temp not accurate <6>[ 2.332946] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.339599] sdhci: Copyright(c) Pierre Ossman <6>[ 2.345275] sdhci-pltfm: SDHCI platform and OF driver helper <3>[ 2.377960] omap_hsmmc 4809c000.mmc: RX DMA channel request failed <6>[ 2.417205] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.428985] omap-gpmc 6e000000.gpmc: GPMC revision 5.0 <4>[ 2.434478] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 <6>[ 2.488769] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available <6>[ 2.498718] Initializing XFRM netlink socket <6>[ 2.503417] NET: Registered PF_INET6 protocol family <6>[ 2.558166] Segment Routing with IPv6 <6>[ 2.562286] In-situ OAM (IOAM) with IPv6 <6>[ 2.566711] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.574157] NET: Registered PF_PACKET protocol family <6>[ 2.579650] NET: Registered PF_KEY protocol family <5>[ 2.584899] Key type dns_resolver registered <6>[ 2.589752] ThumbEE CPU extension supported. <5>[ 2.594360] Registering SWP/SWPB emulation handler <6>[ 2.601745] SmartReflex Class3 initialized <5>[ 2.667053] Loading compiled-in X.509 certificates <6>[ 2.762817] smartreflex 480c9000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 2.805389] omap-dma-engine 48056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) <3>[ 2.817718] ti-sysc 48318000.target-module: probe with driver ti-sysc failed with error -16 <6>[ 2.834075] smartreflex 480cb000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 2.845092] hsusb2_power_reg enforce active low on GPIO handle <4>[ 3.404907] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 3.427581] mmc0: new high speed SDHC card at address aaaa <6>[ 3.467315] mmcblk0: mmc0:aaaa SS08G 7.40 GiB <6>[ 3.500885] mmcblk0: p1 p2 <6>[ 4.757812] Freeing initrd memory: 15340K <6>[ 15.446594] clk: Disabling unused clocks <6>[ 15.451141] PM: genpd: Disabling unused power domains <6>[ 15.460479] Freeing unused kernel image (initmem) memory: 1024K <6>[ 15.467773] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 15.801116] udevd[84]: starting version 3.2.9 <5>[ 15.816680] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 15.832214] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 15.847564] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 15.871093] udevd[84]: specified user 'tss' unknown <27>[ 15.876953] udevd[84]: specified group 'tss' unknown <30>[ 15.889587] udevd[85]: starting eudev-3.2.9 <6>[ 16.574523] omap_ssi 48058000.ssi-controller: ssi controller 0 initialized (2 ports)! <3>[ 16.584167] omap_ssi_port 4805a000.ssi-port: couldn't get cawake gpio (err=-2)! <3>[ 16.591918] omap_ssi_port 4805a000.ssi-port: probe with driver omap_ssi_port failed with error -2 <3>[ 16.601470] omap_ssi_port 4805b000.ssi-port: couldn't get cawake gpio (err=-2)! <3>[ 16.609161] omap_ssi_port 4805b000.ssi-port: probe with driver omap_ssi_port failed with error -2 <4>[ 16.815521] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 16.824584] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.088867] usbcore: registered new interface driver usbfs <6>[ 17.094818] usbcore: registered new interface driver hub <6>[ 17.100677] usbcore: registered new device driver usb <3>[ 17.230102] twl4030_keypad 48070000.i2c:twl@48:keypad: missing or malformed property linux,keymap: -22 <3>[ 17.239929] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap <3>[ 17.247436] twl4030_keypad 48070000.i2c:twl@48:keypad: probe with driver twl4030_keypad failed with error -22 <4>[ 17.273559] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.282623] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.355926] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input1 <6>[ 17.372924] ohci-platform 48064400.ohci: Generic Platform OHCI controller <6>[ 17.380249] ohci-platform 48064400.ohci: new USB bus registered, assigned bus number 1 <6>[ 17.413543] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling <4>[ 17.440002] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.449096] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.476776] ohci-platform 48064400.ohci: irq 92, io mem 0x48064400 <4>[ 17.535980] twl4030_madc 48070000.i2c:twl@48:madc: supply vusb3v1 not found, using dummy regulator <4>[ 17.558532] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.567657] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.688110] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.11 <6>[ 17.696868] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 17.704406] usb usb1: Product: Generic Platform OHCI controller <6>[ 17.710693] usb usb1: Manufacturer: Linux 6.11.0-rc5 ohci_hcd <6>[ 17.716796] usb usb1: SerialNumber: 48064400.ohci <6>[ 17.778839] hub 1-0:1.0: USB hub found <6>[ 17.798095] hub 1-0:1.0: 3 ports detected <4>[ 17.844970] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.854034] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 17.889892] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected. <6>[ 17.981903] twl_rtc 48070000.i2c:twl@48:rtc: registered as rtc0 <6>[ 18.036285] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40 <4>[ 18.046722] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.055603] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.106475] twl_rtc 48070000.i2c:twl@48:rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) <6>[ 18.301696] Driver for 1-wire Dallas network protocol. <4>[ 18.319763] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.328826] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.375488] mc: Linux media interface: v0.10 <6>[ 18.383972] omap-sham 480c3000.sham: hw accel on OMAP rev 0.9 <6>[ 18.395477] omap-aes 480a6000.aes1: OMAP AES hw accel rev: 2.6 <6>[ 18.409942] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode <6>[ 18.476165] omap_rng 480a0000.rng: Random Number Generator ver. 70 <5>[ 18.484161] random: crng init done <6>[ 18.521850] omap-sham 480c3000.sham: will run requests pump with realtime priority <6>[ 18.535552] omap-aes 480a6000.aes1: will run requests pump with realtime priority <6>[ 18.544158] omap-aes 480c5000.aes2: OMAP AES hw accel rev: 2.6 <6>[ 18.592895] videodev: Linux video capture interface: v2.00 <6>[ 18.657653] omap-aes 480c5000.aes2: will run requests pump with realtime priority <6>[ 18.696716] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized TWL4030 USB module <6>[ 18.717163] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver <6>[ 18.723297] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2 <6>[ 18.771697] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d <6>[ 18.858886] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 <6>[ 18.867675] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 18.875213] usb usb2: Product: MUSB HDRC host driver <6>[ 18.880584] usb usb2: Manufacturer: Linux 6.11.0-rc5 musb-hcd <6>[ 18.886688] usb usb2: SerialNumber: musb-hdrc.1.auto <4>[ 18.904022] omap3isp 480bc000.isp: supply vdd-csiphy1 not found, using dummy regulator <4>[ 18.912872] omap3isp 480bc000.isp: supply vdd-csiphy2 not found, using dummy regulator <6>[ 18.921661] omap3isp 480bc000.isp: Revision 15.0 found <3>[ 18.928009] omap3isp 480bc000.isp: failed to create ARM IOMMU mapping <3>[ 18.934783] omap3isp 480bc000.isp: unable to attach to IOMMU <6>[ 18.977661] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec <6>[ 19.059387] hub 2-0:1.0: USB hub found <6>[ 19.107666] hub 2-0:1.0: 1 port detected <3>[ 19.298248] omap3isp 480bc000.isp: probe with driver omap3isp failed with error -12 <4>[ 19.527038] usb_phy_generic hsusb2-phy-pins: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 19.551818] input: gpio_keys as /devices/platform/gpio_keys/input/input2 <4>[ 19.607696] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 19.616638] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 19.625030] DSS: OMAP DSS rev 2.0 <6>[ 19.631561] omapdss_dss 48050000.dss: bound 48050400.dispc (ops dsi_vc_flush_receive_data [omapdrm]) <6>[ 19.641387] omapdss_dss 48050000.dss: bound 48050c00.encoder (ops dsi_vc_flush_receive_data [omapdrm]) <4>[ 19.651672] omapdrm omapdrm.0: DMM not available, disable DMM support <6>[ 19.800201] [drm] Initialized omapdrm 1.0.0 for omapdrm.0 on minor 0 <6>[ 19.926696] thermal thermal_zone1: Temperature check failed (-19) <6>[ 19.947998] Console: switching to colour frame buffer device 90x35 <6>[ 20.005279] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device <6>[ 20.218139] ehci-omap 48064800.ehci: EHCI Host Controller <6>[ 20.223907] ehci-omap 48064800.ehci: new USB bus registered, assigned bus number 3 <6>[ 20.454223] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800 <6>[ 20.502777] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00 <6>[ 20.537902] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 <6>[ 20.546630] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 20.554199] usb usb3: Product: EHCI Host Controller <6>[ 20.559448] usb usb3: Manufacturer: Linux 6.11.0-rc5 ehci_hcd <6>[ 20.565490] usb usb3: SerialNumber: 48064800.ehci <6>[ 20.612976] hub 3-0:1.0: USB hub found <6>[ 20.630889] hub 3-0:1.0: 3 ports detected done Saving random seed: OK Starting network: <6>[ 20.946716] usb 3-2: new high-speed USB device number 2 using ehci-omap OK mount: symbol lookup error: /lib/libc.so.6: undefined symbol: __pointer_chk_guard, version Starting dropbear sshd: /usr/sbin/dropbear: symbol lookup error: /lib/libc.so.6: undefined symbol: __pointer_chk_guard, version FAIL /bin/sh: can't access tty; job control turned off / # / # <6>[ 21.169097] usb 3-2: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 <6>[ 21.177978] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 #<6>[ 21.190917] hub 3-2:1.0: USB hub found <6>[ 21.205383] hub 3-2:1.0: 5 ports detected / # export SHELL=/bin/sh / # . /lava-3894634/environment / # /lava-3894634/bin/lava-test-runner /lava-3894634/0<6>[ 21.528564] usb 3-2.1: new high-speed USB device number 3 using ehci-omap + export 'TESTRUN_ID=0_dmesg' + cd /lava-3894634/0/tests/0_dmesg + cat uuid + UUID=3894634_1.5.2.4.1 <8>[ 21.667236] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <6>[ 21.687011] usb 3-2.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 <6>[ 21.695800] usb 3-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 <6>[ 21.760223] smsc95xx v2.0.0 <8>[ 21.786926] <8>[ 21.883819] <8>[ 21.961212] + set +x <8>[ 21.972930]