connecting to NetworkSerialPort(target=Target(name='omap3-beagle-xm', env=None), name='default', state=, avail=True, host='nuc-1', port=34993, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-1:34993 connected to 192.168.0.1 (port 34993) 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 (262 ms) BeagleBoardsetenv serverip 192.168.0.2 # setenv serverip 192.168.0.2 BeagleBoard # tftp 0x81000000 4004761/tftp-deploy-6vzqif2l/kernel/zImage tftp 0x81000000 4004761/tftp-deploy-6vzqif2l/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 '4004761/tftp-deploy-6vzqif2l/kernel/zImage'. Load address: 0x81000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ### 710 KiB/s done Bytes transferred = 10535424 (a0c200 hex) BeagleBoard # tftp 0x82000000 4004761/tftp-deploy-6vzqif2l/ramdisk/ramdisk.cpio.gz.uboot tftp 0x82000000 4004761/tftp-deploy-6vzqif2l/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 '4004761/tftp-deploy-6vzqif2l/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################## 1.4 MiB/s done Bytes transferred = 17515159 (10b4297 hex) BeagleBoard # setenv initrd_size ${filesize} setenv initrd_size ${filesize} BeagleBoard # tftp 0x81f00000 4004761/tftp-deploy-6vzqif2l/dtb/omap3-beagle-xm.dtb tftp 0x81f00000 4004761/tftp-deploy-6vzqif2l/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 '4004761/tftp-deploy-6vzqif2l/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: 17515095 Bytes = 16.7 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 88f4b000, end 89fff257 ... OK Loading Device Tree to 88f36000, end 88f4a1c8 ... OK Starting kernel ... <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 6.9.0-rc6 (KernelCI@build-j187030-arm-gcc-10-multi-v7-defconfig-config-thumb2-k2f5v) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Sat May 4 01:29:18 UTC 2024 <6>[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d <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 s40340 r8192 d21100 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: 64516 <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 151220K/260096K available (11264K kernel code, 2520K rwdata, 6592K rodata, 2048K init, 430K bss, 43340K reserved, 65536K 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=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.005371] TI gptimer clockevent: always-on 32768 Hz at /ocp@68000000/target-module@48318000 <6>[ 0.008850] Console: colour dummy device 80x30 <3>[ 0.008911] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' <3>[ 0.008911] This ensures that you still see kernel messages. Please <3>[ 0.008941] update your kernel commandline. <6>[ 0.008972] Calibrating delay loop... 600.47 BogoMIPS (lpj=3002368) <6>[ 0.055786] CPU: Testing write buffer coherency: ok <6>[ 0.055847] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.055877] pid_max: default: 32768 minimum: 301 <6>[ 0.056060] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.056091] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.057250] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.058685] Setting up static identity map for 0x80300000 - 0x803000a0 <6>[ 0.063415] rcu: Hierarchical SRCU implementation. <6>[ 0.063446] rcu: Max phase no-delay instances is 1000. <6>[ 0.074920] EFI services will not be available. <6>[ 0.075256] smp: Bringing up secondary CPUs ... <6>[ 0.075317] smp: Brought up 1 node, 1 CPU <6>[ 0.075317] SMP: Total of 1 processors activated (600.47 BogoMIPS). <6>[ 0.075347] CPU: All CPU(s) started in SVC mode. <6>[ 0.076385] devtmpfs: initialized <6>[ 0.102233] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.102630] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.102661] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.107910] pinctrl core: initialized pinctrl subsystem <6>[ 0.116638] DMI not present or invalid. <6>[ 0.118377] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.121856] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.149749] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp <4>[ 0.150604] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp <6>[ 0.228179] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.228332] cpuidle: using governor menu <6>[ 0.228973] Reprogramming SDRC clock to 400000000 Hz <6>[ 0.256530] platform 68000000.ocp: Fixed dependency cycle(s) with /ocp@68000000/interrupt-controller@48200000 <6>[ 0.273773] OMAP GPIO hardware version 2.5 <6>[ 0.313262] platform 48050000.dss: Fixed dependency cycle(s) with /encoder0 <6>[ 0.313415] platform encoder0: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000 <6>[ 0.314147] platform encoder0: Fixed dependency cycle(s) with /connector0 <6>[ 0.314300] platform connector0: Fixed dependency cycle(s) with /encoder0 <6>[ 0.315032] platform connector1: Fixed dependency cycle(s) with /ocp@68000000/dss@48050000/encoder@48050c00 <6>[ 0.316131] amba 5401b000.etb: Fixed dependency cycle(s) with /etm@54010000 <6>[ 0.316253] amba 54010000.etm: Fixed dependency cycle(s) with /etb@5401b000 <6>[ 0.316558] No ATAGs? <6>[ 0.316589] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.332458] Serial: AMBA PL011 UART driver <6>[ 0.371307] iommu: Default domain type: Translated <6>[ 0.371337] iommu: DMA domain TLB invalidation policy: strict mode <6>[ 0.373260] omap-iommu 480bd400.mmu: 480bd400.mmu registered <5>[ 0.388977] SCSI subsystem initialized <6>[ 0.389862] usbcore: registered new interface driver usbfs <6>[ 0.389923] usbcore: registered new interface driver hub <6>[ 0.389984] usbcore: registered new device driver usb <6>[ 0.398376] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz <6>[ 0.399444] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz <6>[ 0.408142] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz <6>[ 0.409729] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.409759] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.409790] PTP clock support registered <6>[ 0.410217] EDAC MC: Ver: 3.0.0 <6>[ 0.411163] scmi_core: SCMI protocol bus registered <6>[ 0.413238] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40 <6>[ 0.428100] vgaarb: loaded <6>[ 0.428771] clocksource: Switched to clocksource 32k_counter <6>[ 0.457641] NET: Registered PF_INET protocol family <6>[ 0.458007] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.459259] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.459289] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.459320] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.459411] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) <6>[ 0.459564] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.459686] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.459716] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.459930] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.479125] RPC: Registered named UNIX socket transport module. <6>[ 0.479156] RPC: Registered udp transport module. <6>[ 0.479156] RPC: Registered tcp transport module. <6>[ 0.479156] RPC: Registered tcp-with-tls transport module. <6>[ 0.479187] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.479187] PCI: CLS 0 bytes, default 64 <6>[ 0.484985] Trying to unpack rootfs image as initramfs... <6>[ 0.499450] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available <5>[ 0.502044] Initialise system trusted keyrings <6>[ 0.510528] workingset: timestamp_bits=30 max_order=16 bucket_order=0 <6>[ 0.511108] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.531677] NFS: Registering the id_resolver key type <5>[ 0.531860] Key type id_resolver registered <5>[ 0.531860] Key type id_legacy registered <6>[ 0.531921] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.531921] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.531982] ntfs3: Max link count 4000 <5>[ 0.532623] Key type asymmetric registered <5>[ 0.532623] Asymmetric key parser 'x509' registered <6>[ 0.532745] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 0.532745] io scheduler mq-deadline registered <6>[ 0.532775] io scheduler kyber registered <6>[ 0.532806] io scheduler bfq registered <6>[ 0.557159] pinctrl-single 48002030.pinmux: 284 pins, size 568 <6>[ 0.557800] pinctrl-single 48002a00.pinmux: 46 pins, size 92 <6>[ 0.558654] pinctrl-single 480025a0.pinmux: 46 pins, size 92 <6>[ 1.030517] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 1.070404] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a 8250 <6>[ 1.100921] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a 8250 <6>[ 1.104095] 49020000.serial: ttyS2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a 8250 <6>[ 1.104187] printk: legacy console [ttyS2] enabled <6>[ 2.332031] 49042000.serial: ttyS3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a 8250 <6>[ 2.401000] msm_serial: driver initialized <6>[ 2.406311] SuperH (H)SCI(F) driver initialized <6>[ 2.411895] STMicroelectronics ASC driver initialized <6>[ 2.417541] STM32 USART driver initialized <6>[ 2.545349] brd: module loaded <6>[ 2.570098] loop: module loaded <6>[ 2.660644] twl 0-0048: PIH (irq 23) chaining IRQs 145..153 <6>[ 2.666687] twl 0-0048: power (irq 150) chaining IRQs 153..160 <6>[ 2.763214] twl4030_gpio twl4030-gpio: gpio (irq 145) chaining IRQs 161..178 <6>[ 3.065948] CAN device driver interface <6>[ 3.073577] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 3.083190] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 3.088439] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 3.094787] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 3.100524] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 3.119842] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 3.125823] usbcore: registered new interface driver pegasus <6>[ 3.131927] usbcore: registered new interface driver asix <6>[ 3.137664] usbcore: registered new interface driver ax88179_178a <6>[ 3.144165] usbcore: registered new interface driver cdc_ether <6>[ 3.150360] usbcore: registered new interface driver smsc75xx <6>[ 3.156463] usbcore: registered new interface driver smsc95xx <6>[ 3.162597] usbcore: registered new interface driver net1080 <6>[ 3.168609] usbcore: registered new interface driver cdc_subset <6>[ 3.174926] usbcore: registered new interface driver zaurus <6>[ 3.180908] usbcore: registered new interface driver cdc_ncm <6>[ 3.200469] usbcore: registered new interface driver usb-storage <4>[ 3.269073] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected. <6>[ 3.292480] ohci-platform 48064400.ohci: Generic Platform OHCI controller <6>[ 3.299682] ohci-platform 48064400.ohci: new USB bus registered, assigned bus number 1 <6>[ 3.347259] twl_rtc 48070000.i2c:twl@48:rtc: registered as rtc0 <6>[ 3.359252] ohci-platform 48064400.ohci: irq 92, io mem 0x48064400 <6>[ 3.371368] twl_rtc 48070000.i2c:twl@48:rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) <6>[ 3.407073] i2c_dev: i2c /dev entries driver <3>[ 3.485382] ti_opp_supply opp-supply: probe with driver ti_opp_supply failed with error 1 <6>[ 3.505554] sdhci: Secure Digital Host Controller Interface driver <6>[ 3.512176] sdhci: Copyright(c) Pierre Ossman <6>[ 3.522918] Synopsys Designware Multimedia Card Interface Driver <6>[ 3.534362] sdhci-pltfm: SDHCI platform and OF driver helper <3>[ 3.596984] omap_hsmmc 4809c000.mmc: RX DMA channel request failed <6>[ 3.620605] hub 1-0:1.0: USB hub found <6>[ 3.629608] hub 1-0:1.0: 3 ports detected <6>[ 3.740264] rootfs image is not initramfs (junk within compressed archive); looks like an initrd <6>[ 3.921264] Freeing initrd memory: 17108K <6>[ 3.954162] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 3.966339] usbcore: registered new interface driver usbhid <6>[ 3.972320] usbhid: USB HID core driver <6>[ 3.982208] omap-gpmc 6e000000.gpmc: GPMC revision 5.0 <4>[ 3.987670] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 <6>[ 4.027587] NET: Registered PF_INET6 protocol family <6>[ 4.057464] Segment Routing with IPv6 <6>[ 4.061553] In-situ OAM (IOAM) with IPv6 <6>[ 4.065856] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 4.072814] NET: Registered PF_PACKET protocol family <6>[ 4.078155] can: controller area network core <6>[ 4.082885] NET: Registered PF_CAN protocol family <6>[ 4.087982] can: raw protocol <6>[ 4.091278] can: broadcast manager protocol <6>[ 4.095733] can: netlink gateway - max_hops=1 <5>[ 4.101226] Key type dns_resolver registered <6>[ 4.106018] ThumbEE CPU extension supported. <5>[ 4.110656] Registering SWP/SWPB emulation handler <0>[ 4.116271] Internal error: Oops - undefined instruction: 0 [#1] SMP THUMB2 <4>[ 4.123535] Modules linked in: <4>[ 4.126892] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.9.0-rc6 #1 <4>[ 4.133361] Hardware name: Generic OMAP36xx (Flattened Device Tree) <4>[ 4.139923] PC is at init_per_zone_wmark_min+0x6cc/0x2adc <4>[ 4.145629] LR is at omap3_pm_init+0xc1/0x332 <4>[ 4.150268] pc : [] lr : [] psr: 60000053 <4>[ 4.156829] sp : d0009ec8 ip : c0324281 fp : c146da10 <4>[ 4.162322] r10: c13f82b8 r9 : c15a1858 r8 : 00000000 <4>[ 4.167846] r7 : c15a1838 r6 : c150d8d5 r5 : c1978408 r4 : c1978d98 <4>[ 4.174652] r3 : 00004000 r2 : 00000000 r1 : c0322d45 r0 : 00000070 <4>[ 4.181488] Flags: nZCv IRQs on FIQs off Mode SVC_32 ISA ARM Segment none <4>[ 4.188995] Control: 50c5387d Table: 80204019 DAC: 00000051 <1>[ 4.195037] Register r0 information: non-paged memory <1>[ 4.200378] Register r1 information: non-slab/vmalloc memory <1>[ 4.206329] Register r2 information: NULL pointer <1>[ 4.211334] Register r3 information: non-paged memory <1>[ 4.216674] Register r4 information: non-slab/vmalloc memory <1>[ 4.222625] Register r5 information: non-slab/vmalloc memory <1>[ 4.228576] Register r6 information: non-slab/vmalloc memory <1>[ 4.234527] Register r7 information: non-slab/vmalloc memory <1>[ 4.240447] Register r8 information: NULL pointer <1>[ 4.245452] Register r9 information: non-slab/vmalloc memory <1>[ 4.251403] Register r10 information: non-slab/vmalloc memory <1>[ 4.257446] Register r11 information: non-slab/vmalloc memory <1>[ 4.263488] Register r12 information: non-slab/vmalloc memory <0>[ 4.269531] Process swapper/0 (pid: 1, stack limit = 0x(ptrval)) <0>[ 4.275817] Stack: (0xd0009ec8 to 0xd000a000) <0>[ 4.280456] 9ec0: c146da10 c150fec7 99b202e7 c19787b8 c1964c00 c150d8d5 <0>[ 4.288940] 9ee0: c15a1838 00000000 c15a1858 c150d8fd c20d8000 c0302145 c220ffc9 c220ffe0 <0>[ 4.297424] 9f00: c112ce88 c034ab00 c136472c 0000018b 00000000 00000000 c1500493 c20d8000 <0>[ 4.305908] 9f20: 00000007 00000007 00000001 c220ffe3 c220ffe6 99b202e7 c162972c 0000018b <0>[ 4.314392] 9f40: 00000007 99b202e7 c162ad88 00000008 c220ff80 c15a1838 0000018b c1500ee5 <0>[ 4.322845] 9f60: 00000007 00000007 00000000 c1500493 d0009f6c c1500493 00000000 c1704dc0 <0>[ 4.331329] 9f80: c0d79621 00000000 00000000 00000000 00000000 00000000 00000000 c0d7963b <0>[ 4.339813] 9fa0: 00000001 00000000 c0d79621 c0300195 00000000 00000000 00000000 00000000 <0>[ 4.348297] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.356781] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000 <0>[ 4.365264] Call trace: <0>[ 4.365264] Code: e08fc00c e12fff1c fee415ad e59fc004 (e08fc00c) <4>[ 4.374450] ---[ end trace 0000000000000000 ]--- <6>[ 4.379364] note: swapper/0[1] exited with irqs disabled <0>[ 4.385070] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b <0>[ 4.393035] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---