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.

AM625: AM625 tisdk-default-image-mitysom-am62x 9.1 weston startup failure

Part Number: AM625


Hi,

we are testing the SDK 9.1 filesystem without System on Module and have noticed that the weston service often fails to start. During investigation, it was discovered that the problem seems far more likely to occur on dual-core chips than quad core. This leads me to believe there is a race condition between the weston service and one of its required predecessors.

Jan 01 00:00:19 am62xx-evm weston[444]: wayland.freedesktop.org
Jan 01 00:00:19 am62xx-evm weston[444]: Bug reports to: gitlab.freedesktop.org/.../
Jan 01 00:00:19 am62xx-evm weston[444]: Build: 10.0.2
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.592] Command line: /usr/bin/weston --modules=systemd-notify.so
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.592] OS: Linux, 6.1.33-g40c32565ca, #1 SMP PREEMPT Thu Jul 6 14:17:24 UTC 2023, aarch64
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.592] Flight recorder: enabled
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.583199575Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.593908705Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.595] Using config file '/etc/xdg/weston/weston.ini'
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.601] Output repaint window is 7 ms maximum.
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.603] Loading module '/usr/lib/libweston-10/drm-backend.so'
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.604346900Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.604891600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.605151825Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.614] initializing drm backend
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.614] Trying logind launcher...
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.631] logind: session control granted
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.640] logind: TakeDevice on 226:0 failed.
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.640] logind: TakeDevice on /dev/dri/card0 failed, error=No such device
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.645149550Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.648] logind: TakeDevice on 226:1 failed.
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.648] logind: TakeDevice on /dev/dri/card1 failed, error=No such device
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.648] no drm device found
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.649] BUG: layer_list is not empty after shutdown. Calls to weston_layer_fini() are missing somwhere.
Jan 01 00:00:19 am62xx-evm weston[444]: [00:00:19.649] fatal: failed to create compositor backend
Jan 01 00:00:19 am62xx-evm weston[444]: Internal warning: debug scope 'drm-backend' has not been destroyed.
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.656452775Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.656978410Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.657403995Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jan 01 00:00:19 am62xx-evm containerd[429]: time="1970-01-01T00:00:19.657715555Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jan 01 00:00:19 am62xx-evm systemd[1]: weston.service: Main process exited, code=exited, status=1/FAILURE
Jan 01 00:00:19 am62xx-evm systemd[1]: weston.service: Failed with result 'exit-code'.
Jan 01 00:00:19 am62xx-evm systemd[1]: Failed to start Weston, a Wayland compositor, as a system service.


As you can see in the log excerpt above, the display is not there... I'm guessing maybe the firmware has not finished loading for the DSS by the time weston tries to start?

