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 (263 ms) BeagleBoard # setenv serverip 192.168.0.2 BeagleBoard # tftp 0x81000000 3896044/tftp-deploy-9upozxhx/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 '3896044/tftp-deploy-9upozxhx/kernel/zImage'. Load address: 0x81000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################## 418.9 KiB/s done Bytes transferred = 5350184 (51a328 hex) BeagleBoard # tftp 0x82000000 3896044/tftp-deploy-9upozxhx/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 '3896044/tftp-deploy-9upozxhx/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################### 1.2 MiB/s done Bytes transferred = 15709389 (efb4cd hex) BeagleBoard # setenv initrd_size ${filesize} BeagleBoard # tftp 0x81f00000 3896044/tftp-deploy-9upozxhx/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 '3896044/tftp-deploy-9upozxhx/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: 15709325 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 89104000, end 89fff48d ... OK Loading Device Tree to 890ef000, end 891031c8 ... OK Starting kernel ... <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 6.11.0-rc6 (KernelCI@build-j304841-arm-gcc-12-omap2plus-defconfig-l9rxg) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Mon Sep 2 03:46:17 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.053588] 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.055908] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.058105] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.058502] rcu: Hierarchical SRCU implementation. <6>[ 0.058532] rcu: Max phase no-delay instances is 1000. <6>[ 0.059906] smp: Bringing up secondary CPUs ... <6>[ 0.059936] smp: Brought up 1 node, 1 CPU <6>[ 0.059967] SMP: Total of 1 processors activated (600.47 BogoMIPS). <6>[ 0.059997] CPU: All CPU(s) started in SVC mode. <6>[ 0.060150] Memory: 207080K/260096K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 35088K reserved, 16384K cma-reserved, 0K highmem) <6>[ 0.061004] devtmpfs: initialized <6>[ 0.089385] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.089874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.089904] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.091339] pinctrl core: initialized pinctrl subsystem <6>[ 0.094451] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.098144] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.125823] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp <4>[ 0.126678] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp <6>[ 0.207550] audit: initializing netlink subsys (disabled) <6>[ 0.209259] thermal_sys: Registered thermal governor 'fair_share' <6>[ 0.209289] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.209289] thermal_sys: Registered thermal governor 'user_space' <5>[ 0.209472] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1 <6>[ 0.209503] cpuidle: using governor menu <6>[ 0.209930] Reprogramming SDRC clock to 400000000 Hz <6>[ 0.247467] platform 68000000.ocp: Fixed dependency cycle(s) with /ocp@68000000/interrupt-controller@48200000 <6>[ 0.262115] OMAP GPIO hardware version 2.5 <6>[ 0.295288] platform 48050000.dss: Fixed dependency cycle(s) with /encoder0 <6>[ 0.295471] platform encoder0: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000 <6>[ 0.296112] platform encoder0: Fixed dependency cycle(s) with /connector0 <6>[ 0.296264] platform connector0: Fixed dependency cycle(s) with /encoder0 <6>[ 0.296874] platform connector1: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000/encoder@48050c00 <6>[ 0.297271] No ATAGs? <6>[ 0.297302] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.304138] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. <6>[ 0.332885] iommu: Default domain type: Translated <6>[ 0.332916] iommu: DMA domain TLB invalidation policy: strict mode <6>[ 0.334960] omap-iommu 480bd400.mmu: 480bd400.mmu registered <5>[ 0.355987] SCSI subsystem initialized <6>[ 0.366363] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz <6>[ 0.367919] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz <6>[ 0.369354] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz <6>[ 0.369812] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.369812] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.369842] PTP clock support registered <6>[ 0.385070] vgaarb: loaded <6>[ 0.385437] clocksource: Switched to clocksource 32k_counter <5>[ 0.386199] VFS: Disk quotas dquot_6.6.0 <6>[ 0.386260] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 0.413299] NET: Registered PF_INET protocol family <6>[ 0.413757] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.415130] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.415283] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.415313] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.415374] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) <6>[ 0.415618] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.415771] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.415802] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.416076] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.426361] RPC: Registered named UNIX socket transport module. <6>[ 0.426391] RPC: Registered udp transport module. <6>[ 0.426391] RPC: Registered tcp transport module. <6>[ 0.426391] RPC: Registered tcp-with-tls transport module. <6>[ 0.426422] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.426452] PCI: CLS 0 bytes, default 64 <5>[ 0.430999] Initialise system trusted keyrings <6>[ 0.432495] Trying to unpack rootfs image as initramfs... <6>[ 0.456726] workingset: timestamp_bits=14 max_order=16 bucket_order=2 <5>[ 0.458465] NFS: Registering the id_resolver key type <5>[ 0.458557] Key type id_resolver registered <5>[ 0.458587] Key type id_legacy registered <6>[ 0.458648] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. <5>[ 0.459197] Key type asymmetric registered <5>[ 0.459228] Asymmetric key parser 'x509' registered <6>[ 0.459289] io scheduler mq-deadline registered <6>[ 0.459320] io scheduler kyber registered <6>[ 0.459411] io scheduler bfq registered <6>[ 0.468414] pinctrl-single 48002030.pinmux: 284 pins, size 568 <6>[ 0.469116] pinctrl-single 48002a00.pinmux: 46 pins, size 92 <6>[ 0.470001] pinctrl-single 480025a0.pinmux: 46 pins, size 92 <6>[ 0.505981] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled <6>[ 0.533599] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a 8250 <6>[ 0.568389] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a 8250 <6>[ 0.571899] 49020000.serial: ttyS2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a 8250 <6>[ 0.571990] printk: legacy console [ttyS2] enabled <6>[ 1.769195] 49042000.serial: ttyS3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a 8250 <6>[ 1.859252] brd: module loaded <6>[ 1.900787] loop: module loaded <6>[ 1.986022] twl 0-0048: PIH (irq 23) chaining IRQs 145..153 <6>[ 1.992126] twl 0-0048: power (irq 150) chaining IRQs 153..160 <6>[ 2.047821] twl4030_gpio twl4030-gpio: gpio (irq 145) chaining IRQs 161..178 <3>[ 2.243530] mtdoops: mtd device (mtddev=name/number) must be supplied <6>[ 2.287322] i2c_dev: i2c /dev entries driver <4>[ 2.322845] ti-soc-thermal 48002524.bandgap: This OMAP thermal sensor is unreliable. You've been warned <6>[ 2.332763] ti-soc-thermal 48002524.bandgap: Non-trimmed BGAP, Temp not accurate <6>[ 2.346801] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.353302] sdhci: Copyright(c) Pierre Ossman <6>[ 2.359039] sdhci-pltfm: SDHCI platform and OF driver helper <3>[ 2.388275] omap_hsmmc 4809c000.mmc: RX DMA channel request failed <6>[ 2.426666] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.438446] omap-gpmc 6e000000.gpmc: GPMC revision 5.0 <4>[ 2.443939] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 <6>[ 2.496185] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available <6>[ 2.506195] Initializing XFRM netlink socket <6>[ 2.510925] NET: Registered PF_INET6 protocol family <6>[ 2.586425] Segment Routing with IPv6 <6>[ 2.590545] In-situ OAM (IOAM) with IPv6 <6>[ 2.594879] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.602447] NET: Registered PF_PACKET protocol family <6>[ 2.607940] NET: Registered PF_KEY protocol family <5>[ 2.613159] Key type dns_resolver registered <6>[ 2.618041] ThumbEE CPU extension supported. <5>[ 2.622650] Registering SWP/SWPB emulation handler <6>[ 2.630035] SmartReflex Class3 initialized <5>[ 2.706939] Loading compiled-in X.509 certificates <6>[ 2.796173] smartreflex 480c9000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 2.824371] omap-dma-engine 48056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) <3>[ 2.836730] ti-sysc 48318000.target-module: probe with driver ti-sysc failed with error -16 <6>[ 2.852996] smartreflex 480cb000.smartreflex: omap_sr_probe: SmartReflex driver initialized <6>[ 2.864044] hsusb2_power_reg enforce active low on GPIO handle <4>[ 3.508666] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 3.552581] mmc0: new high speed SDHC card at address aaaa <6>[ 3.586639] mmcblk0: mmc0:aaaa SS08G 7.40 GiB <6>[ 3.600372] mmcblk0: p1 p2 <6>[ 4.756042] Freeing initrd memory: 15344K <6>[ 15.526031] clk: Disabling unused clocks <6>[ 15.530578] PM: genpd: Disabling unused power domains <6>[ 15.539916] Freeing unused kernel image (initmem) memory: 1024K <6>[ 15.547210] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 15.882019] udevd[84]: starting version 3.2.9 <5>[ 15.897216] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 15.912841] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 15.927917] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 15.949859] udevd[84]: specified user 'tss' unknown <27>[ 15.955413] udevd[84]: specified group 'tss' unknown <30>[ 15.968231] udevd[85]: starting eudev-3.2.9 <6>[ 16.746124] omap_ssi 48058000.ssi-controller: ssi controller 0 initialized (2 ports)! <3>[ 16.755737] omap_ssi_port 4805a000.ssi-port: couldn't get cawake gpio (err=-2)! <3>[ 16.763366] omap_ssi_port 4805a000.ssi-port: probe with driver omap_ssi_port failed with error -2 <3>[ 16.772918] omap_ssi_port 4805b000.ssi-port: couldn't get cawake gpio (err=-2)! <3>[ 16.780578] omap_ssi_port 4805b000.ssi-port: probe with driver omap_ssi_port failed with error -2 <4>[ 16.942749] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 16.951873] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.159240] usbcore: registered new interface driver usbfs <6>[ 17.165191] usbcore: registered new interface driver hub <6>[ 17.171142] usbcore: registered new device driver usb <6>[ 17.326354] ohci-platform 48064400.ohci: Generic Platform OHCI controller <6>[ 17.333526] ohci-platform 48064400.ohci: new USB bus registered, assigned bus number 1 <6>[ 17.357421] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40 <4>[ 17.382446] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.391448] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.466094] ohci-platform 48064400.ohci: irq 92, io mem 0x48064400 <6>[ 17.494140] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0 <4>[ 17.536895] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.545928] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.621246] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.11 <6>[ 17.630065] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 17.637695] usb usb1: Product: Generic Platform OHCI controller <6>[ 17.643920] usb usb1: Manufacturer: Linux 6.11.0-rc6 ohci_hcd <6>[ 17.650054] usb usb1: SerialNumber: 48064400.ohci <6>[ 17.696502] hub 1-0:1.0: USB hub found <6>[ 17.702728] hub 1-0:1.0: 3 ports detected <4>[ 17.715209] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.724273] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 17.749511] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling <3>[ 17.807922] twl4030_keypad 48070000.i2c:twl@48:keypad: missing or malformed property linux,keymap: -22 <3>[ 17.817749] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap <3>[ 17.825195] twl4030_keypad 48070000.i2c:twl@48:keypad: probe with driver twl4030_keypad failed with error -22 <4>[ 17.895996] twl4030_madc 48070000.i2c:twl@48:madc: supply vusb3v1 not found, using dummy regulator <4>[ 17.919921] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 17.929046] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 18.107543] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.116577] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <4>[ 18.219024] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected. <6>[ 18.304321] twl_rtc 48070000.i2c:twl@48:rtc: registered as rtc0 <4>[ 18.323211] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.332366] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.405822] omap_rng 480a0000.rng: Random Number Generator ver. 70 <5>[ 18.413024] random: crng init done <6>[ 18.417053] twl_rtc 48070000.i2c:twl@48:rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) <6>[ 18.427215] Driver for 1-wire Dallas network protocol. <6>[ 18.435272] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode <6>[ 18.511627] omap-aes 480a6000.aes1: OMAP AES hw accel rev: 2.6 <6>[ 18.523529] mc: Linux media interface: v0.10 <4>[ 18.536346] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.545257] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.577850] omap-sham 480c3000.sham: hw accel on OMAP rev 0.9 <6>[ 18.637725] omap-aes 480a6000.aes1: will run requests pump with realtime priority <6>[ 18.646301] omap-aes 480c5000.aes2: OMAP AES hw accel rev: 2.6 <6>[ 18.659240] omap-sham 480c3000.sham: will run requests pump with realtime priority <4>[ 18.710510] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.719604] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.762756] videodev: Linux video capture interface: v2.00 <6>[ 18.787353] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d <6>[ 18.805908] omap-aes 480c5000.aes2: will run requests pump with realtime priority <4>[ 18.920715] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 18.929718] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 18.957824] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec <4>[ 19.155914] omap3isp 480bc000.isp: supply vdd-csiphy1 not found, using dummy regulator <4>[ 19.164611] omap3isp 480bc000.isp: supply vdd-csiphy2 not found, using dummy regulator <6>[ 19.173431] omap3isp 480bc000.isp: Revision 15.0 found <3>[ 19.179809] omap3isp 480bc000.isp: failed to create ARM IOMMU mapping <3>[ 19.186645] omap3isp 480bc000.isp: unable to attach to IOMMU <6>[ 19.386840] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver <6>[ 19.392974] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2 <6>[ 19.402191] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized TWL4030 USB module <3>[ 19.468872] omap3isp 480bc000.isp: probe with driver omap3isp failed with error -12 <6>[ 19.498748] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 <6>[ 19.507537] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 19.515075] usb usb2: Product: MUSB HDRC host driver <6>[ 19.520416] usb usb2: Manufacturer: Linux 6.11.0-rc6 musb-hcd <6>[ 19.526519] usb usb2: SerialNumber: musb-hdrc.1.auto <6>[ 19.616119] input: gpio_keys as /devices/platform/gpio_keys/input/input2 <6>[ 19.661010] hub 2-0:1.0: USB hub found <4>[ 19.688873] usb_phy_generic hsusb2-phy-pins: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 19.715759] hub 2-0:1.0: 1 port detected <6>[ 20.082336] thermal thermal_zone1: Temperature check failed (-19) <4>[ 20.154541] omapdss_dss 48050000.dss: supply vdda_video not found, using dummy regulator <4>[ 20.163482] omapdss_dss 48050000.dss: supply vdds_dsi not found, using dummy regulator <6>[ 20.172027] DSS: OMAP DSS rev 2.0 <6>[ 20.178466] omapdss_dss 48050000.dss: bound 48050400.dispc (ops dsi_vc_flush_receive_data [omapdrm]) <6>[ 20.188293] omapdss_dss 48050000.dss: bound 48050c00.encoder (ops dsi_vc_flush_receive_data [omapdrm]) <4>[ 20.198577] omapdrm omapdrm.0: DMM not available, disable DMM support <6>[ 20.289672] [drm] Initialized omapdrm 1.0.0 for omapdrm.0 on minor 0 <6>[ 20.443389] Console: switching to colour frame buffer device 90x35 <6>[ 20.520141] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device <6>[ 20.725830] ehci-omap 48064800.ehci: EHCI Host Controller <6>[ 20.731597] ehci-omap 48064800.ehci: new USB bus registered, assigned bus number 3 <6>[ 20.776855] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800 <6>[ 20.823883] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00 <6>[ 20.848937] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 <6>[ 20.857666] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 20.865234] usb usb3: Product: EHCI Host Controller <6>[ 20.870483] usb usb3: Manufacturer: Linux 6.11.0-rc6 ehci_hcd <6>[ 20.876556] usb usb3: SerialNumber: 48064800.ehci <6>[ 20.923370] hub 3-0:1.0: USB hub found <6>[ 20.942260] hub 3-0:1.0: 3 ports detected done Saving random seed: OK Starting network: <6>[ 21.245941] usb 3-2: new high-speed USB device number 2 using ehci-omap OK Starting dropbear sshd: OK <1>[ 21.338348] 8<--- cut here --- <1>[ 21.341735] Unable to handle kernel NULL pointer dereference at virtual address 00000000 when write <1>[ 21.351287] [00000000] *pgd=85ebb831, *pte=00000000, *ppte=00000000 <0>[ 21.357971] Internal error: Oops: 817 [#1] SMP ARM <4>[ 21.363067] Modules linked in: evdev snd_soc_omap_twl4030 leds_gpio leds_pwm phy_generic gpio_keys ti_tfp410 cpufreq_dt display_connector bq27xxx_battery_hdq bq27xxx_battery snd_soc_omap_mcbsp snd_soc_ti_sdma omap3_isp videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 omap_wdt videobuf2_common v4l2_fwnode v4l2_async videodev omap_sham mc omap_aes_driver led_class omap_crypto libaes crypto_engine omap_hdq wire cn omap_rng omap2430 phy_twl4030_usb hwmon twl4030_wdt rng_core musb_hdrc udc_core watchdog rtc_twl snd_soc_twl4030 snd_soc_core snd_pcm_dmaengine snd_pcm twl4030_keypad snd_timer snd twl4030_madc twl4030_charger soundcore pwm_twl twl4030_pwrbutton industrialio pwm_twl_led matrix_keymap omap_mailbox ohci_platform ohci_hcd ehci_omap ehci_hcd usbcore usb_common omapdrm drm_kms_helper omap_ssi drm hsi drm_panel_orientation_quirks cec <4>[ 21.438354] CPU: 0 UID: 0 PID: 140 Comm: S50pnp_networki Not tainted 6.11.0-rc6 #1 <4>[ 21.446228] Hardware name: Generic OMAP36xx (Flattened Device Tree) <4>[ 21.452789] PC is at __split_vma+0x220/0x394 <4>[ 21.457336] LR is at __split_vma+0x218/0x394 <4>[ 21.461914] pc : [] lr : [] psr: a0000013 <4>[ 21.468475] sp : d0189d70 ip : 00000000 fp : 00000000 <4>[ 21.473968] r10: b6fb4000 r9 : c5b23be0 r8 : c5b23230 <4>[ 21.479492] r7 : c02d4c10 r6 : 0000000d r5 : 00000000 r4 : 00000000 <4>[ 21.486297] r3 : 00000000 r2 : 00000000 r1 : 00000001 r0 : 00000000 <4>[ 21.493133] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none <4>[ 21.500549] Control: 10c5387d Table: 859c4019 DAC: 00000051 <1>[ 21.506591] Register r0 information: NULL pointer <1>[ 21.511596] Register r1 information: non-paged memory <1>[ 21.516937] Register r2 information: NULL pointer <1>[ 21.521911] Register r3 information: NULL pointer <1>[ 21.526916] Register r4 information: NULL pointer <1>[ 21.531890] Register r5 information: NULL pointer <1>[ 21.536895] Register r6 information: non-paged memory <1>[ 21.542236] Register r7 information: non-slab/vmalloc memory <1>[ 21.548187] Register r8 information: slab vm_area_struct start c5b23230 pointer offset 0 size 80 <1>[ 21.557312] Register r9 information: slab vm_area_struct start c5b23be0 pointer offset 0 size 80 <1>[ 21.566436] Register r10 information: non-paged memory <1>[ 21.571868] Register r11 information: NULL pointer <1>[ 21.576934] Register r12 information: NULL pointer <0>[ 21.582000] Process S50pnp_networki (pid: 140, stack limit = 0x60cf06f7) <0>[ 21.589019] Stack: (0xd0189d70 to 0xd018a000) <0>[ 21.593658] 9d60: 00000000 c5b23230 00000000 c1f2b000 <0>[ 21.602142] 9d80: c24aefa8 00000000 c5b23be0 00000000 00000000 c4632ac1 c5b23230 00000073 <0>[ 21.610626] 9da0: 00000000 b6fb4000 d0189e6c c1f2b000 c5abd800 c02d5770 c59c6dc0 c02deffc <0>[ 21.619110] 9dc0: 000005b8 c59c6db8 c5abd800 c02df15c 85c4e831 b6fb2000 c5b23230 00000000 <0>[ 21.627593] 9de0: c5e73d80 00000000 00000300 00000000 d0189de4 00000000 00000000 00000000 <0>[ 21.636047] 9e00: 00000000 ffffffff 00000000 00000001 00000000 c4632ac1 b6fb4000 b6fb2000 <0>[ 21.644531] 9e20: 00000073 b6fb4000 c5abd800 00002000 c1f2b000 00000001 c5abd840 c02d9b78 <0>[ 21.653015] 9e40: b6fb4000 00000000 c24aefa8 00000000 c5b23230 00000000 00000000 00000002 <0>[ 21.661499] 9e60: d0189f48 d0189f38 b6fb6000 c5abd840 b6fb4000 b6fb5fff c188f50c 00000000 <0>[ 21.669982] 9e80: ffffffff 00000000 00000000 13000801 00000000 c4632ac1 00002000 c04617d8 <0>[ 21.678466] 9ea0: 00000003 c1f2b000 00002000 c0461808 beffe000 c4632ac1 00000003 00002000 <0>[ 21.686950] 9ec0: 00000812 00000073 c1f2b000 b6fb2000 c5abd800 d0189f44 d0189f48 c02da7a0 <0>[ 21.695434] 9ee0: 00000010 d0189f48 b6fa2000 00000073 00000003 00000000 000015cc c4632ac1 <0>[ 21.703918] 9f00: 00000000 00000000 00000003 c1f2b000 b6fb2000 00002000 d0189f48 c5abd800 <0>[ 21.712402] 9f20: c5abd878 c02ad4cc 00000812 00000000 00000010 d0189f44 d0189f48 bf000000 <0>[ 21.720855] 9f40: 00000000 00000000 d0189f48 d0189f48 00000000 c4632ac1 00000008 00000812 <0>[ 21.729339] 9f60: 00000003 00002000 b6fb2000 c1f2b000 00000010 000000c0 beb8e32c c02d6ea8 <0>[ 21.737823] 9f80: 00000812 00000010 b6f92000 00000003 00000010 b6fe423c 000000c0 c01002ec <0>[ 21.746307] 9fa0: c5e73d80 c0100080 00000003 00000010 b6fb2000 00002000 00000003 00000812 <0>[ 21.754791] 9fc0: 00000003 00000010 b6fe423c 000000c0 00000003 beb8e3ac 0000fe70 beb8e32c <0>[ 21.763275] 9fe0: 00000000 beb8e18c b6fbc3c8 b6fd03cc 60000010 b6fb2000 00000000 00000000 <0>[ 21.771759] Call trace: <0>[ 21.771759] __split_vma from do_vmi_align_munmap.constprop.0+0x194/0x52c <0>[ 21.781646] do_vmi_align_munmap.constprop.0 from mmap_region+0x12c/0xa4c <0>[ 21.788757] mmap_region from do_mmap+0x308/0x494 <0>[ 21.793731] do_mmap from vm_mmap_pgoff+0xec/0x1ac <0>[ 21.798858] vm_mmap_pgoff from ksys_mmap_pgoff+0x94/0xdc <0>[ 21.804534] ksys_mmap_pgoff from ret_fast_syscall+0x0/0x58 <0>[ 21.810424] Exception stack(0xd0189fa8 to 0xd0189ff0) <0>[ 21.815765] 9fa0: 00000003 00000010 b6fb2000 00002000 00000003 00000812 <0>[ 21.824218] 9fc0: 00000003 00000010 b6fe423c 000000c0 00000003 beb8e3ac 0000fe70 beb8e32c <0>[ 21.832702] 9fe0: 00000000 beb8e18c b6fbc3c8 b6fd03cc <0>[ 21.838043] Code: e58d5018 ebfffda7 e3590000 0a000022 (e5846000) <4>[ 21.844604] ---[ end trace 0000000000000000 ]--- <6>[ 21.907897] usb 3-2: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 <6>[ 21.916656] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 <6>[ 21.933563] hub 3-2:1.0: USB hub found <6>[ 21.943542] hub 3-2:1.0: 5 ports detected <6>[ 22.266113] usb 3-2.1: new high-speed USB device number 3 using ehci-omap <6>[ 22.418518] usb 3-2.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 <6>[ 22.427551] usb 3-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 <6>[ 22.460510] smsc95xx v2.0.0 <7>[ 22.503082] mdio_bus usb-003:003: using lookup tables for GPIO lookup <7>[ 22.510040] mdio_bus usb-003:003: No GPIO consumer reset found <7>[ 22.558288] mdio_bus usb-003:003:01: using lookup tables for GPIO lookup <7>[ 22.565368] mdio_bus usb-003:003:01: No GPIO consumer reset found <6>[ 22.670013] SMSC LAN8700 usb-003:003:01: attached PHY driver (mii_bus:phy_addr=usb-003:003:01, irq=180) <6>[ 22.682647] 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>[ 22.695037] usbcore: registered new interface driver smsc95xx <6>[ 45.927490] VAUX3: disabling <6>[ 45.932739] VPLL2: disabling # # # # # <3>[ 238.986602] thermal thermal_zone1: Unable to get temperature, disabling!