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 BOOTP broadcast 3 BOOTP broadcast 4 DHCP client bound to address 192.168.0.190 (3578 ms) BeagleBoard # setenv serverip 192.168.0.2 BeagleBoard # tftp 0x81000000 3896036/tftp-deploy-9ngkhspr/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 '3896036/tftp-deploy-9ngkhspr/kernel/zImage'. Load address: 0x81000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################################### 747.1 KiB/s done Bytes transferred = 11354624 (ad4200 hex) BeagleBoard # tftp 0x82000000 3896036/tftp-deploy-9ngkhspr/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 '3896036/tftp-deploy-9ngkhspr/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ####################################################### 1.4 MiB/s done Bytes transferred = 17978488 (1125478 hex) BeagleBoard # setenv initrd_size ${filesize} BeagleBoard # tftp 0x81f00000 3896036/tftp-deploy-9ngkhspr/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 '3896036/tftp-deploy-9ngkhspr/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: 17978424 Bytes = 17.1 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 88eda000, end 89fff438 ... OK Loading Device Tree to 88ec5000, end 88ed91c8 ... OK Starting kernel ... <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 6.11.0-rc6 (KernelCI@build-j304715-arm-gcc-12-multi-v7-defconfig-pzkrd) (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:48: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] efi: UEFI not found. <6>[ 0.000000] cma: Reserved 64 MiB at 0x8b800000 on node -1 <6>[ 0.000000] Zone ranges: <6>[ 0.000000] DMA [mem 0x0000000080000000-0x000000008fdfffff] <6>[ 0.000000] Normal empty <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 s40332 r8192 d21108 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=16 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.005187] TI gptimer clockevent: always-on 32768 Hz at /ocp@68000000/target-module@48318000 <6>[ 0.008697] Console: colour dummy device 80x30 <3>[ 0.008758] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' <3>[ 0.008758] This ensures that you still see kernel messages. Please <3>[ 0.008789] update your kernel commandline. <6>[ 0.008819] Calibrating delay loop... 600.47 BogoMIPS (lpj=3002368) <6>[ 0.055633] CPU: Testing write buffer coherency: ok <6>[ 0.055725] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.055725] pid_max: default: 32768 minimum: 301 <6>[ 0.055938] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.055969] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.057220] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.058898] Setting up static identity map for 0x80300000 - 0x803000ac <6>[ 0.063659] rcu: Hierarchical SRCU implementation. <6>[ 0.063659] rcu: Max phase no-delay instances is 1000. <6>[ 0.074462] EFI services will not be available. <6>[ 0.074859] smp: Bringing up secondary CPUs ... <6>[ 0.074890] smp: Brought up 1 node, 1 CPU <6>[ 0.074920] SMP: Total of 1 processors activated (600.47 BogoMIPS). <6>[ 0.074920] CPU: All CPU(s) started in SVC mode. <6>[ 0.075134] Memory: 144384K/260096K available (16384K kernel code, 2540K rwdata, 6736K rodata, 2048K init, 430K bss, 48932K reserved, 65536K cma-reserved, 0K highmem) <6>[ 0.076110] devtmpfs: initialized <6>[ 0.100616] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.101013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.101074] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.106140] pinctrl core: initialized pinctrl subsystem <6>[ 0.114837] DMI not present or invalid. <6>[ 0.116790] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.120147] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.146057] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp <4>[ 0.146881] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp <6>[ 0.223846] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.224029] cpuidle: using governor menu <6>[ 0.224700] Reprogramming SDRC clock to 400000000 Hz <6>[ 0.262786] platform 68000000.ocp: Fixed dependency cycle(s) with /ocp@68000000/interrupt-controller@48200000 <6>[ 0.279693] OMAP GPIO hardware version 2.5 <6>[ 0.319885] platform 48050000.dss: Fixed dependency cycle(s) with /encoder0 <6>[ 0.320068] platform encoder0: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000 <6>[ 0.320861] platform encoder0: Fixed dependency cycle(s) with /connector0 <6>[ 0.321014] platform connector0: Fixed dependency cycle(s) with /encoder0 <6>[ 0.321807] platform connector1: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000/encoder@48050c00 <6>[ 0.323059] amba 5401b000.etb: Fixed dependency cycle(s) with /etm@54010000 <6>[ 0.323181] amba 54010000.etm: Fixed dependency cycle(s) with /etb@5401b000 <6>[ 0.323516] No ATAGs? <6>[ 0.323547] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.338836] Serial: AMBA PL011 UART driver <6>[ 0.377685] iommu: Default domain type: Translated <6>[ 0.377716] iommu: DMA domain TLB invalidation policy: strict mode <6>[ 0.379638] omap-iommu 480bd400.mmu: 480bd400.mmu registered <5>[ 0.398620] SCSI subsystem initialized <6>[ 0.399597] usbcore: registered new interface driver usbfs <6>[ 0.399688] usbcore: registered new interface driver hub <6>[ 0.399749] usbcore: registered new device driver usb <6>[ 0.408416] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz <6>[ 0.418273] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz <6>[ 0.419403] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz <6>[ 0.420989] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.421020] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.421051] PTP clock support registered <6>[ 0.421600] EDAC MC: Ver: 3.0.0 <6>[ 0.422332] scmi_core: SCMI protocol bus registered <6>[ 0.440765] vgaarb: loaded <6>[ 0.441467] clocksource: Switched to clocksource 32k_counter <6>[ 0.483917] NET: Registered PF_INET protocol family <6>[ 0.484313] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.485473] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.485504] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.485534] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.485656] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) <6>[ 0.485778] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.485900] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.485961] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.486175] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.492340] RPC: Registered named UNIX socket transport module. <6>[ 0.492370] RPC: Registered udp transport module. <6>[ 0.492370] RPC: Registered tcp transport module. <6>[ 0.492401] RPC: Registered tcp-with-tls transport module. <6>[ 0.492401] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.492431] PCI: CLS 0 bytes, default 64 <5>[ 0.498687] Initialise system trusted keyrings <6>[ 0.500061] Trying to unpack rootfs image as initramfs... <6>[ 0.532226] workingset: timestamp_bits=30 max_order=16 bucket_order=0 <6>[ 0.532897] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.542083] NFS: Registering the id_resolver key type <5>[ 0.542236] Key type id_resolver registered <5>[ 0.542236] Key type id_legacy registered <6>[ 0.542297] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.542327] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <5>[ 0.542999] Key type asymmetric registered <5>[ 0.542999] Asymmetric key parser 'x509' registered <6>[ 0.543121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 0.543151] io scheduler mq-deadline registered <6>[ 0.543182] io scheduler kyber registered <6>[ 0.543212] io scheduler bfq registered <6>[ 0.574371] pinctrl-single 48002030.pinmux: 284 pins, size 568 <6>[ 0.575073] pinctrl-single 48002a00.pinmux: 46 pins, size 92 <6>[ 0.575927] pinctrl-single 480025a0.pinmux: 46 pins, size 92 <6>[ 1.226196] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 1.247375] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a 8250 <6>[ 1.272613] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a 8250 <6>[ 1.283050] 49020000.serial: ttyS2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a 8250 <6>[ 1.283172] printk: legacy console [ttyS2] enabled <6>[ 2.532775] 49042000.serial: ttyS3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a 8250 <6>[ 2.575683] msm_serial: driver initialized <6>[ 2.580963] SuperH (H)SCI(F) driver initialized <6>[ 2.586669] STMicroelectronics ASC driver initialized <6>[ 2.592407] STM32 USART driver initialized <6>[ 2.737426] brd: module loaded <6>[ 2.792968] loop: module loaded <6>[ 2.854766] twl 0-0048: PIH (irq 23) chaining IRQs 145..153 <6>[ 2.860839] twl 0-0048: power (irq 150) chaining IRQs 153..160 <6>[ 2.976379] twl4030_gpio twl4030-gpio: gpio (irq 145) chaining IRQs 161..178 <6>[ 3.251403] CAN device driver interface <6>[ 3.259002] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 3.268554] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 3.273895] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 3.280181] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 3.285919] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 3.305206] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 3.311187] usbcore: registered new interface driver pegasus <6>[ 3.317291] usbcore: registered new interface driver asix <6>[ 3.323089] usbcore: registered new interface driver ax88179_178a <6>[ 3.329528] usbcore: registered new interface driver cdc_ether <6>[ 3.335754] usbcore: registered new interface driver smsc75xx <6>[ 3.341918] usbcore: registered new interface driver smsc95xx <6>[ 3.347991] usbcore: registered new interface driver net1080 <6>[ 3.354034] usbcore: registered new interface driver cdc_subset <6>[ 3.360321] usbcore: registered new interface driver zaurus <6>[ 3.366333] usbcore: registered new interface driver cdc_ncm <6>[ 3.386016] usbcore: registered new interface driver usb-storage <6>[ 3.462127] ohci-platform 48064400.ohci: Generic Platform OHCI controller <6>[ 3.469299] ohci-platform 48064400.ohci: new USB bus registered, assigned bus number 1 <6>[ 3.540161] ohci-platform 48064400.ohci: irq 92, io mem 0x48064400 <4>[ 3.547088] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected. <6>[ 3.568756] twl_rtc 48070000.i2c:twl@48:rtc: registered as rtc0 <6>[ 3.605407] twl_rtc 48070000.i2c:twl@48:rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) <6>[ 3.654144] i2c_dev: i2c /dev entries driver <6>[ 3.730163] hub 1-0:1.0: USB hub found <6>[ 3.742858] hub 1-0:1.0: 3 ports detected <6>[ 3.770690] sdhci: Secure Digital Host Controller Interface driver <6>[ 3.777343] sdhci: Copyright(c) Pierre Ossman <6>[ 3.788024] Synopsys Designware Multimedia Card Interface Driver <6>[ 3.799285] sdhci-pltfm: SDHCI platform and OF driver helper <3>[ 3.816650] omap_hsmmc 4809c000.mmc: RX DMA channel request failed <6>[ 3.855743] rootfs image is not initramfs (uncompression error); looks like an initrd <1>[ 3.877960] 8<--- cut here --- <1>[ 3.881317] Unable to handle kernel paging request at virtual address 65696370 when read <1>[ 3.889801] [65696370] *pgd=00000000 <0>[ 3.893737] Internal error: Oops: 5 [#1] SMP ARM <4>[ 3.898620] Modules linked in: <4>[ 3.901977] CPU: 0 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.11.0-rc6 #1 <4>[ 3.909149] Hardware name: Generic OMAP36xx (Flattened Device Tree) <4>[ 3.915710] PC is at strcmp+0x0/0x34 <4>[ 3.919586] LR is at platform_match+0x20/0xbc <4>[ 3.924224] pc : [] lr : [] psr: 20000053 <4>[ 3.930786] sp : d0009e90 ip : 00000000 fp : 00000000 <4>[ 3.936309] r10: c1b591a0 r9 : c1acf854 r8 : c451ee38 <4>[ 3.941802] r7 : c2095a00 r6 : c0b3fa8c r5 : c1e35a5c r4 : c25ca810 <4>[ 3.948638] r3 : c0b41e44 r2 : 00000003 r1 : c18e30fc r0 : 65696370 <4>[ 3.955444] Flags: nzCv IRQs on FIQs off Mode SVC_32 ISA ARM Segment none <4>[ 3.962951] Control: 10c5387d Table: 80204019 DAC: 00000051 <1>[ 3.968994] Register r0 information: non-paged memory <1>[ 3.974334] Register r1 information: non-slab/vmalloc memory <1>[ 3.980285] Register r2 information: non-paged memory <1>[ 3.985626] Register r3 information: non-slab/vmalloc memory <1>[ 3.991577] Register r4 information: slab kmalloc-1k start c25ca800 pointer offset 16 size 1024 <1>[ 4.000610] Register r5 information: non-slab/vmalloc memory <1>[ 4.006561] Register r6 information: non-slab/vmalloc memory <1>[ 4.012512] Register r7 information: slab kmalloc-256 start c2095a00 pointer offset 0 size 256 <1>[ 4.021453] Register r8 information: slab kmalloc-128 start c451ee00 pointer offset 56 size 128 <1>[ 4.030487] Register r9 information: non-slab/vmalloc memory <1>[ 4.036437] Register r10 information: non-slab/vmalloc memory <1>[ 4.042480] Register r11 information: NULL pointer <1>[ 4.047546] Register r12 information: NULL pointer <0>[ 4.052612] Process swapper/0 (pid: 1, stack limit = 0x(ptrval)) <0>[ 4.058929] Stack: (0xd0009e90 to 0xd000a000) <0>[ 4.063568] 9e80: c25ca810 c1e35a5c c0b3fa8c c0b3faac <0>[ 4.072052] 9ea0: 00000000 c1e35a5c c0b3fa8c c0b3d780 c2095a00 c2095a58 c2398eb4 5646f164 <0>[ 4.080535] 9ec0: c2095a00 c1e35a5c c451ee00 00000000 c2095a00 c0b3e84c c18e30fc c20e0000 <0>[ 4.088989] 9ee0: c1e35a5c c1e698c0 c20e0000 00000006 00000000 c0b40a4c c1a968e0 c1e698c0 <0>[ 4.097473] 9f00: c20e0000 c03024a4 c2217449 00000000 c2217463 00000000 00000000 00000000 <0>[ 4.105957] 9f20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.114440] 9f40: 00000000 00000000 00000000 00000000 00000000 5646f164 0000018e c2217400 <0>[ 4.122924] 9f60: c1acf834 00000006 c191a178 c1a01380 00000006 00000006 00000000 c1a004d0 <0>[ 4.131408] 9f80: c1c04e00 c1229540 00000000 00000000 00000000 00000000 00000000 c122955c <0>[ 4.139892] 9fa0: 00000000 c1229540 00000000 c03001ac 00000000 00000000 00000000 00000000 <0>[ 4.148376] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.156829] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000 <0>[ 4.165313] Call trace: <0>[ 4.165344] strcmp from platform_match+0x20/0xbc <0>[ 4.173126] platform_match from __driver_attach+0x20/0x174 <0>[ 4.179016] __driver_attach from bus_for_each_dev+0x7c/0xcc <0>[ 4.184967] bus_for_each_dev from bus_add_driver+0xcc/0x1ec <0>[ 4.190948] bus_add_driver from driver_register+0x7c/0x114 <0>[ 4.196807] driver_register from do_one_initcall+0x58/0x200 <0>[ 4.202758] do_one_initcall from kernel_init_freeable+0x1ac/0x208 <0>[ 4.209259] kernel_init_freeable from kernel_init+0x1c/0x12c <0>[ 4.215301] kernel_init from ret_from_fork+0x14/0x28 <0>[ 4.220642] Exception stack(0xd0009fb0 to 0xd0009ff8) <0>[ 4.225982] 9fa0: 00000000 00000000 00000000 00000000 <0>[ 4.234466] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.242950] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <0>[ 4.249847] Code: e5e32001 e3520000 1afffffb e12fff1e (e4d03001) <4>[ 4.256317] ---[ end trace 0000000000000000 ]--- <0>[ 4.261260] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b <0>[ 4.269195] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---