Trying 192.168.56.23... Connected to conserv3. Escape character is '^]'. ser2net port telnet,3001 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.2.4:1.0-port0, 115200n81, local=false [] (Debian GNU/Linux) U-Boot SPL 2023.01-rc4-00047-g3089d12a02 (Jan 01 2023 - 22:23:32 +0000) Trying to boot from MMC1 U-Boot SPL 2023.01-rc4-00047-g3089d12a02 (Jan 01 2023 - 22:23:32 +0000) Trying to boot from MMC1 U-Boot 2023.01-rc4-00047-g3089d12a02 (Jan 01 2023 - 22:23:32 +0000) CPU : AM335X-GP rev 2.0 Model: TI AM335x BeagleBone Black DRAM: 512 MiB Core: 160 devices, 18 uclasses, devicetree: separate WDT: Started wdt@44e35000 with servicing every 1000ms (60s timeout) NAND: U-Boot SPL 2023.01-rc4-00047-g3089d12a02 (Jan 01 2023 - 22:23:32 +0000) Trying to boot from MMC1 U-Boot 2023.01-rc4-00047-g3089d12a02 (Jan 01 2023 - 22:23:32 +0000) CPU : AM335X-GP rev 2.0 Model: TI AM335x BeagleBone Black DRAM: 512 MiB Core: 160 devices, 18 uclasses, devicetree: separate WDT: Started wdt@44e35000 with servicing every 1000ms (60s timeout) NAND: 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether Hit any key to stop autoboot: 2  0 => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp link up on port 0, speed 100, full duplex BOOTP broadcast 1 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.209 (64 ms) => setenv serverip 192.168.56.123 setenv serverip 192.168.56.123 => tftp 0x82000000 152012/tftp-deploy-lmbm6li9/kernel/zImage tftp 0x82000000 152012/tftp-deploy-lmbm6li9/kernel/zImage link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.209 Filename '152012/tftp-deploy-lmbm6li9/kernel/zImage'. Load address: 0x82000000 Loading: *################################################## 4.4 MiB 4.8 MiB/s done Bytes transferred = 4608968 (4653c8 hex) => tftp 0x83000000 152012/tftp-deploy-lmbm6li9/ramdisk/ramdisk.cpio.gz.uboot tftp 0x83000000 152012/tftp-deploy-lmbm6li9/ramdisk/ramdisk.cpio.gz.uboot link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.209 Filename '152012/tftp-deploy-lmbm6li9/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83000000 Loading: *################################################## 13.5 MiB 4.9 MiB/s done Bytes transferred = 14175378 (d84c92 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x88000000 152012/tftp-deploy-lmbm6li9/dtb/am335x-boneblack.dtb tftp 0x88000000 152012/tftp-deploy-lmbm6li9/dtb/am335x-boneblack.dtb link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.209 Filename '152012/tftp-deploy-lmbm6li9/dtb/am335x-boneblack.dtb'. Load address: 0x88000000 Loading: *################################################## 61.4 KiB 3.5 MiB/s done Bytes transferred = 62828 (f56c hex) => setenv bootargs 'console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' => bootz 0x82000000 0x83000000 0x88000000 bootz 0x82000000 0x83000000 0x88000000 Kernel image @ 0x82000000 [ 0x000000 - 0x4653c8 ] ## Loading init Ramdisk from Legacy Image at 83000000 ... Image Name: Created: 2023-10-04 10:19:26 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 14175314 Bytes = 13.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Using Device Tree in place at 88000000, end 8801256b Working FDT set to 88000000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.194-cip39 (KernelCI@build-j66008-arm-gcc-10-omap2plus-defconfig-8n6qt) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Wed Oct 4 09:57:45 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black [ 0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '') [ 0.000000] printk: bootconsole [omap8250] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 16 MiB at 0x9e800000 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.0 (sgx neon) [ 0.000000] percpu: Embedded 20 pages/cpu s49740 r8192 d23988 u81920 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 472024K/522240K available (9216K kernel code, 1027K rwdata, 2176K rodata, 1024K init, 278K bss, 33832K reserved, 16384K cma-reserved, 0K highmem) <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 5.0) with 128 interrupts <6>[ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000 <6>[ 0.000011] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008343] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.018564] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 <6>[ 0.030209] Console: colour dummy device 80x30 <3>[ 0.035081] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' <3>[ 0.042138] This ensures that you still see kernel messages. Please <3>[ 0.048864] update your kernel commandline. <6>[ 0.053469] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736) <6>[ 0.095545] CPU: Testing write buffer coherency: ok <6>[ 0.100926] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.106390] pid_max: default: 32768 minimum: 301 <6>[ 0.111551] LSM: Security Framework initializing <6>[ 0.116648] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.124464] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.134114] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.140645] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.147842] rcu: Hierarchical SRCU implementation. <6>[ 0.153633] smp: Bringing up secondary CPUs ... <6>[ 0.158571] smp: Brought up 1 node, 1 CPU <6>[ 0.162998] SMP: Total of 1 processors activated (996.14 BogoMIPS). <6>[ 0.169727] CPU: All CPU(s) started in SVC mode. <6>[ 0.175459] devtmpfs: initialized <6>[ 0.191161] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.199699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.210137] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.218684] pinctrl core: initialized pinctrl subsystem <6>[ 0.226325] NET: Registered protocol family 16 <6>[ 0.233925] DMA: preallocated 256 KiB pool for atomic coherent allocations <3>[ 0.260419] l3-aon-clkctrl:0000:0: failed to disable <6>[ 0.266504] audit: initializing netlink subsys (disabled) <6>[ 0.273580] thermal_sys: Registered thermal governor 'fair_share' <6>[ 0.273596] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.280206] thermal_sys: Registered thermal governor 'user_space' <6>[ 0.286934] cpuidle: using governor menu <5>[ 1.168523] audit: type=2000 audit(0.230:1): state=initialized audit_enabled=0 res=1 <6>[ 1.294158] No ATAGs? <6>[ 1.296785] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 1.321271] Kprobes globally optimized <6>[ 1.334524] iommu: Default domain type: Translated <6>[ 1.341899] vgaarb: loaded <5>[ 1.345493] SCSI subsystem initialized <6>[ 1.350658] pps_core: LinuxPPS API ver. 1 registered <6>[ 1.356040] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 1.365841] PTP clock support registered <6>[ 1.371459] clocksource: Switched to clocksource dmtimer <5>[ 2.042513] VFS: Disk quotas dquot_6.6.0 <6>[ 2.046926] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 2.063863] NET: Registered protocol family 2 <6>[ 2.068925] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 2.077645] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) <6>[ 2.086608] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 2.094903] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 2.102582] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 2.109505] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 2.116539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 2.124162] NET: Registered protocol family 1 <6>[ 2.129953] RPC: Registered named UNIX socket transport module. <6>[ 2.136421] RPC: Registered udp transport module. <6>[ 2.141553] RPC: Registered tcp transport module. <6>[ 2.146659] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 2.153588] PCI: CLS 0 bytes, default 64 <6>[ 2.158618] Trying to unpack rootfs image as initramfs... <6>[ 3.148972] Freeing initrd memory: 13844K <6>[ 3.154890] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available <5>[ 3.165324] Initialise system trusted keyrings <6>[ 3.170947] workingset: timestamp_bits=14 max_order=17 bucket_order=3 <5>[ 3.179235] NFS: Registering the id_resolver key type <5>[ 3.184880] Key type id_resolver registered <5>[ 3.189452] Key type id_legacy registered <6>[ 3.193926] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. <5>[ 3.201921] Key type asymmetric registered <5>[ 3.206411] Asymmetric key parser 'x509' registered <6>[ 3.211761] io scheduler mq-deadline registered <6>[ 3.216691] io scheduler kyber registered <3>[ 3.355501] gpiochip_add_data_with_key: GPIOs 0..31 (gpio-0-31) failed to register, -517 <3>[ 3.364202] omap_gpio 44e07000.gpio: Could not register gpio chip -517 <4>[ 3.473505] ti-sysc: probe of 44e31000.target-module failed with error -16 <4>[ 3.515678] ti-sysc: probe of 48040000.target-module failed with error -16 <3>[ 3.587824] gpiochip_add_data_with_key: GPIOs 0..31 (gpio-0-31) failed to register, -517 <3>[ 3.596533] omap_gpio 4804c000.gpio: Could not register gpio chip -517 <3>[ 3.656702] gpiochip_add_data_with_key: GPIOs 0..31 (gpio-0-31) failed to register, -517 <3>[ 3.665395] omap_gpio 481ac000.gpio: Could not register gpio chip -517 <3>[ 3.682933] gpiochip_add_data_with_key: GPIOs 0..31 (gpio-0-31) failed to register, -517 <3>[ 3.691604] omap_gpio 481ae000.gpio: Could not register gpio chip -517 <3>[ 3.755386] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! <6>[ 3.763934] edma 49000000.dma: TI EDMA DMA engine driver <1>[ 3.775579] 8<--- cut here --- <1>[ 3.779006] Unhandled fault: external abort on non-linefetch (0x1008) at 0xe0077010 <1>[ 3.787153] pgd = (ptrval) <1>[ 3.790202] [e0077010] *pgd=8108f811, *pte=47400653, *ppte=47400453 <0>[ 3.796945] Internal error: : 1008 [#1] SMP ARM <4>[ 3.801875] Modules linked in: <4>[ 3.805293] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.194-cip39 #1 <4>[ 3.812365] Hardware name: Generic AM33XX (Flattened Device Tree) <4>[ 3.818921] PC is at sysc_read_sysconfig+0x20/0x5c <4>[ 3.824121] LR is at sysc_probe+0x12f8/0x1574 <4>[ 3.828869] pc : [] lr : [] psr: 60000013 <4>[ 3.835582] sp : c10afdc0 ip : 0124f800 fp : c0a3e06c <4>[ 3.841222] r10: 00000000 r9 : e0077010 r8 : c0f311dc <4>[ 3.846863] r7 : 00000000 r6 : c11cc810 r5 : c10ae000 r4 : c5753440 <4>[ 3.853845] r3 : 00000010 r2 : e0077010 r1 : e0077000 r0 : c5753440 <4>[ 3.860830] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none <4>[ 3.868438] Control: 10c5387d Table: 80004019 DAC: 00000051 <0>[ 3.874616] Process swapper/0 (pid: 1, stack limit = 0x(ptrval)) <0>[ 3.881062] Stack: (0xc10afdc0 to 0xc10b0000) <0>[ 3.885815] fdc0: 00000001 00000000 ffffffff c0e22dcc c10ae000 c11cc810 c10ae000 00000000 <0>[ 3.894501] fde0: 00000001 00000001 00000003 b30f2414 00000000 00000000 c11cc810 c0eb74d4 <0>[ 3.903186] fe00: 00000000 c0f37b0c c0eb74d4 00000000 c0d00560 c069552c c11cc810 c0f37b04 <0>[ 3.911871] fe20: 00000000 00000000 c0f37b0c c0693110 00000000 c11cc810 c0eb74d4 c11cc854 <0>[ 3.920556] fe40: c0eb74d4 c50c85b8 c0c1e314 c0f01000 c0d00560 c06937f4 a0000013 c0c1e314 <0>[ 3.929241] fe60: c11cc810 00000000 c11cc854 c0eb74d4 c50c85b8 c0693b9c c0eb74d4 c11cc810 <0>[ 3.937926] fe80: c0693ba4 c10ae000 c50c85b8 c0693c04 00000000 c0eb74d4 c0693ba4 c06911a8 <0>[ 3.946611] fea0: c0f01000 c1030e58 c11c5934 b30f2414 c0eb74d4 c0eb74d4 c50c8580 00000000 <0>[ 3.955296] fec0: c0ec57f0 c06924cc c0b72c7c c0eb74b4 c0e0b058 c0eb74d4 00000000 c1093c80 <0>[ 3.963981] fee0: c0ef9fa0 00000000 c0c1e314 c069469c c10ae000 c0d28fc8 c1093c80 c0102084 <0>[ 3.972666] ff00: c0c1f19c c1093cc9 c1093cc8 c015ba00 00000000 c0ba36cc 000000ba 00000000 <0>[ 3.981351] ff20: c0d00560 c10ae000 00000006 00000006 00000000 c1093ce3 c1093ce6 b30f2414 <0>[ 3.990036] ff40: 00000000 00000007 000000ba b30f2414 c0d6dbf8 00000007 c1093c80 c0d4a854 <0>[ 3.998721] ff60: c0d4a834 c0d01284 00000006 00000006 00000000 c0d00560 c09e43f8 000000ba <0>[ 4.007406] ff80: 00000000 00000000 c09e43f8 00000000 00000000 00000000 00000000 00000000 <0>[ 4.016090] ffa0: 00000000 c09e4400 00000000 c0100168 00000000 00000000 00000000 00000000 <0>[ 4.024774] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.033458] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000 <0>[ 4.042157] [] (sysc_read_sysconfig) from [] (sysc_probe+0x12f8/0x1574) <0>[ 4.051025] [] (sysc_probe) from [] (platform_drv_probe+0x48/0x98) <0>[ 4.059452] [] (platform_drv_probe) from [] (really_probe+0xec/0x488) <0>[ 4.068140] [] (really_probe) from [] (driver_probe_device+0x5c/0x170) <0>[ 4.076916] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <0>[ 4.086318] [] (device_driver_attach) from [] (__driver_attach+0x60/0x100) <0>[ 4.095450] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <0>[ 4.104136] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <0>[ 4.112821] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <0>[ 4.121423] [] (driver_register) from [] (do_one_initcall+0x44/0x24c) <0>[ 4.130119] [] (do_one_initcall) from [] (kernel_init_freeable+0x218/0x2ac) <0>[ 4.139350] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <0>[ 4.148037] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <0>[ 4.156090] Exception stack(0xc10affb0 to 0xc10afff8) <0>[ 4.161555] ffa0: 00000000 00000000 00000000 00000000 <0>[ 4.170240] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.178923] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000 <0>[ 4.186000] Code: e5901014 e3120004 e0812003 1a000003 (e5920000) <4>[ 4.192597] ---[ end trace 2ece5a3a674507b3 ]--- <0>[ 4.197627] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b <0>[ 4.205783] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---