connecting to NetworkSerialPort(target=Target(name='omap3-beagle-xm', env=None), name='default', state=, avail=True, host='nuc-1', port=57367, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-1:57367 connected to 192.168.0.1 (port 57367) 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 setenv usbethaddr 00:40:5c:26:0a:6c; usb start BeagleBoard # setenv autoload no setenv autoload no BeagleBoard # dhcp 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.189 (261 ms) BeagleBoardsetenv serverip 192.168.0.2 # setenv serverip 192.168.0.2 BeagleBoard # tftp 0x81000000 3995114/tftp-deploy-3d9wglcv/kernel/zImage tftp 0x81000000 3995114/tftp-deploy-3d9wglcv/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.189 Filename '3995114/tftp-deploy-3d9wglcv/kernel/zImage'. Load address: 0x81000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################## 408.2 KiB/s done Bytes transferred = 5268888 (506598 hex) BeagleBoard # tftp 0x82000000 3995114/tftp-deploy-3d9wglcv/ramdisk/ramdisk.cpio.gz.uboot tftp 0x82000000 3995114/tftp-deploy-3d9wglcv/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.189 Filename '3995114/tftp-deploy-3d9wglcv/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################ 1.2 MiB/s done Bytes transferred = 15736096 (f01d20 hex) BeagleBoard # setenv initrd_size ${filesize} setenv initrd_size ${filesize} BeagleBoard # tftp 0x81f00000 3995114/tftp-deploy-3d9wglcv/dtb/omap3-beagle-xm.dtb tftp 0x81f00000 3995114/tftp-deploy-3d9wglcv/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.189 Filename '3995114/tftp-deploy-3d9wglcv/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' setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' BeagleBoard # bootz 0x81000000 0x82000000 0x81f00000 bootz 0x81000000 0x82000000 0x81f00000 ## Loading init Ramdisk from Legacy Image at 82000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 15736032 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 890fe000, end 89fffce0 ... OK Loading Device Tree to 890e9000, end 890fd1c8 ... OK Starting kernel ... <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 6.9.0-rc5 (KernelCI@build-j177560-arm-gcc-10-omap2plus-defconfig-t5fjm) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Fri Apr 26 01:23:51 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 s40084 r8192 d21356 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: 64452 <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 208604K/260096K available (11264K kernel code, 1139K rwdata, 2604K rodata, 1024K init, 291K bss, 35108K reserved, 16384K cma-reserved, 0K highmem) <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.003204] TI gptimer clockevent: always-on 32768 Hz at /ocp@68000000/target-module@48318000 <6>[ 0.004608] Console: colour dummy device 80x30 <3>[ 0.004669] 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.053649] CPU: Testing write buffer coherency: ok <6>[ 0.053710] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.053741] pid_max: default: 32768 minimum: 301 <6>[ 0.053894] LSM: initializing lsm=capability <6>[ 0.054107] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.054138] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.055969] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.058013] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.058410] rcu: Hierarchical SRCU implementation. <6>[ 0.058410] rcu: Max phase no-delay instances is 1000. <6>[ 0.059783] smp: Bringing up secondary CPUs ... <6>[ 0.059844] smp: Brought up 1 node, 1 CPU <6>[ 0.059875] SMP: Total of 1 processors activated (600.47 BogoMIPS). <6>[ 0.059906] CPU: All CPU(s) started in SVC mode. <6>[ 0.060882] devtmpfs: initialized <6>[ 0.090698] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.091186] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.091217] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.092651] pinctrl core: initialized pinctrl subsystem <6>[ 0.096099] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.099761] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.126342] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp <4>[ 0.127166] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp <6>[ 0.199340] audit: initializing netlink subsys (disabled) <6>[ 0.201080] thermal_sys: Registered thermal governor 'fair_share' <6>[ 0.201110] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.201110] thermal_sys: Registered thermal governor 'user_space' <5>[ 0.201232] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1 <6>[ 0.201324] cpuidle: using governor menu <6>[ 0.201751] Reprogramming SDRC clock to 400000000 Hz <6>[ 0.226989] platform 68000000.ocp: Fixed dependency cycle(s) with /ocp@68000000/interrupt-controller@48200000 <6>[ 0.241790] OMAP GPIO hardware version 2.5 <6>[ 0.276275] platform 48050000.dss: Fixed dependency cycle(s) with /encoder0 <6>[ 0.276489] platform encoder0: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000 <6>[ 0.277069] platform encoder0: Fixed dependency cycle(s) with /connector0 <6>[ 0.277221] platform connector0: Fixed dependency cycle(s) with /encoder0 <6>[ 0.277801] platform connector1: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000/encoder@48050c00 <6>[ 0.278228] No ATAGs? <6>[ 0.278228] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.285247] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. <6>[ 0.321014] iommu: Default domain type: Translated <6>[ 0.321044] iommu: DMA domain TLB invalidation policy: strict mode <6>[ 0.322998] omap-iommu 480bd400.mmu: 480bd400.mmu registered <5>[ 0.335937] SCSI subsystem initialized <6>[ 0.346740] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz <6>[ 0.348327] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz <6>[ 0.355804] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz <6>[ 0.356262] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.356292] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.356323] PTP clock support registered <6>[ 0.358825] vgaarb: loaded <6>[ 0.359161] clocksource: Switched to clocksource 32k_counter <5>[ 0.359924] VFS: Disk quotas dquot_6.6.0 <6>[ 0.360015] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 0.402801] NET: Registered PF_INET protocol family <6>[ 0.403259] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.404571] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.404724] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.404754] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.404785] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) <6>[ 0.404937] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.405059] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.405120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.405364] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.420837] RPC: Registered named UNIX socket transport module. <6>[ 0.420867] RPC: Registered udp transport module. <6>[ 0.420867] RPC: Registered tcp transport module. <6>[ 0.420867] RPC: Registered tcp-with-tls transport module. <6>[ 0.420898] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.420928] PCI: CLS 0 bytes, default 64 <6>[ 0.425598] Trying to unpack rootfs image as initramfs... <6>[ 0.439575] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available <5>[ 0.442260] Initialise system trusted keyrings <6>[ 0.455322] workingset: timestamp_bits=14 max_order=16 bucket_order=2 <5>[ 0.456939] NFS: Registering the id_resolver key type <5>[ 0.457031] Key type id_resolver registered <5>[ 0.457031] Key type id_legacy registered <6>[ 0.457122] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. <5>[ 0.457672] Key type asymmetric registered <5>[ 0.457702] Asymmetric key parser 'x509' registered <6>[ 0.457763] io scheduler mq-deadline registered <6>[ 0.457794] io scheduler kyber registered <6>[ 0.457885] io scheduler bfq registered <6>[ 0.468902] pinctrl-single 48002030.pinmux: 284 pins, size 568 <6>[ 0.469848] pinctrl-single 48002a00.pinmux: 46 pins, size 92 <6>[ 0.470794] pinctrl-single 480025a0.pinmux: 46 pins, size 92 <6>[ 0.520385] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled <6>[ 0.541046] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a 8250 <6>[ 0.557922] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a 8250 <6>[ 0.570983] 49020000.serial: ttyS2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a 8250 <6>[ 0.571075] printk: legacy console [ttyS2] enabled <6>[ 1.775360] 49042000.serial: ttyS3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a 8250 <6>[ 1.881713] brd: module loaded <6>[ 1.910339] loop: module loaded <6>[ 1.965942] twl 0-0048: PIH (irq 23) chaining IRQs 145..153 <6>[ 1.972167] twl 0-0048: power (irq 150) chaining IRQs 153..160 <6>[ 2.033264] twl4030_gpio twl4030-gpio: gpio (irq 145) chaining IRQs 161..178 <3>[ 2.206207] mtdoops: mtd device (mtddev=name/number) must be supplied <6>[ 2.251098] i2c_dev: i2c /dev entries driver <4>[ 2.281372] ti-soc-thermal 48002524.bandgap: This OMAP thermal sensor is unreliable. You've been warned <6>[ 2.291229] ti-soc-thermal 48002524.bandgap: Non-trimmed BGAP, Temp not accurate <3>[ 2.302642] ti_opp_supply opp-supply: probe with driver ti_opp_supply failed with error 1 <6>[ 2.313964] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.320587] sdhci: Copyright(c) Pierre Ossman <6>[ 2.326263] sdhci-pltfm: SDHCI platform and OF driver helper <3>[ 2.365478] omap_hsmmc 4809c000.mmc: RX DMA channel request failed <6>[ 2.410919] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.422698] omap-gpmc 6e000000.gpmc: GPMC revision 5.0 <4>[ 2.428192] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 <6>[ 2.472595] Initializing XFRM netlink socket <6>[ 2.477325] NET: Registered PF_INET6 protocol family <6>[ 2.531341] Segment Routing with IPv6 <6>[ 2.535430] In-situ OAM (IOAM) with IPv6 <6>[ 2.539978] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.547424] NET: Registered PF_PACKET protocol family <6>[ 2.552947] NET: Registered PF_KEY protocol family <5>[ 2.558166] Key type dns_resolver registered <6>[ 2.563079] ThumbEE CPU extension supported. <5>[ 2.567687] Registering SWP/SWPB emulation handler <6>[ 2.575103] SmartReflex Class3 initialized <5>[ 2.635375] Loading compiled-in X.509 certificates <6>[ 2.727447] smartreflex 480c9000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 2.778747] omap-dma-engine 48056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) <3>[ 2.791046] ti-sysc 48318000.target-module: probe with driver ti-sysc failed with error -16 <6>[ 2.807464] smartreflex 480cb000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 2.818817] hsusb2_power_reg enforce active low on GPIO handle <4>[ 3.291656] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 3.340148] mmc0: new high speed SDHC card at address aaaa <6>[ 3.367584] mmcblk0: mmc0:aaaa SS08G 7.40 GiB <6>[ 3.398681] mmcblk0: p1 p2 <6>[ 4.802917] Freeing initrd memory: 15368K <6>[ 15.449798] clk: Disabling unused clocks <6>[ 15.454345] PM: genpd: Disabling unused power domains <6>[ 15.463134] Freeing unused kernel image (initmem) memory: 1024K <6>[ 15.470458] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 15.809967] udevd[86]: starting version 3.2.9 <5>[ 15.824829] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 15.840820] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 15.855621] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 15.879119] udevd[86]: specified user 'tss' unknown <27>[ 15.884979] udevd[86]: specified group 'tss' unknown <30>[ 15.897430] udevd[87]: starting eudev-3.2.9 <6>[ 17.003723] omap_ssi 48058000.ssi-controller: ssi controller 0 initialized (2 ports)! <3>[ 17.013336] omap_ssi_port 4805a000.ssi-port: couldn't get cawake gpio (err=-2)! <3>[ 17.021118] omap_ssi_port 4805a000.ssi-port: probe with driver omap_ssi_port failed with error -2 <3>[ 17.030670] omap_ssi_port 4805b000.ssi-port: couldn't get cawake gpio (err=-2)! <3>[ 17.038299] omap_ssi_port 4805b000.ssi-port: probe with driver omap_ssi_port failed with error -2 <4>[ 17.448669] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.457733] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.467407] usbcore: registered new interface driver usbfs <6>[ 17.473449] usbcore: registered new interface driver hub <6>[ 17.479217] usbcore: registered new device driver usb <6>[ 17.545745] ohci-platform 48064400.ohci: Generic Platform OHCI controller <6>[ 17.553131] ohci-platform 48064400.ohci: new USB bus registered, assigned bus number 1 <6>[ 17.594818] ohci-platform 48064400.ohci: irq 92, io mem 0x48064400 <6>[ 17.760040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09 <6>[ 17.768646] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 17.776336] usb usb1: Product: Generic Platform OHCI controller <6>[ 17.782623] usb usb1: Manufacturer: Linux 6.9.0-rc5 ohci_hcd <6>[ 17.788574] usb usb1: SerialNumber: 48064400.ohci <6>[ 17.889862] hub 1-0:1.0: USB hub found <6>[ 17.969421] hub 1-0:1.0: 3 ports detected <4>[ 18.001464] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.010528] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.142059] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40 <4>[ 18.181335] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.190399] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <3>[ 18.561584] twl4030_keypad 48070000.i2c:twl@48:keypad: missing or malformed property linux,keymap: -22 <3>[ 18.571441] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap <3>[ 18.578887] twl4030_keypad 48070000.i2c:twl@48:keypad: probe with driver twl4030_keypad failed with error -22 <6>[ 18.614410] Driver for 1-wire Dallas network protocol. <4>[ 18.681213] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.690338] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.740020] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling <6>[ 18.749664] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode <4>[ 18.812133] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.821228] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.970428] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input1 <4>[ 19.029663] twl4030_madc 48070000.i2c:twl@48:madc: supply vusb3v1 not found, using dummy regulator <4>[ 19.052093] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 19.061065] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 19.085845] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d <4>[ 19.282501] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 19.291503] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 19.773773] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 19.782867] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 20.000030] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected. <4>[ 20.122863] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 20.132019] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 20.151000] twl_rtc 48070000.i2c:twl@48:rtc: registered as rtc0 <6>[ 20.249420] omap_rng 480a0000.rng: Random Number Generator ver. 70 <5>[ 20.258636] random: crng init done <6>[ 20.269866] twl_rtc 48070000.i2c:twl@48:rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) <4>[ 20.343780] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 20.352874] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 20.369049] omap-aes 480a6000.aes1: OMAP AES hw accel rev: 2.6 <6>[ 20.481597] mc: Linux media interface: v0.10 <6>[ 20.530273] omap-aes 480a6000.aes1: will run requests pump with realtime priority <6>[ 20.538757] omap-aes 480c5000.aes2: OMAP AES hw accel rev: 2.6 <4>[ 20.573547] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 20.582580] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 20.638519] omap-sham 480c3000.sham: hw accel on OMAP rev 0.9 <6>[ 20.684722] videodev: Linux video capture interface: v2.00 <6>[ 20.748382] omap-aes 480c5000.aes2: will run requests pump with realtime priority <4>[ 20.778533] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 20.787689] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 20.812988] omap-sham 480c3000.sham: will run requests pump with realtime priority <4>[ 21.011169] omap3isp 480bc000.isp: supply vdd-csiphy1 not found, using dummy regulator <4>[ 21.020019] omap3isp 480bc000.isp: supply vdd-csiphy2 not found, using dummy regulator <6>[ 21.028686] omap3isp 480bc000.isp: Revision 15.0 found <3>[ 21.035156] omap3isp 480bc000.isp: failed to create ARM IOMMU mapping <3>[ 21.041992] omap3isp 480bc000.isp: unable to attach to IOMMU <6>[ 21.190124] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized TWL4030 USB module <6>[ 21.208312] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver <6>[ 21.214569] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2 <6>[ 21.290222] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec <6>[ 21.329895] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09 <6>[ 21.338653] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 21.346282] usb usb2: Product: MUSB HDRC host driver <6>[ 21.351593] usb usb2: Manufacturer: Linux 6.9.0-rc5 musb-hcd <6>[ 21.357574] usb usb2: SerialNumber: musb-hdrc.1.auto <3>[ 21.400115] omap3isp 480bc000.isp: probe with driver omap3isp failed with error -12 <6>[ 21.562072] hub 2-0:1.0: USB hub found <6>[ 21.609558] hub 2-0:1.0: 1 port detected <4>[ 21.661407] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 21.670440] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 21.754974] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 21.764099] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 22.431304] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 22.440368] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 22.701446] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 22.710418] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 22.801086] input: gpio_keys as /devices/platform/gpio_keys/input/input2 <4>[ 22.821319] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 22.830261] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 22.931335] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 22.940216] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 22.948608] DSS: OMAP DSS rev 2.0 <6>[ 22.955169] omapdss_dss 48050000.dss: bound 48050400.dispc (ops dsi_vc_flush_receive_data [omapdrm]) <6>[ 22.964996] omapdss_dss 48050000.dss: bound 48050c00.encoder (ops dsi_vc_flush_receive_data [omapdrm]) <4>[ 22.975311] omapdrm omapdrm.0: DMM not available, disable DMM support <4>[ 22.982971] usb_phy_generic hsusb2-phy-pins: dummy supplies not allowed for exclusive requests <6>[ 23.215911] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0 <6>[ 23.357513] Console: switching to colour frame buffer device 90x35 <6>[ 23.422424] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device <6>[ 23.590454] ehci-omap 48064800.ehci: EHCI Host Controller <6>[ 23.596221] ehci-omap 48064800.ehci: new USB bus registered, assigned bus number 3 <6>[ 23.651397] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800 <6>[ 23.704956] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00 <6>[ 23.732452] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09 <6>[ 23.741241] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 23.748779] usb usb3: Product: EHCI Host Controller <6>[ 23.753997] usb usb3: Manufacturer: Linux 6.9.0-rc5 ehci_hcd <6>[ 23.760009] usb usb3: SerialNumber: 48064800.ehci <6>[ 23.815368] hub 3-0:1.0: USB hub found <6>[ 23.841369] hub 3-0:1.0: 3 ports detected <6>[ 24.149566] usb 3-2: new high-speed USB device number 2 using ehci-omap <6>[ 24.362030] usb 3-2: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 <6>[ 24.370819] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 <6>[ 24.383117] hub 3-2:1.0: USB hub found <6>[ 24.387908] hub 3-2:1.0: 5 ports detected done Saving random seed: OK Starting network: OK Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # <6>[ 24.709960] usb 3-2.1: new high-speed USB device number 3 using ehci-omap / # # # / # export SHELL=/bin/sh <6>[ 24.860717] usb 3-2.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 <6>[ 24.869598] usb 3-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 export SHELL=/bin/sh<6>[ 24.903106] smsc95xx v2.0.0 / # . /lava-3995114/environment . /lava-3995114/environment / # /lava-3995114/bin/lava-test-runner /lava-3995114/0 <6>[ 25.094238] SMSC LAN8700 usb-003:003:01: attached PHY driver (mii_bus:phy_addr=usb-003:003:01, irq=180) <6>[ 25.109039] smsc95xx 3-2.1:1.0 eth0: register 'smsc95xx' at usb-48064800.ehci-2.1, smsc95xx USB 2.0 Ethernet, 02:02:00:c9:04:90 <6>[ 25.121826] usbcore: registered new interface driver smsc95xx /lava-3995114/bin/lava-test-runner /lava-3995114/0 Segmentation fault + export 'TESTRUN_ID=0_dmesg' + cd /lava-3995114/0/tests/0_dmesg + cat uuid + UUID=3995114_1.5.2.4.1 <8>[ 25.285583] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <1>[ 25.325164] 8<--- cut here --- <1>[ 25.328521] Unable to handle kernel NULL pointer dereference at virtual address 00000000 when read <1>[ 25.338012] [00000000] *pgd=00000000 <0>[ 25.341979] Internal error: Oops: 5 [#1] SMP ARM <4>[ 25.346893] Modules linked in: smsc95xx usbnet evdev snd_soc_omap_twl4030 leds_pwm leds_gpio ti_tfp410 phy_generic gpio_keys display_connector cpufreq_dt snd_soc_omap_mcbsp snd_soc_ti_sdma omap_wdt omap3_isp videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common v4l2_fwnode v4l2_async omap_sham videodev mc led_class omap_aes_driver omap_crypto crypto_engine omap2430 libaes phy_twl4030_usb omap_rng musb_hdrc rng_core twl4030_wdt udc_core watchdog rtc_twl bq27xxx_battery_hdq bq27xxx_battery snd_soc_twl4030 snd_soc_core snd_pcm_dmaengine twl4030_pwrbutton snd_pcm omap_hdq pwm_twl_led snd_timer snd twl4030_madc pwm_twl twl4030_charger soundcore wire cn twl4030_keypad industrialio matrix_keymap hwmon omap_mailbox ohci_platform ohci_hcd ehci_omap ehci_hcd usbcore omapdrm usb_common drm_kms_helper drm drm_panel_orientation_quirks omap_ssi hsi cec <4>[ 25.423553] CPU: 0 PID: 160 Comm: sh Not tainted 6.9.0-rc5 #1 <4>[ 25.429595] Hardware name: Generic OMAP36xx (Flattened Device Tree) <4>[ 25.436126] PC is at __rb_erase_color+0x8c/0x258 <4>[ 25.441070] LR is at unlink_anon_vmas+0xa0/0x1f4 <4>[ 25.445983] pc : [] lr : [] psr: 60000013 <4>[ 25.452545] sp : d019dd20 ip : 00001000 fp : c113d8e0 <4>[ 25.458038] r10: c5aa7fa0 r9 : c5aa7fd0 r8 : c5b39d14 <4>[ 25.463562] r7 : c02bad84 r6 : c5aa7fc8 r5 : 00000000 r4 : c6016270 <4>[ 25.470367] r3 : c5aa7fc8 r2 : 00000000 r1 : c5b39d14 r0 : c6016270 <4>[ 25.477203] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none <4>[ 25.484619] Control: 10c5387d Table: 86220019 DAC: 00000051 <1>[ 25.490661] Register r0 information: slab anon_vma_chain start c6016260 pointer offset 16 size 32 <1>[ 25.499877] Register r1 information: slab anon_vma start c5b39ce8 pointer offset 44 size 52 <1>[ 25.508544] Register r2 information: NULL pointer <1>[ 25.513549] Register r3 information: slab vm_area_struct start c5aa7fa0 pointer offset 40 size 80 <1>[ 25.522735] Register r4 information: slab anon_vma_chain start c6016260 pointer offset 16 size 32 <1>[ 25.531951] Register r5 information: NULL pointer <1>[ 25.536926] Register r6 information: slab vm_area_struct start c5aa7fa0 pointer offset 40 size 80 <1>[ 25.546142] Register r7 information: non-slab/vmalloc memory <1>[ 25.552093] Register r8 information: slab anon_vma start c5b39ce8 pointer offset 44 size 52 <1>[ 25.560760] Register r9 information: slab vm_area_struct start c5aa7fa0 pointer offset 48 size 80 <1>[ 25.569946] Register r10 information: slab vm_area_struct start c5aa7fa0 pointer offset 0 size 80 <1>[ 25.579162] Register r11 information: non-slab/vmalloc memory <1>[ 25.585205] Register r12 information: non-paged memory <0>[ 25.590637] Process sh (pid: 160, stack limit = 0xb5fa6f3a) <0>[ 25.596496] Stack: (0xd019dd20 to 0xd019e000) <0>[ 25.601135] dd20: c6016700 c5b39ce8 c5aa7fc8 c5b39ce8 c5b39ce8 c02da4dc c62170c0 c5aa7fa0 <0>[ 25.609619] dd40: 00000001 d019ddbc ffffffff 00000406 00000001 00010000 c5aa7370 c02c441c <0>[ 25.618103] dd60: cfb6aa1c b6ff7000 d019dde0 00002000 00000001 00000000 c35b8340 c5aa7550 <0>[ 25.626586] dd80: c1115a4c c35b8300 c1115a04 c35b837c 00000000 00000001 c35b8340 c02d0ea0 <0>[ 25.635070] dda0: 00000000 00000001 00000000 c0d9fee8 c5fde780 c1115a28 c1082134 c35b8340 <0>[ 25.643524] ddc0: 000e2000 000e2fff c5ffd90c 00000000 ffffffff 00000000 00000000 1c000401 <0>[ 25.652008] dde0: c35b8300 00010000 ffffffff c0119111 00000001 c5bae000 c5bae000 00000007 <0>[ 25.660491] de00: 00000008 cfc380d8 cfc380fc cfc38120 cfc38144 cfc38168 cfc3818c cfc381b0 <0>[ 25.668975] de20: 00000000 1a4b9575 00000100 c35b8300 00000000 c6206300 c35b8300 c62170c0 <0>[ 25.677459] de40: c0e232b0 c1005730 c5ac3600 c0131238 c5ac3600 c62170c0 c6206300 c0322784 <0>[ 25.685943] de60: c35b8300 c62178a0 c62170c0 c0386840 000000f4 c5ac3800 c5ac3600 c4f39300 <0>[ 25.694427] de80: c4f39300 00000001 c5ac365c 00000001 c5fde780 c0386c34 d019df38 00000000 <0>[ 25.702911] dea0: 00000006 c4f39300 c5ac80c0 c0317fbc 00000100 d019ded0 00000001 00000001 <0>[ 25.711364] dec0: c5ac365c 00000100 00000003 00000000 d019dec8 00000000 00000000 00000000 <0>[ 25.719848] dee0: 00000034 00000000 00000100 00000000 00000000 00000000 00000000 1a4b9575 <0>[ 25.728332] df00: 00000000 fffffff8 c5ac3600 c1141ab0 c107eeec 00000000 00000006 c5ac365c <0>[ 25.736816] df20: c10839c0 c0321a28 c5d5e900 00000002 000000a0 000000a0 00000100 00000000 <0>[ 25.745300] df40: 00000000 1a4b9575 c62170c0 00000000 c1968000 000e43f8 000e4404 c5ac3600 <0>[ 25.753784] df60: c62170c0 0000000b 000e4444 c0321ec4 000e43f8 000e4404 000bd84f 0000000b <0>[ 25.762268] df80: c01002ec c62170c0 0000000b c0322df4 00000000 c03161a8 b6fceb28 000e4444 <0>[ 25.770751] dfa0: 000e43f8 c0100080 000e4444 000e43f8 000e4444 000e43f8 000e4404 00000000 <0>[ 25.779205] dfc0: 000e4444 000e43f8 000bd84f 0000000b 000e4404 000e2c7c 000e2c7c 000e4444 <0>[ 25.787689] dfe0: b6ef7090 be954684 000532e4 b6ef709c 60000010 000e4444 00000000 00000000 <0>[ 25.796173] Call trace: <0>[ 25.796203] __rb_erase_color from unlink_anon_vmas+0xa0/0x1f4 <0>[ 25.805145] unlink_anon_vmas from free_pgtables+0x74/0x1d4 <0>[ 25.811004] free_pgtables from exit_mmap+0x174/0x434 <0>[ 25.816345] exit_mmap from mmput+0x4c/0x12c <0>[ 25.820922] mmput from begin_new_exec+0x4f8/0xb38 <0>[ 25.826019] begin_new_exec from load_elf_binary+0x198/0x1354 <0>[ 25.832092] load_elf_binary from bprm_execve.part.0+0x230/0x568 <0>[ 25.838378] bprm_execve.part.0 from do_execveat_common+0x164/0x1e8 <0>[ 25.844970] do_execveat_common from sys_execve+0x30/0x38 <0>[ 25.850677] sys_execve from ret_fast_syscall+0x0/0x58 <0>[ 25.856109] Exception stack(0xd019dfa8 to 0xd019dff0) <0>[ 25.861450] dfa0: 000e4444 000e43f8 000e4444 000e43f8 000e4404 00000000 <0>[ 25.869934] dfc0: 000e4444 000e43f8 000bd84f 0000000b 000e4404 000e2c7c 000e2c7c 000e4444 <0>[ 25.878387] dfe0: b6ef7090 be954684 000532e4 b6ef709c <0>[ 25.883728] Code: e5945004 e1550002 1affffe5 e5945008 (e8950048) <4>[ 25.890289] ---[ end trace 0000000000000000 ]--- Segmentation fault <6>[ 45.930816] VAUX3: disabling <6>[ 45.936157] VPLL2: disabling