This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM623: any method to debug system block issue

Part Number: AM623

Tool/software:

hi 

 we use the Linux SDK 10.01.10.04,  system may block when execute ifconfig commad,   not print any crash log.  the UART console can't  type any command, ethernet port also can't  used,    Are there any methods to debug it ?  

  • Hi Bert, 

    Are you working with a custom board with AM623?

    What were the sequence of events leading up the problem after running ifconfig? (e.g. boot up to login page -> login -> type ifconfig -> freeze).

    Can you share your boot log in case there is something in the boot log that might give an indication (you can use Insert -> Code to insert the log). 

    Can you try "ip a" instead of "ifconfig" and see if there are any issues?

    Have you modified the Linux kernel image provided in the default SDK 10.01.10.04? Any other modifications you might have made?

    -Daolin

  • Hi Daolin

     Yes, working with our custom board with am623. 

     after running several days, the block issue happy when type ifconfig  comand.   can't see any wrong information in the boot log.  It is difficult to reproduce.   Because the uart console and ethernet port both can't be used when reproduce this issue, so can't access the system anymore,   I don't know how to debug it .   So do you know any method to debug similar issues ? 

    yes,I modified the Linux kernel image provided in the default SDK 10.01.10.04

  • Hi Bert, 

     can't see any wrong information in the boot log. 

    It might be helpful to have a second set of eyes to review the boot log, if you are able to share.

    It is difficult to reproduce.   Because the uart console and ethernet port both can't be used when reproduce this issue, so can't access the system anymore,

    If you remove the uart cable and reconnect it, does the console still remain frozen? The point is to see if the board is still functioning or if it is a uart issue.

    How are you booting the board? Via SD card, Ethernet, or some other method?

    What do you have connected on the other end of your Ethernet cable? Does the issue only occur when the Ethernet cable is connected and you type ifconfig? What if you typed ifconfig and the Ethernet cable was not connected?

    yes,I modified the Linux kernel image provided in the default SDK 10.01.10.04

    Do you mind sharing what changes you made?

    -Daolin

  • If you remove the uart cable and reconnect it, does the console still remain frozen? The point is to see if the board is still functioning or if it is a uart issue.

      ok, I will try when next reproduce

    How are you booting the board? Via SD card, Ethernet, or some other method?

     boot from nand flash

    What do you have connected on the other end of your Ethernet cable? Does the issue only occur when the Ethernet cable is connected and you type ifconfig? What if you typed ifconfig and the Ethernet cable was not connected?

       Ethernet cable is connect to the PC when the issue have 

    I have attach the boot log, please help check 

    [09:25:05:279] [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [09:25:05:295] [    0.000000] Linux version 6.6.58-ga7758da17c28-dirty (otis@ubuntu) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #43 SMP PREEMPT Wed Jul 30 16:32:10 CST 2025
    [09:25:05:312] [    0.000000] KASLR disabled due to lack of seed
    [09:25:05:312] [    0.000000] Machine model: Texas Instruments AM62x LP SK
    [09:25:05:321] [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [09:25:05:321] [    0.000000] printk: bootconsole [ns16550a0] enabled
    [09:25:05:335] [    0.000000] efi: UEFI not found.
    [09:25:05:342] [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [09:25:05:342] [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [09:25:05:359] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [09:25:05:369] [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [09:25:05:379] [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [09:25:05:390] [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [09:25:05:390] [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [09:25:05:407] [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [09:25:05:407] [    0.000000] Zone ranges:
    [09:25:05:407] [    0.000000]   DMA      [mem 0x0000000080000000-0x000000009d9fffff]
    [09:25:05:422] [    0.000000]   DMA32    empty
    [09:25:05:422] [    0.000000]   Normal   empty
    [09:25:05:422] [    0.000000] Movable zone start for each node
    [09:25:05:428] [    0.000000] Early memory node ranges
    [09:25:05:428] [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [09:25:05:438] [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009d9fffff]
    [09:25:05:438] [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009d9fffff]
    [09:25:05:454] [    0.000000] On node 0, zone DMA: 9728 pages in unavailable ranges
    [09:25:05:454] [    0.000000] cma: Reserved 32 MiB at 0x000000009b000000 on node -1
    [09:25:05:468] [    0.000000] psci: probing for conduit method from DT.
    [09:25:05:468] [    0.000000] psci: PSCIv1.1 detected in firmware.
    [09:25:05:477] [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [09:25:05:477] [    0.000000] psci: Trusted OS migration not required
    [09:25:05:485] [    0.000000] psci: SMC Calling Convention v1.5
    [09:25:05:485] [    0.000000] percpu: Embedded 20 pages/cpu s43304 r8192 d30424 u81920
    [09:25:05:501] [    0.000000] pcpu-alloc: s43304 r8192 d30424 u81920 alloc=20*4096
    [09:25:05:501] [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [09:25:05:501] [    0.000000] Detected VIPT I-cache on CPU0
    [09:25:05:513] [    0.000000] CPU features: detected: GIC system register CPU interface
    [09:25:05:513] [    0.000000] CPU features: detected: ARM erratum 845719
    [09:25:05:516] [    0.000000] alternatives: applying boot alternatives
    [09:25:05:536] [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=omap2-nand.0:512k(NAND.tiboot3),2m(NAND.tispl),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.configure),55m(NAND.rootfs),55m(NAND.rootfs_backup),50m(NAND.app),-(NAND.nvm) ubi.mtd=NAND.rootfs root=ubi0:rootfs rootfstype=ubifs
    [09:25:05:552] [    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [09:25:05:565] [    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [09:25:05:565] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 119448
    [09:25:05:581] [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [09:25:05:581] [    0.000000] software IO TLB: area num 2.
    [09:25:05:581] [    0.000000] software IO TLB: mapped [mem 0x0000000096fc0000-0x000000009afc0000] (64MB)
    [09:25:05:596] [    0.000000] Memory: 353312K/485376K available (13184K kernel code, 1288K rwdata, 4252K rodata, 2560K init, 508K bss, 99296K reserved, 32768K cma-reserved)
    [09:25:05:611] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [09:25:05:611] [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [09:25:05:611] [    0.000000] rcu:     RCU event tracing is enabled.
    [09:25:05:633] [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [09:25:05:633] [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [09:25:05:633] [    0.000000]  Tracing variant of Tasks RCU enabled.
    [09:25:05:644] [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [09:25:05:653] [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [09:25:05:653] [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [09:25:05:660] [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [09:25:05:660] [    0.000000] GICv3: 256 SPIs implemented
    [09:25:05:660] [    0.000000] GICv3: 0 Extended SPIs implemented
    [09:25:05:678] [    0.000000] Root IRQ handler: gic_handle_irq
    [09:25:05:678] [    0.000000] GICv3: GICv3 features: 16 PPIs
    [09:25:05:692] [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [09:25:05:692] [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [09:25:05:692] [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [09:25:05:692] [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [09:25:05:707] [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [09:25:05:723] [    0.000000] ITS: using cache flushing for cmd queue
    [09:25:05:723] [    0.000000] GICv3: using LPI property table @0x0000000080440000
    [09:25:05:723] [    0.000000] GIC: using cache flushing for LPI property table
    [09:25:05:723] [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080450000
    [09:25:05:738] [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [09:25:05:738] [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [09:25:05:754] [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [09:25:05:770] [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [09:25:05:778] [    0.008612] Console: colour dummy device 80x25
    [09:25:05:786] [    0.013220] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [09:25:05:786] [    0.023904] pid_max: default: 32768 minimum: 301
    [09:25:05:786] [    0.028710] LSM: initializing lsm=capability,apparmor,integrity
    [09:25:05:802] [    0.034858] AppArmor: AppArmor initialized
    [09:25:05:802] [    0.039142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [09:25:05:802] [    0.046626] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [09:25:05:825] [    0.056459] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [09:25:05:837] [    0.063786] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [09:25:05:837] [    0.071737] rcu: Hierarchical SRCU implementation.
    [09:25:05:837] [    0.076643] rcu:     Max phase no-delay instances is 1000.
    [09:25:05:847] [    0.082281] Platform MSI: msi-controller@1820000 domain created
    [09:25:05:856] [    0.088641] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [09:25:05:856] [    0.098117] EFI services will not be available.
    [09:25:05:869] [    0.102995] smp: Bringing up secondary CPUs ...
    [09:25:05:869] [    0.108349] Detected VIPT I-cache on CPU1
    [09:25:05:879] [    0.108438] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [09:25:05:879] [    0.108458] GICv3: CPU1: using allocated LPI pending table @0x0000000080460000
    [09:25:05:879] [    0.108517] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [09:25:05:879] [    0.108651] smp: Brought up 1 node, 2 CPUs
    [09:25:05:896] [    0.138047] SMP: Total of 2 processors activated.
    [09:25:05:896] [    0.142861] CPU features: detected: 32-bit EL0 Support
    [09:25:05:896] [    0.148134] CPU features: detected: CRC32 instructions
    [09:25:05:912] [    0.153453] CPU: All CPU(s) started at EL2
    [09:25:05:912] [    0.157652] alternatives: applying system-wide alternatives
    [09:25:05:917] [    0.164745] devtmpfs: initialized
    [09:25:05:936] [    0.177486] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [09:25:05:936] [    0.187492] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [09:25:05:943] [    0.195697] pinctrl core: initialized pinctrl subsystem
    [09:25:05:943] [    0.201634] DMI not present or invalid.
    [09:25:05:943] [    0.206279] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [09:25:05:954] [    0.213338] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [09:25:05:969] [    0.220646] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [09:25:05:978] [    0.228639] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [09:25:05:978] [    0.236795] audit: initializing netlink subsys (disabled)
    [09:25:05:991] [    0.242526] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
    [09:25:05:991] [    0.243018] thermal_sys: Registered thermal governor 'step_wise'
    [09:25:06:003] [    0.250463] thermal_sys: Registered thermal governor 'power_allocator'
    [09:25:06:003] [    0.256647] cpuidle: using governor menu
    [09:25:06:007] [    0.267567] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [09:25:06:007] [    0.274562] ASID allocator initialised with 65536 entries
    [09:25:06:022] [    0.285758] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [09:25:06:022] [    0.307237] Modules: 27264 pages in range for non-PLT usage
    [09:25:06:022] [    0.307256] Modules: 518784 pages in range for PLT usage
    [09:25:06:038] [    0.313855] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [09:25:06:038] [    0.326253] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [09:25:06:053] [    0.332663] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [09:25:06:069] [    0.339603] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [09:25:06:069] [    0.346011] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [09:25:06:080] [    0.352951] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [09:25:06:080] [    0.359359] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [09:25:06:085] [    0.366298] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [09:25:06:101] [    0.374055] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [09:25:06:101] [    0.383454] iommu: Default domain type: Translated
    [09:25:06:101] [    0.388377] iommu: DMA domain TLB invalidation policy: strict mode
    [09:25:06:101] [    0.395003] SCSI subsystem initialized
    [09:25:06:101] [    0.399029] usbcore: registered new interface driver usbfs
    [09:25:06:116] [    0.404667] usbcore: registered new interface driver hub
    [09:25:06:116] [    0.410127] usbcore: registered new device driver usb
    [09:25:06:132] [    0.415868] pps_core: LinuxPPS API ver. 1 registered
    [09:25:06:148] [    0.420947] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [09:25:06:148] [    0.430297] PTP clock support registered
    [09:25:06:148] [    0.434513] EDAC MC: Ver: 3.0.0
    [09:25:06:148] [    0.438308] scmi_core: SCMI protocol bus registered
    [09:25:06:148] [    0.443758] Advanced Linux Sound Architecture Driver Initialized.
    [09:25:06:163] [    0.450987] vgaarb: loaded
    [09:25:06:163] [    0.454180] clocksource: Switched to clocksource arch_sys_counter
    [09:25:06:163] [    0.460718] VFS: Disk quotas dquot_6.6.0
    [09:25:06:179] [    0.464782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [09:25:06:179] [    0.472340] AppArmor: AppArmor Filesystem Enabled
    [09:25:06:189] [    0.483696] NET: Registered PF_INET protocol family
    [09:25:06:199] [    0.488882] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [09:25:06:199] [    0.497049] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [09:25:06:212] [    0.505661] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [09:25:06:212] [    0.513601] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [09:25:06:212] [    0.521551] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [09:25:06:228] [    0.529067] TCP: Hash tables configured (established 4096 bind 4096)
    [09:25:06:228] [    0.535688] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [09:25:06:244] [    0.542386] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [09:25:06:244] [    0.549659] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [09:25:06:244] [    0.555951] RPC: Registered named UNIX socket transport module.
    [09:25:06:259] [    0.562031] RPC: Registered udp transport module.
    [09:25:06:259] [    0.566842] RPC: Registered tcp transport module.
    [09:25:06:259] [    0.571656] RPC: Registered tcp-with-tls transport module.
    [09:25:06:278] [    0.577265] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [09:25:06:290] [    0.583858] NET: Registered PF_XDP protocol family
    [09:25:06:290] [    0.588777] PCI: CLS 0 bytes, default 64
    [09:25:06:290] [    0.594260] Initialise system trusted keyrings
    [09:25:06:300] [    0.599072] workingset: timestamp_bits=46 max_order=17 bucket_order=0
    [09:25:06:300] [    0.605894] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [09:25:06:307] [    0.612193] NFS: Registering the id_resolver key type
    [09:25:06:307] [    0.617397] Key type id_resolver registered
    [09:25:06:322] [    0.621676] Key type id_legacy registered
    [09:25:06:322] [    0.625793] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [09:25:06:322] [    0.632649] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [09:25:06:322] [    0.640425] fuse: init (API version 7.39)
    [09:25:06:339] [    0.678467] NET: Registered PF_ALG protocol family
    [09:25:06:339] [    0.683381] Key type asymmetric registered
    [09:25:06:339] [    0.687570] Asymmetric key parser 'x509' registered
    [09:25:06:355] [    0.692607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
    [09:25:06:355] [    0.700364] io scheduler mq-deadline registered
    [09:25:06:369] [    0.705008] io scheduler kyber registered
    [09:25:06:369] [    0.709141] io scheduler bfq registered
    [09:25:06:378] [    0.717311] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [09:25:06:378] [    0.724532] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [09:25:06:385] [    0.732708] IPMI message handler: version 39.2
    [09:25:06:385] [    0.741953] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [09:25:06:385] [    0.759406] loop: module loaded
    [09:25:06:401] [    0.784409] 
    [09:25:06:401]                Module load!
    [09:25:06:401] [    0.785468] tun: Universal TUN/TAP device driver, 1.6
    [09:25:06:411] [    0.795075] CAN device driver interface
    [09:25:06:411] [    0.799579] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [09:25:06:417] [    0.805318] usbcore: registered new interface driver pegasus
    [09:25:06:417] [    0.811138] usbcore: registered new interface driver cdc_ether
    [09:25:06:432] [    0.817124] usbcore: registered new interface driver cdc_subset
    [09:25:06:432] [    0.823198] usbcore: registered new interface driver zaurus
    [09:25:06:432] [    0.828921] usbcore: registered new interface driver cdc_ncm
    [09:25:06:432] [    0.834729] usbcore: registered new interface driver qmi_wwan
    [09:25:06:449] [    0.840630] usbcore: registered new interface driver r8153_ecm
    [09:25:06:449] [    0.847019] VFIO - User Level meta-driver version: 0.3
    [09:25:06:464] [    0.853635] usbcore: registered new interface driver cdc_acm
    [09:25:06:464] [    0.859456] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [09:25:06:480] [    0.867681] usbcore: registered new interface driver cdc_wdm
    [09:25:06:480] [    0.873495] usbcore: registered new interface driver usb-storage
    [09:25:06:480] [    0.879725] usbcore: registered new interface driver option
    [09:25:06:497] [    0.885442] usbserial: USB Serial support registered for GSM modem (1-port)
    [09:25:06:497] [    0.892581] usbcore: registered new device driver onboard-usb-hub
    [09:25:06:512] [    0.899545] i2c_dev: i2c /dev entries driver
    [09:25:06:512] [    0.906431] ledtrig-cpu: registered to indicate activity on CPUs
    [09:25:06:522] [    0.912913] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [09:25:06:522] [    0.920662] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [09:25:06:527] [    0.929927] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [09:25:06:543] [    0.939215]  cs_system_cfg: CoreSight Configuration manager initialised
    [09:25:06:543] [    0.946529] optee: probing for conduit method.
    [09:25:06:543] [    0.951122] optee: revision 4.4 (8f645256efc0dc66)
    [09:25:06:558] [    0.951474] optee: dynamic shared memory is enabled
    [09:25:06:558] [    0.962212] random: crng init done
    [09:25:06:558] [    0.965799] optee: initialized driver
    [09:25:06:560] [    0.971149] usbcore: registered new interface driver snd-usb-audio
    [09:25:06:560] [    0.978682] asoc-simple-card sound: link_of (/sound)
    [09:25:06:578] [    0.979290] GACT probability on
    [09:25:06:578] [    0.982531] Mirror/redirect action on
    [09:25:06:578] [    0.986308] Simple TC action Loaded
    [09:25:06:592] [    0.989897] u32 classifier
    [09:25:06:592] [    0.992664]     input device check on
    [09:25:06:592] [    0.996406]     Actions configured
    [09:25:06:592] [    1.000308] Initializing XFRM netlink socket
    [09:25:06:592] [    1.004754] NET: Registered PF_INET6 protocol family
    [09:25:06:592] [    1.010902] Segment Routing with IPv6
    [09:25:06:606] [    1.014706] In-situ OAM (IOAM) with IPv6
    [09:25:06:606] [    1.018858] NET: Registered PF_PACKET protocol family
    [09:25:06:622] [    1.024079] can: controller area network core
    [09:25:06:622] [    1.028580] NET: Registered PF_CAN protocol family
    [09:25:06:622] [    1.033483] can: raw protocol
    [09:25:06:632] [    1.036521] can: broadcast manager protocol
    [09:25:06:632] [    1.040809] can: netlink gateway - max_hops=1
    [09:25:06:632] [    1.045332] 8021q: 802.1Q VLAN Support v1.8
    [09:25:06:639] [    1.049663] Key type dns_resolver registered
    [09:25:06:639] [    1.062558] registered taskstats version 1
    [09:25:06:655] [    1.066958] Loading compiled-in X.509 certificates
    [09:25:06:655] [    1.081167] AppArmor: AppArmor sha1 policy hashing enabled
    [09:25:06:670] [    1.092533] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    [09:25:06:678] [    1.164956] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [09:25:06:685] [    1.177148] platform 78000000.r5f: configured R5F for IPC-only mode
    [09:25:06:685] [    1.183676] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [09:25:06:702] [    1.192411] remoteproc remoteproc0: 78000000.r5f is available
    [09:25:06:702] [    1.198351] remoteproc remoteproc0: attaching to 78000000.r5f
    [09:25:06:702] [    1.204588] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [09:25:06:718] [    1.214554] virtio_rpmsg_bus virtio0: rpmsg host is online
    [09:25:06:718] [    1.220204] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [09:25:06:734] [    1.227904] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [09:25:06:743] [    1.227943] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [09:25:06:743] [    1.234854] remoteproc remoteproc0: remote processor 78000000.r5f is now attached
    [09:25:06:749] [    1.250881] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [09:25:06:749] [    1.257336] gpmc_mem_init: disabling cs 0 mapped at 0x11000000-0x12000000
    [09:25:06:769] [    1.265950] asoc-simple-card sound: link_of (/sound)
    [09:25:06:769] [    1.268970] tac5x1x-codec 4-0050: ## tac5x1x_i2c_probe: tac5111 codec_type = 0
    [09:25:06:781] [    1.276441] tac5x1x-codec 4-0050: tac5x1x_parse_dt, Fail to get gpi1-func value
    [09:25:06:785] [    1.283926] tac5x1x-codec 4-0050: tac5x1x_parse_dt, Fail to get gpios-func value
    [09:25:06:785] [    1.291510] tac5x1x-codec 4-0050: supply iovdd not found, using dummy regulator
    [09:25:06:796] [    1.299102] tac5x1x-codec 4-0050: supply avdd not found, using dummy regulator
    [09:25:06:814] [    1.306634] omap_i2c 4900000.i2c: bus 4 rev0.12 at 100 kHz
    [09:25:06:814] [    1.313512] /bus@f0000/i2c@20000000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@30/regulators/buck2
    [09:25:06:829] [    1.349569] input: tps65219-pwrbutton as /devices/platform/bus@f0000/20000000.i2c/i2c-0/0-0030/tps65219-pwrbutton.3.auto/input/input0
    [09:25:06:829] [    1.363766] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz
    [09:25:06:845] [    1.371236] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [09:25:06:845] [    1.376353] VDDSHV_SDIO: bypassed regulator has no supply!
    [09:25:06:854] [    1.406467] bq32k 2-0068: Oscillator Failure. Check RTC battery.
    [09:25:06:854] [    1.413149] bq32k 2-0068: registered as rtc0
    [09:25:06:861] [    1.417801] bq32k 2-0068: hctosys: unable to read the hardware clock
    [09:25:06:861] [    1.424621] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [09:25:06:878] [    1.430786] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [09:25:06:892] [    1.439136] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [09:25:06:892] [    1.448402] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [09:25:06:893] [    1.459111] ti-udma 485c0100.dma-controller: Number of rings: 82
    [09:25:06:908] [    1.468084] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [09:25:06:908] [    1.479411] ti-udma 485c0000.dma-controller: Number of rings: 150
    [09:25:06:924] [    1.490881] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [09:25:06:924] [    1.501397] printk: console [ttyS2] disabled
    [09:25:06:924] [    1.506207] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 293, base_baud = 3000000) is a 8250
    [09:25:06:924] [    1.515108] printk: console [ttyS2] enabled
    [09:25:06:939] [    1.523685] printk: bootconsole [ns16550a0] disabled
    [09:25:06:955] [    1.542825] m_can_platform 4e08000.can: m_can device registered (irq=0, version=32)
    [09:25:06:955] [    1.552010] m_can_platform 4e18000.can: m_can device registered (irq=0, version=32)
    [09:25:06:965] [    1.561252] m_can_platform 20701000.can: m_can device registered (irq=297, version=32)
    [09:25:06:978] [    1.570550] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [09:25:06:978] [    1.614185] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [09:25:06:992] [    1.625321] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver ICPlus IP175C/D
    [09:25:07:003] [    1.633866] davinci_mdio 8000f00.mdio: phy[7]: device 8000f00.mdio:07, driver TI DP83826C
    [09:25:07:003] [    1.642076] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [09:25:07:003] [    1.655041] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [09:25:07:019] [    1.661311] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [09:25:07:038] [    1.668437] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [09:25:07:038] [    1.675151] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [09:25:07:043] [    1.689324] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [09:25:07:043] [    1.704820] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [09:25:07:050] [    1.710395] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
    [09:25:07:067] [    1.718193] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
    [09:25:07:067] [    1.724196] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [09:25:07:082] [    1.733650] xhci-hcd xhci-hcd.4.auto: irq 309, io mem 0x31100000
    [09:25:07:082] [    1.740461] hub 1-0:1.0: USB hub found
    [09:25:07:088] [    1.744271] hub 1-0:1.0: 1 port detected
    [09:25:07:088] [    1.750794] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [09:25:07:098] [    1.760223] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [09:25:07:113] [    1.774717] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xdc
    [09:25:07:113] [    1.781115] nand: ESMT GD9FU4G8F3A
    [09:25:07:113] [    1.784513] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [09:25:07:113] [    1.792123] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
    [09:25:07:137] [    1.797446] Scanning device for bad blocks
    [09:25:07:137] [    2.178551] 9 cmdlinepart partitions found on MTD device omap2-nand.0
    [09:25:07:146] [    2.184998] Creating 9 MTD partitions on "omap2-nand.0":
    [09:25:07:146] [    2.190304] 0x000000000000-0x000000080000 : "NAND.tiboot3"
    [09:25:07:154] [    2.197212] 0x000000080000-0x000000280000 : "NAND.tispl"
    [09:25:07:154] [    2.203708] 0x000000280000-0x000000680000 : "NAND.u-boot"
    [09:25:07:161] [    2.210377] 0x000000680000-0x0000006c0000 : "NAND.u-boot-env"
    [09:25:07:161] [    2.217257] 0x0000006c0000-0x000000700000 : "NAND.configure"
    [09:25:07:178] [    2.224041] 0x000000700000-0x000003e00000 : "NAND.rootfs"
    [09:25:07:178] [    2.230674] 0x000003e00000-0x000007500000 : "NAND.rootfs_backup"
    [09:25:07:187] [    2.237841] 0x000007500000-0x00000a700000 : "NAND.app"
    [09:25:07:187] [    2.244171] 0x00000a700000-0x000020000000 : "NAND.nvm"
    [09:25:07:187] [    2.251801] asoc-simple-card sound: link_of (/sound)
    [09:25:07:193] [    2.264044] bq2562x_probe: bq2562x_probe
    [09:25:07:193] [    2.268137] bq2562x-charger 1-006a: No cache used with register defaults set!
    [09:25:07:209] [    2.302968] term_current1 0x1388
    [09:25:07:209] [    2.306306] term_current2 0x1388
    [09:25:07:209] [    2.309610] reg_val 0x4
    [09:25:07:225] [    2.312137] term_curr_msb 0x0
    [09:25:07:225] [    2.315505] term_curr_lsb 0x4
    [09:25:07:225] [    2.320767] pca953x 2-0074: supply vcc not found, using dummy regulator
    [09:25:07:225] [    2.327550] pca953x 2-0074: using no AI
    [09:25:07:240] [    2.335014] 2850000.serial: ttyS5 at MMIO 0x2850000 (irq = 498, base_baud = 3000000) is a 8250
    [09:25:07:240] [    2.344441] ec20-reset Driver init ok
    [09:25:07:240] [    2.350813] asoc-simple-card sound: link_of (/sound)
    [09:25:07:256] [    2.351063] asoc-simple-card sound: Card Name: otis-sound
    [09:25:07:256] [    2.351072] asoc-simple-card sound: DAI0
    [09:25:07:256] [    2.351078] asoc-simple-card sound: cpu num = 1
    [09:25:07:256] [    2.351085] asoc-simple-card sound: cpu sysclk = 24615384Hz
    [09:25:07:279] [    2.351092] asoc-simple-card sound: cpu direction = OUT
    [09:25:07:279] [    2.351098] asoc-simple-card sound: codec num = 1
    [09:25:07:288] [    2.351104] asoc-simple-card sound: dai name = 2b20000.audio-controller-tac5x1x-hifi
    [09:25:07:288] [    2.351109] asoc-simple-card sound: dai format = 4001
    [09:25:07:298] [    2.403765] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:298] [    2.433416] ichg_msb 0x0
    [09:25:07:298] [    2.436480] ichg_lsb 0x80
    [09:25:07:313] [    2.439188] ichg 0x4
    [09:25:07:313] [    2.448930] chrg_volt_lsb 0x50
    [09:25:07:313] [    2.452511] chrg_volt_msb 0xb
    [09:25:07:313] [    2.455564] chrg_volt_lsb 0x16a
    [09:25:07:326] [    2.469023] tac5x1x_set_bias_level 1
    [09:25:07:326] [    2.477822] ubi0: attaching mtd5
    [09:25:07:326] [    2.555260] ubi0: scanning is finished
    [09:25:07:339] [    2.563611] ubi0: attached mtd5 (name "NAND.rootfs", size 55 MiB)
    [09:25:07:339] [    2.569743] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [09:25:07:339] [    2.576611] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [09:25:07:353] [    2.583301] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
    [09:25:07:353] [    2.590089] ubi0: good PEBs: 440, bad PEBs: 0, corrupted PEBs: 0
    [09:25:07:367] [    2.596086] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
    [09:25:07:379] [    2.603298] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1032318075
    [09:25:07:383] [    2.612416] ubi0: available PEBs: 0, total reserved PEBs: 440, PEBs reserved for bad PEB handling: 20
    [09:25:07:383] [    2.621632] ubi0: background thread "ubi_bgt0d" started, PID 93
    [09:25:07:383] [    2.622375] clk: Disabling unused clocks
    [09:25:07:399] [    2.640327] ALSA device list:
    [09:25:07:399] [    2.643379]   #0: otis-sound
    [09:25:07:399] [    2.647536] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [09:25:07:409] [    2.693533] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs", R/O mode
    [09:25:07:418] [    2.701809] UBIFS (ubi0:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [09:25:07:430] [    2.711710] UBIFS (ubi0:0): FS size: 52383744 bytes (49 MiB, 406 LEBs), max 440 LEBs, journal size 7483392 bytes (7 MiB, 58 LEBs)
    [09:25:07:446] [    2.723348] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [09:25:07:446] [    2.729172] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID F0C9AFA1-C04D-4AE6-B126-D84A3E913A24, small LPT model
    [09:25:07:446] [    2.741556] VFS: Mounted root (ubifs filesystem) readonly on device 0:22.
    [09:25:07:462] [    2.749219] devtmpfs: mounted
    [09:25:07:462] [    2.753944] Freeing unused kernel memory: 2560K
    [09:25:07:462] [    2.758581] Run /sbin/init as init process
    [09:25:07:479] [    2.762673]   with arguments:
    [09:25:07:479] [    2.762676]     /sbin/init
    [09:25:07:479] [    2.762679]   with environment:
    [09:25:07:479] [    2.762682]     HOME=/
    [09:25:07:488] [    2.762685]     TERM=linux
    [09:25:07:488] [    2.858177] ec20_reset_handler
    [09:25:07:488] [    3.121467] systemd[1]: System time before build time, advancing clock.
    [09:25:07:510] [    3.216119] systemd[1]: systemd 255.13^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [09:25:07:526] [    3.248844] systemd[1]: Detected architecture arm64.
    [09:25:07:526] [    3.276467] systemd[1]: Hostname set to <otis>.
    [09:25:07:542] [    3.503217] systemd-sysv-generator[106]: SysV service '/etc/init.d/telnetd' 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 safe, robust and future-proof. ! This compatibility logic is deprecated, expect removal soon. !
    [09:25:07:579] [    3.907228] 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.
    [09:25:07:589] [    4.021571] systemd[1]: Queued start job for default target Multi-User System.
    [09:25:07:589] [    4.070380] systemd[1]: Created slice Slice /system/getty.
    [09:25:07:589] [    4.092356] systemd[1]: Created slice Slice /system/modprobe.
    [09:25:07:605] [    4.116275] systemd[1]: Created slice Slice /system/serial-getty.
    [09:25:07:605] [    4.139713] systemd[1]: Created slice User and Session Slice.
    [09:25:07:621] [    4.163283] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [09:25:07:636] [    4.186608] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [09:25:07:636] [    4.210949] systemd[1]: Expecting device /dev/ttyS2...
    [09:25:07:638] [    4.226485] systemd[1]: Reached target Path Units.
    [09:25:07:638] [    4.242350] systemd[1]: Reached target Remote File Systems.
    [09:25:07:638] [    4.262308] systemd[1]: Reached target Slice Units.
    [09:25:07:653] [    4.278319] systemd[1]: Reached target Swaps.
    [09:25:07:653] [    4.304293] systemd[1]: Listening on Process Core Dump Socket.
    [09:25:07:669] [    4.326881] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [09:25:07:669] [    4.353702] systemd[1]: Listening on Journal Audit Socket.
    [09:25:07:679] [    4.379117] systemd[1]: Listening on Journal Socket (/dev/log).
    [09:25:07:679] [    4.403100] systemd[1]: Listening on Journal Socket.
    [09:25:07:684] [    4.423777] systemd[1]: Listening on Network Service Netlink Socket.
    [09:25:07:684] [    4.449400] systemd[1]: Listening on udev Control Socket.
    [09:25:07:700] [    4.470969] systemd[1]: Listening on udev Kernel Socket.
    [09:25:07:700] [    4.515349] systemd[1]: Mounting Huge Pages File System...
    [09:25:07:700] [    4.566713] systemd[1]: Mounting POSIX Message Queue File System...
    [09:25:07:715] [    4.590961] systemd[1]: Mounting Kernel Debug File System...
    [09:25:07:731] [    4.618991] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [09:25:07:731] [    4.646591] systemd[1]: Mounting Temporary Directory /tmp...
    [09:25:07:747] [    4.666788] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.6.58-ga7758da17c28-dirty/modules.devname).
    [09:25:07:747] [    4.695226] systemd[1]: Starting Load Kernel Module configfs...
    [09:25:07:762] [    4.719636] systemd[1]: Starting Load Kernel Module drm...
    [09:25:07:762] [    4.743446] systemd[1]: Starting Load Kernel Module fuse...
    [09:25:07:779] [    4.775319] systemd[1]: Starting Journal Service...
    [09:25:07:779] [    4.815360] systemd[1]: Starting Load Kernel Modules...
    [09:25:07:779] [    4.879527] systemd[1]: Starting Generate network units from Kernel command line...
    [09:25:07:779] [    4.903959] systemd-journald[116]: Collecting audit messages is enabled.
    [09:25:07:794] [    4.948864] systemd[1]: Starting Remount Root and Kernel File Systems...
    [09:25:07:809] [    5.014365] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
    [09:25:07:809] [    5.052407] systemd[1]: Starting Coldplug All udev Devices...
    [09:25:07:825] [    5.066120] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:825] [    5.105956] systemd[1]: Mounted Huge Pages File System.
    [09:25:07:825] [    5.122536] systemd[1]: Mounted POSIX Message Queue File System.
    [09:25:07:842] [    5.129948] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:842] [    5.155515] systemd[1]: Mounted Kernel Debug File System.
    [09:25:07:856] [    5.169221] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:856] [    5.179287] systemd[1]: Mounted Temporary Directory /tmp.
    [09:25:07:856] [    5.205889] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [09:25:07:856] [    5.223148] systemd[1]: Finished Load Kernel Module configfs.
    [09:25:07:880] [    5.232776] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:888] [    5.256816] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [09:25:07:888] [    5.264915] systemd[1]: Finished Load Kernel Module drm.
    [09:25:07:904] [    5.278720] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:905] [    5.288806] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [09:25:07:905] [    5.298595] systemd[1]: Finished Load Kernel Module fuse.
    [09:25:07:905] [    5.320244] systemd[1]: Finished Load Kernel Modules.
    [09:25:07:920] [    5.334235] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:936] [    5.344351] systemd[1]: Finished Generate network units from Kernel command line.
    [09:25:07:936] [    5.372431] systemd[1]: Finished Remount Root and Kernel File Systems.
    [09:25:07:936] [    5.383398] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:960] [    5.404092] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
    [09:25:07:967] [    5.419879] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:967] [    5.460223] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:07:980] [    5.475233] systemd[1]: Mounting FUSE Control File System...
    [09:25:07:980] [    5.506963] systemd[1]: Mounting Kernel Configuration File System...
    [09:25:07:983] [    5.528014] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
    [09:25:07:999] [    5.603271] systemd[1]: Starting Apply Kernel Variables...
    [09:25:08:015] [    5.626857] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
    [09:25:08:015] [    5.679018] systemd[1]: Starting Create Static Device Nodes in /dev...
    [09:25:08:015] [    5.713250] systemd[1]: Started Journal Service.
    [09:25:08:015] [    5.910263] audit: type=1334 audit(1728487094.780:2): prog-id=6 op=LOAD
    [09:25:08:031] [    5.922361] audit: type=1334 audit(1728487094.780:3): prog-id=7 op=LOAD
    [09:25:08:047] [    5.952975] synth uevent: /devices/platform/bus@f0000/20010000.i2c/i2c-1/1-006a/power_supply/bq2562x-battery: failed to send uevent
    [09:25:08:047] [    5.964884] power_supply bq2562x-battery: uevent: failed to send synthetic uevent: -22
    [09:25:08:047] [    6.042689] ichg_msb 0x0
    [09:25:08:047] [    6.049196] ichg_lsb 0x80
    [09:25:08:047] [    6.054262] ichg 0x4
    [09:25:08:062] [    6.070023] chrg_volt_lsb 0x50
    [09:25:08:062] [    6.078784] chrg_volt_msb 0xb
    [09:25:08:062] [    6.081868] chrg_volt_lsb 0x16a
    [09:25:08:080] [    6.118857] systemd-journald[116]: Received client request to flush runtime journal.
    [09:25:08:080] [    6.600655] ubi1: attaching mtd7
    [09:25:08:080] [    6.628228] mtdblock: MTD device 'NAND.tiboot3' is NAND, please consider using UBI block devices instead.
    [09:25:08:094] [    6.732163] audit: type=1334 audit(1728487095.608:4): prog-id=8 op=LOAD
    [09:25:08:094] [    6.745701] ubi1: scanning is finished
    [09:25:08:109] [    6.762531] ubi1: attached mtd7 (name "NAND.app", size 50 MiB)
    [09:25:08:109] [    6.768467] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [09:25:08:125] [    6.778253] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [09:25:08:125] [    6.789344] ubi1: VID header offset: 512 (aligned 512), data offset: 2048
    [09:25:08:125] [    6.802364] ubi1: good PEBs: 400, bad PEBs: 0, corrupted PEBs: 0
    [09:25:08:141] [    6.814718] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
    [09:25:08:141] [    6.834318] ubi1: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 585071016
    [09:25:08:156] [    6.856782] audit: type=1334 audit(1728487095.728:5): prog-id=9 op=LOAD
    [09:25:08:156] [    6.863487] ubi1: available PEBs: 0, total reserved PEBs: 400, PEBs reserved for bad PEB handling: 20
    [09:25:08:156] [    6.879159] ubi1: background thread "ubi_bgt1d" started, PID 208
    [09:25:08:180] [    6.969035] UBIFS (ubi1:0): Mounting in unauthenticated mode
    [09:25:08:180] [    6.998262] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 234
    [09:25:08:188] [    7.034094] UBIFS (ubi1:0): recovery needed
    [09:25:08:204] [    7.149110] mtdblock: MTD device 'NAND.tispl' is NAND, please consider using UBI block devices instead.
    [09:25:08:204] [    7.178517] UBIFS (ubi1:0): recovery completed
    [09:25:08:204] [    7.184906] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "appfs"
    [09:25:08:219] [    7.193157] mtdblock: MTD device 'NAND.u-boot' is NAND, please consider using UBI block devices instead.
    [09:25:08:219] [    7.206259] UBIFS (ubi1:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [09:25:08:235] [    7.238265] UBIFS (ubi1:0): FS size: 47222784 bytes (45 MiB, 366 LEBs), max 400 LEBs, journal size 6838272 bytes (6 MiB, 53 LEBs)
    [09:25:08:235] [    7.253224] UBIFS (ubi1:0): reserved for root: 0 bytes (0 KiB)
    [09:25:08:252] [    7.260241] UBIFS (ubi1:0): media format: w4/r0 (latest is w5/r0), UUID 60251846-CE07-488F-B7ED-E39CCEABBE9D, small LPT model
    [09:25:08:252] [    7.289227] ubi2: attaching mtd8
    [09:25:08:267] [    7.294761] mtdblock: MTD device 'NAND.u-boot-env' is NAND, please consider using UBI block devices instead.
    [09:25:08:280] [    7.329057] mtdblock: MTD device 'NAND.rootfs_backup' is NAND, please consider using UBI block devices instead.
    [09:25:08:293] [    7.350699] mtdblock: MTD device 'NAND.configure' is NAND, please consider using UBI block devices instead.
    [09:25:08:299] [    7.374797] mtdblock: MTD device 'NAND.rootfs' is NAND, please consider using UBI block devices instead.
    [09:25:08:314] [    7.390844] mtdblock: MTD device 'NAND.app' is NAND, please consider using UBI block devices instead.
    [09:25:08:314] [    7.400078] ubi2 warning: ubi_io_read: error -110 while reading 64 bytes from PEB 289:0, read only 0 bytes, retry
    [09:25:08:314] [    7.426288] mtdblock: MTD device 'NAND.nvm' is NAND, please consider using UBI block devices instead.
    [09:25:08:331] [    8.241095] ubi2: scanning is finished
    [09:25:08:331] [    8.257374] ubi2: attached mtd8 (name "NAND.nvm", size 345 MiB)
    [09:25:08:347] [    8.268164] ubi2: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [09:25:08:347] [    8.272456] audit: type=1334 audit(1728487097.144:6): prog-id=10 op=LOAD
    [09:25:08:347] [    8.275187] ubi2: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [09:25:08:362] [    8.294308] ubi2: VID header offset: 512 (aligned 512), data offset: 2048
    [09:25:08:362] [    8.306469] ubi2: good PEBs: 2760, bad PEBs: 0, corrupted PEBs: 0
    [09:25:08:380] [    8.314231] ubi2: user volume: 1, internal volumes: 1, max. volumes count: 128
    [09:25:08:384] [    8.337655] ubi2: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1036511315
    [09:25:08:404] [    8.347250] ubi2: available PEBs: 0, total reserved PEBs: 2760, PEBs reserved for bad PEB handling: 20
    [09:25:08:404] [    8.358332] ubi2: background thread "ubi_bgt2d" started, PID 338
    [09:25:08:409] [    8.380540] UBIFS (ubi2:0): Mounting in unauthenticated mode
    [09:25:08:409] [    8.394252] UBIFS (ubi2:0): background thread "ubifs_bgt2_0" started, PID 354
    [09:25:08:427] [    8.425368] UBIFS (ubi2:0): recovery needed
    [09:25:08:427] [    9.168444] UBIFS (ubi2:0): recovery completed
    [09:25:08:428] [    9.186403] UBIFS (ubi2:0): UBIFS: mounted UBI device 2, volume 0, name "nvmfs"
    [09:25:08:441] [    9.202259] UBIFS (ubi2:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [09:25:08:457] [    9.229924] UBIFS (ubi2:0): FS size: 351590400 bytes (335 MiB, 2725 LEBs), max 2760 LEBs, journal size 9033728 bytes (8 MiB, 71 LEBs)
    [09:25:08:457] [    9.254247] UBIFS (ubi2:0): reserved for root: 0 bytes (0 KiB)
    [09:25:08:457] [    9.264838] UBIFS (ubi2:0): media format: w4/r0 (latest is w5/r0), UUID B9C23D60-3186-4669-A866-2D753BA90B62, small LPT model
    [09:25:08:480] [    9.402704] audit: type=1334 audit(1728487098.276:7): prog-id=11 op=LOAD
    [09:25:08:480] [    9.418017] audit: type=1334 audit(1728487098.292:8): prog-id=12 op=LOAD
    [09:25:08:488] [    9.446311] audit: type=1334 audit(1728487098.292:9): prog-id=13 op=LOAD
    [09:25:08:505] [    9.482388] dbus-broker-lau[341]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [09:25:08:505] [    9.649184] m_can_platform 4e08000.can mcu_mcan0: renamed from can0
    [09:25:08:516] [    9.730375] audit: type=1334 audit(1728487098.604:10): prog-id=14 op=LOAD
    [09:25:08:520] [    9.790973] m_can_platform 20701000.can main_mcan0: renamed from can2
    [09:25:08:520] [    9.896291] m_can_platform 4e18000.can mcu_mcan1: renamed from can1
    [09:25:08:537] [   10.456005] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:07] driver [TI DP83826C] (irq=POLL)
    [09:25:08:545] [   10.468624] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [09:25:08:545] [   10.484824] 8021q: adding VLAN 0 to HW filter on device eth0
    [09:25:08:560] [   10.502327] am65-cpsw-nuss 8000000.ethernet eth1: configuring for fixed/rmii link mode
    [09:25:08:567] [   10.515065] am65-cpsw-nuss 8000000.ethernet eth1: Link is Up - 100Mbps/Full - flow control off
    [09:25:08:567] [   10.521347] 8021q: adding VLAN 0 to HW filter on device eth1
    [09:25:08:580] [   11.058711] power_supply_show_property: 3 callbacks suppressed
    [09:25:08:580] [   11.058733] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:584] [   11.203396] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:600] [   11.210528] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:615] [   11.341288] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:615] [   11.407411] ichg_msb 0x0
    [09:25:08:615] [   11.430431] ichg_lsb 0x80
    [09:25:08:615] [   11.442981] ichg 0x4
    [09:25:08:625] [   11.446419] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:625] [   11.455457] ichg_msb 0x0
    [09:25:08:625] [   11.460462] ichg_lsb 0x80
    [09:25:08:631] [   11.470986] ichg 0x4
    [09:25:08:631] [   11.504541] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:646] [   11.517779] chrg_volt_lsb 0x50
    [09:25:08:646] [   11.525894] chrg_volt_lsb 0x50
    [09:25:08:646] [   11.532159] chrg_volt_msb 0xb
    [09:25:08:646] [   11.538853] chrg_volt_msb 0x4
    [09:25:08:646] [   11.541935] chrg_volt_lsb 0x8a
    [09:25:08:646] [   11.547471] chrg_volt_lsb 0x16a
    [09:25:08:663] [   11.555701] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:663] [   11.683787] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:681] [   11.772744] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:681] [   11.847575] power_supply bq2562x-battery: driver failed to report `status' property: -22
    [09:25:08:681] [   12.876299] platform 2b300050.target-module: deferred probe pending
    [09:25:08:694] [   14.886200] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [09:25:08:710] [   15.197444] option 1-1:1.0: GSM modem (1-port) converter detected
    [09:25:08:710] [   15.204030] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
    [09:25:08:725] [   15.211767] option 1-1:1.1: GSM modem (1-port) converter detected
    [09:25:08:725] [   15.218469] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
    [09:25:08:735] [   15.225886] option 1-1:1.2: GSM modem (1-port) converter detected
    [09:25:08:742] [   15.232525] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
    [09:25:08:742] [   15.239943] option 1-1:1.3: GSM modem (1-port) converter detected
    [09:25:08:757] [   15.247884] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3
    [09:25:08:757] [   15.260852] qmi_wwan 1-1:1.4: cdc-wdm0: USB WDM device
    [09:25:08:757] [   15.267076] qmi_wwan 1-1:1.4 wwan0: register 'qmi_wwan' at usb-xhci-hcd.4.auto-1, WWAN/QMI device, 66:2f:61:14:c1:41
    [09:25:08:781] [   15.323928] qmi_wwan 1-1:1.4 wwu1i4: renamed from wwan0
    [09:25:08:790] [   22.907431] audit: type=1006 audit(1728487111.784:11): pid=685 uid=0 subj=unconfined old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [09:25:08:790] [   22.922486] audit: type=1300 audit(1728487111.784:11): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffec140548 a2=1 a3=1 items=0 ppid=1 pid=685 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="/usr/lib/systemd/systemd-executor" subj=unconfined key=(null)
    [09:25:08:821] [   22.950802] audit: type=1327 audit(1728487111.784:11): proctitle="(systemd)"
    [09:25:08:836] [   22.967474] audit: type=1334 audit(1728487111.844:12): prog-id=15 op=LOAD
    [09:25:08:846] [   22.975142] audit: type=1300 audit(1728487111.844:12): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc8fb0488 a2=90 a3=0 items=0 ppid=1 pid=685 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="/usr/lib/systemd/systemd" subj=unconfined key=(null)
    [09:25:08:868] [   23.003034] audit: type=1327 audit(1728487111.844:12): proctitle="(systemd)"
    [09:25:08:868] [   23.010786] audit: type=1334 audit(1728487111.844:13): prog-id=15 op=UNLOAD
    [09:25:08:884] [   23.018609] audit: type=1300 audit(1728487111.844:13): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffac651c60 items=0 ppid=1 pid=685 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="/usr/lib/systemd/systemd" subj=unconfined key=(null)
    [09:25:08:899] [   23.046125] audit: type=1327 audit(1728487111.844:13): proctitle="(systemd)"
    [09:25:08:948] [   23.053349] audit: type=1334 audit(1728487111.844:14): prog-id=16 op=LOAD
    [09:25:08:948] [   33.866777] VDDSHV_SDIO: disabling
    

  • Hi Bert, 

    I have attach the boot log, please help check 

    Was there any traffic passing through the Ethernet port up until running ifconfig and the freeze of the console? 

    If you remove the uart cable and reconnect it, does the console still remain frozen? The point is to see if the board is still functioning or if it is a uart issue.

      ok, I will try when next reproduce

    Great, again I'm suspecting something wrong with the uart connection because I would think if ifconfig is used to probe the Ethernet interfaces and caused some system crash, usually there would be some kernel panic message. 

    Also, is the PC connected to your board a Linux PC? If so, can you check if there is still a link up on the connected Ethernet interface from the PC side? You can do so with "ethtool <interface name>" if running Linux.

    -Daolin