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.

PROCESSOR-SDK-AM57X: sdk image issues

Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: TPD12S015

Tool/software:

Hi Team,

I'm trying the newly released SDK 09_02_00_00 version. I have some queires kindly clarify.

1. In the bootlog, I see the Exception stack(0xf035dfa8 to 0xf035dff0) error happening in the drm driver loading, wasn't that noticed?

```

11.020172] ------------[ cut here ]------------
[ 11.027038] WARNING: CPU: 0 PID: 144 at drivers/gpu/drm/drm_bridge.c:1410 drm_bridge_hpd_enable+0x7c/0x80
[ 11.036743] Hot plug detection already enabled
[ 11.041229] Modules linked in: ti_vpe snd_soc_simple_card ti_vip omapdrm(+) snd_soc_simple_card_utils ti_sc pruss ti_csc cec ti_vpdma omap_aes_driver pvrsrvkm(O) omap_wdt libaes v4l2_mem2mem v4l2_fwno
de ahci_dwc v4l2_async videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common dwc3_omap videodev mc omap_mailbox rtc_omap snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_ti_s
dma omap_des snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x omap_crypto libdes snd_soc_core snd_pcm_dmaengine ac97_bus snd_pcm snd_timer extcon_palmas snd soundcore omap_sham crypto_engine omap_remoteproc v
irtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
[ 11.103363] CPU: 0 PID: 144 Comm: systemd-udevd Tainted: G O 6.1.80-ti-g2e423244f8c0 #1
[ 11.103363] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 11.103393] unwind_backtrace from show_stack+0x10/0x14
[ 11.103393] show_stack from dump_stack_lvl+0x40/0x4c
[ 11.103424] dump_stack_lvl from __warn+0x7c/0x158
[ 11.103454] __warn from warn_slowpath_fmt+0x124/0x1c0
[ 11.103454] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 11.103485] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 11.152404] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 11.158447] platform_probe from really_probe+0xc8/0x2ec
[ 11.163787] really_probe from __driver_probe_device+0x88/0x1a0
[ 11.169738] __driver_probe_device from driver_probe_device+0x30/0x104
[ 11.176300] driver_probe_device from __driver_attach+0x90/0x174
[ 11.182342] __driver_attach from bus_for_each_dev+0x74/0xc0
[ 11.188018] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 11.193817] bus_add_driver from driver_register+0x88/0x11c
[ 11.199432] driver_register from __platform_register_drivers+0x38/0x88
[ 11.206085] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 11.213531] omap_drm_init [omapdrm] from do_one_initcall+0x48/0x254
[ 11.220001] do_one_initcall from do_init_module+0x44/0x1d4
[ 11.225616] do_init_module from sys_finit_module+0xc0/0x110
[ 11.231292] sys_finit_module from __sys_trace_return+0x0/0x10
[ 11.237182] Exception stack(0xf035dfa8 to 0xf035dff0)
[ 11.242248] dfa0: 00000000 00000000 0000000f b6cca8a0 00000000 00020000
[ 11.250457] dfc0: 00000000 00000000 00000000 0000017b 00000000 000979a8 00000007 00000000
[ 11.258666] dfe0: bebe0710 bebe0700 b6cc5d4f b6bfafe2
Starting Print notice about GPLv3 packages[ 11.263854] ---[ end trace 0000000000000000 ]---

```

2. Wayland compositor was not configured good, I think, it fails to load the qt examples, kindly check the log attached

'''

root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow
MESA: info: Loaded libpvr_dri_support.so
error marshalling arguments for add: dup failed: Bad file descriptor
Error marshalling request: Bad file descriptor
The Wayland connection experienced a fatal error: Bad file descriptor
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?

```

3. Any issues with Eglfs platform, aswell?

'''

root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow -platform eglfs
MESA: info: Loaded libpvr_dri_support.so
PVR:(Error): PVRDRICreateScreenImpl: Failed to create display device (err=19) [0, ]
MESA: info: Unloaded libpvr_dri_support.so
MESA-LOADER: failed to open zink: /usr/lib/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
failed to load driver: zink
drmModeGetResources failed (Operation not supported)
qt.qpa.input: xkbcommon not available, not performing key mapping
Segmentation fault (core dumped)