I have recreated this issue on the EVM by using the maxcpus=2 boot arg.

  • Hi,

    Have you modified the weston bootup script or anything else in the systemd services? 

    Also, you mentioned you reproduced the issue on TI EVM with the maxcpu boot args. Just to clarify, this was on TI EVM and using TI default SDK? 

    Regards,
    Krunal

  • Hi Krunal

    We have not modified the weston boot script. We have added a couple of units to systemd (dhcpserver netowrk unit, lmsensors, expand_rootfs)

    The EVM filesystem was the stock TI one.

    cheers

    /Tim

  • Thanks! Let me try to replicate the issue on my side and check internally with our SW devs.

    Regards,
    Krunal

  • Hi,

    I have not been able to replicate the issue on my side so far. On your side, when you see the issue are you able to restart weston (systemctl restart weston) or it's in a bad state?

    Regards,
    Krunal

  • Krunal,

    I can restart weston and then everything pretty much works (with the caveat that the WAYLAND_DISPLAY environment will not be set in the current shell, so you have to do that manually). Even when it does boot to the demo, I see a number of  failed attempts to start weston before it comes up correctly
    Jan 01 00:00:19 am62xx-evm weston[415]: [00:00:19.658] logind: TakeDevice on 226:0 failed.
    Jan 01 00:00:19 am62xx-evm weston[415]: [00:00:19.658] logind: TakeDevice on /dev/dri/card0 failed, error=No such device
    Jan 01 00:00:19 am62xx-evm weston[415]: [00:00:19.664] logind: TakeDevice on 226:1 failed.
    Jan 01 00:00:19 am62xx-evm weston[415]: [00:00:19.664] logind: TakeDevice on /dev/dri/card1 failed, error=No such device
    Jan 01 00:00:19 am62xx-evm weston[415]: [00:00:19.664] fatal: failed to create compositor backend
    Jan 01 00:00:20 am62xx-evm weston[601]: [00:00:20.253] logind: TakeDevice on 226:0 failed.
    Jan 01 00:00:20 am62xx-evm weston[601]: [00:00:20.253] logind: TakeDevice on /dev/dri/card0 failed, error=No such device
    Jan 01 00:00:20 am62xx-evm weston[601]: [00:00:20.258] logind: TakeDevice on 226:1 failed.
    Jan 01 00:00:20 am62xx-evm weston[601]: [00:00:20.258] logind: TakeDevice on /dev/dri/card1 failed, error=No such device
    Jan 01 00:00:20 am62xx-evm weston[601]: [00:00:20.259] fatal: failed to create compositor backend
    Jan 01 00:00:20 am62xx-evm weston[651]: [00:00:20.729] logind: TakeDevice on 226:0 failed.
    Jan 01 00:00:20 am62xx-evm weston[651]: [00:00:20.730] logind: TakeDevice on /dev/dri/card0 failed, error=No such device
    Jan 01 00:00:20 am62xx-evm weston[651]: [00:00:20.735] logind: TakeDevice on 226:1 failed.
    Jan 01 00:00:20 am62xx-evm weston[651]: [00:00:20.736] logind: TakeDevice on /dev/dri/card1 failed, error=No such device
    Jan 01 00:00:20 am62xx-evm weston[651]: [00:00:20.736] fatal: failed to create compositor backend

    My suspicion is that sometimes it times out before getting weston up and going.ti_svm_bootup.txt.gz

    I have attached the journals from a working startup that show weston failing 3 times before succeeding on the 4th.

    cheers

    /Tim

  • Thanks for the logs and I will review with the team.

    Regards,
    Krunal

  • Hi,

    When the issues happens, can you please dump everything using the command "journalctl -b"? I have not been able to successfully replicate the issue on my side. 

    Regards,
    Krunal

  • Hello Krunal,

    I'm another engineer working with Tim. Here are the journalctl logs on both a successful and unsuccessful boot.

    journalctl -b
    Apr 28 17:42:27 mitysom-am62x kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    Apr 28 17:42:27 mitysom-am62x kernel: Linux version 6.1.46-gd28abd4af0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Apr 24 1>
    Apr 28 17:42:27 mitysom-am62x kernel: Machine model: Critical Link MitySOM-AM62x
    Apr 28 17:42:27 mitysom-am62x kernel: earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    Apr 28 17:42:27 mitysom-am62x kernel: printk: bootconsole [ns16550a0] enabled
    Apr 28 17:42:27 mitysom-am62x kernel: efi: UEFI not found.
    Apr 28 17:42:27 mitysom-am62x kernel: Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
    Apr 28 17:42:27 mitysom-am62x kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    Apr 28 17:42:27 mitysom-am62x kernel: Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    Apr 28 17:42:27 mitysom-am62x kernel: OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    Apr 28 17:42:27 mitysom-am62x kernel: Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    Apr 28 17:42:27 mitysom-am62x kernel: OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    Apr 28 17:42:27 mitysom-am62x kernel: Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    Apr 28 17:42:27 mitysom-am62x kernel: OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    Apr 28 17:42:27 mitysom-am62x kernel: Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    Apr 28 17:42:27 mitysom-am62x kernel: OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    Apr 28 17:42:27 mitysom-am62x kernel: Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    Apr 28 17:42:27 mitysom-am62x kernel: OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    Apr 28 17:42:27 mitysom-am62x kernel: Zone ranges:
    Apr 28 17:42:27 mitysom-am62x kernel:   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    Apr 28 17:42:27 mitysom-am62x kernel:   DMA32    empty
    Apr 28 17:42:27 mitysom-am62x kernel:   Normal   empty
    Apr 28 17:42:27 mitysom-am62x kernel: Movable zone start for each node
    Apr 28 17:42:27 mitysom-am62x kernel: Early memory node ranges
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x0000000080000000-0x000000009c7fffff]
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x00000000ff700000-0x00000000fffc9fff]
    Apr 28 17:42:27 mitysom-am62x kernel:   node   0: [mem 0x00000000fffca000-0x00000000ffffffff]
    Apr 28 17:42:27 mitysom-am62x kernel: Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    Apr 28 17:42:27 mitysom-am62x kernel: psci: probing for conduit method from DT.
    Apr 28 17:42:27 mitysom-am62x kernel: psci: PSCIv1.1 detected in firmware.
    Apr 28 17:42:27 mitysom-am62x kernel: psci: Using standard PSCI v0.2 function IDs
    Apr 28 17:42:27 mitysom-am62x kernel: psci: Trusted OS migration not required
    Apr 28 17:42:27 mitysom-am62x kernel: psci: SMC Calling Convention v1.4
    Apr 28 17:42:27 mitysom-am62x kernel: percpu: Embedded 28 pages/cpu s75368 r8192 d31128 u114688
    Apr 28 17:42:27 mitysom-am62x kernel: pcpu-alloc: s75368 r8192 d31128 u114688 alloc=28*4096
    Apr 28 17:42:27 mitysom-am62x kernel: pcpu-alloc: [0] 0 [0] 1 
    Apr 28 17:42:27 mitysom-am62x kernel: Detected VIPT I-cache on CPU0
    Apr 28 17:42:27 mitysom-am62x kernel: CPU features: detected: GIC system register CPU interface
    Apr 28 17:42:27 mitysom-am62x kernel: CPU features: detected: ARM erratum 845719
    Apr 28 17:42:27 mitysom-am62x kernel: alternatives: applying boot alternatives
    lines 1-44Apr 28 17:42:27 mitysom-am62x kernel: Built 1 zonelists, mobility grouping on.  Total pages: 516096
    lines 2-45Apr 28 17:42:27 mitysom-am62x kernel: Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),25>
    lines 3-46Apr 28 17:42:27 mitysom-am62x kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    lines 4-47Apr 28 17:42:27 mitysom-am62x kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    lines 5-48Apr 28 17:42:27 mitysom-am62x kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
    lines 6-49Apr 28 17:42:27 mitysom-am62x kernel: Memory: 1832676K/2097152K available (13888K kernel code, 2226K rwdata, 4816K rodata, 4544K init, 450K bss, 133404K reserved, 131072K cma-reserved)
    lines 7-50Apr 28 17:42:27 mitysom-am62x kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    lines 8-51Apr 28 17:42:27 mitysom-am62x kernel: ftrace: allocating 45346 entries in 178 pages
    lines 9-52Apr 28 17:42:27 mitysom-am62x kernel: ftrace: allocated 178 pages with 4 groups
    lines 10-53Apr 28 17:42:27 mitysom-am62x kernel: trace event string verifier disabled
    lines 11-54Apr 28 17:42:27 mitysom-am62x kernel: rcu: Preemptible hierarchical RCU implementation.
    lines 12-55Apr 28 17:42:27 mitysom-am62x kernel: rcu:         RCU event tracing is enabled.
    lines 13-56Apr 28 17:42:27 mitysom-am62x kernel: rcu:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    lines 14-57Apr 28 17:42:27 mitysom-am62x kernel:         Trampoline variant of Tasks RCU enabled.
    lines 15-58Apr 28 17:42:27 mitysom-am62x kernel:         Rude variant of Tasks RCU enabled.
    lines 16-59Apr 28 17:42:27 mitysom-am62x kernel:         Tracing variant of Tasks RCU enabled.
    lines 17-60Apr 28 17:42:27 mitysom-am62x kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    lines 18-61Apr 28 17:42:27 mitysom-am62x kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    lines 19-62Apr 28 17:42:27 mitysom-am62x kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    lines 20-63Apr 28 17:42:27 mitysom-am62x kernel: GICv3: GIC: Using split EOI/Deactivate mode
    lines 21-64Apr 28 17:42:27 mitysom-am62x kernel: GICv3: 256 SPIs implemented
    lines 22-65Apr 28 17:42:27 mitysom-am62x kernel: GICv3: 0 Extended SPIs implemented
    lines 23-66Apr 28 17:42:27 mitysom-am62x kernel: Root IRQ handler: gic_handle_irq
    lines 24-67Apr 28 17:42:27 mitysom-am62x kernel: GICv3: GICv3 features: 16 PPIs
    lines 25-68Apr 28 17:42:27 mitysom-am62x kernel: GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    lines 26-69Apr 28 17:42:27 mitysom-am62x kernel: ITS [mem 0x01820000-0x0182ffff]
    lines 27-70Apr 28 17:42:27 mitysom-am62x kernel: GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    lines 28-71Apr 28 17:42:27 mitysom-am62x kernel: ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    lines 29-72Apr 28 17:42:27 mitysom-am62x kernel: ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
    lines 30-73Apr 28 17:42:27 mitysom-am62x kernel: ITS: using cache flushing for cmd queue
    lines 31-74Apr 28 17:42:27 mitysom-am62x kernel: GICv3: using LPI property table @0x0000000080180000
    lines 32-75Apr 28 17:42:27 mitysom-am62x kernel: GIC: using cache flushing for LPI property table
    lines 33-76Apr 28 17:42:27 mitysom-am62x kernel: GICv3: CPU0: using allocated LPI pending table @0x0000000080190000
    lines 34-77Apr 28 17:42:27 mitysom-am62x kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
    lines 35-78Apr 28 17:42:27 mitysom-am62x kernel: arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    lines 36-79Apr 28 17:42:27 mitysom-am62x kernel: clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    lines 37-80Apr 28 17:42:27 mitysom-am62x kernel: sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    lines 38-81Apr 28 17:42:27 mitysom-am62x kernel: Console: colour dummy device 80x25
    lines 39-82Apr 28 17:42:27 mitysom-am62x kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    lines 40-83Apr 28 17:42:27 mitysom-am62x kernel: pid_max: default: 32768 minimum: 301
    lines 41-84Apr 28 17:42:27 mitysom-am62x kernel: LSM: Security Framework initializing
    lines 42-85Apr 28 17:42:27 mitysom-am62x kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    lines 43-86Apr 28 17:42:27 mitysom-am62x kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    lines 44-87Apr 28 17:42:27 mitysom-am62x kernel: cblist_init_generic: Setting adjustable number of callback queues.
    lines 45-88Apr 28 17:42:27 mitysom-am62x kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
    lines 46-89Apr 28 17:42:27 mitysom-am62x kernel: cblist_init_generic: Setting adjustable number of callback queues.
    lines 47-90Apr 28 17:42:27 mitysom-am62x kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
    lines 48-91Apr 28 17:42:27 mitysom-am62x kernel: cblist_init_generic: Setting adjustable number of callback queues.
    lines 49-92Apr 28 17:42:27 mitysom-am62x kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
    lines 50-93Apr 28 17:42:27 mitysom-am62x kernel: rcu: Hierarchical SRCU implementation.
    lines 51-94Apr 28 17:42:27 mitysom-am62x kernel: rcu:         Max phase no-delay instances is 1000.
    lines 52-95Apr 28 17:42:27 mitysom-am62x kernel: Platform MSI: msi-controller@1820000 domain created
    lines 53-96Apr 28 17:42:27 mitysom-am62x kernel: PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    lines 54-97Apr 28 17:42:27 mitysom-am62x kernel: EFI services will not be available.
    lines 55-98Apr 28 17:42:27 mitysom-am62x kernel: smp: Bringing up secondary CPUs ...
    lines 56-99Apr 28 17:42:27 mitysom-am62x kernel: Detected VIPT I-cache on CPU1
    lines 57-100Apr 28 17:42:27 mitysom-am62x kernel: GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    lines 58-101Apr 28 17:42:27 mitysom-am62x kernel: GICv3: CPU1: using allocated LPI pending table @0x00000000801a0000
    lines 59-102Apr 28 17:42:27 mitysom-am62x kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    lines 60-103Apr 28 17:42:27 mitysom-am62x kernel: smp: Brought up 1 node, 2 CPUs
    lines 61-104Apr 28 17:42:27 mitysom-am62x kernel: SMP: Total of 2 processors activated.
    lines 62-105Apr 28 17:42:27 mitysom-am62x kernel: CPU features: detected: 32-bit EL0 Support
    lines 63-106Apr 28 17:42:27 mitysom-am62x kernel: CPU features: detected: CRC32 instructions
    lines 64-107Apr 28 17:42:27 mitysom-am62x kernel: CPU: All CPU(s) started at EL2
    lines 65-108Apr 28 17:42:27 mitysom-am62x kernel: alternatives: applying system-wide alternatives
    lines 66-109Apr 28 17:42:27 mitysom-am62x kernel: devtmpfs: initialized
    lines 67-110Apr 28 17:42:27 mitysom-am62x kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    lines 68-111Apr 28 17:42:27 mitysom-am62x kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    lines 69-112Apr 28 17:42:27 mitysom-am62x kernel: pinctrl core: initialized pinctrl subsystem
    lines 70-113Apr 28 17:42:27 mitysom-am62x kernel: DMI not present or invalid.
    lines 71-114Apr 28 17:42:27 mitysom-am62x kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
    lines 72-115Apr 28 17:42:27 mitysom-am62x kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    lines 73-116Apr 28 17:42:27 mitysom-am62x kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    lines 74-117Apr 28 17:42:27 mitysom-am62x kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    lines 75-118Apr 28 17:42:27 mitysom-am62x kernel: audit: initializing netlink subsys (disabled)
    lines 76-119Apr 28 17:42:27 mitysom-am62x kernel: audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
    lines 77-120Apr 28 17:42:27 mitysom-am62x kernel: thermal_sys: Registered thermal governor 'step_wise'
    lines 78-121Apr 28 17:42:27 mitysom-am62x kernel: thermal_sys: Registered thermal governor 'power_allocator'
    lines 79-122Apr 28 17:42:27 mitysom-am62x kernel: cpuidle: using governor menu
    lines 80-123Apr 28 17:42:27 mitysom-am62x kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    lines 81-124Apr 28 17:42:27 mitysom-am62x kernel: ASID allocator initialised with 65536 entries
    lines 82-125Apr 28 17:42:27 mitysom-am62x kernel: platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/tfp410@38
    lines 83-126Apr 28 17:42:27 mitysom-am62x kernel: platform hdmi_connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/tfp410@38
    lines 84-127Apr 28 17:42:27 mitysom-am62x kernel: platform usb_microb_connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    lines 85-128Apr 28 17:42:27 mitysom-am62x kernel: KASLR disabled due to lack of seed
    lines 86-129Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    lines 87-130Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    lines 88-131Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    lines 89-132Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    lines 90-133Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    lines 91-134Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    lines 92-135Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    lines 93-136Apr 28 17:42:27 mitysom-am62x kernel: HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    lines 94-137Apr 28 17:42:27 mitysom-am62x kernel: k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    lines 95-138Apr 28 17:42:27 mitysom-am62x kernel: iommu: Default domain type: Translated 
    lines 96-139Apr 28 17:42:27 mitysom-am62x kernel: iommu: DMA domain TLB invalidation policy: strict mode 
    lines 97-140Apr 28 17:42:27 mitysom-am62x kernel: SCSI subsystem initialized
    lines 98-141Apr 28 17:42:27 mitysom-am62x kernel: libata version 3.00 loaded.
    lines 99-142Apr 28 17:42:27 mitysom-am62x kernel: usbcore: registered new interface driver usbfs
    lines 100-143Apr 28 17:42:27 mitysom-am62x kernel: usbcore: registered new interface driver hub
    lines 101-144Apr 28 17:42:27 mitysom-am62x kernel: usbcore: registered new device driver usb
    lines 102-145Apr 28 17:42:27 mitysom-am62x kernel: pps_core: LinuxPPS API ver. 1 registered
    lines 103-146Apr 28 17:42:27 mitysom-am62x kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    lines 104-147Apr 28 17:42:27 mitysom-am62x kernel: PTP clock support registered
    lines 105-148Apr 28 17:42:27 mitysom-am62x kernel: EDAC MC: Ver: 3.0.0
    lines 106-149Apr 28 17:42:27 mitysom-am62x kernel: omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    lines 107-150Apr 28 17:42:27 mitysom-am62x kernel: FPGA manager framework
    lines 108-151Apr 28 17:42:27 mitysom-am62x kernel: Advanced Linux Sound Architecture Driver Initialized.
    lines 109-152Apr 28 17:42:27 mitysom-am62x kernel: clocksource: Switched to clocksource arch_sys_counter
    lines 110-153Apr 28 17:42:27 mitysom-am62x kernel: VFS: Disk quotas dquot_6.6.0
    lines 111-154Apr 28 17:42:27 mitysom-am62x kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    lines 112-155Apr 28 17:42:27 mitysom-am62x kernel: NET: Registered PF_INET protocol family
    lines 113-156Apr 28 17:42:27 mitysom-am62x kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    lines 114-157Apr 28 17:42:27 mitysom-am62x kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    lines 115-158Apr 28 17:42:27 mitysom-am62x kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    lines 116-159Apr 28 17:42:27 mitysom-am62x kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    lines 117-160Apr 28 17:42:27 mitysom-am62x kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    lines 118-161Apr 28 17:42:27 mitysom-am62x kernel: TCP: Hash tables configured (established 16384 bind 16384)
    lines 119-162Apr 28 17:42:27 mitysom-am62x kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    lines 120-163Apr 28 17:42:27 mitysom-am62x kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    lines 121-164Apr 28 17:42:27 mitysom-am62x kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
    lines 122-165Apr 28 17:42:27 mitysom-am62x kernel: RPC: Registered named UNIX socket transport module.
    lines 123-166Apr 28 17:42:27 mitysom-am62x kernel: RPC: Registered udp transport module.
    lines 124-167Apr 28 17:42:27 mitysom-am62x kernel: RPC: Registered tcp transport module.
    lines 125-168Apr 28 17:42:27 mitysom-am62x kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    lines 126-169Apr 28 17:42:27 mitysom-am62x kernel: NET: Registered PF_XDP protocol family
    lines 127-170Apr 28 17:42:27 mitysom-am62x kernel: PCI: CLS 0 bytes, default 64
    lines 128-171Apr 28 17:42:27 mitysom-am62x kernel: hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    lines 129-172Apr 28 17:42:27 mitysom-am62x kernel: Initialise system trusted keyrings
    lines 130-173Apr 28 17:42:27 mitysom-am62x kernel: workingset: timestamp_bits=46 max_order=19 bucket_order=0
    lines 131-174Apr 28 17:42:27 mitysom-am62x kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
    lines 132-175Apr 28 17:42:27 mitysom-am62x kernel: NFS: Registering the id_resolver key type
    lines 133-176Apr 28 17:42:27 mitysom-am62x kernel: Key type id_resolver registered
    lines 134-177Apr 28 17:42:27 mitysom-am62x kernel: Key type id_legacy registered
    lines 135-178Apr 28 17:42:27 mitysom-am62x kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    lines 136-179Apr 28 17:42:27 mitysom-am62x kernel: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    lines 137-180Apr 28 17:42:27 mitysom-am62x kernel: Key type asymmetric registered
    lines 138-181Apr 28 17:42:27 mitysom-am62x kernel: Asymmetric key parser 'x509' registered
    lines 139-182Apr 28 17:42:27 mitysom-am62x kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    lines 140-183Apr 28 17:42:27 mitysom-am62x kernel: io scheduler mq-deadline registered
    lines 141-184Apr 28 17:42:27 mitysom-am62x kernel: io scheduler kyber registered
    lines 142-185Apr 28 17:42:27 mitysom-am62x kernel: pinctrl-single 4084000.pinctrl: 34 pins, size 136
    lines 143-186Apr 28 17:42:27 mitysom-am62x kernel: pinctrl-single f4000.pinctrl: 171 pins, size 684
    lines 144-187Apr 28 17:42:27 mitysom-am62x kernel: pinctrl-single a40000.pinctrl: 512 pins, size 2048
    lines 145-188Apr 28 17:42:27 mitysom-am62x kernel: Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    lines 146-189Apr 28 17:42:27 mitysom-am62x kernel: loop: module loaded
    lines 147-190Apr 28 17:42:27 mitysom-am62x kernel: megasas: 07.719.03.00-rc1
    lines 148-191Apr 28 17:42:27 mitysom-am62x kernel: tun: Universal TUN/TAP device driver, 1.6
    lines 149-192Apr 28 17:42:27 mitysom-am62x kernel: thunder_xcv, ver 1.0
    lines 150-193Apr 28 17:42:27 mitysom-am62x kernel: thunder_bgx, ver 1.0
    lines 151-194Apr 28 17:42:27 mitysom-am62x kernel: nicpf, ver 1.0
    lines 152-195Apr 28 17:42:27 mitysom-am62x kernel: e1000: Intel(R) PRO/1000 Network Driver
    lines 153-196Apr 28 17:42:27 mitysom-am62x kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
    lines 154-197Apr 28 17:42:27 mitysom-am62x kernel: e1000e: Intel(R) PRO/1000 Network Driver
    lines 155-198Apr 28 17:42:27 mitysom-am62x kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    lines 156-199Apr 28 17:42:27 mitysom-am62x kernel: igb: Intel(R) Gigabit Ethernet Network Driver
    lines 157-200Apr 28 17:42:27 mitysom-am62x kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
    lines 158-201Apr 28 17:42:27 mitysom-am62x kernel: igbvf: Intel(R) Gigabit Virtual Function Network Driver
    lines 159-202Apr 28 17:42:27 mitysom-am62x kernel: igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    lines 160-203Apr 28 17:42:27 mitysom-am62x kernel: sky2: driver version 1.30
    lines 161-204Apr 28 17:42:27 mitysom-am62x kernel: VFIO - User Level meta-driver version: 0.3
    lines 162-205Apr 28 17:42:27 mitysom-am62x kernel: usbcore: registered new interface driver usb-storage
    lines 163-206Apr 28 17:42:27 mitysom-am62x kernel: i2c_dev: i2c /dev entries driver
    lines 164-207Apr 28 17:42:27 mitysom-am62x kernel: sdhci: Secure Digital Host Controller Interface driver
    lines 165-208Apr 28 17:42:27 mitysom-am62x kernel: sdhci: Copyright(c) Pierre Ossman
    lines 166-209Apr 28 17:42:27 mitysom-am62x kernel: sdhci-pltfm: SDHCI platform and OF driver helper
    lines 167-210Apr 28 17:42:27 mitysom-am62x kernel: ledtrig-cpu: registered to indicate activity on CPUs
    lines 168-211Apr 28 17:42:27 mitysom-am62x kernel: SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    lines 169-212Apr 28 17:42:27 mitysom-am62x kernel: usbcore: registered new interface driver usbhid
    lines 170-213Apr 28 17:42:27 mitysom-am62x kernel: usbhid: USB HID core driver
    lines 171-214Apr 28 17:42:27 mitysom-am62x kernel: optee: probing for conduit method.
    lines 172-215Apr 28 17:42:27 mitysom-am62x kernel: optee: revision 4.0 (2a5b1d12)
    lines 173-216Apr 28 17:42:27 mitysom-am62x kernel: optee: dynamic shared memory is enabled
    lines 174-217Apr 28 17:42:27 mitysom-am62x kernel: optee: initialized driver
    lines 175-218Apr 28 17:42:27 mitysom-am62x kernel: Initializing XFRM netlink socket
    lines 176-219Apr 28 17:42:27 mitysom-am62x kernel: NET: Registered PF_PACKET protocol family
    lines 177-220Apr 28 17:42:27 mitysom-am62x kernel: Key type dns_resolver registered
    lines 178-221Apr 28 17:42:27 mitysom-am62x kernel: registered taskstats version 1
    lines 179-222Apr 28 17:42:27 mitysom-am62x kernel: Loading compiled-in X.509 certificates
    lines 180-223Apr 28 17:42:27 mitysom-am62x kernel: ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    lines 181-224Apr 28 17:42:27 mitysom-am62x kernel: omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    lines 182-225Apr 28 17:42:27 mitysom-am62x kernel: omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    lines 183-226Apr 28 17:42:27 mitysom-am62x kernel: ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    lines 184-227Apr 28 17:42:27 mitysom-am62x kernel: ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    lines 185-228Apr 28 17:42:27 mitysom-am62x kernel: ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    lines 186-229Apr 28 17:42:27 mitysom-am62x kernel: simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    lines 187-230Apr 28 17:42:27 mitysom-am62x kernel: simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680
    lines 188-231Apr 28 17:42:27 mitysom-am62x kernel: Console: switching to colour frame buffer device 240x75
    lines 189-232Apr 28 17:42:27 mitysom-am62x kernel: simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    lines 190-233Apr 28 17:42:27 mitysom-am62x kernel: ti-udma 485c0100.dma-controller: Number of rings: 82
    lines 191-234Apr 28 17:42:27 mitysom-am62x kernel: ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    lines 192-235Apr 28 17:42:27 mitysom-am62x kernel: ti-udma 485c0000.dma-controller: Number of rings: 150
    lines 193-236Apr 28 17:42:27 mitysom-am62x kernel: ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    lines 194-237Apr 28 17:42:27 mitysom-am62x kernel: printk: console [ttyS2] disabled
    lines 195-238Apr 28 17:42:27 mitysom-am62x kernel: 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 239, base_baud = 3000000) is a 8250
    lines 196-239Apr 28 17:42:27 mitysom-am62x kernel: printk: console [ttyS2] enabled
    lines 197-240Apr 28 17:42:27 mitysom-am62x kernel: printk: bootconsole [ns16550a0] disabled
    lines 198-241Apr 28 17:42:27 mitysom-am62x kernel: davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    lines 199-242root@mitysom-am62x:~# journalctl -b > weston_fail.log
    
    weston_success.log

    Best,

    Joshua

  • Hi Joshua,

    Thanks for the logs. When testing the working vs non-working image, are you changing your boot images or Uboot or the board? The reason I ask is because in the working setup, I see the following log:

    Apr 28 17:42:27 mitysom-am62x kernel: 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=9abd6977-02 rw rootfstype=ext4 rootwait

    After few seconds, I see the SD card get mounted and all the modules including DSS gets loaded. In the non-working setup, I only see the following in your kernel command line: 

    lines 2-45Apr 28 17:42:27 mitysom-am62x kernel: Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),25>

    I don't see your filesytem getting mounted and no modules are loaded. 

    Regards,

    Krunal

  • Hi Krunal,

        My apologies, but it appears I sent you an incomplete file. Here is a full one: 5432.weston_fail.log. There is no change to the board or boot images, the difference is simply a power cycle.

    Thank you,

        Joshua

  • Hi,

    As an experiment, can your trying the following in your Yocto local.con file "IMAGE_INSTALL:append = "seatd"?

    Regards,
    Krunal

  • Hello Krunal,

      I added IMAGE_INSTALL:append = "seatd" and rebuilt. While this did seem to reduce the number of boots in which weston failed to start, it did still happen from time to time. Here is a journalctl and boot log from one of the boots in which weston fails to start.

    U-Boot SPL 2023.04-gabe18eed03 (Apr 12 2024 - 14:00:43 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    Configuring DDR4 for 2GB
    SPL initial stack usage: 13384 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
    NOTICE:  BL31: Built : 09:34:15, Aug 24 2023
    
    U-Boot SPL 2023.04-gabe18eed03 (Apr 12 2024 - 14:00:43 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-gabe18eed03 (Apr 12 2024 - 14:00:43 +0000)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Critical Link MitySOM-AM62x
    MitySOM-62x - Model No: 6252-TX-XXD-RI Serial No: 23026345 Part Number: 80-001632RI-3A
    DRAM:  2 GiB
    Core:  101 devices, 29 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1, eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    617 bytes read in 23 ms (25.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    26200576 bytes read in 1057 ms (23.6 MiB/s)
    67828 bytes read in 28 ms (2.3 MiB/s)
    Working FDT set to 88000000
    3267 bytes read in 26 ms (122.1 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
       Loading Device Tree to 000000008feec000, end 000000008fffffff ... OK
    Working FDT set to 8feec000
    ft_fixup_cpu: Configuring device tree for 2 cpus
    ft_fixup_gpu: Configuring device tree for GPU: present
    ft_fixup_pruss: Configuring device tree for PRUSS: present
    ft_fixup_dss: Configuring device tree for DSS: present
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.46-g19dec3325a (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed May 15 15:35:16 UTC 2024
    [    0.000000] Machine model: Critical Link MitySOM-AM62x
    [    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 28 pages/cpu s75368 r8192 d31128 u114688
    [    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),256kt
    [    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: 1832668K/2097152K available (13888K kernel code, 2226K rwdata, 4816K rodata, 4544K init, 450K bss, 133412K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] ftrace: allocating 45346 entries in 178 pages
    [    0.000000] ftrace: allocated 178 pages with 4 groups
    [    0.000000] trace event string verifier disabled
    [    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=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Rude 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=2
    [    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 @0x0000000080180000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080190000
    [    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.008649] Console: colour dummy device 80x25
    [    0.013260] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023949] pid_max: default: 32768 minimum: 301
    [    0.028757] LSM: Security Framework initializing
    [    0.033608] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041197] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.051245] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058709] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.065019] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.072419] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.078732] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.086129] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.092575] rcu: Hierarchical SRCU implementation.
    [    0.097486] rcu:     Max phase no-delay instances is 1000.
    [    0.103162] Platform MSI: msi-controller@1820000 domain created
    [    0.109570] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.119078] EFI services will not be available.
    [    0.123969] smp: Bringing up secondary CPUs ...
    [    0.129408] Detected VIPT I-cache on CPU1
    [    0.129543] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.129563] GICv3: CPU1: using allocated LPI pending table @0x00000000801a0000
    [    0.129626] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.129766] smp: Brought up 1 node, 2 CPUs
    [    0.159180] SMP: Total of 2 processors activated.
    [    0.163997] CPU features: detected: 32-bit EL0 Support
    [    0.169278] CPU features: detected: CRC32 instructions
    [    0.174602] CPU: All CPU(s) started at EL2
    [    0.178792] alternatives: applying system-wide alternatives
    [    0.186668] devtmpfs: initialized
    [    0.201209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.211236] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.222908] pinctrl core: initialized pinctrl subsystem
    [    0.229093] DMI not present or invalid.
    [    0.233790] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.241198] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.248629] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.256753] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.264948] audit: initializing netlink subsys (disabled)
    [    0.270771] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
    [    0.271382] thermal_sys: Registered thermal governor 'step_wise'
    [    0.278715] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.285064] cpuidle: using governor menu
    [    0.295988] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.303003] ASID allocator initialised with 65536 entries
    [    0.323335] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/tfp410@38
    [    0.337688] platform hdmi_connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/tfp410@38
    [    0.347360] platform usb_microb_connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.358393] KASLR disabled due to lack of seed
    [    0.371358] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.378367] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.384827] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.391771] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.398183] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.405125] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.411536] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.418478] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.426831] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.439274] iommu: Default domain type: Translated 
    [    0.444359] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.451121] SCSI subsystem initialized
    [    0.455393] usbcore: registered new interface driver usbfs
    [    0.461056] usbcore: registered new interface driver hub
    [    0.466538] usbcore: registered new device driver usb
    [    0.472298] pps_core: LinuxPPS API ver. 1 registered
    [    0.477394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.486751] PTP clock support registered
    [    0.490934] EDAC MC: Ver: 3.0.0
    [    0.495368] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.502592] FPGA manager framework
    [    0.506193] Advanced Linux Sound Architecture Driver Initialized.
    [    0.513604] clocksource: Switched to clocksource arch_sys_counter
    [    0.520358] VFS: Disk quotas dquot_6.6.0
    [    0.524425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.544218] NET: Registered PF_INET protocol family
    [    0.549731] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.559540] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.568357] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.576329] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.584561] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.592609] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.599537] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.606467] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.614014] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.620404] RPC: Registered named UNIX socket transport module.
    [    0.626531] RPC: Registered udp transport module.
    [    0.631346] RPC: Registered tcp transport module.
    [    0.636157] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.642752] NET: Registered PF_XDP protocol family
    [    0.647671] PCI: CLS 0 bytes, default 64
    [    0.652662] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.663129] Initialise system trusted keyrings
    [    0.668035] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.679991] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.686764] NFS: Registering the id_resolver key type
    [    0.691996] Key type id_resolver registered
    [    0.696298] Key type id_legacy registered
    [    0.700465] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.707324] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.757793] Key type asymmetric registered
    [    0.761993] Asymmetric key parser 'x509' registered
    [    0.767057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.774857] io scheduler mq-deadline registered
    [    0.779538] io scheduler kyber registered
    [    0.787794] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.794677] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.801990] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.816380] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.833758] loop: module loaded
    [    0.838451] megasas: 07.719.03.00-rc1
    [    0.846588] tun: Universal TUN/TAP device driver, 1.6
    [    0.852741] thunder_xcv, ver 1.0
    [    0.856102] thunder_bgx, ver 1.0
    [    0.859437] nicpf, ver 1.0
    [    0.862421] e1000: Intel(R) PRO/1000 Network Driver
    [    0.867411] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.873346] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.878425] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.884516] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.890038] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.895772] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.902182] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.908400] sky2: driver version 1.30
    [    0.913124] VFIO - User Level meta-driver version: 0.3
    [    0.919428] usbcore: registered new interface driver usb-storage
    [    0.926384] i2c_dev: i2c /dev entries driver
    [    0.932654] sdhci: Secure Digital Host Controller Interface driver
    [    0.939006] sdhci: Copyright(c) Pierre Ossman
    [    0.943748] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.950476] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.956856] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.963916] usbcore: registered new interface driver usbhid
    [    0.969623] usbhid: USB HID core driver
    [    0.974726] optee: probing for conduit method.
    [    0.979315] optee: revision 4.0 (2a5b1d12)
    [    0.979696] optee: dynamic shared memory is enabled
    [    0.989354] optee: initialized driver
    [    0.995499] Initializing XFRM netlink socket
    [    0.999941] NET: Registered PF_PACKET protocol family
    [    1.005238] Key type dns_resolver registered
    [    1.010126] registered taskstats version 1
    [    1.014360] Loading compiled-in X.509 certificates
    [    1.032574] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    1.098972] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.106236] i2c 1-003c: Fixed dependency cycle(s) with /bus@f0000/ticsi2rx@30102000/csi-bridge@30101000
    [    1.117095] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.123554] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.131949] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.141258] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.152998] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [    1.161853] simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680
    [    1.186609] Console: switching to colour frame buffer device 240x75
    [    1.206626] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [    1.215528] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.224204] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.235740] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.246525] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.257134] printk: console [ttyS2] disabled
    [    1.261673] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 239, base_baud = 3000000) is a 8250
    [    1.270603] printk: console [ttyS2] enabled
    [    1.270603] printk: console [ttyS2] enabled
    [    1.279072] printk: bootconsole [ns16550a0] disabled
    [    1.279072] printk: bootconsole [ns16550a0] disabled
    [    1.290842] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.337673] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.347892] davinci_mdio 8000f00.mdio: phy[3]: device 8000f00.mdio:03, driver Microchip KSZ9131 Gigabit PHY
    [    1.357730] davinci_mdio 8000f00.mdio: phy[4]: device 8000f00.mdio:04, driver Microchip KSZ9131 Gigabit PHY
    [    1.367788] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.380989] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.388403] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.395375] pps pps0: new PPS source ptp0
    [    1.399927] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.410739] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.422168] mmc0: CQHCI version 5.10
    [    1.455502] VDD_CORE: Bringing 750000uV into 850000-850000uV
    [    1.467353] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.468816] input: tps65219-pwrbutton as /devices/platform/bus@f0000/20000000.i2c/i2c-0/0-0030/tps65219-pwrbutton.2.auto/input/input0
    [    1.488103] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    1.494950] pca953x 1-0020: using no AI
    [    1.523432] am65-cpsw-nuss 8000000.ethernet: Failed to create device link (0x180) with 1-0020
    [    1.532039] am65-cpsw-nuss 8000000.ethernet: Failed to create device link (0x180) with 1-0020
    [    1.543068] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
    [    1.565792] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.573463] mmc1: CQHCI version 5.10
    [    1.575355] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    1.595009] ALSA device list:
    [    1.598090]   No soundcards found.
    [    1.613648] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.621926] Waiting for root device PARTUUID=7960af6f-02...
    [    1.679201] mmc1: new ultra high speed SDR104 SDHC card at address 0001
    [    1.687738] mmcblk1: mmc1:0001 GB1QT 29.8 GiB 
    [    1.694190]  mmcblk1: p1 p2
    [    1.745964] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.754772] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.761856] devtmpfs: mounted
    [    1.770876] Freeing unused kernel memory: 4544K
    [    1.775548] Run /sbin/init as init process
    [    1.943829] systemd[1]: System time before build time, advancing clock.
    [    1.990680] NET: Registered PF_INET6 protocol family
    [    1.997222] Segment Routing with IPv6
    [    2.000969] In-situ OAM (IOAM) with IPv6
    [    2.028586] 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)
    [    2.060414] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.151148] systemd[1]: Hostname set to <mitysom-am62x>.
    [    2.283142] systemd-sysv-generator[143]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update .
    [    2.307383] systemd-sysv-generator[143]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Plea.
    [    2.335632] systemd-sysv-generator[143]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Pleas.
    [    2.532921] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.638705] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consi.
    [    2.712827] 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 co.
    [    2.796333] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.864021] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    2.895782] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    2.931109] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    2.965250] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.986346] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.011163] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.035718] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.049833] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.070374] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.085873] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.157156] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.182753] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.222171] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.247589] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.273480] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.296470] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.320698] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.341903] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.368196] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.392230] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.416363] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.471483] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.526522] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.557233] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.598271] systemd[1]: Mounting Kernel Trace File System...
             Mounting Kernel Trace File System...
    [    3.622789] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.647229] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.678062] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.710326] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.766149] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.780892] fuse: init (API version 7.37)
    [    3.796999] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.850820] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.870158] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.910746] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.939109] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.964266] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    3.985188] cryptodev: loading out-of-tree module taints kernel.
    [    3.998071] cryptodev: driver 1.12 loaded.
    [    4.003216] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.047196] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.054283] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.092727] systemd[1]: Started Start psplash boot splash screen.
    [  OK  ] Started Start psplash boot splash screen.
    [    4.114590] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.134641] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Trace File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
    [  OK  ] Started Start psplash-syst…progress communication helper.
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [    4.522986] systemd-journald[159]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.731104] audit: type=1334 audit(1651167747.784:2): prog-id=5 op=LOAD
    [    4.741943] audit: type=1334 audit(1651167747.792:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    5.499494] systemd-journald[159]: Oldest entry in /run/log/journal/87c889531f494c42a622062ef205273d/system.journal is older than the configured file retention duration (1month), s.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [    5.544027] systemd-journald[159]: /run/log/journal/87c889531f494c42a622062ef205273d/system.journal: Journal header limits reached or header out-of-date, rotating.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
             Starting Console System Startup Logging...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec.[    5.793680] random: crng init done
    ..
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Console System Startup Logging.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages[    6.103834] mc: Linux media interface: v0.10
    ...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting PulseAudio Sound System...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    6.241741] audit: type=1334 audit(1715957109.950:4): prog-id=7 op=LOAD
    [    6.251419] audit: type=1334 audit(1715957109.962:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [    6.444757] Bluetooth: Core ver 2.22
    [    6.448565] NET: Registered PF_BLUETOOTH protocol family
    [    6.465720] Bluetooth: HCI device and connection manager initialized
    [    6.477710] Bluetooth: HCI socket layer initialized
    [    6.482680] Bluetooth: L2CAP socket layer initialized
    [    6.493787] Bluetooth: SCO socket layer initialized
    [    6.500912] at24 0-0050: supply vcc not found, using dummy regulator
    [  OK  ] Started ti-apps-launcher service.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
    [    6.553189] videodev: Linux video capture interface: v2.00
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [  OK  ] Started DEMO.
    [    6.875398] at24 0-0050: 4096 byte 24c32 EEPROM, read-only
    [  OK  ] Started PulseAudio Sound System.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [    7.436011] ov5640 1-003c: supply DOVDD not found, using dummy regulator
    [    7.638249] ov5640 1-003c: supply AVDD not found, using dummy regulator
    [    7.651566] ov5640 1-003c: supply DVDD not found, using dummy regulator
    [    7.922130] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    7.933018] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    7.956806] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    8.013369] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.066746] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    
    [    8.154306] remoteproc remoteproc0: 5000000.m4fss is available
    [  OK  ] Started Network Configuration.
    [    8.277804] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:04] driver [Microchip KSZ9131 Gigabit PHY] (irq=POLL)
             Starting Network Name Resolution...
    [    8.356367] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    8.386051] remoteproc remoteproc0: powering up 5000000.m4fss
    [    8.391902] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
    [    8.425393] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    8.445925] rproc-virtio rproc-virtio.3.auto: registered virtio0 (type 7)
    [    8.457685] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    8.496915] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:03] driver [Microchip KSZ9131 Gigabit PHY] (irq=POLL)
    [    8.544296] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    8.574306] audit: type=1701 audit(1715957112.286:6): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=378 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [  OK  ] Created slice Slice /system/systemd-coredump.
    [    8.692461] audit: type=1334 audit(1715957112.402:7): prog-id=9 op=LOAD
    [    8.702487] audit: type=1334 audit(1715957112.410:8): prog-id=10 op=LOAD
    [  OK  ] Started Process Core Dump (PID 384/UID 0).
    [    8.768837] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    8.785381] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:16 UTC (16)
    [    8.794791] systemd-journald[159]: Time jumped backwards, rotating.
    [    8.975517] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.976378] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.989122] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    9.013545] kernel read not supported for file /trace_clock (pid: 187 comm: systemd-udevd)
    [    9.054953] PVR_K:(Error):   187: TraceFS Read failed in PVRGpuTraceInitFTraceClockSource() [209]
    [    9.067130] PVR_K:  187: Device: fd00000.gpu
    [    9.077651] PVR_K:  187: Read BVNC 33.15.11.3 from HW device registers
    [    9.084843] PVR_K:  187: RGX Device registered with BVNC 33.15.11.3
    [    9.113968] [drm] Initialized pvr 23.2.6460340 20170530 for fd00000.gpu on minor 0
    [    9.149998] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.298504] platform 78000000.r5f: configured R5F for IPC-only mode
    [    9.309095] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 1
    [    9.333405] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    9.396086] Console: switching to colour dummy device 80x25
    [    9.535515] remoteproc remoteproc1: 78000000.r5f is available
    [    9.541908] remoteproc remoteproc1: attaching to 78000000.r5f
    [    9.560085] Console: switching to colour frame buffer device 240x67
    [    9.573706] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    9.583977] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    9.721977] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [    9.823070] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.828868] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
             Starting Avahi mDNS/DNS-SD Stack...
    [    9.844875] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNM[    9.924853] rproc-virtio rproc-virtio.5.auto: registered virtio1 (type 7)
    P) Daemon....
             Starting Permit User Sessions...
    [   10.023274] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Finished Synchronize System and HW clocks.
    [   10.368850] audit: type=1334 audit(18.080:9): prog-id=11 op=LOAD
    [   10.378453] audit: type=1334 audit(18.092:10): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   11.543393] audit: type=1006 audit(19.256:11): pid=632 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   11.563330] audit: type=1300 audit(19.256:11): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd302a598 a2=4 a3=0 items=0 ppid=1 pid=632 auid=1000 uid=0 gid=0 euid=0 suid=0)
    [   11.595696] audit: type=1327 audit(19.256:11): proctitle="(systemd)"
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   12.129719] audit: type=1006 audit(19.840:12): pid=511 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   12.149775] audit: type=1300 audit(19.840:12): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd302a598 a2=4 a3=ffffa762f020 items=0 ppid=1 pid=511 auid=1000 uid=0 gid=0 eu)
    [   12.177352] audit: type=1327 audit(19.840:12): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [   12.702636] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   12.711371] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [  OK  ] Started Session c2 of User weston.
    [  OK  ] Started containerd container runtime.
    [   12.888042] audit: type=1006 audit(20.600:13): pid=713 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   12.913774] audit: type=1300 audit(20.600:13): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd302a598 a2=4 a3=0 items=0 ppid=1 pid=713 auid=1000 uid=0 gid=0 euid=0 suid=0)
    [   12.965114] audit: type=1327 audit(20.600:13): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c3 of User weston.
    [   13.353551] audit: type=1006 audit(21.064:14): pid=774 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [   13.614753] remoteproc remoteproc2: 30074000.pru is available
    [   13.623137] remoteproc remoteproc3: 30078000.pru is available
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c4 of User weston.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [   14.164148] ov5640 1-003c: Consider updating driver ov5640 to match on endpoints
    [   14.219844] cdns-csi2rx 30101000.csi-bridge: Probed CSI2RX with 2/4 lanes, 4 streams, external D-PHY
    [  OK  ] Started Session c5 of User weston.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            rsync
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [   14.999957] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [  OK  ] Reached target Hardware activated U[   15.007679] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
    SB gadget.
    [   15.021119] xhci-hcd xhci-hcd.6.auto: USB3 root hub has no ports
    [   15.027733] xhci-hcd xhci-hcd.6.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [   15.037308] xhci-hcd xhci-hcd.6.auto: irq 497, io mem 0x31100000
    [   15.044838] hub 1-0:1.0: USB hub found
    [   15.048855] hub 1-0:1.0: 1 port detected
    [  OK  ] Finished Print notice about GPLv3 packages.
    [   15.305784] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   15.492474] hub 1-1:1.0: USB hub found
    [   15.496574] hub 1-1:1.0: 2 ports detected
    [   15.841750] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
    [   16.010900] input: Silitek Standard USB Keyboard  as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.6.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:047B:0011.0001/input/in1
    [   16.086382] hid-generic 0003:047B:0011.0001: input: USB HID v1.00 Keyboard [Silitek Standard USB Keyboard ] on usb-xhci-hcd.6.auto-1.1/input0
    [   16.177687] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project mitysom-am62x -
    
    Arago 2023.10 mitysom-am62x -
    
    mitysom-am62x login:
    
    weston_fail_2_jrnl.log

    Thank you,

        Joshua

  • Hi Joshua,

    Thanks for the quick experiment. I have tried no multiple boards and I am not able to replicate the issue on TI EVM using TI SDK. In Uboot, I pass the maxcpus parameter to limit the cores to 1 or 2 but still cannot replicate the issue. 

    In general, what changes have you performed in Yocto and Kernel config. Also, is it possible to get your rootfs file for me to try on TI EVM? Based on the logs, I see GPU and DSS probe so /dev/dri/cardN should exist but userspace apps like weston are not able to access /dev/dri/cards on your setup. It seems like a timing issue with systemd or seatd but the logs do not really show anything useful that could help locate the issue.

    Regards,
    Krunal

  • Hi Krunal,

    I was able to replicate the issue on our evm board (PROC114E2) with both sdk 9.1 and 9.2. I saw 90% failure with maxcpus=1 and about 60% failure with maxcpus=2 (with a failure being weston not starting). The above evm is a GP board, but I believe that this is irrelevant as our custom boards are HS.

    We have performed several changes. You can find them here and here. However as we were able to reproduce this on an evm board with unmodified sdk, I believe that these changes are unimportant.

    Thank you again,

        Joshua Bourgeot

  • Hi,

    Could you share the log of the TI EVM with default 9.2 SDK? If possible logs of both pass and fail cases. 

    Regards,
    Krunal

  • Hi Krunal,

    Here are the journal and boot logs for a TI EVM 9.2 SDK with maxcpus=2, both for a successful weston start and a failed weston start. Let me know if you need anything else.

    Best,

        Joshua Bourgeot

    weston_fail_sdk9.2_evm_boot.log

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 13408 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E2
    DRAM:  2 GiB
    Core:  72 devices, 32 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    592 bytes read in 14 ms (41 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    19376640 bytes read in 215 ms (85.9 MiB/s)
    59546 bytes read in 17 ms (3.3 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    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-0x00000000fffeffff]
    [    0.000000]   node   0: [mem 0x00000000ffff0000-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 20 pages/cpu s41064 r8192 d32664 u81920
    [    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 maxcpus=2 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=0a1bf283-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: 1839192K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 126888K 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.008593] Console: colour dummy device 80x25
    [    0.013210] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023898] pid_max: default: 32768 minimum: 301
    [    0.028680] LSM: Security Framework initializing
    [    0.033563] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041153] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.051280] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058750] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.065072] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.072468] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.078874] rcu: Hierarchical SRCU implementation.
    [    0.083785] rcu: 	Max phase no-delay instances is 1000.
    [    0.089439] Platform MSI: msi-controller@1820000 domain created
    [    0.095790] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.105193] EFI services will not be available.
    [    0.110163] smp: Bringing up secondary CPUs ...
    [    0.115588] Detected VIPT I-cache on CPU1
    [    0.115737] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.115755] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.115829] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.115977] smp: Brought up 1 node, 2 CPUs
    [    0.145387] SMP: Total of 2 processors activated.
    [    0.150205] CPU features: detected: 32-bit EL0 Support
    [    0.155487] CPU features: detected: CRC32 instructions
    [    0.160804] CPU: All CPU(s) started at EL2
    [    0.164990] alternatives: applying system-wide alternatives
    [    0.172891] devtmpfs: initialized
    [    0.185653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.195678] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.208709] pinctrl core: initialized pinctrl subsystem
    [    0.214903] DMI not present or invalid.
    [    0.219510] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.226908] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.234333] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.242417] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.250624] audit: initializing netlink subsys (disabled)
    [    0.256475] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
    [    0.257092] thermal_sys: Registered thermal governor 'step_wise'
    [    0.264423] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.270796] cpuidle: using governor menu
    [    0.281699] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.288709] ASID allocator initialised with 65536 entries
    [    0.305438] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.318808] KASLR disabled due to lack of seed
    [    0.330619] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.337608] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.344020] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.350959] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.357366] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.364304] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.370712] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.377653] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.385881] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.396754] iommu: Default domain type: Translated 
    [    0.401752] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.408510] SCSI subsystem initialized
    [    0.412771] usbcore: registered new interface driver usbfs
    [    0.418421] usbcore: registered new interface driver hub
    [    0.423881] usbcore: registered new device driver usb
    [    0.429607] pps_core: LinuxPPS API ver. 1 registered
    [    0.434690] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.444046] PTP clock support registered
    [    0.448195] EDAC MC: Ver: 3.0.0
    [    0.452533] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.459710] FPGA manager framework
    [    0.463332] Advanced Linux Sound Architecture Driver Initialized.
    [    0.470640] clocksource: Switched to clocksource arch_sys_counter
    [    0.477189] VFS: Disk quotas dquot_6.6.0
    [    0.481256] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.494875] NET: Registered PF_INET protocol family
    [    0.500213] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.509596] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.518426] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.526366] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.534592] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.542739] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.549702] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.556638] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.564217] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.570670] RPC: Registered named UNIX socket transport module.
    [    0.576743] RPC: Registered udp transport module.
    [    0.581554] RPC: Registered tcp transport module.
    [    0.586362] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.592978] NET: Registered PF_XDP protocol family
    [    0.597897] PCI: CLS 0 bytes, default 64
    [    0.602870] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.613305] Initialise system trusted keyrings
    [    0.618211] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.629695] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.636426] NFS: Registering the id_resolver key type
    [    0.641655] Key type id_resolver registered
    [    0.645933] Key type id_legacy registered
    [    0.650097] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.656954] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.699126] Key type asymmetric registered
    [    0.703321] Asymmetric key parser 'x509' registered
    [    0.708372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.716153] io scheduler mq-deadline registered
    [    0.720794] io scheduler kyber registered
    [    0.728854] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.735474] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.743274] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.756423] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.773644] loop: module loaded
    [    0.778265] megasas: 07.719.03.00-rc1
    [    0.785575] tun: Universal TUN/TAP device driver, 1.6
    [    0.791637] VFIO - User Level meta-driver version: 0.3
    [    0.797807] usbcore: registered new interface driver usb-storage
    [    0.804607] i2c_dev: i2c /dev entries driver
    [    0.810767] sdhci: Secure Digital Host Controller Interface driver
    [    0.817119] sdhci: Copyright(c) Pierre Ossman
    [    0.821887] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.828458] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.834815] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.841790] usbcore: registered new interface driver usbhid
    [    0.847496] usbhid: USB HID core driver
    [    0.852416] optee: probing for conduit method.
    [    0.857021] optee: revision 4.1 (012cdca4)
    [    0.857433] optee: dynamic shared memory is enabled
    [    0.867081] optee: initialized driver
    [    0.872824] Initializing XFRM netlink socket
    [    0.877286] NET: Registered PF_PACKET protocol family
    [    0.882559] Key type dns_resolver registered
    [    0.887391] registered taskstats version 1
    [    0.891627] Loading compiled-in X.509 certificates
    [    0.907528] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    [    0.963779] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.995924] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.003601] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.010769] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.016782] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.026051] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.038345] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [    1.047223] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [    1.072501] Console: switching to colour frame buffer device 240x75
    [    1.093025] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [    1.101961] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.110488] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.121790] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.132382] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.142957] printk: console [ttyS2] disabled
    [    1.147437] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
    [    1.156338] printk: console [ttyS2] enabled
    [    1.156338] printk: console [ttyS2] enabled
    [    1.164798] printk: bootconsole [ns16550a0] disabled
    [    1.164798] printk: bootconsole [ns16550a0] disabled
    [    1.176493] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.222668] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.233111] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.241224] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.249362] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.262254] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.269386] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.275966] pps pps0: new PPS source ptp0
    [    1.280345] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.291069] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.303650] mmc0: CQHCI version 5.10
    [    1.308984] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.315790] pca953x 1-0022: using AI
    [    1.348854] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.349095] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.361935] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.368918] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.374386] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.382067] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.388721] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.395334] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.401634] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.408670] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.415259] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.429297] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.437110] mmc1: CQHCI version 5.10
    [    1.438996] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    1.449167] mmc2: CQHCI version 5.10
    [    1.452857] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    1.468378] ALSA device list:
    [    1.471368]   No soundcards found.
    [    1.482023] mmc0: Command Queue Engine enabled
    [    1.486526] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.494032] mmc0: new HS200 MMC card at address 0001
    [    1.500385] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    1.506602] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.514976] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB 
    [    1.519766] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [    1.521441] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB 
    [    1.534268] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.540786] Waiting for root device PARTUUID=0a1bf283-02...
    [    1.541703] mmc2: new high speed SDIO card at address 0001
    [    1.585513] mmc1: new ultra high speed SDR104 SDHC card at address 0001
    [    1.593089] mmcblk1: mmc1:0001 GB1QT 29.8 GiB 
    [    1.600203]  mmcblk1: p1 p2
    [    1.808919] EXT4-fs (mmcblk1p2): recovery complete
    [    1.816740] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.825656] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    1.832471] devtmpfs: mounted
    [    1.836927] Freeing unused kernel memory: 1984K
    [    1.841696] Run /sbin/init as init process
    [    1.990488] systemd[1]: System time before build time, advancing clock.
    [    2.044307] NET: Registered PF_INET6 protocol family
    [    2.051419] Segment Routing with IPv6
    [    2.055181] In-situ OAM (IOAM) with IPv6
    [    2.088905] 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)
    [    2.121102] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.180588] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.297729] systemd-sysv-generator[147]: 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.
    [    2.566540] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.598806] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.685184] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.753175] 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.
    [    2.833613] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.899302] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    2.926859] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    2.950464] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    2.973964] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.995472] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password �ts to Console Directory Watch.
    [    3.019352] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R�uests to Wall Directory Watch.
    [    3.043589] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.062921] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.083095] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.102965] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.189161] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.211340] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.252986] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.275968] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.301044] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.325789] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.349948] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.375179] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.402297] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.425172] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.449918] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.512070] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.571772] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.627572] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.644576] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.672849] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.720116] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.759570] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.783180] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.817563] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.842725] fuse: init (API version 7.37)
    [    3.892192] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.927608] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.951448] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.995806] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.039908] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.071336] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network �ts from Kernel co[    4.082996] cryptodev: loading out-of-tree module taints kernel.
    mmand line...
    [    4.093204] cryptodev: driver 1.12 loaded.
    [    4.110420] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.168101] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.189132] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.207600] systemd[1]: Started Start psplash boot splash screen.
    [  OK  ] Started Start psplash boot splash screen.
    [    4.231750] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.251884] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
    [  OK  ] Started Start psplash-syst�progress communication helper.
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...[    4.680207] systemd-journald[162]: Received client request to flush runtime journal.
    
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.913067] audit: type=1334 audit(1651167747.920:2): prog-id=5 op=LOAD
    [    4.924996] audit: type=1334 audit(1651167747.928:3): prog-id=6 op=LOAD
             Starting Rule-based Manage�for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [    5.954735] random: crng init done
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
    [    6.520993] mc: Linux media interface: v0.10
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting PulseAudio Sound System...
             Starting Expand the rootfs�ll size of the boot device....
    [  OK  ] Started Seva Launcher Service.
    [  OK  ] Started strongSwan IPsec I�IKEv2 daemon using ipsec.conf.
    [    6.760933] audit: type=1334 audit(1651167749.768:4): prog-id=7 op=LOAD
    [    6.770926] audit: type=1334 audit(1651167749.776:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started ti-apps-launcher service.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [    6.971076] videodev: Linux video capture interface: v2.00
    [  OK  ] Started DEMO.
    [  OK  ] Started Telephony service.
    [    7.380375] Bluetooth: Core ver 2.22
    [    7.387320] NET: Registered PF_BLUETOOTH protocol family
    [    7.394197] Bluetooth: HCI device and connection manager initialized
    [    7.403876] Bluetooth: HCI socket layer initialized
    [    7.409952] Bluetooth: L2CAP socket layer initialized
    [    7.415293] Bluetooth: SCO socket layer initialized
    [  OK  ] Finished Expand the rootfs�full size of the boot device..
    [  OK  ] Started PulseAudio Sound System.
    [    8.138134] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    8.511836] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    8.696876] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    8.847885] remoteproc remoteproc0: 5000000.m4fss is available
    [    8.950438] remoteproc remoteproc0: powering up 5000000.m4fss
    [    8.956548] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
    [    8.995745] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    9.046513] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.046553] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    9.059647] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    9.068450] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    9.074036] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.079677] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [    9.087337] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    9.093733] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    9.109212] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    9.178480] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    9.185840] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:15 UTC (15)
    [    9.198170] systemd-journald[162]: Time jumped backwards, rotating.
    [  OK  ] Started User Login Management.
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [    9.409933] platform 78000000.r5f: configured R5F for IPC-only mode
    [    9.419615] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    9.479585] remoteproc remoteproc1: 78000000.r5f is available
    [    9.486872] remoteproc remoteproc1: attaching to 78000000.r5f
    [    9.523015] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    9.577419] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    9.587380] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    9.603229] i2c i2c-1: Added multiplexed i2c bus 3
    [    9.604897] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    9.620372] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [    9.631090] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    9.642010] Console: switching to colour dummy device 80x25
    [    9.653278] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    9.665962] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    9.686057] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    9.709623] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.709923] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.728539] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    9.772887] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    9.794828] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    9.832150] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
    [    9.914827] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    9.941234] PVR_K:  188: Device: fd00000.gpu
    [    9.964021] PVR_K:  188: Read BVNC 33.15.11.3 from HW device registers
    [    9.990277] PVR_K:  188: RGX Device registered with BVNC 33.15.11.3
    [   10.038379] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma�ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland�ositor, as a system service...
    [   11.175656] audit: type=1334 audit(17.488:6): prog-id=9 op=LOAD
    [   11.188106] audit: type=1334 audit(17.500:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started Simple Network Man�ement Protocol (SNMP) Daemon..
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   12.457348] audit: type=1006 audit(18.768:8): pid=704 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   12.474753] audit: type=1300 audit(18.768:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd83da098 a2=4 a3=ffffb22d4020 items=0 ppid=1 pid=704 auid=1000 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)
    [   12.534804] audit: type=1327 audit(18.768:8): proctitle="(systemd)"
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   13.141986] audit: type=1006 audit(19.452:9): pid=521 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   13.153824] audit: type=1300 audit(19.452:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd83da098 a2=4 a3=ffffb22d4020 items=0 ppid=1 pid=521 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [  OK  ] Started containerd container runtim[   13.212827] audit: type=1327 audit(19.452:9): proctitle="(weston)"
    e.
    [FAILED] Failed to start Weston, a �mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland�ositor, as a system service...
    [  OK  ] Started Session c2 of User weston.
    [   13.604099] audit: type=1006 audit(19.912:10): pid=833 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   13.622143] audit: type=1300 audit(19.912:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd83da098 a2=4 a3=ffffb22d4020 items=0 ppid=1 pid=833 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=3 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [   13.666738] audit: type=1327 audit(19.912:10): proctitle="(weston)"
    [FAILED] Failed to start Weston, a �mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland�ositor, as a system service...
    [  OK  ] Started Session c3 of User weston.
    [   14.116034] audit: type=1006 audit(20.424:11): pid=878 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [   14.172769] remoteproc remoteproc2: 30074000.pru is available
    [   14.187893] remoteproc remoteproc3: 30078000.pru is available
    [FAILED] Failed to start Weston, a �mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Listening on Load/Save RF �itch Status /dev/rfkill Watch.
             Starting Weston, a Wayland�ositor, as a system service...
    [  OK  ] Started Session c4 of User weston.
    [   14.464372] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [   14.536923] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [FAILED] Failed to start Weston, a �mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland�ositor, as a system service...
    [  OK  ] Started Session c5 of User weston.
    [  OK  ] Reached target Hardware activated USB gadget.
    [   15.044521] PVR_K:  958: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [   15.059107] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   15.071191] PVR_K:  958: Shader binary image 'rgx.sh.33.15.11.3' loaded
    [   15.099253] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [   15.107676] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
    [   15.107677] wl18xx_driver wl18xx.4.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [   15.189973] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
    [   15.232214] xhci-hcd xhci-hcd.5.auto: irq 431, io mem 0x31100000
    [   15.243542] hub 1-0:1.0: USB hub found
             Starting Save/Restore Sound Card State...
    [   15.255801] hub 1-0:1.0: 1 port detected
    [  OK  ] Started Weston, a Wayland �mpositor, as a system service.
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [   15.487228] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [   15.507464] wlcore: loaded
             Starting Load/Save RF Kill Switch Status...
    [  OK  ] Started Load/Save RF Kill Switch Status.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grep
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	hidapi
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libeigen-dev
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt5charts-examples
    	libqt5charts-plugins
    	libqt5charts-qmlplugins
    	libqt5charts5
    	libqt5sensors-plugins
    	libqt5sensors-qmlplugins
    	libqt5sensors5
    	libqt5serialport-examples
    	libqt5serialport-plugins
    	libqt5serialport-qmlplugins
    	libqt5serialport5
    	libqt5svg-examples
    	libqt5svg-plugins
    	libqt5svg-qmlplugins
    	libqt5svg5
    	libqt5virtualkeyboard-plugins
    	libqt5virtualkeyboard-qmlplugins
    	libqt5virtualkeyboard5
    	libqt5webchannel-plugins
    	libqt5webchannel-qmlplugins
    	libqt5webchannel5
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring2
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	piglit
    	qt3d-plugins
    	qt3d-qmlplugins
    	qt3d
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtconnectivity-plugins
    	qtconnectivity-qmlplugins
    	qtconnectivity
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative-tools
    	qtdeclarative
    	qtgraphicaleffects-qmlplugins
    	qtlocation-examples
    	qtlocation-plugins
    	qtlocation-qmlplugins
    	qtlocation
    	qtmultimedia-examples
    	qtmultimedia-plugins
    	qtmultimedia-qmlplugins
    	qtmultimedia
    	qtquick3d-plugins
    	qtquick3d-qmlplugins
    	qtquick3d
    	qtquics-qmlplugins.control
    	qtquics2-plugins.control
    	qtquics2-qmlplugins.control
    	qtquics2.control
    	qtscript-examples
    	qtscript-plugins
    	qtscript-qmlplugins
    	qtscript
    	qtwayland-examples
    	qtwayland-plugins
    	qtwayland-qmlplugins
    	qtwayland
    	tar
    	which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [   16.395708] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [   16.505329] wlcore: firmware booted (Rev 8.9.0.0.86)
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62xx-evm -
    
    Arago 2023.10 am62xx-evm -
    
    am62xx-evm login: [   17.164239] sh (1138): drop_caches: 1
    [   21.910933] ti-udma 485c0100.dma-controller: chan2 teardown timeout!
    [   23.190990] ti-udma 485c0100.dma-controller: chan1 teardown timeout!
    
    am62xx-evm login: root
    [   35.452811] kauditd_printk_skb: 8 callbacks suppressed
    [   35.452829] audit: type=1006 audit(41.764:14): pid=1176 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1
    [   35.471391] audit: type=1300 audit(41.764:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd83da098 a2=1 a3=ffffb22d4020 items=0 ppid=1 pid=1176 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [   35.497864] audit: type=1327 audit(41.764:14): proctitle="(systemd)"
    [   35.507548] audit: type=1334 audit(41.816:15): prog-id=11 op=LOAD
    [   35.514541] audit: type=1300 audit(41.816:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff9718620 a2=78 a3=0 items=0 ppid=1 pid=1176 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   35.540166] audit: type=1327 audit(41.816:15): proctitle="(systemd)"
    [   35.548474] audit: type=1334 audit(41.816:16): prog-id=11 op=UNLOAD
    [   35.556137] audit: type=1334 audit(41.816:17): prog-id=12 op=LOAD
    [   35.563313] audit: type=1300 audit(41.816:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff97186c0 a2=78 a3=0 items=0 ppid=1 pid=1176 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   35.588768] audit: type=1327 audit(41.816:17): proctitle="(systemd)"
    root@am62xx-evm:~# systemctl status weston
    * weston.service - Weston, a Wayland compositor, as a system service
         Loaded: loaded (8;;file://am62xx-evm/lib/systemd/system/weston.service/lib/systemd/system/weston.service8;;; enabled; vendor preset: enabled)8;;
         Active: active (running) since Thu 1970-01-01 00:00:21 UTC; 26s ago
    TriggeredBy: * weston.socket
           Docs: 8;;man:weston(1)man:weston(1)8;;8;;
                 8;;man:weston.ini(5)man:weston.ini(5)8;;8;;
                 8;;http://wayland.freedesktop.org/http://wayland.freedesktop.org/8;;8;;
       Main PID: 958 (weston)
          Tasks: 0 (limit: 2155)
         Memory: 228.0K
         CGroup: /system.slice/weston.service
                 >  958 /usr/bin/weston --modules=systemd-notify.so
    
    Jan 01 00:00:20 am62xx-evm systemd[1]: Starting Weston, a Wayland compositor, as a system service...
    Jan 01 00:00:20 am62xx-evm systemd[958]: pam_unix(weston-autologin:account): account weston has password changed in future
    Jan 01 00:00:20 am62xx-evm systemd[958]: pam_unix(weston-autologin:session): session opened for user weston(uid=1000) by weston(uid=0)
    Jan 01 00:00:21 am62xx-evm systemd[1]: Started Weston, a Wayland compositor, as a system service.
    Jan 01 00:00:21 am62xx-evm weston[1040]: Touch screen not detected, skipping calibration...
    root@am62xx-evm:~# nproc
    2
    

    weston_success_sdk9.2_evm_jrnl.logweston_fail_sdk9.2_evm_jrnl.log

  • Hi, 

    Thanks for the logs and I see some interesting display messages on your successful log:

    Jan 01 00:00:21 am62xx-evm weston[958]: [00:00:21.642] DRM: head 'HDMI-A-1' updated, connector 40 is disconnected.
    Jan 01 00:00:21 am62xx-evm weston[958]: [00:00:21.642] DRM: head 'HDMI-A-1' found, connector 40 is disconnected.

    Jan 01 00:00:15 am62xx-evm kernel: tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    Jan 01 00:00:15 am62xx-evm kernel: tidss 30200000.dss: [drm] Cannot find any crtc or sizes

    I do not see that at all on my setup and I am curious what type of HDMI monitor are you using? Is it a standard full hd monitor?

    Regards,
    Krunal

  • Hello,

        My apologies, I had run the tests without an hdmi cable as I believed it would not effect the results. Here are the boot logs I collected after connecting the board to an Asus HD monitor.

    Best,

        Joshua Bourgeot

    0068.weston_fail_sdk9.2_evm_jrnl.log

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 13408 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E2
    DRAM:  2 GiB
    Core:  72 devices, 32 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    592 bytes read in 14 ms (41 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    19376640 bytes read in 215 ms (85.9 MiB/s)
    59546 bytes read in 16 ms (3.5 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 4
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    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-0x00000000fffeffff]
    [    0.000000]   node   0: [mem 0x00000000ffff0000-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 20 pages/cpu s41064 r8192 d32664 u81920
    [    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 maxcpus=2 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospit
    [    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: 1839192K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 126888K 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.013206] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023898] pid_max: default: 32768 minimum: 301
    [    0.028679] LSM: Security Framework initializing
    [    0.033560] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041157] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.051296] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058762] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.065074] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.072470] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.078882] rcu: Hierarchical SRCU implementation.
    [    0.083794] rcu:     Max phase no-delay instances is 1000.
    [    0.089436] Platform MSI: msi-controller@1820000 domain created
    [    0.095789] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.105198] EFI services will not be available.
    [    0.110179] smp: Bringing up secondary CPUs ...
    [    0.115611] Detected VIPT I-cache on CPU1
    [    0.115763] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.115781] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.115856] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.116008] smp: Brought up 1 node, 2 CPUs
    [    0.145411] SMP: Total of 2 processors activated.
    [    0.150229] CPU features: detected: 32-bit EL0 Support
    [    0.155503] CPU features: detected: CRC32 instructions
    [    0.160820] CPU: All CPU(s) started at EL2
    [    0.165005] alternatives: applying system-wide alternatives
    [    0.172884] devtmpfs: initialized
    [    0.185580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.195607] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.208644] pinctrl core: initialized pinctrl subsystem
    [    0.214849] DMI not present or invalid.
    [    0.219529] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.226923] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.234346] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.242428] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.250637] audit: initializing netlink subsys (disabled)
    [    0.256481] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
    [    0.257111] thermal_sys: Registered thermal governor 'step_wise'
    [    0.264429] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.270790] cpuidle: using governor menu
    [    0.281691] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.288699] ASID allocator initialised with 65536 entries
    [    0.305396] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.318808] KASLR disabled due to lack of seed
    [    0.330701] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.337688] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.344102] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.351041] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.357448] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.364388] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.370797] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.377735] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.385985] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.396784] iommu: Default domain type: Translated 
    [    0.401789] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.408549] SCSI subsystem initialized
    [    0.412817] usbcore: registered new interface driver usbfs
    [    0.418469] usbcore: registered new interface driver hub
    [    0.423924] usbcore: registered new device driver usb
    [    0.429656] pps_core: LinuxPPS API ver. 1 registered
    [    0.434735] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.444089] PTP clock support registered
    [    0.448233] EDAC MC: Ver: 3.0.0
    [    0.452564] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.459725] FPGA manager framework
    [    0.463335] Advanced Linux Sound Architecture Driver Initialized.
    [    0.470704] clocksource: Switched to clocksource arch_sys_counter
    [    0.477239] VFS: Disk quotas dquot_6.6.0
    [    0.481301] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.494921] NET: Registered PF_INET protocol family
    [    0.500249] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.509637] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.518464] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.526407] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.534633] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.542779] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.549736] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.556669] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.564251] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.570722] RPC: Registered named UNIX socket transport module.
    [    0.576788] RPC: Registered udp transport module.
    [    0.581598] RPC: Registered tcp transport module.
    [    0.586406] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.593024] NET: Registered PF_XDP protocol family
    [    0.597938] PCI: CLS 0 bytes, default 64
    [    0.602915] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.613272] Initialise system trusted keyrings
    [    0.618180] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.629601] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.636352] NFS: Registering the id_resolver key type
    [    0.641592] Key type id_resolver registered
    [    0.645870] Key type id_legacy registered
    [    0.650035] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.656892] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.698835] Key type asymmetric registered
    [    0.703029] Asymmetric key parser 'x509' registered
    [    0.708089] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.715875] io scheduler mq-deadline registered
    [    0.720519] io scheduler kyber registered
    [    0.728578] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.735231] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.743061] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.756314] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.773655] loop: module loaded
    [    0.778278] megasas: 07.719.03.00-rc1
    [    0.785571] tun: Universal TUN/TAP device driver, 1.6
    [    0.791644] VFIO - User Level meta-driver version: 0.3
    [    0.797817] usbcore: registered new interface driver usb-storage
    [    0.804615] i2c_dev: i2c /dev entries driver
    [    0.810776] sdhci: Secure Digital Host Controller Interface driver
    [    0.817130] sdhci: Copyright(c) Pierre Ossman
    [    0.821898] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.828480] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.834848] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.841827] usbcore: registered new interface driver usbhid
    [    0.847532] usbhid: USB HID core driver
    [    0.852447] optee: probing for conduit method.
    [    0.857061] optee: revision 4.1 (012cdca4)
    [    0.857475] optee: dynamic shared memory is enabled
    [    0.867122] optee: initialized driver
    [    0.872871] Initializing XFRM netlink socket
    [    0.877329] NET: Registered PF_PACKET protocol family
    [    0.882603] Key type dns_resolver registered
    [    0.887494] registered taskstats version 1
    [    0.891723] Loading compiled-in X.509 certificates
    [    0.907395] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    [    0.963531] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.995685] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.003351] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.010481] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.016527] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.025807] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.038174] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [    1.047054] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [    1.072635] Console: switching to colour frame buffer device 240x75
    [    1.093392] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [    1.102360] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.110966] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.122295] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.132806] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.143416] printk: console [ttyS2] disabled
    [    1.147893] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
    [    1.156797] printk: console [ttyS2] enabled
    [    1.156797] printk: console [ttyS2] enabled
    [    1.165255] printk: bootconsole [ns16550a0] disabled
    [    1.165255] printk: bootconsole [ns16550a0] disabled
    [    1.176957] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.222726] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.233175] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.241289] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.249428] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.262331] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.269461] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.276039] pps pps0: new PPS source ptp0
    [    1.280403] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.291144] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.304081] mmc0: CQHCI version 5.10
    [    1.309388] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.316186] pca953x 1-0022: using AI
    [    1.348802] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.357575] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.362731] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.369769] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.375230] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.382883] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.389472] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.396048] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.402351] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.409339] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.415910] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.430541] mmc2: CQHCI version 5.10
    [    1.430547] mmc1: CQHCI version 5.10
    [    1.431528] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.447381] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    1.459612] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    1.475967] ALSA device list:
    [    1.478990]   No soundcards found.
    [    1.482722] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.49025] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.498747] mmc0: Command Queue Engine enabled
    [    1.500288] Waiting for root device PARTUUID=0a1bf283-02...
    [    1.503271] mmc0: new HS200 MMC card at address 0001
    [    1.512132] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [    1.514806] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    1.528829] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB 
    [    1.534843] mmc2: new high speed SDIO card at address 0001
    [    1.535368] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB 
    [    1.546483] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.590474] mmc1: new ultra high speed SDR104 SDHC card at address 0001
    [    1.598566] mmcblk1: mmc1:0001 GB1QT 29.8 GiB 
    [    1.605723]  mmcblk1: p1 p2
    [    1.820470] EXT4-fs (mmcblk1p2): recovery complete
    [    1.828303] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.836955] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    1.843821] devtmpfs: mounted
    [    1.848307] Freeing unused kernel memory: 1984K
    [    1.853094] Run /sbin/init as init process
    [    2.019854] systemd[1]: System time before build time, advancing clock.
    [    2.083382] NET: Registered PF_INET6 protocol family
    [    2.090221] Segment Routing with IPv6
    [    2.093998] In-situ OAM (IOAM) with IPv6
    [    2.132691] 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)
    [    2.165316] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.232519] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.400292] systemd-sysv-generator[147]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Plea.
    [    2.687925] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.721383] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.810285] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consi.
    [    2.878674] 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 co.
    [    2.960054] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.033844] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.059171] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.086552] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.109952] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.131738] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.155727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.179830] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.198979] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.219009] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.239031] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.320391] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.347386] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.390946] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.417021] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.443092] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.468539] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.493969] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.515194] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.542260] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.565228] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.589612] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.655601] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.679649] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.714546] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.740399] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.792000] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.831426] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.880017] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.908781] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.951873] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.968296] fuse: init (API version 7.37)
    [    4.000464] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.033815] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.055345] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.103878] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.131569] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.159800] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    4.176954] cryptodev: loading out-of-tree module taints kernel.
    [    4.193083] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems   4.202662] cryptodev: driver 1.12 loaded.
    [0m...
    [    4.241048] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.244075] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.282102] systemd[1]: Started Start psplash boot splash screen.
    [  OK  ] Started Start psplash boot splash screen.
    [    4.318366] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.344004] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
    [  OK  ] Started Start psplash-syst…progress communication helper.
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [    4.771335] systemd-journald[162]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.989191] audit: type=1334 audit(1651167747.968:2): prog-id=5 op=LOAD
    [    4.998938] audit: type=1334 audit(1651167747.976:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemo[    6.026780] random: crng init done
    n Activation Socket.
             Starting Weston socket...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [    6.518505] mc: Linux media interface: v0.10
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting PulseAudio Sound System...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started Seva Launcher Service.
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    6.642789] audit: type=1334 audit(1651167749.620:4): prog-id=7 op=LOAD
    [    6.654027] audit: type=1334 audit(1651167749.632:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started ti-apps-launcher service.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started Telephony service.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [    7.035590] Bluetooth: Core ver 2.22
    [    7.039420] NET: Registered PF_BLUETOOTH protocol family
    [    7.050824] Bluetooth: HCI device and connection manager initialized
    [    7.057307] Bluetooth: HCI socket layer initialized
    [    7.062403] Bluetooth: L2CAP socket layer initialized
    [    7.079558] Bluetooth: SCO socket layer initialized
    [    7.106202] videodev: Linux video capture interface: v2.00
    [  OK  ] Started DEMO.
    [  OK  ] Started PulseAudio Sound System.
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [    8.301105] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.351926] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.359618] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    8.544426] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [  OK  ] Started Network Configuration.
    [    8.612566] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:14 UTC (14)
    [    8.622196] systemd-journald[162]: Time jumped backwards, rotating.
             Starting Network Name Resolution...
    [    8.656922] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    8.705977] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [    8.743477] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [  OK  ] Started User Login Management.
    [    8.832503] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.844500] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    9.027132] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    9.037106] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    9.150213] remoteproc remoteproc0: 5000000.m4fss is available
    [    9.265421] remoteproc remoteproc0: powering up 5000000.m4fss
    [    9.271355] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
    [    9.275425] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.294446] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    9.309997] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    9.310474] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.323322] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [    9.327607] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    9.332870] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    9.414075] platform 78000000.r5f: configured R5F for IPC-only mode
    [    9.446446] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    9.651242] remoteproc remoteproc1: 78000000.r5f is available
    [    9.977180] remoteproc remoteproc1: attaching to 78000000.r5f
    [   10.001462] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [   10.012189] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [   10.031953] i2c i2c-1: Added multiplexed i2c bus 3
    [   10.052255] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [   10.064397] Console: switching to colour dummy device 80x25
    [   10.133182] Console: switching to colour frame buffer device 240x67
    [   10.146885] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
    [   10.441258] platform 78000000.r5f: R5F core initialized in IPC-only mode
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Permit User Sessions.
    [   10.607597] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [  OK  ] Started Getty on tty1.
    [   10.630103] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.630877] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   10.639869] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [   10.646094] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   10.651771] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [   10.768193] PVR_K:  196: Device: fd00000.gpu
    [   10.790908] PVR_K:  196: Read BVNC 33.15.11.3 from HW device registers
    [   10.885912] PVR_K:  196: RGX Device registered with BVNC 33.15.11.3
    [   10.915326] audit: type=1334 audit(16.800:6): prog-id=9 op=LOAD
    [   10.922074] audit: type=1334 audit(16.804:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [   11.134975] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   12.245143] audit: type=1006 audit(18.128:8): pid=598 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   12.262526] audit: type=1300 audit(18.128:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffa272b78 a2=4 a3=ffffa9178020 items=0 ppid=1 pid=598 auid=1000 uid=0 gid=0 eui)
    [   12.297753] audit: type=1327 audit(18.128:8): proctitle="(systemd)"
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   12.886864] audit: type=1006 audit(18.768:9): pid=474 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   12.908947] audit: type=1300 audit(18.768:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffa272b78 a2=4 a3=ffffa9178020 items=0 ppid=1 pid=474 auid=1000 uid=0 gid=0 eui)
    [   12.944587] audit: type=1327 audit(18.768:9): proctitle="(weston)"
    [  OK  ] Finished Synchronize System and HW clocks.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started containerd container runtime.
    [  OK  ] Started Session c2 of User weston.
    [   13.482482] audit: type=1006 audit(19.364:10): pid=702 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   13.494436] audit: type=1300 audit(19.364:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffa272b78 a2=4 a3=ffffa9178020 items=0 ppid=1 pid=702 auid=1000 uid=0 gid=0 eu)
    [   13.554915] audit: type=1327 audit(19.364:10): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c3 of User weston.
    [   13.964265] audit: type=1006 audit(19.848:11): pid=768 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c4 of User weston.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c5 of User weston.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [   15.599016] remoteproc remoteproc2: 30074000.pru is available
    [   15.599911] remoteproc remoteproc3: 30078000.pru is available
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grep
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts[   16.215674] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    -plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics[   16.325028] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62xx-evm -
    
    Arago 2023.10 am62xx-evm -
    
    am62xx-evm login: [   16.732058] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   16.732108] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [   16.732328] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
    [   16.732337] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
    [   16.732431] xhci-hcd xhci-hcd.5.auto: irq 425, io mem 0x31100000
    [   16.741093] hub 1-0:1.0: USB hub found
    [   16.741172] hub 1-0:1.0: 1 port detected
    [   16.937645] wl18xx_driver wl18xx.4.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [   17.299520] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [   17.313603] wlcore: loaded
    [   17.811849] kauditd_printk_skb: 8 callbacks suppressed
    [   17.811870] audit: type=1701 audit(23.696:14): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=240 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=11 res=1
    [   17.866596] audit: type=1334 audit(23.748:15): prog-id=11 op=LOAD
    [   17.874557] audit: type=1334 audit(23.756:16): prog-id=12 op=LOAD
    [   18.063179] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [   18.170466] wlcore: firmware booted (Rev 8.9.0.0.86)
    
    am62xx-evm login: ro[   23.359177] audit: type=1334 audit(29.244:17): prog-id=12 op=UNLOAD
    [   23.366540] audit: type=1334 audit(29.244:18): prog-id=11 op=UNLOAD
    ot[   23.575039] ti-udma 485c0100.dma-controller: chan1 teardown timeout!
    
    [   24.154249] audit: type=1006 audit(30.036:19): pid=1140 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1
    [   24.167622] audit: type=1300 audit(30.036:19): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffa272b78 a2=1 a3=0 items=0 ppid=1 pid=1140 auid=0 uid=0 gid=0 euid=0 suid=0 f)
    [   24.193081] audit: type=1327 audit(30.036:19): proctitle="(systemd)"
    [   24.200270] audit: type=1334 audit(30.072:20): prog-id=13 op=LOAD
    [   24.207512] audit: type=1300 audit(30.072:20): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff755c200 a2=78 a3=0 items=0 ppid=1 pid=1140 auid=0 uid=0 gid=0 euid=0 suid=0)
    [   24.233210] audit: type=1327 audit(30.072:20): proctitle="(systemd)"
    [   24.240270] audit: type=1334 audit(30.076:21): prog-id=13 op=UNLOAD
    [   24.247281] audit: type=1334 audit(30.076:22): prog-id=14 op=LOAD
    [   24.598811] ti-udma 485c0100.dma-controller: chan2 teardown timeout!
    root@am62xx-evm:~# systemctl status weston
    x weston.service - Weston, a Wayland compositor, as a system service
         Loaded: loaded (8;;file://am62xx-evm/lib/systemd/system/weston.service/lib/systemd/system/weston.service8;;; enabled; vendor preset: enabled)8;;
         Active: failed (Result: exit-code) since Thu 1970-01-01 00:00:20 UTC; 16s ago
    TriggeredBy: x weston.socket
           Docs: 8;;man:weston(1)man:weston(1)8;;8;;
                 8;;man:weston.ini(5)man:weston.ini(5)8;;8;;
                 8;;http://wayland.freedesktop.org/http://wayland.freedesktop.org/8;;8;;
        Process: 883 ExecStart=/usr/bin/weston --modules=systemd-notify.so (code=exited, status=1/FAILURE)
       Main PID: 883 (code=exited, status=1/FAILURE)
    
    Jan 01 00:00:20 am62xx-evm systemd[1]: Starting Weston, a Wayland compositor, as a system service...
    Jan 01 00:00:20 am62xx-evm systemd[883]: pam_unix(weston-autologin:account): account weston has password changed in future
    Jan 01 00:00:20 am62xx-evm systemd[883]: pam_unix(weston-autologin:session): session opened for user weston(uid=1000) by weston(uid=0)
    Jan 01 00:00:20 am62xx-evm systemd[1]: weston.service: Main process exited, code=exited, status=1/FAILURE
    Jan 01 00:00:20 am62xx-evm systemd[1]: weston.service: Failed with result 'exit-code'.
    Jan 01 00:00:20 am62xx-evm systemd[1]: Failed to start Weston, a Wayland compositor, as a system service.
    Jan 01 00:00:21 am62xx-evm systemd[1]: weston.service: Start request repeated too quickly.
    Jan 01 00:00:21 am62xx-evm systemd[1]: weston.service: Failed with result 'exit-code'.
    Jan 01 00:00:21 am62xx-evm systemd[1]: Failed to start Weston, a Wayland compositor, as a system service.
    root@am62xx-evm:~# nproc
    2
    
    

    7411.weston_success_sdk9.2_evm_jrnl.log

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 13408 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E2
    DRAM:  2 GiB
    Core:  72 devices, 32 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    592 bytes read in 14 ms (41 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    19376640 bytes read in 215 ms (85.9 MiB/s)
    59546 bytes read in 16 ms (3.5 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 4
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    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-0x00000000fffeffff]
    [    0.000000]   node   0: [mem 0x00000000ffff0000-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 20 pages/cpu s41064 r8192 d32664 u81920
    [    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 maxcpus=2 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospit
    [    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: 1839192K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 126888K 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.008587] Console: colour dummy device 80x25
    [    0.013206] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023896] pid_max: default: 32768 minimum: 301
    [    0.028679] LSM: Security Framework initializing
    [    0.033559] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041154] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.051293] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058759] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.065072] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.072468] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.078882] rcu: Hierarchical SRCU implementation.
    [    0.083793] rcu:     Max phase no-delay instances is 1000.
    [    0.089439] Platform MSI: msi-controller@1820000 domain created
    [    0.095798] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.105209] EFI services will not be available.
    [    0.110177] smp: Bringing up secondary CPUs ...
    [    0.115596] Detected VIPT I-cache on CPU1
    [    0.115735] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.115761] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.115826] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.115974] smp: Brought up 1 node, 2 CPUs
    [    0.145391] SMP: Total of 2 processors activated.
    [    0.150210] CPU features: detected: 32-bit EL0 Support
    [    0.155491] CPU features: detected: CRC32 instructions
    [    0.160807] CPU: All CPU(s) started at EL2
    [    0.164997] alternatives: applying system-wide alternatives
    [    0.172910] devtmpfs: initialized
    [    0.185721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.195756] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.208724] pinctrl core: initialized pinctrl subsystem
    [    0.214907] DMI not present or invalid.
    [    0.219592] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.227003] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.234407] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.242485] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.250692] audit: initializing netlink subsys (disabled)
    [    0.256539] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
    [    0.257132] thermal_sys: Registered thermal governor 'step_wise'
    [    0.264489] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.270850] cpuidle: using governor menu
    [    0.281769] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.288776] ASID allocator initialised with 65536 entries
    [    0.305495] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.318859] KASLR disabled due to lack of seed
    [    0.330730] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.337712] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.344128] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.351067] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.357474] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.364412] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.370819] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.377761] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.386001] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.396861] iommu: Default domain type: Translated 
    [    0.401860] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.408626] SCSI subsystem initialized
    [    0.412880] usbcore: registered new interface driver usbfs
    [    0.418533] usbcore: registered new interface driver hub
    [    0.423990] usbcore: registered new device driver usb
    [    0.429707] pps_core: LinuxPPS API ver. 1 registered
    [    0.434796] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.444154] PTP clock support registered
    [    0.448302] EDAC MC: Ver: 3.0.0
    [    0.452636] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.459792] FPGA manager framework
    [    0.463406] Advanced Linux Sound Architecture Driver Initialized.
    [    0.470791] clocksource: Switched to clocksource arch_sys_counter
    [    0.477338] VFS: Disk quotas dquot_6.6.0
    [    0.481407] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.494955] NET: Registered PF_INET protocol family
    [    0.500289] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.509662] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.518494] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.526431] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.534660] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.542805] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.549759] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.556686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.564268] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.570687] RPC: Registered named UNIX socket transport module.
    [    0.576779] RPC: Registered udp transport module.
    [    0.581590] RPC: Registered tcp transport module.
    [    0.586402] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.593022] NET: Registered PF_XDP protocol family
    [    0.597937] PCI: CLS 0 bytes, default 64
    [    0.602923] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.613361] Initialise system trusted keyrings
    [    0.618258] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.629699] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.636457] NFS: Registering the id_resolver key type
    [    0.641687] Key type id_resolver registered
    [    0.645971] Key type id_legacy registered
    [    0.650131] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.656988] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.699026] Key type asymmetric registered
    [    0.703221] Asymmetric key parser 'x509' registered
    [    0.708267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.716054] io scheduler mq-deadline registered
    [    0.720693] io scheduler kyber registered
    [    0.728701] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.735352] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.743115] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.756303] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.773583] loop: module loaded
    [    0.778210] megasas: 07.719.03.00-rc1
    [    0.785513] tun: Universal TUN/TAP device driver, 1.6
    [    0.791586] VFIO - User Level meta-driver version: 0.3
    [    0.797751] usbcore: registered new interface driver usb-storage
    [    0.804531] i2c_dev: i2c /dev entries driver
    [    0.810649] sdhci: Secure Digital Host Controller Interface driver
    [    0.817028] sdhci: Copyright(c) Pierre Ossman
    [    0.821790] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.828389] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.834736] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.841689] usbcore: registered new interface driver usbhid
    [    0.847397] usbhid: USB HID core driver
    [    0.852318] optee: probing for conduit method.
    [    0.856920] optee: revision 4.1 (012cdca4)
    [    0.857298] optee: dynamic shared memory is enabled
    [    0.866969] optee: initialized driver
    [    0.872711] Initializing XFRM netlink socket
    [    0.877167] NET: Registered PF_PACKET protocol family
    [    0.882437] Key type dns_resolver registered
    [    0.887327] registered taskstats version 1
    [    0.891554] Loading compiled-in X.509 certificates
    [    0.907318] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    [    0.963074] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.995210] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.002916] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.010000] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.016041] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.025289] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.037745] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [    1.046630] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [    1.072187] Console: switching to colour frame buffer device 240x75
    [    1.092947] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [    1.101883] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.110319] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.121691] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.132265] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.142763] printk: console [ttyS2] disabled
    [    1.147260] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
    [    1.156156] printk: console [ttyS2] enabled
    [    1.156156] printk: console [ttyS2] enabled
    [    1.164617] printk: bootconsole [ns16550a0] disabled
    [    1.164617] printk: bootconsole [ns16550a0] disabled
    [    1.176249] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.222804] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.233176] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.241290] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.249433] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.262330] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.269459] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.275965] pps pps0: new PPS source ptp0
    [    1.280355] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.291017] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.303192] mmc0: CQHCI version 5.10
    [    1.313034] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.319834] pca953x 1-0022: using AI
    [    1.348239] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.361020] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.366306] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.373348] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.378833] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.386230] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.392751] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.399430] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.405751] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.412875] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.419538] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.441251] mmc2: CQHCI version 5.10
    [    1.441256] mmc1: CQHCI version 5.10
    [    1.442383] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.458212] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    1.470522] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    1.481132] mmc0: Command Queue Engine enabled
    [    1.485622] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.493123] mmc0: new HS200 MMC card at address 0001
    [    1.500393] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    1.506024] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.508519] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB 
    [    1.520610] ALSA device list:
    [    1.521248] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB 
    [    1.523664]   No soundcards found.
    [    1.529797] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.538832] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [    1.547622] Waiting for root device PARTUUID=0a1bf283-02...
    [    1.565343] mmc2: new high speed SDIO card at address 0001
    [    1.581391] mmc1: new ultra high speed SDR104 SDHC card at address 0001
    [    1.588969] mmcblk1: mmc1:0001 GB1QT 29.8 GiB 
    [    1.595906]  mmcblk1: p1 p2
    [    1.630470] EXT4-fs (mmcblk1p2): recovery complete
    [    1.637120] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.645748] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    1.652605] devtmpfs: mounted
    [    1.657095] Freeing unused kernel memory: 1984K
    [    1.661743] Run /sbin/init as init process
    [    1.825819] systemd[1]: System time before build time, advancing clock.
    [    1.871375] NET: Registered PF_INET6 protocol family
    [    1.878290] Segment Routing with IPv6
    [    1.882080] In-situ OAM (IOAM) with IPv6
    [    1.918554] 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)
    [    1.950972] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.028639] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.173339] systemd-sysv-generator[148]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Plea.
    [    2.386484] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.419502] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.506305] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consi.
    [    2.574596] 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 co.
    [    2.655445] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.726018] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    2.750724] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    2.775265] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    2.802634] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.827588] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    2.851516] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    2.876030] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    2.891044] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    2.911218] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    2.927672] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.010420] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.035486] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.078719] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.100104] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.127227] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.153026] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.177003] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.195466] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.222463] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.245378] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.269813] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.335629] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.371560] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.427693] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.452489] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.499618] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.539864] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.592008] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.616591] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.664079] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.683327] fuse: init (API version 7.37)
    [    3.716078] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.772080] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.784659] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.815160] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.862843] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.882638] cryptodev: loading out-of-tree module taints kernel.
    [    3.893272] cryptodev: driver 1.12 loaded.
    [    3.912449] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    3.943097] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    3.982178] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.024946] systemd[1]: Started Start psplash boot splash screen.
    [  OK  ] Started Start psplash boot splash s[    4.034529] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    creen.
    [    4.058552] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.079981] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
    [  OK  ] Started Start psplash-syst…progress communication helper.
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [    4.495680] systemd-journald[163]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.722006] audit: type=1334 audit(1651167747.892:2): prog-id=5 op=LOAD
    [    4.732695] audit: type=1334 audit(1651167747.904:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Finished Coldplug All udev Devices.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
    [    5.786853] random: crng init done
             Starting Weston socket...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting PulseAudio Sound System...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started Seva Launcher Service.
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    6.409901] audit: type=1334 audit(1651167749.580:4): prog-id=7 op=LOAD
    [    6.420066] audit: type=1334 audit(1651167749.592:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started ti-apps-launcher service.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [  OK  ] Started DEMO.
    [  OK  ] Found device /dev/ttyS2.
    [    6.947453] Bluetooth: Core ver 2.22
    [    6.951286] NET: Registered PF_BLUETOOTH protocol family
    [    6.965639] Bluetooth: HCI device and connection manager initialized
    [    6.979713] Bluetooth: HCI socket layer initialized
    [    6.990000] mc: Linux media interface: v0.10
    [    6.991259] Bluetooth: L2CAP socket layer initialized
    [    7.006970] Bluetooth: SCO socket layer initialized
    [    7.188038] videodev: Linux video capture interface: v2.00
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [    7.366516] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [  OK  ] Started PulseAudio Sound System.
    [    7.498584] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    7.589620] i2c i2c-1: Added multiplexed i2c bus 3
    [    7.740681] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    7.752450] Console: switching to colour dummy device 80x25
    [    7.819263] Console: switching to colour frame buffer device 240x67
    [    7.832117] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    8.129124] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    8.135382] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:14 UTC (14)
    [    8.138502] systemd-journald[163]: Time jumped backwards, rotating.
    [    8.292488] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    8.372968] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    8.441364] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    8.606925] remoteproc remoteproc0: 5000000.m4fss is available
    [    8.617103] remoteproc remoteproc0: powering up 5000000.m4fss
    [    8.622962] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
    [    8.630441] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    8.755137] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    8.766249] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.767131] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.774942] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    8.786094] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    8.793422] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    8.827748] platform 78000000.r5f: configured R5F for IPC-only mode
    [    8.854899] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.893869] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.901337] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    8.949179] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    8.966102] remoteproc remoteproc1: 78000000.r5f is available
    [    8.974252] remoteproc remoteproc1: attaching to 78000000.r5f
    [    8.982024] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    8.990145] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    9.001522] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.002319] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.009249] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [    9.021615] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    9.025288] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [  OK  ] Started User Login Management.
    [    9.220841] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [    9.256292] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    9.475902] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    9.495417] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    9.942617] PVR_K:  192: Device: fd00000.gpu
    [   10.052519] PVR_K:  192: Read BVNC 33.15.11.3 from HW device registers
    [   10.205099] PVR_K:  192: RGX Device registered with BVNC 33.15.11.3
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
    [   10.411542] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [   10.764472] audit: type=1334 audit(17.124:6): prog-id=9 op=LOAD
    [   10.774697] audit: type=1334 audit(17.132:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   12.344351] audit: type=1006 audit(18.704:8): pid=666 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   12.360583] audit: type=1300 audit(18.704:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff0398e88 a2=4 a3=ffff7fa06020 items=0 ppid=1 pid=666 auid=1000 uid=0 gid=0 eui)
    [   12.392759] audit: type=1327 audit(18.704:8): proctitle="(systemd)"
    [  OK  ] Started containerd container runtime.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   13.147550] audit: type=1006 audit(19.504:9): pid=501 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   13.169810] audit: type=1300 audit(19.504:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff0398e88 a2=4 a3=ffff7fa06020 items=0 ppid=1 pid=501 auid=1000 uid=0 gid=0 eui)
    [   13.215831] audit: type=1327 audit(19.504:9): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c2 of User weston.
    [   13.668451] audit: type=1006 audit(20.028:10): pid=802 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   13.702138] audit: type=1300 audit(20.028:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff0398e88 a2=4 a3=ffff7fa06020 items=0 ppid=1 pid=802 auid=1000 uid=0 gid=0 eu)
    [   13.745244] audit: type=1327 audit(20.028:10): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c3 of User weston.
    [   14.216277] audit: type=1006 audit(20.576:11): pid=874 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [  OK  ] Started Session c4 of User weston.
    [   14.978057] remoteproc remoteproc2: 30074000.pru is available
    [   14.979581] remoteproc remoteproc3: 30078000.pru is available
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Session c5 of User weston.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grep
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
    [   15.608815] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [   15.817358] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [   16.280084] wl18xx_driver wl18xx.4.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [   16.351493] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   16.360121] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [   16.369609] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
    [   16.376533] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
    [   16.387065] xhci-hcd xhci-hcd.5.auto: irq 425, io mem 0x31100000
    [   16.407024] hub 1-0:1.0: USB hub found
    [   16.410998] hub 1-0:1.0: 1 port detected
    [   16.675563] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [   16.706099] wlcore: loaded
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62xx-evm -
    
    Arago 2023.10 am62xx-evm -
    
    am62xx-evm login: [   17.482234] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [   17.608627] wlcore: firmware booted (Rev 8.9.0.0.86)
    [   18.968452] PVR_K:  242: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [   18.992158] PVR_K:  242: Shader binary image 'rgx.sh.33.15.11.3' loaded
    [   20.187303] sh (1144): drop_caches: 1
    [   23.030871] ti-udma 485c0100.dma-controller: chan5 teardown timeout!
    
    am62xx-evm login: ro[   26.230915] ti-udma 485c0100.dma-controller: chan4 teardown timeout!
    ot
    [   26.824935] kauditd_printk_skb: 8 callbacks suppressed
    [   26.824960] audit: type=1006 audit(33.184:14): pid=1154 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1
    [   26.843858] audit: type=1300 audit(33.184:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff0398e88 a2=1 a3=ffff7fa06020 items=0 ppid=1 pid=1154 auid=0 uid=0 gid=0 euid)
    [   26.870995] audit: type=1327 audit(33.184:14): proctitle="(systemd)"
    [   26.901507] audit: type=1334 audit(33.260:15): prog-id=11 op=LOAD
    [   26.909457] audit: type=1300 audit(33.260:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe62f16f0 a2=78 a3=0 items=0 ppid=1 pid=1154 auid=0 uid=0 gid=0 euid=0 suid=0)
    [   26.935613] audit: type=1327 audit(33.260:15): proctitle="(systemd)"
    [   26.946997] audit: type=1334 audit(33.260:16): prog-id=11 op=UNLOAD
    [   26.954213] audit: type=1334 audit(33.260:17): prog-id=12 op=LOAD
    [   26.961791] audit: type=1300 audit(33.260:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe62f1790 a2=78 a3=0 items=0 ppid=1 pid=1154 auid=0 uid=0 gid=0 euid=0 suid=0)
    [   26.987782] audit: type=1327 audit(33.260:17): proctitle="(systemd)"
    root@am62xx-evm:~# systemctl status weston
    * weston.service - Weston, a Wayland compositor, as a system service
         Loaded: loaded (8;;file://am62xx-evm/lib/systemd/system/weston.service/lib/systemd/system/weston.service8;;; enabled; vendor preset: enabled)8;;
         Active: active (running) since Thu 1970-01-01 00:00:22 UTC; 17s ago
    TriggeredBy: * weston.socket
           Docs: 8;;man:weston(1)man:weston(1)8;;8;;
                 8;;man:weston.ini(5)man:weston.ini(5)8;;8;;
                 8;;http://wayland.freedesktop.org/http://wayland.freedesktop.org/8;;8;;
       Main PID: 1022 (weston)
          Tasks: 0 (limit: 2155)
         Memory: 244.0K
         CGroup: /system.slice/weston.service
                 >  1022 /usr/bin/weston --modules=systemd-notify.so
    
    Jan 01 00:00:21 am62xx-evm systemd[1]: Starting Weston, a Wayland compositor, as a system service...
    Jan 01 00:00:21 am62xx-evm systemd[1022]: pam_unix(weston-autologin:account): account weston has password changed in future
    Jan 01 00:00:21 am62xx-evm systemd[1022]: pam_unix(weston-autologin:session): session opened for user weston(uid=1000) by weston(uid=0)
    Jan 01 00:00:22 am62xx-evm systemd[1]: Started Weston, a Wayland compositor, as a system service.
    root@am62xx-evm:~# nproc
    2
    
    

  • Hi,

    It seems like there is definitely some timing issue that we need to debug. In the meantime, I recommend two fixes:

    1. Recommended Fix: Described here: https://github.com/systemd/systemd/issues/25408#issuecomment-1383154942

    2. Hacky Fix: Add a delay in the weston service. Here are the steps:

    On your board, open the file: /etc/systemd/system/graphical.target.wants/weston.service and edit like following:

    [Service]
    # Requires systemd-notify.so Weston plugin.
    Type=notify
    EnvironmentFile=/etc/default/weston
    ExecStart=/usr/bin/weston --modules=systemd-notify.so
    ExecStartPre=/usr/bin/test -e /dev/dri/card1
    RestartSec=10
    Restart=on-failure
    

    Under the Service, we added ExecStartPre condition and a restart timer. Feel free to change the value based on your needs.

    Regards,
    Krunal

  • Hi,

        We tried the recommended fix and it seemed to work. We will create a yocto bb append file and share.

    Thank you,

        Joshua Bourgeot

  • Thanks Joshua. Please keep us updated if you run into any issues with the above method.

    Regards,
    Krunal