Other Parts Discussed in Thread: SK-AM62B-P1, AM625
My AM623 can boot normally, but can't reboot (use terminal) ! However, the EVM (SK-AM62B-P1) can boot and reboot (use terminal) successfully!
the boot message is like below file:
root@am62xx-evm:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.46-g247b2535b2 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Dec 6 17:54:04 UTC 2023 [ 0.000000] Machine model: Texas Instruments AM625 SK Test 0.1 [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff] [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff] [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff] [ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff] [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff] [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff] [ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.4 [ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824 [ 0.000000] pcpu-alloc: s37992 r8192 d31640 u77824 alloc=19*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=11086291-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1838472K/2097152K available (12288K kernel code, 1266K rwdata, 4028K rodata, 2112K init, 438K bss, 127608K reserved, 131072K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008597] Console: colour dummy device 80x25 [ 0.013214] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023897] pid_max: default: 32768 minimum: 301 [ 0.028675] LSM: Security Framework initializing [ 0.033558] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.041155] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.051310] cblist_init_generic: Setting adjustable number of callback queues. [ 0.058784] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.065099] cblist_init_generic: Setting adjustable number of callback queues. [ 0.072494] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.078911] rcu: Hierarchical SRCU implementation. [ 0.083822] rcu: Max phase no-delay instances is 1000. [ 0.089472] Platform MSI: msi-controller@1820000 domain created [ 0.095868] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.105296] EFI services will not be available. [ 0.110270] smp: Bringing up secondary CPUs ... [ 5.138333] CPU1: failed to come online [ 5.142264] CPU1: failed in unknown state : 0x0 [ 10.266361] CPU2: failed to come online [ 10.270291] CPU2: failed in unknown state : 0x0 [ 15.394397] CPU3: failed to come online [ 15.398320] CPU3: failed in unknown state : 0x0 [ 15.403031] smp: Brought up 1 node, 1 CPU [ 15.407146] SMP: Total of 1 processors activated. [ 15.411977] CPU features: detected: 32-bit EL0 Support [ 15.417236] CPU features: detected: CRC32 instructions [ 15.422570] CPU: All CPU(s) started at EL2 [ 15.426756] alternatives: applying system-wide alternatives [ 15.434527] devtmpfs: initialized [ 15.447781] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 15.457840] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 15.470440] pinctrl core: initialized pinctrl subsystem [ 15.476621] DMI not present or invalid. [ 15.481305] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 15.488388] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 15.495772] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 15.503858] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 15.512048] audit: initializing netlink subsys (disabled) [ 15.518425] thermal_sys: Registered thermal governor 'step_wise' [ 15.518440] thermal_sys: Registered thermal governor 'power_allocator' [ 15.524616] audit: type=2000 audit(15.408:1): state=initialized audit_enabled=0 res=1 [ 15.539348] cpuidle: using governor menu [ 15.543579] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 15.550572] ASID allocator initialised with 65536 entries [ 15.567445] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b [ 15.578948] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b [ 15.590362] KASLR disabled due to lack of seed [ 15.602708] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 15.609754] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 15.616262] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 15.623212] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 15.629620] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 15.636560] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 15.642970] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 15.649913] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 15.658053] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected [ 15.668927] iommu: Default domain type: Translated [ 15.673976] iommu: DMA domain TLB invalidation policy: strict mode [ 15.680731] SCSI subsystem initialized [ 15.684740] libata version 3.00 loaded. [ 15.684989] usbcore: registered new interface driver usbfs [ 15.690656] usbcore: registered new interface driver hub [ 15.696117] usbcore: registered new device driver usb [ 15.701817] pps_core: LinuxPPS API ver. 1 registered [ 15.706902] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 15.716261] PTP clock support registered [ 15.720416] EDAC MC: Ver: 3.0.0 [ 15.724675] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100 [ 15.731817] FPGA manager framework [ 15.735427] Advanced Linux Sound Architecture Driver Initialized. [ 15.742701] clocksource: Switched to clocksource arch_sys_counter [ 15.749300] VFS: Disk quotas dquot_6.6.0 [ 15.753366] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 15.766401] NET: Registered PF_INET protocol family [ 15.771786] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 15.781309] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 15.790152] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 15.798094] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 15.806318] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 15.814451] TCP: Hash tables configured (established 16384 bind 16384) [ 15.821431] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 15.828361] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 15.835938] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 15.842305] RPC: Registered named UNIX socket transport module. [ 15.848424] RPC: Registered udp transport module. [ 15.853239] RPC: Registered tcp transport module. [ 15.858048] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 15.864638] NET: Registered PF_XDP protocol family [ 15.869552] PCI: CLS 0 bytes, default 64 [ 15.874449] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 15.884932] Initialise system trusted keyrings [ 15.889844] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 15.901444] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 15.908159] NFS: Registering the id_resolver key type [ 15.913406] Key type id_resolver registered [ 15.917684] Key type id_legacy registered [ 15.921844] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 15.928704] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 15.971226] Key type asymmetric registered [ 15.975419] Asymmetric key parser 'x509' registered [ 15.980471] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 15.988247] io scheduler mq-deadline registered [ 15.992898] io scheduler kyber registered [ 16.000684] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 16.007460] pinctrl-single f4000.pinctrl: 171 pins, size 684 [ 16.014514] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 16.027652] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 16.044818] loop: module loaded [ 16.049458] megasas: 07.719.03.00-rc1 [ 16.056998] tun: Universal TUN/TAP device driver, 1.6 [ 16.063110] thunder_xcv, ver 1.0 [ 16.066448] thunder_bgx, ver 1.0 [ 16.069803] nicpf, ver 1.0 [ 16.072754] e1000: Intel(R) PRO/1000 Network Driver [ 16.077742] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 16.083660] e1000e: Intel(R) PRO/1000 Network Driver [ 16.088738] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 16.094837] igb: Intel(R) Gigabit Ethernet Network Driver [ 16.100358] igb: Copyright (c) 2007-2014 Intel Corporation. [ 16.106084] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 16.112498] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 16.118673] sky2: driver version 1.30 [ 16.123236] VFIO - User Level meta-driver version: 0.3 [ 16.129401] usbcore: registered new interface driver usb-storage [ 16.136242] i2c_dev: i2c /dev entries driver [ 16.142379] sdhci: Secure Digital Host Controller Interface driver [ 16.148750] sdhci: Copyright(c) Pierre Ossman [ 16.153522] sdhci-pltfm: SDHCI platform and OF driver helper [ 16.160013] ledtrig-cpu: registered to indicate activity on CPUs [ 16.166366] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 16.173416] usbcore: registered new interface driver usbhid [ 16.179122] usbhid: USB HID core driver [ 16.184114] optee: probing for conduit method. [ 16.188712] optee: revision 4.0 (2a5b1d12) [ 16.189064] optee: dynamic shared memory is enabled [ 16.198714] optee: initialized driver [ 16.204573] Initializing XFRM netlink socket [ 16.209095] NET: Registered PF_PACKET protocol family [ 16.214387] Key type dns_resolver registered [ 16.219294] registered taskstats version 1 [ 16.223524] Loading compiled-in X.509 certificates [ 16.240235] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)') [ 16.307852] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz [ 16.315639] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz [ 16.322928] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz [ 16.329000] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 16.338274] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 16.349904] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes [ 16.358806] simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680 [ 16.384289] Console: switching to colour frame buffer device 240x75 [ 16.404881] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered! [ 16.413812] ti-udma 485c0100.dma-controller: Number of rings: 82 [ 16.422357] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18) [ 16.433875] ti-udma 485c0000.dma-controller: Number of rings: 150 [ 16.444362] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 16.454995] printk: console [ttyS2] disabled [ 16.459506] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250 [ 16.468443] printk: console [ttyS2] enabled [ 16.476906] printk: bootconsole [ns16550a0] disabled [ 16.488616] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 16.534735] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 16.544284] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown [ 16.552218] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown [ 16.560135] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006 [ 16.573279] am65-cpsw-nuss 8000000.ethernet: Use random MAC address [ 16.579583] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 16.586711] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 16.593296] pps pps0: new PPS source ptp0 [ 16.597616] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 16.608232] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 16.618216] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1250000 KHz, changing to: 1000000 KHz [ 16.631913] mmc0: CQHCI version 5.10 [ 16.645286] pca953x 1-0022: supply vcc not found, using dummy regulator [ 16.652192] pca953x 1-0022: using AI [ 16.678980] pca953x 1-0022: failed writing register [ 16.683927] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 16.692325] pca953x: probe of 1-0022 failed with error -121 [ 16.701203] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 16.711497] mmc1: CQHCI version 5.10 [ 16.716486] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 16.727769] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present! [ 16.748081] ALSA device list: [ 16.751181] No soundcards found. [ 16.762721] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 16.771776] Waiting for root device PARTUUID=11086291-02... [ 16.785312] mmc0: Command Queue Engine enabled [ 16.789825] mmc0: new HS200 MMC card at address 0001 [ 16.795896] mmcblk0: mmc0:0001 DG4016 14.7 GiB [ 16.802893] mmcblk0boot0: mmc0:0001 DG4016 4.00 MiB [ 16.809589] mmcblk0boot1: mmc0:0001 DG4016 4.00 MiB [ 16.816012] mmcblk0rpmb: mmc0:0001 DG4016 4.00 MiB, chardev (240:0) [ 16.848031] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 16.855724] mmcblk1: mmc1:aaaa SA08G 7.40 GiB [ 16.863660] mmcblk1: p1 p2 [ 16.915017] EXT4-fs (mmcblk1p2): recovery complete [ 16.921527] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 16.930150] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 16.938161] devtmpfs: mounted [ 16.942845] Freeing unused kernel memory: 2112K [ 16.947510] Run /sbin/init as init process [ 16.951610] with arguments: [ 16.951614] /sbin/init [ 16.951618] with environment: [ 16.951621] HOME=/ [ 16.951625] TERM=linux [ 17.126083] systemd[1]: System time before build time, advancing clock. [ 17.189991] NET: Registered PF_INET6 protocol family [ 17.197119] Segment Routing with IPv6 [ 17.201207] In-situ OAM (IOAM) with IPv6 [ 17.237255] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid) [ 17.269410] systemd[1]: Detected architecture arm64. [ 17.324966] systemd[1]: Hostname set to <am62xx-evm>. [ 17.566809] systemd-sysv-generator[149]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 18.012802] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 18.113740] systemd[1]: Queued start job for default target Multi-User System. [ 18.196776] systemd[1]: Created slice Slice /system/getty. [ 18.223069] systemd[1]: Created slice Slice /system/modprobe. [ 18.250884] systemd[1]: Created slice Slice /system/serial-getty. [ 18.278036] systemd[1]: Created slice User and Session Slice. [ 18.299513] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 18.323521] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 18.347521] systemd[1]: Reached target Path Units. [ 18.367340] systemd[1]: Reached target Remote File Systems. [ 18.390994] systemd[1]: Reached target Slice Units. [ 18.411165] systemd[1]: Reached target Swaps. [ 18.488449] systemd[1]: Listening on RPCbind Server Activation Socket. [ 18.511405] systemd[1]: Reached target RPC Port Mapper. [ 18.553820] systemd[1]: Listening on Process Core Dump Socket. [ 18.575967] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 18.601056] systemd[1]: Listening on Journal Audit Socket. [ 18.624538] systemd[1]: Listening on Journal Socket (/dev/log). [ 18.648495] systemd[1]: Listening on Journal Socket. [ 18.673063] systemd[1]: Listening on Network Service Netlink Socket. [ 18.697163] systemd[1]: Listening on udev Control Socket. [ 18.721836] systemd[1]: Listening on udev Kernel Socket. [ 18.745965] systemd[1]: Listening on User Database Manager Socket. [ 18.807957] systemd[1]: Mounting Huge Pages File System... [ 18.851568] systemd[1]: Mounting POSIX Message Queue File System... [ 18.899487] systemd[1]: Mounting Kernel Debug File System... [ 18.928332] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 18.963534] systemd[1]: Mounting Temporary Directory /tmp... [ 19.019927] systemd[1]: Starting Create List of Static Device Nodes... [ 19.071811] systemd[1]: Starting Load Kernel Module configfs... [ 19.119791] systemd[1]: Starting Load Kernel Module drm... [ 19.168060] systemd[1]: Starting Load Kernel Module fuse... [ 19.196320] fuse: init (API version 7.37) [ 19.225411] systemd[1]: Starting Start psplash boot splash screen... [ 19.271922] systemd[1]: Starting RPC Bind... [ 19.295299] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 19.343584] systemd[1]: Starting Journal Service... [ 19.396116] systemd[1]: Starting Load Kernel Modules... [ 19.440560] systemd[1]: Starting Generate network units from Kernel command line... [ 19.496259] systemd[1]: Starting Remount Root and Kernel File Systems... [ 19.548318] systemd[1]: Starting Coldplug All udev Devices... [ 19.560513] cryptodev: loading out-of-tree module taints kernel. [ 19.610992] systemd[1]: Started Start psplash boot splash screen. [ 19.644305] systemd[1]: Started RPC Bind. [ 19.659340] cryptodev: driver 1.12 loaded. [ 19.676334] systemd[1]: Mounted Huge Pages File System. [ 19.704464] systemd[1]: Mounted POSIX Message Queue File System. [ 19.735968] systemd[1]: Mounted Kernel Debug File System. [ 19.764246] systemd[1]: Mounted Temporary Directory /tmp. [ 19.793705] systemd[1]: Finished Create List of Static Device Nodes. [ 19.830487] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 19.848580] systemd[1]: Finished Load Kernel Module configfs. [ 19.862330] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 19.889931] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 19.908960] systemd[1]: Finished Load Kernel Module drm. [ 19.948420] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 19.964820] systemd[1]: Finished Load Kernel Module fuse. [ 19.998050] systemd[1]: Finished Load Kernel Modules. [ 20.030146] systemd[1]: Finished Generate network units from Kernel command line. [ 20.065700] systemd[1]: Finished Remount Root and Kernel File Systems. [ 20.120017] systemd[1]: Mounting FUSE Control File System... [ 20.167646] systemd[1]: Mounting Kernel Configuration File System... [ 20.224143] systemd[1]: Started Start psplash-systemd progress communication helper. [ 20.258956] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc). [ 20.272413] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 20.312528] systemd[1]: Starting Apply Kernel Variables... [ 20.343618] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc). [ 20.386609] systemd[1]: Starting Create Static Device Nodes in /dev... [ 20.425122] systemd[1]: Started Journal Service. [ 20.706602] audit: type=1334 audit(1651167748.576:2): prog-id=5 op=LOAD [ 20.722982] audit: type=1334 audit(1651167748.588:3): prog-id=6 op=LOAD [ 20.784556] systemd-journald[164]: Received client request to flush runtime journal. [ 21.906785] random: crng init done [ 23.230167] audit: type=1334 audit(1651168890.372:4): prog-id=7 op=LOAD [ 23.245314] audit: type=1334 audit(1651168890.384:5): prog-id=8 op=LOAD [ 24.781828] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 24.834001] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 24.852221] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 24.867132] cfg80211: failed to load regulatory.db [ 26.639323] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT SMP [ 26.647533] Modules linked in: cdns_dphy_rx(+) drm_dma_helper pruss(+) snd_soc_davinci_mcasp(+) snd_soc_ti_udma sii902x snd_soc_ti_edma snd_soc_ti_sdma drm_kms_helper syscopyarea sysfillrect sysimgblt snd_soc_tlv320aic3x_i2c fb_sys_fops tps6598x snd_soc_tlv320aic3x typec optee_rng rng_core cfg80211 rfkill cryptodev(O) fuse drm drm_panel_orientation_quirks ipv6 [ 26.679476] CPU: 0 PID: 198 Comm: systemd-udevd Tainted: G O 6.1.46-g247b2535b2 #1 [ 26.688424] Hardware name: Texas Instruments AM625 SK Test 0.1 (DT) [ 26.694677] pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 26.701627] pc : clk_mux_get_parent+0x58/0x80 [ 26.705994] lr : __clk_register+0x1e0/0x814 [ 26.710170] sp : ffff800009acb5c0 [ 26.713473] x29: ffff800009acb5c0 x28: 0000000000000040 x27: ffff0000052d2580 [ 26.720603] x26: ffff800008f1b0b8 x25: 0000000000000002 x24: ffff0000064a8600 [ 26.727732] x23: ffff000006490980 x22: ffff000006448d00 x21: ffff0000064a8650 [ 26.734863] x20: ffff0000064a8580 x19: ffff0000051fc000 x18: 000000000007252b [ 26.741992] x17: 0000000000000000 x16: ffff000001cb7060 x15: 0000000000000000 [ 26.749122] x14: 0000000000000001 x13: 0078756d2d6b6c63 x12: 65726f632e737375 [ 26.756254] x11: 0000000000000000 x10: 0000000006487780 x9 : 0000000000000001 [ 26.763383] x8 : 0101010101010101 x7 : 0000000000000000 x6 : 505c5b1900b0d2c0 [ 26.770513] x5 : c0d23000195b5c50 x4 : ffff80000a07503c x3 : 6660606860606060 [ 26.777641] x2 : ffff8000085d55d0 x1 : 0000000000000000 x0 : ffff000006490980 [ 26.784771] Call trace: [ 26.787209] clk_mux_get_parent+0x58/0x80 [ 26.791213] __clk_register+0x1e0/0x814 [ 26.795041] clk_hw_register+0x20/0x60 [ 26.798781] __clk_hw_register_mux+0x14c/0x1e0 [ 26.803218] clk_register_mux_table+0x4c/0x6c [ 26.807568] pruss_clk_mux_setup.constprop.0+0x108/0x250 [pruss] [ 26.813589] pruss_cfg_of_init+0x184/0x240 [pruss] [ 26.818385] pruss_probe+0x188/0x320 [pruss] [ 26.822657] platform_probe+0x68/0xe0 [ 26.826318] really_probe+0xbc/0x2dc [ 26.829888] __driver_probe_device+0x78/0x114 [ 26.834239] driver_probe_device+0xd8/0x15c [ 26.838415] __driver_attach+0x94/0x19c [ 26.842244] bus_for_each_dev+0x74/0xd4 [ 26.846073] driver_attach+0x24/0x30 [ 26.849642] bus_add_driver+0x154/0x20c [ 26.853471] driver_register+0x78/0x130 [ 26.857302] __platform_driver_register+0x28/0x34 [ 26.862002] pruss_driver_init+0x20/0x1000 [pruss] [ 26.866795] do_one_initcall+0x54/0x1d0 [ 26.870628] do_init_module+0x48/0x1d0 [ 26.874377] load_module+0x18f4/0x1c80 [ 26.878120] __do_sys_finit_module+0xac/0x104 [ 26.882472] __arm64_sys_finit_module+0x20/0x30 [ 26.886997] invoke_syscall+0x48/0x114 [ 26.890748] el0_svc_common.constprop.0+0xd4/0xfc [ 26.895444] do_el0_svc+0x20/0x30 [ 26.898753] el0_svc+0x28/0xa0 [ 26.901804] el0t_64_sync_handler+0xbc/0x140 [ 26.906066] el0t_64_sync+0x18c/0x190 [ 26.909727] Code: 97fffe72 a8c17bfd d50323bf d65f03c0 (b9400084) [ 26.915808] ---[ end trace 0000000000000000 ]--- [ 27.457687] mc: Linux media interface: v0.10 [ 27.993971] videodev: Linux video capture interface: v2.00 [ 28.399411] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000 [ 28.691446] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode [ 28.866144] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device [ 28.993391] remoteproc remoteproc0: 5000000.m4fss is available [ 29.099299] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2 [ 29.118876] remoteproc remoteproc0: powering up 5000000.m4fss [ 29.129954] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2 [ 29.149006] remoteproc remoteproc0: request_firmware failed: -2 [ 29.474000] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [Generic PHY] (irq=POLL) [ 29.504882] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 29.547208] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 29.699335] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [Generic PHY] (irq=POLL) [ 29.730083] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode [ 29.761569] am65-cpsw-nuss 8000000.ethernet eth1: Link is Up - 100Mbps/Full - flow control rx/tx [ 29.955610] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 30.198815] platform 78000000.r5f: configured R5F for IPC-only mode [ 30.334992] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000 [ 30.431428] remoteproc remoteproc1: 78000000.r5f is available [ 30.518010] remoteproc remoteproc1: attaching to 78000000.r5f [ 30.679322] platform 78000000.r5f: R5F core initialized in IPC-only mode [ 30.730789] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@9da00000 [ 30.799109] virtio_rpmsg_bus virtio0: rpmsg host is online [ 30.804705] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 30.818862] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 30.860174] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7) [ 30.928565] remoteproc remoteproc1: remote processor 78000000.r5f is now attached [ 44.968148] platform regulator-6: deferred probe pending [ 44.973538] platform regulator-7: deferred probe pending [ 44.981386] i2c 1-003b: deferred probe pending [ 44.986986] platform fa20000.mmc: deferred probe pending [ 97.355668] audit: type=1334 audit(1651168964.500:6): prog-id=9 op=LOAD [ 97.368145] audit: type=1334 audit(1651168964.508:7): prog-id=10 op=LOAD [ 97.830236] audit: type=1006 audit(1651168964.972:8): pid=592 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 [ 97.864090] audit: type=1300 audit(1651168964.972:8): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc73990f8 a2=1 a3=ffffbe270020 items=0 ppid=1 pid=592 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 97.905931] audit: type=1327 audit(1651168964.972:8): proctitle="(systemd)" [ 97.924400] audit: type=1334 audit(1651168965.068:9): prog-id=11 op=LOAD [ 97.934262] audit: type=1300 audit(1651168965.068:9): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe5c82130 a2=78 a3=0 items=0 ppid=1 pid=592 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 97.961798] audit: type=1327 audit(1651168965.068:9): proctitle="(systemd)" [ 97.975660] audit: type=1334 audit(1651168965.076:10): prog-id=11 op=UNLOAD [ 97.984578] audit: type=1334 audit(1651168965.076:11): prog-id=12 op=LOAD
but when I try reboot, I get below meassage and stuck!
[ OK ] Reached target System Reboot. [ 30.725684] kauditd_printk_skb: 3 callbacks suppressed [ 30.725712] audit: type=1334 audit(1651170429.076:13): prog-id=4 op=UNLOAD [ 30.749344] audit: type=1334 audit(1651170429.092:14): prog-id=3 op=UNLOAD [ 30.766772] audit: type=1334 audit(1651170429.092:15): prog-id=6 op=UNLOAD [ 30.775835] audit: type=1334 audit(1651170429.092:16): prog-id=5 op=UNLOAD [ 30.783727] audit: type=1334 audit(1651170429.092:17): prog-id=8 op=UNLOAD [ 30.793538] audit: type=1334 audit(1651170429.092:18): prog-id=7 op=UNLOAD [ 30.805057] audit: type=1334 audit(1651170429.100:19): prog-id=10 op=UNLOAD [ 30.818811] audit: type=1334 audit(1651170429.100:20): prog-id=9 op=UNLOAD [ 30.850269] systemd-shutdown[1]: Syncing filesystems and block devices. [ 30.869920] systemd-shutdown[1]: Sending SIGTERM to remaining processes... [ 30.909359] systemd-journald[150]: Received SIGTERM from PID 1 (systemd-shutdow). [ 30.938513] audit: type=1335 audit(1651170429.292:21): pid=150 uid=0 auid=4294967295 tty=(none) ses=4294967295 comm="systemd-journal" exe="/lib/systemd/systemd-journald" nl-mcgrp=1 op=disconnect res=1 [ 40.901810] systemd-shutdown[1]: Waiting for process: 221 (systemd-udevd), 232 (systemd-udevd), 285 (systemd-udevd), 239 (systemd-udevd), 170 (systemd-udevd), 177 (systemd-udevd), 178 (systemd-udevd), 292 (systemd-udevd), 179 (systemd-udevd), 176 (systemd-udevd) [ 71.361768] systemd-udevd[170]: 30200000.dss: Worker [239] processing SEQNUM=1890 is taking a long time [ 73.361184] systemd-udevd[170]: e000000.watchdog: Worker [285] processing SEQNUM=2010 is taking a long time [ 73.370979] systemd-udevd[170]: f910000.dwc3-usb: Worker [292] processing SEQNUM=2016 is taking a long time [ 73.380746] systemd-udevd[170]: e0f0000.watchdog: Worker [232] processing SEQNUM=2014 is taking a long time [ 73.390504] systemd-udevd[170]: e030000.watchdog: Worker [177] processing SEQNUM=2013 is taking a long time [ 73.400264] systemd-udevd[170]: e010000.watchdog: Worker [178] processing SEQNUM=2011 is taking a long time [ 73.410019] systemd-udevd[170]: e020000.watchdog: Worker [221] processing SEQNUM=2012 is taking a long time [ 73.419780] systemd-udevd[170]: 2b1f0000.rtc: Worker [179] processing SEQNUM=2002 is taking a long time [ 77.361140] systemd-udevd[170]: 30101000.csi-bridge: Worker [176] processing SEQNUM=2453 is taking a long time [ 120.925123] systemd-shutdown[1]: Sending SIGKILL to remaining processes... [ 120.939842] systemd-shutdown[1]: Sending SIGKILL to PID 170 (systemd-udevd). [ 120.950478] systemd-shutdown[1]: Sending SIGKILL to PID 176 (systemd-udevd). [ 120.958149] systemd-shutdown[1]: Sending SIGKILL to PID 177 (systemd-udevd). [ 120.967574] systemd-shutdown[1]: Sending SIGKILL to PID 178 (systemd-udevd). [ 120.975106] systemd-shutdown[1]: Sending SIGKILL to PID 179 (systemd-udevd). [ 120.982871] systemd-shutdown[1]: Sending SIGKILL to PID 221 (systemd-udevd). [ 120.992764] systemd-shutdown[1]: Sending SIGKILL to PID 232 (systemd-udevd). [ 121.002230] systemd-shutdown[1]: Sending SIGKILL to PID 239 (systemd-udevd). [ 121.010069] systemd-shutdown[1]: Sending SIGKILL to PID 285 (systemd-udevd). [ 121.019341] systemd-shutdown[1]: Sending SIGKILL to PID 292 (systemd-udevd). [ 131.027902] systemd-shutdown[1]: Waiting for process: 178 (systemd-udevd), 292 (systemd-udevd), 179 (systemd-udevd), 176 (systemd-udevd), 239 (systemd-udevd) [ 211.043572] systemd-shutdown[1]: Unmounting file systems. [ 211.053207] [532]: Remounting '/' read-only with options 'n/a'. [ 211.076108] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 211.087735] systemd-shutdown[1]: All filesystems unmounted. [ 211.093443] systemd-shutdown[1]: Deactivating swaps. [ 211.099009] systemd-shutdown[1]: All swaps deactivated. [ 211.104284] systemd-shutdown[1]: Detaching loop devices. [ 211.114291] systemd-shutdown[1]: All loop devices detached. [ 211.119949] systemd-shutdown[1]: Stopping MD devices. [ 211.125523] systemd-shutdown[1]: All MD devices stopped. [ 211.130879] systemd-shutdown[1]: Detaching DM devices. [ 211.136321] systemd-shutdown[1]: All DM devices detached. [ 211.141753] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached. [ 211.162597] systemd-shutdown[1]: Syncing filesystems and block devices. [ 211.171104] systemd-shutdown[1]: Rebooting.
Please give me some directions or suggesstion, thanks.