'''

4. Does sgx-ddk-um was built with MESA?

I could see the default dependencies were moved from libdrm, libgdm to mesa?

when i try to manual built this, i am seeing a missing libzstd.so libray from zstd, But I don't see any zstd dependecies added for Mesa or ddk-um recipes

Thanks in advance.

bootlog-am57xx.txt
U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
DRA752-GP ES2.0
Trying to boot from MMC1
Loading Environment from FAT... *** Error - No Valid Environment Area found
*** Warning - bad env area, using default environment

Loading Environment from MMC... OK


U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)

CPU  : DRA752-GP ES2.0
Model: TI AM5728 BeagleBoard-X15
Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
DRAM:  2 GiB
ti_i2c_eeprom_init failed -1
ti_emmc_boardid_get failed -5
Core:  66 devices, 22 uclasses, devicetree: separate
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... *** Error - No Valid Environment Area found
*** Warning - bad env area, using default environment

Loading Environment from MMC... OK
Net:   eth2: ethernet@48484000
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
This will not be a case any time
This will not be a case any time
7913984 bytes read in 372 ms (20.3 MiB/s)
This will not be a case any time
This will not be a case any time
215706 bytes read in 41 ms (5 MiB/s)
Working FDT set to 88000000
This will not be a case any time
This will not be a case any time
Kernel image @ 0x82000000 [ 0x000000 - 0x78c200 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 8fec8000, end 8fffffff ... OK
Working FDT set to 8fec8000
ft_fixup_clocks failed for DSP voltage domain: <valid offset/length>

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (arm-oe-linux-gnueabi-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] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: TI AM5728 BeagleBoard-X15
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
[    0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
[    0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 64 MiB at 0x00000000fb800000
[    0.000000] OMAP4: Map 0x00000000afd00000 to (ptrval) for dram barrier
[    0.000000] Hit pending asynchronous external abort (FSR=0x00001211) during first unmask, this is most likely caused by a firmware/bootloader bug.
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000afcfffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x00000000afd00000-0x00000000ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000afcfffff]
[    0.000000]   node   0: [mem 0x00000000b0000000-0x00000000ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000] On node 0, zone HighMem: 768 pages in unavailable ranges
[    0.000000] DRA752 ES2.0
[    0.000000] percpu: Embedded 16 pages/cpu s34324 r8192 d23020 u65536
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 521990
[    0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=8444f28e-02 rw rootfstype=ext4 rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 2.
[    0.000000] software IO TLB: mapped [mem 0x00000000aab3f000-0x00000000aeb3f000] (64MB)
[    0.000000] Memory: 1760080K/2094080K available (12288K kernel code, 1465K rwdata, 3248K rodata, 2048K init, 306K bss, 104624K reserved, 229376K cma-reserved, 1245184K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    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=16 to nr_cpu_ids=2.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
[    0.001403] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
[    0.003143] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[    0.003326] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2e000
[    0.004425] Console: colour dummy device 80x30
[    0.004455] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[    0.062072] CPU: Testing write buffer coherency: ok
[    0.062103] CPU0: Spectre v2: using ICIALLU workaround
[    0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[    0.062103] pid_max: default: 32768 minimum: 301
[    0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.062866] /cpus/cpu@0 missing clock-frequency property
[    0.062896] /cpus/cpu@1 missing clock-frequency property
[    0.062927] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.063568] cblist_init_generic: Setting adjustable number of callback queues.
[    0.063568] cblist_init_generic: Setting shift to 1 and lim to 1.
[    0.063659] Setting up static identity map for 0x80200000 - 0x80200138
[    0.063751] rcu: Hierarchical SRCU implementation.
[    0.063751] rcu:     Max phase no-delay instances is 1000.
[    0.066040] EFI services will not be available.
[    0.066589] smp: Bringing up secondary CPUs ...
[    0.126800] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.126831] CPU1: Spectre v2: using ICIALLU workaround
[    0.126922] smp: Brought up 1 node, 2 CPUs
[    0.126922] SMP: Total of 2 processors activated (3994.41 BogoMIPS).
[    0.126953] CPU: All CPU(s) started in HYP mode.
[    0.126953] CPU: Virtualization extensions available.
[    0.127349] devtmpfs: initialized
[    0.152679] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.152862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.152893] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.157012] pinctrl core: initialized pinctrl subsystem
[    0.157623] DMI not present or invalid.
[    0.158020] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.159729] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.160644] thermal_sys: Registered thermal governor 'step_wise'
[    0.160675] cpuidle: using governor menu
[    0.187164] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[    0.187225] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[    0.190917] No ATAGs?
[    0.190979] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.190979] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.209472] iommu: Default domain type: Translated 
[    0.209472] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.210815] SCSI subsystem initialized
[    0.211120] usbcore: registered new interface driver usbfs
[    0.211151] usbcore: registered new interface driver hub
[    0.211181] usbcore: registered new device driver usb
[    0.211578] pps_core: LinuxPPS API ver. 1 registered
[    0.211578] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.211608] PTP clock support registered
[    0.211730] EDAC MC: Ver: 3.0.0
[    0.213409] clocksource: Switched to clocksource 32k_counter
[    0.221160] NET: Registered PF_INET protocol family
[    0.221343] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.233703] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.233734] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.233734] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.233795] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.234039] TCP: Hash tables configured (established 8192 bind 8192)
[    0.234100] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.234130] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.234252] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.234619] RPC: Registered named UNIX socket transport module.
[    0.234619] RPC: Registered udp transport module.
[    0.234619] RPC: Registered tcp transport module.
[    0.234619] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.234619] PCI: CLS 0 bytes, default 64
[    0.234985] armv7-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
[    0.235168] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.235992] Initialise system trusted keyrings
[    0.236328] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[    0.241577] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.242156] NFS: Registering the id_resolver key type
[    0.242187] Key type id_resolver registered
[    0.242187] Key type id_legacy registered
[    0.242248] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.242279] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.242309] ntfs: driver 2.1.32 [Flags: R/O].
[    0.242736] Key type asymmetric registered
[    0.242767] Asymmetric key parser 'x509' registered
[    0.242889] bounce: pool size: 64 pages
[    0.242950] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.242980] io scheduler mq-deadline registered
[    0.242980] io scheduler kyber registered
[    0.291625] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    0.293579] STMicroelectronics ASC driver initialized
[    0.302215] brd: module loaded
[    0.306854] loop: module loaded
[    0.311096] CAN device driver interface
[    0.311462] e1000e: Intel(R) PRO/1000 Network Driver
[    0.311462] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.311492] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.311523] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.312316] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    0.312347] usbcore: registered new interface driver pegasus
[    0.312377] usbcore: registered new interface driver asix
[    0.312408] usbcore: registered new interface driver ax88179_178a
[    0.312438] usbcore: registered new interface driver cdc_ether
[    0.312469] usbcore: registered new interface driver smsc75xx
[    0.312530] usbcore: registered new interface driver smsc95xx
[    0.312561] usbcore: registered new interface driver net1080
[    0.312561] usbcore: registered new interface driver cdc_subset
[    0.312591] usbcore: registered new interface driver zaurus
[    0.312652] usbcore: registered new interface driver cdc_ncm
[    0.313323] usbcore: registered new interface driver usb-storage
[    0.314086] i2c_dev: i2c /dev entries driver
[    0.316040] cpu cpu0: Failed to set OPP config
[    0.316436] sdhci: Secure Digital Host Controller Interface driver
[    0.316467] sdhci: Copyright(c) Pierre Ossman
[    0.316619] Synopsys Designware Multimedia Card Interface Driver
[    0.316833] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.317474] ledtrig-cpu: registered to indicate activity on CPUs
[    0.317779] usbcore: registered new interface driver usbhid
[    0.317779] usbhid: USB HID core driver
[    0.320312] NET: Registered PF_INET6 protocol family
[    0.321166] Segment Routing with IPv6
[    0.321228] In-situ OAM (IOAM) with IPv6
[    0.321289] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.321746] NET: Registered PF_PACKET protocol family
[    0.321746] can: controller area network core
[    0.321807] NET: Registered PF_CAN protocol family
[    0.321807] can: raw protocol
[    0.321807] can: broadcast manager protocol
[    0.321838] can: netlink gateway - max_hops=1
[    0.321990] Key type dns_resolver registered
[    0.322021] ThumbEE CPU extension supported.
[    0.322052] Registering SWP/SWPB emulation handler
[    0.322448] omap_voltage_late_init: Voltage driver support not added
[    0.322479] Power Management for TI OMAP4+ devices.
[    0.323303] Loading compiled-in X.509 certificates
[    0.357055] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[    0.362762] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[    0.385070] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.401092] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[    0.401397] OMAP GPIO hardware version 0.1
[    0.403717] ti-sysc: probe of 4ae18000.target-module failed with error -16
[    0.410522] printk: console [ttyS2] disabled
[    0.410583] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 100, base_baud = 3000000) is a 8250
[    1.604156] printk: console [ttyS2] enabled
[    1.616149] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[    1.625915] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[    1.635681] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[    1.645446] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[    1.655334] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[    1.665222] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[    1.675079] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[    1.685791] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    1.697570] palmas 0-0058: Irq flag is 0x00000008
[    1.725311] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[    1.757141] at24 0-0050: supply vcc not found, using dummy regulator
[    1.763977] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
[    1.770782] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    1.783538] omap_rng 48090000.rng: Random Number Generator ver. 20
[    1.790374] random: crng init done
[    1.796386] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[    1.813446] sdhci-omap 4809c000.mmc: Got CD GPIO
[    1.818389] sdhci-omap 4809c000.mmc: supply vqmmc not found, using dummy regulator
[    1.826843] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[    1.860656] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[    1.883422] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[    1.895721] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[    1.905456] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
[    1.915802] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[    1.922637] cpsw-switch 48484000.switch: ALE Table size 1024
[    1.928405] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[    1.936096] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[    1.947235] cpsw-switch 48484000.switch: Detected MACID = 5c:f8:21:0f:82:be
[    1.954315] cpsw-switch 48484000.switch: Detected MACID = 5c:f8:21:0f:82:bf
[    1.963073] cpsw-switch 48484000.switch: initialized (regs 0x0000000048484000, pool size 256) hw_ver:0019010F 1.15 (0)
[    1.983795] mmc0: new high speed SDHC card at address aaaa
[    1.987030] ti-sysc: probe of 4882c000.target-module failed with error -16
[    1.996551] mmcblk0: mmc0:aaaa SL16G 14.8 GiB 
[    1.997161] ti-sysc: probe of 4882e000.target-module failed with error -16
[    2.012084]  mmcblk0: p1 p2
[    2.027069] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[    2.036163] dra7-pcie 51000000.pcie:       IO 0x0020003000..0x0020012fff -> 0x0000000000
[    2.044342] dra7-pcie 51000000.pcie:      MEM 0x0020013000..0x002fffffff -> 0x0020013000
[    2.052642] dra7-pcie 51000000.pcie: iATU unroll: disabled
[    2.058197] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[    3.066711] dra7-pcie 51000000.pcie: Phy link never came up
[    3.072448] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[    3.078765] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.084289] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    3.090515] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    3.097473] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[    3.103546] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    3.109832] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    3.116210] pci 0000:00:00.0: supports D1
[    3.120239] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    3.133575] PCI: bus0: Fast back to back transfers disabled
[    3.139526] PCI: bus1: Fast back to back transfers enabled
[    3.145050] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    3.151885] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    3.158752] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    3.164367] pcieport 0000:00:00.0: PME: Signaling with IRQ 133
[    3.176177] edma 43300000.dma: memcpy is disabled
[    3.184295] edma 43300000.dma: TI EDMA DMA engine driver
[    3.195983] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[    3.203735] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[    3.210388] platform 40800000.dsp: Adding to iommu group 0
[    3.217498] platform 58820000.ipu: Adding to iommu group 1
[    3.223175] omap-iommu 58882000.mmu: 58882000.mmu registered
[    3.231079] platform 55020000.ipu: Adding to iommu group 2
[    3.236663] omap-iommu 55082000.mmu: 55082000.mmu registered
[    3.255340] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
[    3.264465] omap-iommu 41501000.mmu: 41501000.mmu registered
[    3.271728] omap-iommu 41502000.mmu: 41502000.mmu registered
[    3.278564] platform 41000000.dsp: Adding to iommu group 3
[    3.286529] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[    3.325714] rtc-ds1307 2-006f: registered as rtc0
[    3.330749] rtc-ds1307 2-006f: setting system clock to 2022-04-28T19:01:48 UTC (1651172508)
[    3.342254] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc1
[    3.352661] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[    3.359069] l3init-clkctrl:0030:0: failed to disable
[    3.391113] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[    3.416198] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[    3.425201] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    3.434478] devtmpfs: mounted
[    3.438476] Freeing unused kernel image (initmem) memory: 2048K
[    3.453521] Run /sbin/init as init process
[    3.469482] mmc1: new DDR MMC card at address 0001
[    3.474822] mmcblk1: mmc1:0001 S10004 3.56 GiB 
[    3.480682]  mmcblk1: p1 p2 p3
[    3.484344] mmcblk1boot0: mmc1:0001 S10004 4.00 MiB 
[    3.490386] mmcblk1boot1: mmc1:0001 S10004 4.00 MiB 
[    3.496276] mmcblk1rpmb: mmc1:0001 S10004 4.00 MiB, chardev (243:0)
[    3.850372] 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 -L
IBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    3.882446] systemd[1]: Detected architecture arm.

Welcome to Arago 2023.10!

[    3.927185] systemd[1]: Hostname set to <am57xx-evm>.
[    4.067413] systemd-sysv-generator[108]: 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.
[    4.096557] systemd-sysv-generator[108]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to in
clude a native systemd unit file, in order to make it more safe and robust.
[    4.372100] 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 set
ting altogether.
[    4.444458] systemd[1]: /etc/systemd/system/sys-clock-drift.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing 
the setting altogether.
[    4.468780] 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.
[    4.549285] systemd[1]: Queued start job for default target Graphical Interface.
[    4.558685] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    4.594390] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    4.634582] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    4.673919] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    4.713806] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    4.753662] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    4.794067] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    4.823638] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    4.863555] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    4.893585] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    4.941619] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    4.983612] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    5.035888] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[    5.073791] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    5.150726] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[    5.162200] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.204040] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    5.234588] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    5.273986] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.314300] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    5.353851] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    5.394012] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    5.453826] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    5.495819] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    5.536132] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[    5.570526] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    5.607421] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    5.657348] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    5.698028] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    5.736297] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    5.833984] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen...
[    5.877014] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    5.913879] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    5.927185] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    5.940124] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    5.950927] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    5.988098] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    6.012756] cryptodev: loading out-of-tree module taints kernel.
[    6.020599] cryptodev: driver 1.12 loaded.
[    6.026916] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network …ts from Kernel command line...
[    6.065673] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    6.095397] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[    6.106567] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    6.151306] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    6.183837] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  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.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[  OK  ] Finished Load Kernel Modules.
[  OK  ] Finished Generate network units from Kernel command line.
[  OK  ] Finished Remount Root and Kernel File Systems.
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
[    6.800537] systemd-journald[121]: Received client request to flush runtime journal.
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev...
[  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...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Mounted /media/ram.
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Mounted /var/volatile.
[  OK  ] Started Rule-based Manager for Device Events and Files.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Finished Create Volatile Files and Directories.
[    7.608520] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
         Starting Network Time Synchronization...
[    7.642517] omap-sham 4b101000.sham: will run requests pump with realtime priority
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Found device /dev/ttyS2.[    7.861145] omap-sham 42701000.sham: hw accel on OMAP rev 4.3

[    7.874816] omap-sham 42701000.sham: will run requests pump with realtime priority
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[    7.990142] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[    8.028961] omap-des 480a5000.des: will run requests pump with realtime priority
[    8.201690] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[    8.211730] omap_rtc 48838000.rtc: registered as rtc2
[    8.234619] mc: Linux media interface: v0.10
[    8.259796] videodev: Linux video capture interface: v2.00
[    8.276519] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[    8.300079] remoteproc remoteproc0: 58820000.ipu is available
[    8.312438] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[    8.321990] remoteproc remoteproc1: 40800000.dsp is available
[    8.328063] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[    8.370086] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
[    8.393615] remoteproc remoteproc2: 41000000.dsp is available
[    8.430419] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[    8.460449] remoteproc remoteproc3: 55020000.ipu is available
[    8.778930] remoteproc remoteproc0: powering up 58820000.ipu
[    8.784759] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4959964
[    8.820556] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[    8.847869] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[    8.864196] virtio_rpmsg_bus virtio0: rpmsg host is online
[    8.865997] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
[    8.878356] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[    8.882690] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
[    8.893432] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[    8.900909] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
[    8.910491] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[    8.918823] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[    8.926818] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[    8.935058] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[    8.943786] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[    8.949951] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    8.959045] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
[    8.969757] scsi host0: ahci-dwc
[    8.978240] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 159
[    9.111938] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    9.197326] remoteproc remoteproc1: powering up 40800000.dsp
[    9.203033] remoteproc remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 5648812
[    9.212677] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[    9.218597] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[    9.233276] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node dsp1-memory@99000000
[    9.244323] virtio_rpmsg_bus virtio1: rpmsg host is online
[    9.245605] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
[    9.250305] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
[    9.260223] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
[    9.264770] remoteproc remoteproc1: remote processor 40800000.dsp is now up
[    9.273468] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
[    9.287109] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
[    9.295623] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[    9.295684] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[    9.301666] omap-aes 4b500000.aes: will run requests pump with realtime priority
[    9.316711] ata1: SATA link down (SStatus 0 SControl 300)
[    9.317352] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[    9.328338] omap-aes 4b700000.aes: will run requests pump with realtime priority
[    9.430816] remoteproc remoteproc2: powering up 41000000.dsp
[    9.438323] remoteproc remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 5648940
[  OK  ] Started Network Time Synchronizatio[    9.451629] remoteproc remoteproc3: powering up 55020000.ipu
n.
[  OK  ] Reached target System Initializatio[    9.498779] remoteproc remoteproc3: Booting fw image dra7-ipu2-fw.xem4, size 3751356
n.
[    9.514495] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[    9.520477] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[  OK  ] Started Daily Cleanup of Temporary [    9.549163] DSS: OMAP DSS rev 6.1
Directories.
[    9.556060] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[  OK  ] Reached target System Time Set.
[    9.612731] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[  OK  ] Started Daily rotation of log files.
[  OK  ] Reached target Timer Units.
[    9.694274] vpe 489d0000.vpe: Device registered as /dev/video0
[    9.694702] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[  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...
[    9.835021] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
         Starting Weston socket...
         Starting D-Bus System Message Bus...
[    9.959259] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp2-memory@9f000000
         Starting Reboot and dump vmcore via kexec...
[  OK  ] Listening on Docker Socket for the [   10.040344] dmm 4e000000.dmm: workaround for errata i878 in use
API.
[  OK  ] Listening on Weston socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Finished Reboot and dump vmcore via kexec.
[   10.230316] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node ipu2-memory@95800000
[   10.422149] virtio_rpmsg_bus virtio2: rpmsg host is online
[   10.433349] rproc-virtio rproc-virtio.3.auto: registered virtio2 (type 7)
[   10.501800] remoteproc remoteproc2: remote processor 41000000.dsp is now up
[  OK  ] Started D-Bus System Message Bus.
[   10.578155] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x32
[   10.708038] dmm 4e000000.dmm: initialized all PAT entries
[   10.719085] virtio_rpmsg_bus virtio3: rpmsg host is online
[   10.726959] virtio_rpmsg_bus virtio3: creating channel rpmsg-rpc addr 0x65
[   10.761352] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x33
[   10.769195] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7)
[  OK  ] Reached target Basic System.
[   10.784545] virtio_rpmsg_bus virtio3: creating channel rpmsg-rpc addr 0x66
[   10.797729] omapdss error: HDMI I2C Master Error
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[   10.829498] virtio_rpmsg_bus virtio2: creating channel rpmsg-omx addr 0x3c
[   10.849914] remoteproc remoteproc3: remote processor 55020000.ipu is now up
[   10.859649] [drm] Enabling DMM ywrap scrolling
[  OK  ] Started Job spooling tools.
[   10.904663] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
[  OK  ] Started Periodic Command Scheduler.
[   10.952545] Console: switching to colour frame buffer device 128x48
[   10.988677] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device
         Starting DEMO...
[   11.020172] ------------[ cut here ]------------
[   11.027038] WARNING: CPU: 0 PID: 144 at drivers/gpu/drm/drm_bridge.c:1410 drm_bridge_hpd_enable+0x7c/0x80
[   11.036743] Hot plug detection already enabled
[   11.041229] Modules linked in: ti_vpe snd_soc_simple_card ti_vip omapdrm(+) snd_soc_simple_card_utils ti_sc pruss ti_csc cec ti_vpdma omap_aes_driver pvrsrvkm(O) omap_wdt libaes v4l2_mem2mem v4l2_fwno
de ahci_dwc v4l2_async videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common dwc3_omap videodev mc omap_mailbox rtc_omap snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_ti_s
dma omap_des snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x omap_crypto libdes snd_soc_core snd_pcm_dmaengine ac97_bus snd_pcm snd_timer extcon_palmas snd soundcore omap_sham crypto_engine omap_remoteproc v
irtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
[   11.103363] CPU: 0 PID: 144 Comm: systemd-udevd Tainted: G           O       6.1.80-ti-g2e423244f8c0 #1
[   11.103363] Hardware name: Generic DRA74X (Flattened Device Tree)
[   11.103393]  unwind_backtrace from show_stack+0x10/0x14
[   11.103393]  show_stack from dump_stack_lvl+0x40/0x4c
[   11.103424]  dump_stack_lvl from __warn+0x7c/0x158
[   11.103454]  __warn from warn_slowpath_fmt+0x124/0x1c0
[   11.103454]  warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[   11.103485]  drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[   11.152404]  pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[   11.158447]  platform_probe from really_probe+0xc8/0x2ec
[   11.163787]  really_probe from __driver_probe_device+0x88/0x1a0
[   11.169738]  __driver_probe_device from driver_probe_device+0x30/0x104
[   11.176300]  driver_probe_device from __driver_attach+0x90/0x174
[   11.182342]  __driver_attach from bus_for_each_dev+0x74/0xc0
[   11.188018]  bus_for_each_dev from bus_add_driver+0x164/0x1f0
[   11.193817]  bus_add_driver from driver_register+0x88/0x11c
[   11.199432]  driver_register from __platform_register_drivers+0x38/0x88
[   11.206085]  __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[   11.213531]  omap_drm_init [omapdrm] from do_one_initcall+0x48/0x254
[   11.220001]  do_one_initcall from do_init_module+0x44/0x1d4
[   11.225616]  do_init_module from sys_finit_module+0xc0/0x110
[   11.231292]  sys_finit_module from __sys_trace_return+0x0/0x10
[   11.237182] Exception stack(0xf035dfa8 to 0xf035dff0)
[   11.242248] dfa0:                   00000000 00000000 0000000f b6cca8a0 00000000 00020000
[   11.250457] dfc0: 00000000 00000000 00000000 0000017b 00000000 000979a8 00000007 00000000
[   11.258666] dfe0: bebe0710 bebe0700 b6cc5d4f b6bfafe2
         Starting Print notice about GPLv3 packages[   11.263854] ---[ end trace 0000000000000000 ]---
...
[   11.291656] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Telephony service...
         Starting Expand the rootfs…ll size of the boot device....
[  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
         Starting User Login Management...
[   11.647033] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
         Starting Telnet Server...
         Starting TI IPC Daemon...
[   11.672943] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
[  OK  ] Started DEMO.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[   11.817535] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[   11.884246] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000008002010010
[   11.925109] xhci-hcd xhci-hcd.6.auto: irq 165, io mem 0x48890000
[   11.932525] omap-hdmi-audio omap-hdmi-audio.5.auto: ASoC: driver name too long 'HDMI 58040000.encoder' -> 'HDMI_58040000_e'
[   11.985443] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[  OK  ] Finished Telnet Server.
[  OK  ] Started TI IPC Daemon.
[  OK  ] Started Telephony service.
[   12.034576] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
[   12.042327] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
[   12.057952] Bluetooth: Core ver 2.22
[   12.062042] NET: Registered PF_BLUETOOTH protocol family
[   12.070648] Bluetooth: HCI device and connection manager initialized
[   12.082519] Bluetooth: HCI socket layer initialized
[   12.083282] hub 1-0:1.0: USB hub found
[   12.095825] Bluetooth: L2CAP socket layer initialized
[   12.112304] hub 1-0:1.0: 1 port detected
[   12.118255] Bluetooth: SCO socket layer initialized
[   12.121459] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   12.139892] hub 2-0:1.0: USB hub found
[   12.148162] hub 2-0:1.0: 1 port detected
[  OK  ] Finished Expand the rootfs…full size of the boot device..
[   12.413482] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[   12.659790] hub 1-1:1.0: USB hub found
[   12.667999] hub 1-1:1.0: 4 ports detected
[   12.774230] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[   12.835388] hub 2-1:1.0: USB hub found
[   12.847381] hub 2-1:1.0: 4 ports detected
[   12.865966] usbcore: registered new device driver onboard-usb-hub
[   12.937316] Initializing XFRM netlink socket
[   13.139587] hub 1-1:1.0: USB hub found
[   13.144439] hub 1-1:1.0: 4 ports detected
[   13.314300] omapdss error: HDMI I2C Master Error
[   13.320068] hub 1-1:1.0: USB hub found
[   13.325195] hub 1-1:1.0: 4 ports detected
[   13.475799] hub 2-1:1.0: USB hub found
[   13.479583] hub 2-1:1.0: 4 ports detected
[   13.524688] hub 2-1:1.0: USB hub found
[   13.531829] hub 2-1:1.0: 4 ports detected
[   13.703430] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
[   13.879486] input: Logitech USB Optical Mouse as /devices/platform/ocp/48800000.interconnect/48800000.interconnect:segment@0/48880000.target-module/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.6.auto/us
b1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0001/input/input0
[   13.904113] hid-generic 0003:046D:C077.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.6.auto-1.1/input0

[  OK  ] Created slice Slice /system/systemd-fsck.
[  OK  ] Reached target Preparation for Network.
[  OK  ] Reached target Hardware activated USB gadget.
         Starting Save/Restore Sound Card State...
         Starting File System Check on /dev/mmcblk0p1...
         Starting File System Check on /dev/mmcblk1p1...
         Starting File System Check on /dev/mmcblk1p2...
         Starting File System Check on /dev/mmcblk1p3...
         Starting Network Configuration...
[   14.033447] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Reached target Sound Card.
[  OK  ] Finished File System Check on /dev/mmcblk1p1.
         Mounting /run/media/mmcblk1p1...
[  OK  ] Finished File System Check on /dev/mmcblk0p1.
[  OK  ] Finished File System Check on /dev/mmcblk1p2.
         Mounting /run/media/boot-mmcblk0p1...
[   14.266387] input: Logitech USB Keyboard as /devices/platform/ocp/48800000.interconnect/48800000.interconnect:segment@0/48880000.target-module/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.6.auto/usb1/1-
1/1-1.2/1-1.2:1.0/0003:046D:C31D.0002/input/input1
         Mounting /run/media/mmcblk1p2...
[   14.350372] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.358917] hid-generic 0003:046D:C31D.0002: input: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-xhci-hcd.6.auto-1.2/input0
[  OK  ] Mounted /run/media/mmcblk1p1.
[   14.394927] input: Logitech USB Keyboard Consumer Control as /devices/platform/ocp/48800000.interconnect/48800000.interconnect:segment@0/48880000.target-module/48880000.omap_dwc3_1/48890000.usb/xhci-h
cd.6.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C31D.0003/input/input2
[  OK  ] Finished File System Check on /dev/mmcblk1p3.
[  OK  ] Mounted /run/media/mmcblk1p2.
[   14.448547] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.456024] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
         Mounting /run/media/mmcblk1p3...
[   14.496398] input: Logitech USB Keyboard System Control as /devices/platform/ocp/48800000.interconnect/48800000.interconnect:segment@0/48880000.target-module/48880000.omap_dwc3_1/48890000.usb/xhci-hcd
.6.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C31D.0003/input/input3
[  OK  ] Mounted /run/media/boot-mmcblk0p1   14.521087] hid-generic 0003:046D:C31D.0003: input: USB HID v1.10 Device [Logitech USB Keyboard] on usb-xhci-hcd.6.auto-1.2/input1
0m.
[  OK  ] Mounted /run/media/mmcblk1p3.
[  OK  ] Started Network Configuration.
[   14.650115] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
         Starting Network Name Resolution...
[   14.754425] Micrel KSZ9031 Gigabit PHY 48485000.mdio:02: attached PHY driver (mii_bus:phy_addr=48485000.mdio:02, irq=POLL)
[   14.778808] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
[   14.884948] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver (mii_bus:phy_addr=48485000.mdio:01, irq=POLL)
[  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 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 Enable and configure wl18xx bluetooth stack.
         Starting User Database Manager...
[  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...
[  OK  ] Finished Synchronize System and HW clocks.
[  OK  ] Started system clock drift service.
***************************************************************
***************************************************************
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
        gdbc6x
        gdbserver
        gettext
        glmark2
        gnu-config
        gzip
        hidapi
        less
        libasm1
        libatomic-dev
        libatomic1
        libbfd
        libdebuginfod1
        libdw1
        libelf1
        libgcc-s-dev
        libgcc1
        libgdbm-compat4
        libgdbm-dev
        libgdbm6
        libgettextlib
        libgettextsrc
        libgmp10
        libgomp1
        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
        pdm-anomaly-detection
        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
        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
***************************************************************
***************************************************************
[  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
[  OK  ] Finished Print notice about GPLv3 packages.
[  OK  ] Started containerd container runtime.
[  OK  ] Reached target Multi-User System.
[  OK  ] Started User Manager for UID 1000.
[  OK  ] Started Session c1 of User weston.
[   18.558135] omapdss error: HDMI I2C Master Error
[  OK  ] Started Weston, a Wayland …mpositor, as a system service.
[  OK  ] Reached target Graphical Interface.
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project am57xx-evm -

Arago 2023.10 am57xx-evm -

am57xx-evm login: root
root@am57xx-evm:~# 
root@am57xx-evm:~# uname -a
Linux am57xx-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 armv7l armv7l armv7l GNU/Linux
root@am57xx-evm:~# /usr/share/examples/opengl/
2dpainting/            contextinfo/           hellogl2/              hellowindow/           paintedwindow/         qopenglwindow/         threadedqopenglwidget/ 
computegles31/         cube/                  hellogles3/            legacy/                qopenglwidget/         textures/              
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow 
MESA: info: Loaded libpvr_dri_support.so
error marshalling arguments for add: dup failed: Bad file descriptor
Error marshalling request: Bad file descriptor
The Wayland connection experienced a fatal error: Bad file descriptor
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow 
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow 
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow -platform eglfs
MESA: info: Loaded libpvr_dri_support.so
PVR:(Error): PVRDRICreateScreenImpl: Failed to create display device (err=19) [0, ]
MESA: info: Unloaded libpvr_dri_support.so
MESA-LOADER: failed to open zink: /usr/lib/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
failed to load driver: zink
drmModeGetResources failed (Operation not supported)
qt.qpa.input: xkbcommon not available, not performing key mapping
Segmentation fault (core dumped)
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow -platform wayland
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow -platform wayland-egl
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?
root@am57xx-evm:~# /usr/share/examples/opengl/hellowindow/hellowindow -platform w^C        
root@am57xx-evm:~# /usr/share/examples/opengl/                                             
2dpainting/            contextinfo/           hellogl2/              hellowindow/           paintedwindow/         qopenglwindow/         threadedqopenglwidget/ 
computegles31/         cube/                  hellogles3/            legacy/                qopenglwidget/         textures/              
root@am57xx-evm:~# /usr/share/examples/opengl/hellogl2/hellogl2               
MESA: info: Loaded libpvr_dri_support.so
The Wayland connection broke. Did the Wayland compositor die?
root@am57xx-evm:~#