All of lore.kernel.org
 help / color / mirror / Atom feed
* core-image-sato scarthgap beaglebone x11 startup error
@ 2025-05-06 14:57 Sebastian
  2025-05-06 16:29 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Sebastian @ 2025-05-06 14:57 UTC (permalink / raw)
  To: meta-ti

I've tested meta-ti for kirkstone the xserver starts up correctly into an X session.

With meta-ti for scarthgap it fails. As it looks for a /dev/fb device which is not present.

Aside of this, with kirkstone and scarthgap in yocto-bsp and beaglebone-yocto it works in both cases.

The framebuffer is filled up by the splash screen also in powering down.

What am I missing?

What info to supply?

Regards,

Sebastian


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [meta-ti] core-image-sato scarthgap beaglebone x11 startup error
  2025-05-06 14:57 core-image-sato scarthgap beaglebone x11 startup error Sebastian
@ 2025-05-06 16:29 ` Denys Dmytriyenko
  2025-05-06 21:55   ` Randolph Sapp
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2025-05-06 16:29 UTC (permalink / raw)
  To: sebastian.krahl; +Cc: meta-ti, rs

+ Randolph

Unlike yocto-bsp, which uses vanilla mainline kernel with unaccelerated 
framebuffer, meta-ti by default enables accelerated graphics with out-of-tree 
drivers and user-space GLES libraries - SGX in case of Beaglebone and AM335x.

When meta-ti migrated from 6.1 kernel to 6.6, I believe X11 support was 
dropped. It should still be possible to fall back to unaccelerated framebuffer 
and get X11 working, but that's not something that is configured nor tested in 
meta-ti.


On Tue, May 06, 2025 at 07:57:48AM -0700, Sebastian via lists.yoctoproject.org wrote:
> I've tested meta-ti for kirkstone the xserver starts up correctly into an X 
> session.
> 
> With meta-ti for scarthgap it fails. As it looks for a /dev/fb device which 
> is not present.
> 
> Aside of this, with kirkstone and scarthgap in yocto-bsp and 
> beaglebone-yocto it works in both cases.
> 
> The framebuffer is filled up by the splash screen also in powering down.
> 
> What am I missing?
> 
> What info to supply?
> 
> Regards,
> 
> Sebastian


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [meta-ti] core-image-sato scarthgap beaglebone x11 startup error
  2025-05-06 16:29 ` [meta-ti] " Denys Dmytriyenko
@ 2025-05-06 21:55   ` Randolph Sapp
  2025-05-06 22:53     ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Randolph Sapp @ 2025-05-06 21:55 UTC (permalink / raw)
  To: Denys Dmytriyenko, sebastian.krahl; +Cc: meta-ti

On Tue May 6, 2025 at 11:29 AM CDT, Denys Dmytriyenko wrote:
> + Randolph
>
> Unlike yocto-bsp, which uses vanilla mainline kernel with unaccelerated 
> framebuffer, meta-ti by default enables accelerated graphics with out-of-tree 
> drivers and user-space GLES libraries - SGX in case of Beaglebone and AM335x.
>
> When meta-ti migrated from 6.1 kernel to 6.6, I believe X11 support was 
> dropped. It should still be possible to fall back to unaccelerated framebuffer 
> and get X11 working, but that's not something that is configured nor tested in 
> meta-ti.

This was not a result of a kernel change, it was due to a Yocto lts version
change. A lot of layers use a common PACKAGECONFIG pattern that configures
packages to use Desktop GL instead of GLES when opengl and x11 distro features
are enabled. Arago took a hard stance that we will disable x11 to avoid
reconfiguring numerous packages for partial acceleration under x11. Users can
try it, but they will need to be careful when configuring things.

> On Tue, May 06, 2025 at 07:57:48AM -0700, Sebastian via lists.yoctoproject.org wrote:
>> I've tested meta-ti for kirkstone the xserver starts up correctly into an X 
>> session.
>> 
>> With meta-ti for scarthgap it fails. As it looks for a /dev/fb device which 
>> is not present.

Can you elaborate on this? Missing framebuffer devices is actually a display
controller related issue. If you have a splash screen then some fb device is
being registered. What device is this for?
 
>> Aside of this, with kirkstone and scarthgap in yocto-bsp and 
>> beaglebone-yocto it works in both cases.
>> 
>> The framebuffer is filled up by the splash screen also in powering down.
>> 
>> What am I missing?
>> 
>> What info to supply?
>> 
>> Regards,
>> 
>> Sebastian



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [meta-ti] core-image-sato scarthgap beaglebone x11 startup error
  2025-05-06 21:55   ` Randolph Sapp
@ 2025-05-06 22:53     ` Denys Dmytriyenko
  2025-05-07  5:40       ` Sebastian
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2025-05-06 22:53 UTC (permalink / raw)
  To: Randolph Sapp; +Cc: sebastian.krahl, meta-ti

On Tue, May 06, 2025 at 04:55:20PM -0500, Randolph Sapp wrote:
> On Tue May 6, 2025 at 11:29 AM CDT, Denys Dmytriyenko wrote:
> > + Randolph
> >
> > Unlike yocto-bsp, which uses vanilla mainline kernel with unaccelerated 
> > framebuffer, meta-ti by default enables accelerated graphics with out-of-tree 
> > drivers and user-space GLES libraries - SGX in case of Beaglebone and AM335x.
> >
> > When meta-ti migrated from 6.1 kernel to 6.6, I believe X11 support was 
> > dropped. It should still be possible to fall back to unaccelerated framebuffer 
> > and get X11 working, but that's not something that is configured nor tested in 
> > meta-ti.
> 
> This was not a result of a kernel change, it was due to a Yocto lts version
> change. A lot of layers use a common PACKAGECONFIG pattern that configures
> packages to use Desktop GL instead of GLES when opengl and x11 distro features
> are enabled. Arago took a hard stance that we will disable x11 to avoid
> reconfiguring numerous packages for partial acceleration under x11. Users can
> try it, but they will need to be careful when configuring things.

I thought some x11 specifics were dropped over a year ago from umlibs/DDK, 
which is in meta-ti and not specific to Arago...

But in general I agree that this can be reconfigured with unaccelerated x11 
for anyone adventurous enough :)


> > On Tue, May 06, 2025 at 07:57:48AM -0700, Sebastian via lists.yoctoproject.org wrote:
> >> I've tested meta-ti for kirkstone the xserver starts up correctly into an X 
> >> session.
> >> 
> >> With meta-ti for scarthgap it fails. As it looks for a /dev/fb device which 
> >> is not present.
> 
> Can you elaborate on this? Missing framebuffer devices is actually a display
> controller related issue. If you have a splash screen then some fb device is
> being registered. What device is this for?

That's Beaglebone Black. But more logs from the reporter could be helpful.


> >> Aside of this, with kirkstone and scarthgap in yocto-bsp and 
> >> beaglebone-yocto it works in both cases.
> >> 
> >> The framebuffer is filled up by the splash screen also in powering down.
> >> 
> >> What am I missing?
> >> 
> >> What info to supply?
> >> 
> >> Regards,
> >> 
> >> Sebastian


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: core-image-sato scarthgap beaglebone x11 startup error
  2025-05-06 22:53     ` Denys Dmytriyenko
@ 2025-05-07  5:40       ` Sebastian
  2025-05-08 18:33         ` [meta-ti] " Randolph Sapp
  0 siblings, 1 reply; 12+ messages in thread
From: Sebastian @ 2025-05-07  5:40 UTC (permalink / raw)
  To: meta-ti

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

The actual target is to deploy a kiosk system running on chromium with a touch screen.

At first I've tried to adopt my patches from kirkstone on scarthgap (device tree and uBoot) to setup the same configuration but it has failed at some missing libglesX.so.2 (haven't got the log at hand) and I was walking back to check when the diverge happens. So I've found out it is not specific related to my introduced chromium but it seems to be related to meta-ti.

I'm not bound to X but I've hoped by using the core targets I'll get a window manager running like in kirkstone.

I've attached the log from the debug output.

Regards,

Sebastian

[-- Attachment #2: Scarthgap_X11_issue.txt --]
[-- Type: text/plain, Size: 26711 bytes --]

U-Boot SPL 2024.10-00001-gbf0e9d0b7274 (Nov 14 2024 - 23:19:39 +0000)
Trying to boot from MMC1


U-Boot 2024.10-00001-gbf0e9d0b7274 (Nov 14 2024 - 23:19:39 +0000)

CPU  : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM:  512 MiB
Core:  161 devices, 18 uclasses, devicetree: separate
WDT:   Started wdt@44e35000 with servicing every 1000ms (60s timeout)
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...
<ethaddr> not set. Validating first E-fuse MAC
Net:   eth2: ethernet@4a100000using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC de:ad:be:ef:00:01
HOST MAC de:ad:be:ef:00:00
RNDIS ready
, eth3: usb_ether
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1:      Poky (Yocto Project Reference Distro)
Retrieving file: /extlinux/../zImage
append: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,115200
Retrieving file: /extlinux/../am335x-boneblack.dtb
Kernel image @ 0x82000000 [ 0x000000 - 0xc69200 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 8ffe4000, end 8ffff1ca ... OK
Working FDT set to 8ffe4000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.6.32-ti (oe-user@oe-host) (arm-poky-linux-gnueabi-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Mon Jul  8 16:20:18 UTC 2024
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[    0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
[    0.000000] printk: bootconsole [omap8250] enabled
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 48 MiB at 0x9c000000 on node -1
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon)
[    0.000000] percpu: Embedded 19 pages/cpu s46356 r8192 d23276 u77824
[    0.000000] Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,115200
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129412
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] Memory: 442884K/522240K available (16384K kernel code, 1695K rwdata, 4572K rodata, 1024K init, 449K bss, 30204K reserved, 49152K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] ftrace: allocating 53158 entries in 156 pages
[    0.000000] ftrace: allocated 156 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    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=1
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
[    0.000003] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.008071] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.018052] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
[    0.029493] Console: colour dummy device 80x30
[    0.034200] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.040936] This ensures that you still see kernel messages. Please
[    0.047394] update your kernel commandline.
[    0.051753] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[    0.074528] CPU: Testing write buffer coherency: ok
[    0.079638] CPU0: Spectre v2: using BPIALL workaround
[    0.084848] pid_max: default: 32768 minimum: 301
[    0.094322] LSM: initializing lsm=capability,landlock,yama,apparmor,tomoyo,bpf,integrity
[    0.104914] landlock: Up and running.
[    0.108697] Yama: becoming mindful.
[    0.112502] AppArmor: AppArmor initialized
[    0.116752] TOMOYO Linux initialized
[    0.120490] LSM support for eBPF active
[    0.125646] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.133206] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.149514] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.157081] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.164990] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.173093] Setting up static identity map for 0x80100000 - 0x80100060
[    0.180165] rcu: Hierarchical SRCU implementation.
[    0.185142] rcu:     Max phase no-delay instances is 1000.
[    0.192374] EFI services will not be available.
[    0.197588] smp: Bringing up secondary CPUs ...
[    0.202416] smp: Brought up 1 node, 1 CPU
[    0.206623] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[    0.213125] CPU: All CPU(s) started in SVC mode.
[    0.219532] devtmpfs: initialized
[    0.247891] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.256504] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.266606] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.282037] pinctrl core: initialized pinctrl subsystem
[    0.288798] DMI not present or invalid.
[    0.295034] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.317915] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.325772] audit: initializing netlink subsys (disabled)
[    0.331961] audit: type=2000 audit(0.244:1): state=initialized audit_enabled=0 res=1
[    0.341100] thermal_sys: Registered thermal governor 'fair_share'
[    0.341121] thermal_sys: Registered thermal governor 'bang_bang'
[    0.347490] thermal_sys: Registered thermal governor 'step_wise'
[    0.353692] thermal_sys: Registered thermal governor 'user_space'
[    0.359881] thermal_sys: Registered thermal governor 'power_allocator'
[    0.366283] cpuidle: using governor ladder
[    0.377283] cpuidle: using governor menu
[    0.404690] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.414428] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.436366] raid6: skipped pq benchmark and selected neonx8
[    0.448066] raid6: using neon recovery algorithm
[    0.459333] iommu: Default domain type: Translated
[    0.472090] iommu: DMA domain TLB invalidation policy: strict mode
[    0.485817] SCSI subsystem initialized
[    0.496997] usbcore: registered new interface driver usbfs
[    0.508167] usbcore: registered new interface driver hub
[    0.520130] usbcore: registered new device driver usb
[    0.532826] pps_core: LinuxPPS API ver. 1 registered
[    0.544081] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.560163] PTP clock support registered
[    0.573939] NetLabel: Initializing
[    0.584075] NetLabel:  domain hash size = 128
[    0.592067] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.604233] NetLabel:  unlabeled traffic allowed by default
[    0.617421] clocksource: Switched to clocksource dmtimer
[    0.639610] VFS: Disk quotas dquot_6.6.0
[    0.649722] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.666012] FS-Cache: Loaded
[    0.674160] CacheFiles: Loaded
[    0.682594] AppArmor: AppArmor Filesystem Enabled
[    0.723842] NET: Registered PF_INET protocol family
[    0.737741] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.754994] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.773635] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.789446] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.805489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.821499] TCP: Hash tables configured (established 4096 bind 4096)
[    0.834001] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.849597] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.865432] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.877982] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.893834] RPC: Registered named UNIX socket transport module.
[    0.905417] RPC: Registered udp transport module.
[    0.913462] RPC: Registered tcp transport module.
[    0.925411] RPC: Registered tcp-with-tls transport module.
[    0.937408] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.949463] NET: Registered PF_XDP protocol family
[    1.908599] Initialise system trusted keyrings
[    1.913954] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    1.920786] zbud: loaded
[    1.935678] NFS: Registering the id_resolver key type
[    1.941121] Key type id_resolver registered
[    1.945462] Key type id_legacy registered
[    1.949807] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.956733] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.964431] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    1.972808] fuse: init (API version 7.39)
[    2.088898] jitterentropy: Initialization failed with host not compliant with requirements: 9
[    2.097735] NET: Registered PF_ALG protocol family
[    2.102709] xor: measuring software checksum speed
[    2.115429]    arm4regs        :  1277 MB/sec
[    2.129208]    8regs           :  1063 MB/sec
[    2.142985]    32regs          :  1063 MB/sec
[    2.153084]    neon            :  1761 MB/sec
[    2.157582] xor: using function: neon (1761 MB/sec)
[    2.162630] Key type asymmetric registered
[    2.166871] Asymmetric key parser 'x509' registered
[    2.172243] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    2.180361] io scheduler mq-deadline registered
[    2.191332] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    2.223476] loop: module loaded
[    2.227515] SPI driver tps6594 has no spi_device_id for ti,tps6594-q1
[    2.234212] SPI driver tps6594 has no spi_device_id for ti,tps6593-q1
[    2.240860] SPI driver tps6594 has no spi_device_id for ti,lp8764-q1
[    2.252542] usbcore: registered new interface driver smsc95xx
[    2.263060] i2c_dev: i2c /dev entries driver
[    2.267938] Driver for 1-wire Dallas network protocol.
[    2.274811] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[    2.283576] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    2.292522] cpuidle: enable-method property 'ti,am3352' found operations
[    2.300425] sdhci: Secure Digital Host Controller Interface driver
[    2.306958] sdhci: Copyright(c) Pierre Ossman
[    2.311510] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.317915] ledtrig-cpu: registered to indicate activity on CPUs
[    2.324939] hid: raw HID events driver (C) Jiri Kosina
[    2.330991] usbcore: registered new interface driver usbhid
[    2.336790] usbhid: USB HID core driver
[    2.343130] NET: Registered PF_INET6 protocol family
[    2.354533] Segment Routing with IPv6
[    2.358576] In-situ OAM (IOAM) with IPv6
[    2.362977] mip6: Mobile IPv6
[    2.366202] NET: Registered PF_PACKET protocol family
[    2.371814] Key type dns_resolver registered
[    2.376276] mpls_gso: MPLS GSO support
[    2.380411] ThumbEE CPU extension supported.
[    2.384869] Registering SWP/SWPB emulation handler
[    2.389823] omap_voltage_late_init: Voltage driver support not added
[    2.413010] registered taskstats version 1
[    2.418099] Loading compiled-in X.509 certificates
[    2.440650] Key type .fscrypt registered
[    2.444806] Key type fscrypt-provisioning registered
[    2.460252] Btrfs loaded, zoned=yes, fsverity=yes
[    2.467447] Key type encrypted registered
[    2.471778] AppArmor: AppArmor sha1 policy hashing enabled
[    2.477620] ima: No TPM chip found, activating TPM-bypass!
[    2.483529] ima: Allocated hash algorithm: sha256
[    2.488533] ima: No architecture policies found
[    2.493435] evm: Initialising EVM extended attributes:
[    2.498750] evm: security.selinux
[    2.502177] evm: security.SMACK64 (disabled)
[    2.506585] evm: security.SMACK64EXEC (disabled)
[    2.511349] evm: security.SMACK64TRANSMUTE (disabled)
[    2.516559] evm: security.SMACK64MMAP (disabled)
[    2.521321] evm: security.apparmor
[    2.524838] evm: security.ima
[    2.527906] evm: security.capability
[    2.531596] evm: HMAC attrs: 0x1
[    2.565759] remoteproc remoteproc0: wkup_m3 is available
[    2.587084] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[    2.600491] ti-sysc: probe of 44e31000.target-module failed with error -16
[    2.612075] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.622733] omap_rtc 44e3e000.rtc: already running
[    2.629600] omap_rtc 44e3e000.rtc: registered as rtc0
[    2.634900] omap_rtc 44e3e000.rtc: setting system clock to 2018-03-09T13:27:44 UTC (1520602064)
[    2.656718] ti-sysc: probe of 48040000.target-module failed with error -16
[    2.681321] OMAP GPIO hardware version 0.1
[    2.693079] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    2.708240] at24 2-0054: supply vcc not found, using dummy regulator
[    2.745212] at24 2-0055: supply vcc not found, using dummy regulator
[    2.781259] at24 2-0056: supply vcc not found, using dummy regulator
[    2.816148] at24 2-0057: supply vcc not found, using dummy regulator
[    2.852728] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    2.874791] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[    2.891401] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.905860] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[    2.925006] random: crng init done
[    2.929377] omap_rng 48310000.rng: Random Number Generator ver. 20
[    2.985538] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[    3.019276] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    3.029661] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
[    3.036761] cpsw-switch 4a100000.switch: ALE Table size 1024
[    3.042778] cpsw-switch 4a100000.switch: cpts: overflow check period 1250 (jiffies)
[    3.050705] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
[    3.062089] cpsw-switch 4a100000.switch: Detected MACID = 40:bd:32:dd:ab:f8
[    3.071379] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
[    3.097995] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
[    3.106454] edma 49000000.dma: TI EDMA DMA engine driver
[    3.119208] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
[    3.136491] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
[    3.161085] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    3.166832] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    3.174865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    3.183451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.190909] usb usb1: Product: MUSB HDRC host driver
[    3.196034] usb usb1: Manufacturer: Linux 6.6.32-ti musb-hcd
[    3.201877] usb usb1: SerialNumber: musb-hdrc.1
[    3.207632] hub 1-0:1.0: USB hub found
[    3.211686] hub 1-0:1.0: 1 port detected
[    3.234178] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    3.240615] omap-sham 53100000.sham: will run requests pump with realtime priority
[    3.250975] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    3.257533] omap-aes 53500000.aes: will run requests pump with realtime priority
[    3.271894] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    3.285613] l3-aon-clkctrl:0000:0: failed to disable
[    3.297977] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 41, base_baud = 3000000) is a 8250
[    3.307555] printk: console [ttyS0] enabled
[    3.307555] printk: console [ttyS0] enabled
[    3.316226] printk: bootconsole [omap8250] disabled
[    3.316226] printk: bootconsole [omap8250] disabled
[    3.362234] tps65217-pmic: Failed to locate of_node [id: -1]
[    3.369009] tps65217-bl: Failed to locate of_node [id: -1]
[    3.381773] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    3.516226] tda998x 0-0070: found TDA19988
[    3.524779] tilcdc 4830e000.lcdc: bound 0-0070 (ops 0xc11c332c)
[    3.532676] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[    3.540717] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[    3.547695] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[    3.554568] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    3.563305] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[    3.577948] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[    3.587006] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
[    3.593639] sdhci-omap 48060000.mmc: Got CD GPIO
[    3.598956] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[    3.607927] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
[    3.626322] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
[    3.635881] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
[    3.647956] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    3.655125] usb 1-1: new full-speed USB device number 2 using musb-hdrc
[    3.666460] clk: Disabling unused clocks
[    3.673886] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
[    3.687172] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
[    3.695926] Waiting for root device PARTUUID=076c4a2a-02...
[    3.733970] mmc0: new high speed SDHC card at address 59b4
[    3.741062] mmcblk0: mmc0:59b4 USDU1 14.9 GiB
[    3.749339]  mmcblk0: p1 p2
[    3.790754] mmc1: new high speed MMC card at address 0001
[    3.799478] mmcblk1: mmc1:0001 M62704 3.56 GiB
[    3.808991] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB
[    3.816636] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03
[    3.826866] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB
[    3.832146] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.842422] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (241:0)
[    3.849011] usb 1-1: Product: USB Receiver
[    3.853407] usb 1-1: Manufacturer: Logitech
[    3.875464] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-musb-hdrc.1-1/input2
[    3.935919] EXT4-fs (mmcblk0p2): recovery complete
[    3.945132] EXT4-fs (mmcblk0p2): mounted filesystem 8f151a15-d6f5-4805-9667-da0b756cc0f7 r/w with ordered data mode. Quota mode: none.
[    3.957928] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    3.965525] devtmpfs: mounted
[    3.975353] Freeing unused kernel image (initmem) memory: 1024K
[    3.983700] Checked W+X mappings: passed, no W+X pages found
[    3.989491] Run /sbin/init as init process
[    3.995638] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    4.029074] input: Logitech M705 as /devices/platform/ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input1
[    4.046396] logitech-hidpp-device 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M705] on usb-musb-hdrc.1-1/input2:1
INIT: version 3.04 booting
Framebuffer /dev/fb0 not detected
Boot splashscreen disabled
Starting udev
[    4.860045] udevd[122]: starting version 3.2.14
[    4.960450] udevd[123]: starting eudev-3.2.14
[    6.976055] pvrsrvkm: loading out-of-tree module taints kernel.
[    7.138333] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1
[    7.713028] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
[    7.909653] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
[    8.808661] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[    9.188622] ext3: Unknown parameter 'umask'
[    9.193543] ext2: Unknown parameter 'umask'
[    9.197903] ext4: Unknown parameter 'umask'
[    9.214333] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    9.329944] EXT4-fs (mmcblk0p2): re-mounted 8f151a15-d6f5-4805-9667-da0b756cc0f7 r/w. Quota mode: none.
ALSA: Restoring mixer settings...
INIT: Entering runlevel: 5
Configuring network interfaces... ifup: interface lo already configured
ifup: interface eth0 already configured
ip: SIOCGIFFLAGS: No such device
Starting system message bus: dbus.
Starting Connection Manager
Starting Xserver
Starting Dropbear SSH server:
dropbear.
Starting rpcbind daemon...
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
Current Operating System: Linux beaglebone 6.6.32-ti #1 SMP PREEMPT Mon Jul  8 16:20:18 UTC 2024 armv7l
Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,115200

Current version of pixman: 0.42.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar  9 13:27:52 2018
done.
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Starting bluetooth: bluetoothd.
Starting syslogd/klogd: done
 * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
   ...done.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Could not resolve keysym XF86CameraAccessEnable
> Warning:          Could not resolve keysym XF86CameraAccessDisable
> Warning:          Could not resolve keysym XF86CameraAccessToggle
> Warning:          Could not resolve keysym XF86NextElement
> Warning:          Could not resolve keysym XF86PreviousElement
> Warning:          Could not resolve keysym XF86AutopilotEngageToggle
> Warning:          Could not resolve keysym XF86MarkWaypoint
> Warning:          Could not resolve keysym XF86Sos
> Warning:          Could not resolve keysym XF86NavChart
> Warning:          Could not resolve keysym XF86FishingChart
> Warning:          Could not resolve keysym XF86SingleRangeRadar
> Warning:          Could not resolve keysym XF86DualRangeRadar
> Warning:          Could not resolve key[   12.797848] Bluetooth: Core ver 2.22
sym XF86RadarOverlay
> Warning:          Could not resolve keysym XF86TraditionalSonar
> Warning:          Could not resolve keysym XF86ClearvuSonar
> Warning:          Could not resolve[   12.814258] NET: Registered PF_BLUETOOTH protocol family
 keysym XF86SidevuSonar
> Warning:          Could not resolve keysym XF86NavInfo
Errors from xkbcomp are not fatal to the X server
Starting Telephony daemon
[   12.849711] Bluetooth: HCI device and connection manager initialized
[   12.869746] Bluetooth: HCI socket layer initialized
[   12.885675] Bluetooth: L2CAP socket layer initialized
[   12.907069] Bluetooth: SCO socket layer initialized
Starting Linux NFC daemon
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
[   13.176958] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.200767] Bluetooth: BNEP filters: protocol multicast
[   13.213701] Bluetooth: BNEP socket layer initialized
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
[   13.404978] nfc: nfc_init: NFC Core ver 0.1
[   13.420710] NET: Registered PF_NFC protocol family
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
D-BUS per-session daemon address is: unix:path=/tmp/dbus-X74Z5vPGkQ,guid=47ae899298287fd811d6966a5aa28bda
failed to add fb -22
failed to add fb -22
failed to add fb -22

Poky (Yocto Project Reference Distro) 5.0.9 beaglebone /dev/ttyS0

beaglebone login: failed to add fb -22
failed to add fb -22

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [meta-ti] core-image-sato scarthgap beaglebone x11 startup error
  2025-05-07  5:40       ` Sebastian
@ 2025-05-08 18:33         ` Randolph Sapp
  2025-05-08 19:13           ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Randolph Sapp @ 2025-05-08 18:33 UTC (permalink / raw)
  To: sebastian.krahl, meta-ti

On Wed May 7, 2025 at 12:40 AM CDT, Sebastian via lists.yoctoproject.org wrote:
> The actual target is to deploy a kiosk system running on chromium with a touch screen.
>
> At first I've tried to adopt my patches from kirkstone on scarthgap (device tree and uBoot) to setup the same configuration but it has failed at some missing libglesX.so.2 (haven't got the log at hand) and I was walking back to check when the diverge happens. So I've found out it is not specific related to my introduced chromium but it seems to be related to meta-ti.
>
> I'm not bound to X but I've hoped by using the core targets I'll get a window manager running like in kirkstone.
>
> I've attached the log from the debug output.
>
> Regards,
>
> Sebastian

[    3.524779] tilcdc 4830e000.lcdc: bound 0-0070 (ops 0xc11c332c)
[    3.532676] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[    3.540717] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[    3.547695] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes

These logs in particular are showing that tilcdc is loading and initializing the
device but it's unable to detect any display. Nothing GFX related will be able
to work, aside from offscreen rendering, in this case.

I'd double check overlays or other configurations depending on what connection
method you are using for your display. You should probably take this to the
beagleboard forums though as it seems to be more related to your particular
setup.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [meta-ti] core-image-sato scarthgap beaglebone x11 startup error
  2025-05-08 18:33         ` [meta-ti] " Randolph Sapp
@ 2025-05-08 19:13           ` Denys Dmytriyenko
  2025-05-08 20:37             ` Sebastian
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2025-05-08 19:13 UTC (permalink / raw)
  To: rs; +Cc: sebastian.krahl, meta-ti

On Thu, May 08, 2025 at 01:33:39PM -0500, Randolph Sapp via lists.yoctoproject.org wrote:
> On Wed May 7, 2025 at 12:40 AM CDT, Sebastian via lists.yoctoproject.org wrote:
> > The actual target is to deploy a kiosk system running on chromium with a touch screen.
> >
> > At first I've tried to adopt my patches from kirkstone on scarthgap (device tree and uBoot) to setup the same configuration but it has failed at some missing libglesX.so.2 (haven't got the log at hand) and I was walking back to check when the diverge happens. So I've found out it is not specific related to my introduced chromium but it seems to be related to meta-ti.
> >
> > I'm not bound to X but I've hoped by using the core targets I'll get a window manager running like in kirkstone.
> >
> > I've attached the log from the debug output.
> >
> > Regards,
> >
> > Sebastian
> 
> [    3.524779] tilcdc 4830e000.lcdc: bound 0-0070 (ops 0xc11c332c)
> [    3.532676] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
> [    3.540717] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
> [    3.547695] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
> 
> These logs in particular are showing that tilcdc is loading and initializing the
> device but it's unable to detect any display. Nothing GFX related will be able
> to work, aside from offscreen rendering, in this case.
> 
> I'd double check overlays or other configurations depending on what connection
> method you are using for your display. You should probably take this to the
> beagleboard forums though as it seems to be more related to your particular
> setup.

I would also suggest trying to run a build for "am335x-evm" MACHINE, which 
is a superset for this SoC that also supports BeagleBone Black (and others). 
As that build uses the latest TI 6.12 BSP, so would be interesting to see if 
the display gets detected properly there.

-- 
Denys


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: core-image-sato scarthgap beaglebone x11 startup error
  2025-05-08 19:13           ` Denys Dmytriyenko
@ 2025-05-08 20:37             ` Sebastian
  2025-05-13 11:05               ` Sebastian
  0 siblings, 1 reply; 12+ messages in thread
From: Sebastian @ 2025-05-08 20:37 UTC (permalink / raw)
  To: meta-ti

Hi there,

I forgot to mention. At first I was running on my custom board.

The logs are captured from my BeagleBoneBlack so there is no difference in means of patched device tree. It was built only by using meta-ti and vanilla yocto.

Is there a hidden switch to be added for building sato for a wayland setup?

Regards 

Sebastian 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: core-image-sato scarthgap beaglebone x11 startup error
  2025-05-08 20:37             ` Sebastian
@ 2025-05-13 11:05               ` Sebastian
  2025-05-21 13:37                 ` Sebastian
  0 siblings, 1 reply; 12+ messages in thread
From: Sebastian @ 2025-05-13 11:05 UTC (permalink / raw)
  To: meta-ti

Hi there,

tested today again with am335x-evm target with the same outcome. Framebuffer is not found. I've also tried to build core-image-wayland but it comes up with the same error message.

Regards,

Sebastian


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: core-image-sato scarthgap beaglebone x11 startup error
  2025-05-13 11:05               ` Sebastian
@ 2025-05-21 13:37                 ` Sebastian
  2025-05-22 13:30                   ` [meta-ti] " Andrew Davis
  0 siblings, 1 reply; 12+ messages in thread
From: Sebastian @ 2025-05-21 13:37 UTC (permalink / raw)
  To: meta-ti

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

Hi there,

as suggested I've tested further with ti-6_1, ti-6_6 using the am335-evm as a target on the beaglebone black. I've found out that the fb0 is created at least when the external monitor is detected by lcdc. The xserver and weston rejects to show any output on the display.

I'm attaching the logs accodingly. Is there anything I can try to bring it to life at least on the HDMI output on the beaglebone black?

I've tried with core-image-weston too but it crashes with an segmentation fault.

What could I try in addition instead of retreating and go by the meta-yocto-bsp approach?

Regards,

Sebastian

[-- Attachment #2: core-image-sato-am335x-evm_ti6_1_log.txt --]
[-- Type: text/plain, Size: 37433 bytes --]

U-Boot SPL 2023.04-ti-g0893e693e08f (Nov 13 2024 - 21:28:34 +0000)
Trying to boot from MMC1


U-Boot 2023.04-ti-g0893e693e08f (Nov 13 2024 - 21:28:34 +0000)

CPU  : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM:  512 MiB
Core:  160 devices, 18 uclasses, devicetree: separate
WDT:   Started wdt@44e35000 with servicing every 1000ms (60s timeout)
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...
<ethaddr> not set. Validating first E-fuse MAC
Net:   eth2: ethernet@4a100000, eth3: usb_ether
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1:      Poky (Yocto Project Reference Distro)
Retrieving file: /extlinux/../zImage
append: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,11                                                                                                                                                             5200
Retrieving file: /extlinux/../am335x-boneblack.dtb
Kernel image @ 0x82000000 [ 0x000000 - 0x764200 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 8ffe5000, end 8fffff6c ... OK
Working FDT set to 8ffe5000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.1.112-ti-g4ef41ca7ad95 (oe-user@oe-host) (arm-pok                                                                                                                                                             y-linux-gnueabi-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 PREE                                                                                                                                                             MPT Wed Nov 13 13:49:51 UTC 2024
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio                                                                                                                                                             n cache
[    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[    0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
[    0.000000] printk: bootconsole [omap8250] enabled
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 64 MiB at 0x9b800000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129540
[    0.000000] Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rw earlyc                                                                                                                                                             on console=ttyO0,115200n8,115200
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, l                                                                                                                                                             inear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, li                                                                                                                                                             near)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 432528K/522240K available (12288K kernel code, 1479K rwda                                                                                                                                                             ta, 3224K rodata, 1024K init, 286K bss, 24176K reserved, 65536K cma-reserved, 0K                                                                                                                                                              highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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]  Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif                                                                                                                                                             fies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrup                                                                                                                                                             ts
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segm                                                                                                                                                             ent@200000/target-module@31000
[    0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478                                                                                                                                                             484971ns
[    0.008064] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                                                                                                                             x_idle_ns: 79635851949 ns
[    0.018020] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/                                                                                                                                                             segment@0/target-module@40000
[    0.029567] Console: colour dummy device 80x30
[    0.034175] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.040952] This ensures that you still see kernel messages. Please
[    0.047393] update your kernel commandline.
[    0.051726] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[    0.094467] CPU: Testing write buffer coherency: ok
[    0.099552] CPU0: Spectre v2: using BPIALL workaround
[    0.104747] pid_max: default: 32768 minimum: 301
[    0.109705] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linea                                                                                                                                                             r)
[    0.117236] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes,                                                                                                                                                              linear)
[    0.126822] cblist_init_generic: Setting adjustable number of callback queues                                                                                                                                                             .
[    0.134335] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.140756] Setting up static identity map for 0x80100000 - 0x80100060
[    0.147615] rcu: Hierarchical SRCU implementation.
[    0.152564] rcu:     Max phase no-delay instances is 1000.
[    0.159763] EFI services will not be available.
[    0.165011] devtmpfs: initialized
[    0.180887] VFP support v0.3: implementor 41 architecture 3 part 30 variant c                                                                                                                                                              rev 3
[    0.189131] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                                                                                                                             x_idle_ns: 19112604462750000 ns
[    0.199282] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.211330] pinctrl core: initialized pinctrl subsystem
[    0.217765] DMI not present or invalid.
[    0.222474] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.230646] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.238858] thermal_sys: Registered thermal governor 'step_wise'
[    0.238962] cpuidle: using governor menu
[    0.267494] No ATAGs?
[    0.269932] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.300398] iommu: Default domain type: Translated
[    0.305442] iommu: DMA domain TLB invalidation policy: strict mode
[    0.329535] SCSI subsystem initialized
[    0.334014] usbcore: registered new interface driver usbfs
[    0.348081] usbcore: registered new interface driver hub
[    0.353591] usbcore: registered new device driver usb
[    0.368447] pps_core: LinuxPPS API ver. 1 registered
[    0.373562] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                                                                                                                                             tti <giometti@linux.it>
[    0.398026] PTP clock support registered
[    0.402297] EDAC MC: Ver: 3.0.0
[    0.420100] clocksource: Switched to clocksource dmtimer
[    0.446280] NET: Registered PF_INET protocol family
[    0.451701] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear                                                                                                                                                             )
[    0.470640] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096                                                                                                                                                              bytes, linear)
[    0.479359] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,                                                                                                                                                              linear)
[    0.510108] TCP established hash table entries: 4096 (order: 2, 16384 bytes,                                                                                                                                                              linear)
[    0.518109] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.540143] TCP: Hash tables configured (established 4096 bind 4096)
[    0.546790] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.560112] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.567446] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.590599] RPC: Registered named UNIX socket transport module.
[    0.596700] RPC: Registered udp transport module.
[    0.610104] RPC: Registered tcp transport module.
[    0.614942] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.640108] PCI: CLS 0 bytes, default 64
[    0.645475] Initialise system trusted keyrings
[    0.660458] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.681949] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.700428] NFS: Registering the id_resolver key type
[    0.705689] Key type id_resolver registered
[    0.709988] Key type id_legacy registered
[    0.720256] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.727159] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering                                                                                                                                                             ...
[    0.750139] ntfs: driver 2.1.32 [Flags: R/O].
[    0.755349] Key type asymmetric registered
[    0.759577] Asymmetric key parser 'x509' registered
[    0.780273] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                                                                                             47)
[    0.787885] io scheduler mq-deadline registered
[    0.800112] io scheduler kyber registered
[    0.906282] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    0.920863] STMicroelectronics ASC driver initialized
[    0.949061] brd: module loaded
[    0.965476] loop: module loaded
[    0.984199] CAN device driver interface
[    0.988500] e1000e: Intel(R) PRO/1000 Network Driver
[    1.000105] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.006304] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.030100] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.036566] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    1.050156] usbcore: registered new interface driver pegasus
[    1.056013] usbcore: registered new interface driver asix
[    1.080131] usbcore: registered new interface driver ax88179_178a
[    1.086422] usbcore: registered new interface driver cdc_ether
[    1.100141] usbcore: registered new interface driver smsc75xx
[    1.106086] usbcore: registered new interface driver smsc95xx
[    1.120127] usbcore: registered new interface driver net1080
[    1.125971] usbcore: registered new interface driver cdc_subset
[    1.150149] usbcore: registered new interface driver zaurus
[    1.155919] usbcore: registered new interface driver cdc_ncm
[    1.170794] usbcore: registered new interface driver usb-storage
[    1.190564] i2c_dev: i2c /dev entries driver
[    1.196853] cpuidle: enable-method property 'ti,am3352' found operations
[    1.210709] sdhci: Secure Digital Host Controller Interface driver
[    1.217075] sdhci: Copyright(c) Pierre Ossman
[    1.240292] Synopsys Designware Multimedia Card Interface Driver
[    1.246614] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.260563] ledtrig-cpu: registered to indicate activity on CPUs
[    1.267142] usbcore: registered new interface driver usbhid
[    1.290097] usbhid: USB HID core driver
[    1.296303] NET: Registered PF_INET6 protocol family
[    1.311531] Segment Routing with IPv6
[    1.315378] In-situ OAM (IOAM) with IPv6
[    1.319485] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.340867] NET: Registered PF_PACKET protocol family
[    1.346080] can: controller area network core
[    1.360188] NET: Registered PF_CAN protocol family
[    1.365122] can: raw protocol
[    1.368172] can: broadcast manager protocol
[    1.390106] can: netlink gateway - max_hops=1
[    1.394899] Key type dns_resolver registered
[    1.399423] ThumbEE CPU extension supported.
[    1.410114] Registering SWP/SWPB emulation handler
[    1.415528] omap_voltage_late_init: Voltage driver support not added
[    1.441054] Loading compiled-in X.509 certificates
[    1.499866] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/int                                                                                                                                                             erconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_cl                                                                                                                                                             kout2_pin
[    1.540703] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[    1.562106] ti-sysc: probe of 44e31000.target-module failed with error -16
[    1.601854] ti-sysc: probe of 48040000.target-module failed with error -16
[    1.642186] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consid                                                                                                                                                             er fixing it!
[    1.660458] OMAP GPIO hardware version 0.1
[    1.693997] at24 2-0054: supply vcc not found, using dummy regulator
[    1.734069] at24 2-0055: supply vcc not found, using dummy regulator
[    1.783620] at24 2-0056: supply vcc not found, using dummy regulator
[    1.833610] at24 2-0057: supply vcc not found, using dummy regulator
[    1.883284] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    1.903573] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consi                                                                                                                                                             der fixing it!
[    1.922246] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consi                                                                                                                                                             der fixing it!
[    1.954698] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regu                                                                                                                                                             lator
[    1.968262] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/inter                                                                                                                                                             connect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.000383] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regu                                                                                                                                                             lator
[    2.011581] omap_rng 48310000.rng: Random Number Generator ver. 20
[    2.018500] random: crng init done
[    2.090126] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1                                                                                                                                                             000000
[    2.121825] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driv                                                                                                                                                             er SMSC LAN8710/LAN8720
[    2.140545] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
[    2.147545] cpsw-switch 4a100000.switch: ALE Table size 1024
[    2.170224] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jif                                                                                                                                                             fies)
[    2.178022] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mu                                                                                                                                                             lt:2147483648 calc_shift:29 error:0 nsec/sec
[    2.210144] cpsw-switch 4a100000.switch: Detected MACID = 40:bd:32:dd:ab:f8
[    2.218459] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool s                                                                                                                                                             ize 256) hw_ver:0019010C 1.12 (0)
[    2.260254] debugfs: Directory '49000000.dma' with parent 'dmaengine' already                                                                                                                                                              present!
[    2.268444] edma 49000000.dma: TI EDMA DMA engine driver
[    2.328387] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counter                                                                                                                                                             s available
[    2.343779] l3-aon-clkctrl:0000:0: failed to disable
[    2.352734] gpio gpiochip3: (gpio-96-127): not an immutable chip, please cons                                                                                                                                                             ider fixing it!
[    2.363454] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 35, base_baud =                                                                                                                                                              3000000) is a 8250
[    2.372648] printk: console [ttyS0] enabled
[    2.372648] printk: console [ttyS0] enabled
[    2.381198] printk: bootconsole [omap8250] disabled
[    2.381198] printk: bootconsole [omap8250] disabled
[    2.420619] tps65217-pmic: Failed to locate of_node [id: -1]
[    2.432758] tps65217-bl: Failed to locate of_node [id: -1]
[    2.441695] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    2.448460] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.455649] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/inter                                                                                                                                                             connect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.468932] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@4800                                                                                                                                                             0000/segment@300000/target-module@e000/lcdc@0
[    2.480415] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    2.488256] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000                                                                                                                                                              microseconds (-22)
[    2.498794] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regu                                                                                                                                                             lator
[    2.509844] clk: Disabling unused clocks
[    2.514398] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regu                                                                                                                                                             lator
[    2.522106] sdhci-omap 48060000.mmc: Got CD GPIO
[    2.526945] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regu                                                                                                                                                             lator
[    2.537376] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regu                                                                                                                                                             lator
[    2.560488] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using Exter                                                                                                                                                             nal DMA
[    2.571678] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using Exter                                                                                                                                                             nal DMA
[    2.580953] Waiting for root device PARTUUID=076c4a2a-02...
[    2.619352] mmc0: new high speed SDHC card at address 59b4
[    2.625966] mmcblk0: mmc0:59b4 USDU1 14.9 GiB
[    2.633589]  mmcblk0: p1 p2
[    2.669810] mmc1: new high speed MMC card at address 0001
[    2.679609] mmcblk1: mmc1:0001 M62704 3.56 GiB
[    2.689102] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB
[    2.696590] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Q                                                                                                                                                             uota mode: disabled.
[    2.706965] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB
[    2.713618] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.720176] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (243:0)
[    2.726733] devtmpfs: mounted
[    2.732579] Freeing unused kernel image (initmem) memory: 1024K
[    2.739135] Run /sbin/init as init process
INIT: version 3.04 booting
Framebuffer /dev/fb0 not detected
Boot splashscreen disabled
Starting udev
[    3.517425] udevd[109]: starting version 3.2.14
[    3.625551] udevd[110]: starting eudev-3.2.14
[    4.102715] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    4.128471] omap_rtc 44e3e000.rtc: registered as rtc0
[    4.143973] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using d                                                                                                                                                             ummy regulator
[    4.173096] tda998x 0-0070: found TDA19988
[    4.220298] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:0                                                                                                                                                             0 UTC (946684800)
[    4.264700] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed fo                                                                                                                                                             r exclusive requests
[    4.465396] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    4.486061] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using d                                                                                                                                                             ummy regulator
[    4.572960] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed fo                                                                                                                                                             r exclusive requests
[    4.829622] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    4.836192] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init                                                                                                                                                              [tda998x])
[    4.879180] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on mino                                                                                                                                                             r 0
[    4.891619] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus numbe                                                                                                                                                             r 1
[    4.960562] hub 1-0:1.0: USB hub found
[    4.989575] hub 1-0:1.0: 1 port detected
[    5.146684] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    5.164719] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    5.167758] omap-aes 53500000.aes: will run requests pump with realtime prior                                                                                                                                                             ity
[    5.188559] omap-sham 53100000.sham: will run requests pump with realtime pri                                                                                                                                                             ority
[    5.201007] pvrsrvkm: loading out-of-tree module taints kernel.
[    5.236888] Console: switching to colour frame buffer device 240x67
[    5.381432] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on m                                                                                                                                                             inor 1
[    6.110353] tilcdc 4830e000.lcdc: [drm] fb0: tilcdcdrmfb frame buffer device
[    6.219910] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
[    6.462026] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_b                                                                                                                                                             us:phy_addr=4a101000.mdio:00, irq=POLL)
[    6.630271] usb 1-1: new full-speed USB device number 2 using musb-hdrc
[    6.927923] input: Logitech USB Receiver as /devices/platform/ocp/47400000.ta                                                                                                                                                             rget-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/                                                                                                                                                             input0
[    7.360948] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard [L                                                                                                                                                             ogitech USB Receiver] on usb-musb-hdrc.1-1/input0
[    7.538211] input: Logitech USB Receiver Mouse as /devices/platform/ocp/47400                                                                                                                                                             000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/                                                                                                                                                             input/input1
[    7.734913] input: Logitech USB Receiver Consumer Control as /devices/platfor                                                                                                                                                             m/ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.1/0003:046D                                                                                                                                                             :C52B.0002/input/input2
[    7.941205] input: Logitech USB Receiver System Control as /devices/platform/                                                                                                                                                             ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.1/0003:046D:C                                                                                                                                                             52B.0002/input/input3
[    8.071865] hid-generic 0003:046D:C52B.0002: input: USB HID v1.11 Mouse [Logi                                                                                                                                                             tech USB Receiver] on usb-musb-hdrc.1-1/input1
[    8.198442] hid-generic 0003:046D:C52B.0003: device has no listeners, quittin                                                                                                                                                             g
[    9.115948] ext3: Unknown parameter 'umask'
[    9.155780] ext2: Unknown parameter 'umask'
[    9.160062] ext4: Unknown parameter 'umask'
[    9.191018] squashfs: Unknown parameter 'umask'
[    9.529733] remoteproc remoteproc0: 4a334000.pru is available
[    9.566678] remoteproc remoteproc1: 4a338000.pru is available
[    9.594667] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[    9.863721] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
Fri Mar  9 12:34:56 UTC 2018
ALSA: Restoring mixer settings...
alsa-lib /usr/src/debug/alsa-lib/1.2.11/src/ucm/main.c:1554:(snd_use_case_mgr_op                                                                                                                                                             en) error: failed to import hw:0 use case configuration -2
No state is present for card Black
alsa-lib /usr/src/debug/alsa-lib/1.2.11/src/ucm/main.c:1554:(snd_use_case_mgr_op                                                                                                                                                             en) error: failed to import hw:0 use case configuration -2
Found hardware: "simple-card" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card Black
INIT: Entering runlevel: 5
Configuring network interfaces... ifup: interface lo already configured
ifup: interface eth0 already configured
ip: SIOCGIFFLAGS: No such device
Starting system message bus: dbus.
Starting Connection Manager
Starting Xserver
Starting Dropbear SSH server: Generating 2048 bit rsa key, this may take a while                                                                                                                                                             ...


X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
Current Operating System: Linux am335x-evm 6.1.112-ti-g4ef41ca7ad95 #1 PREEMPT W                                                                                                                                                             ed Nov 13 13:49:51 UTC 2024 armv7l
Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO                                                                                                                                                             0,115200n8,115200

Current version of pixman: 0.42.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar  9 12:34:58 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
MESA: info: Loaded libpvr_dri_support.so
Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No                                                                                                                                                              such file or directory
(EE)
(EE) Backtrace:
(EE)
(EE)
Fatal server error:
(EE) Caught signal 6 (Aborted). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional info                                                                                                                                                             rmation.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSttI3oXcHlmpdpC8o/hZSG+NmlscieJFZjlWervXb                                                                                                                                                             jlnvGRK4flBWwcB5UGzXYQoSAxjAHCyrL7u8XLq1mMuDbrucN2agsEpiujK6EWjLgMGTX6NJgrME6wme                                                                                                                                                             Xte8xxijLZH2K2J+zpKqVCwOOQmkU2scxy4qmN7OpemJR3RueEfsVaRQbhU5k1XVjGZrqhg/QSvbpZ5C                                                                                                                                                             osO51v/9cbptEXHpy0Pi8s4TtzF15E7h/Yna65QPh89yiepMYOZerMyTWKIWCLP9uoVxrkAb5DhguUee                                                                                                                                                             56XSTJEQ4CU2ZY0u/8Cjz1ZMtI4G4it86QMfzcRcu8ZOb9nOlYzVpndJlXoT root@am335x-evm
Fingerprint: SHA256:DvCYThsjrBsN13AgCRv/5ylkSnIaWYYVRNJy90ExwHU
dropbear.
Starting rpcbind daemon...done.
Starting bluetooth: bluetoothd.
Starting syslogd/klogd: done
 * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
[   15.208842] Bluetooth: Core ver 2.22
[   15.226677] NET: Registered PF_BLUETOOTH protocol family
[   15.234460] Bluetooth: HCI device and connection manager initialized
[   15.242710] Bluetooth: HCI socket layer initialized
[   15.249216] Bluetooth: L2CAP socket layer initialized
[   15.255495] Bluetooth: SCO socket layer initialized
   ...done.
Starting Telephony daemon
Starting Linux NFC daemon
[   15.589486] nfc: nfc_init: NFC Core ver 0.1
[   15.612007] NET: Registered PF_NFC protocol family
INIT: Id "S3" respawning too fast: disabled for 5 minutes

Poky (Yocto Project Reference Distro) 5.0.9 am335x-evm /dev/ttyS0

[-- Attachment #3: core-image-sato-am335x-evm_ti6_6_log.txt --]
[-- Type: text/plain, Size: 24663 bytes --]

U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
Trying to boot from MMC1


U-Boot 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)

CPU  : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM:  512 MiB
Core:  160 devices, 18 uclasses, devicetree: separate
WDT:   Started wdt@44e35000 with servicing every 1000ms (60s timeout)
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...
<ethaddr> not set. Validating first E-fuse MAC
Net:   eth2: ethernet@4a100000using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC de:ad:be:ef:00:01
HOST MAC de:ad:be:ef:00:00
RNDIS ready
, eth3: usb_ether
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1:      Poky (Yocto Project Reference Distro)
Retrieving file: /extlinux/../zImage
append: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,115200
Retrieving file: /extlinux/../am335x-boneblack.dtb
Kernel image @ 0x82000000 [ 0x000000 - 0x7a6200 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 8ffe5000, end 8ffffe4f ... OK
Working FDT set to 8ffe5000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.6.58-ti-01497-ga7758da17c28-dirty (oe-user@oe-host) (arm-poky-linux-gnueabi-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 PREEMPT Wed Nov 27 13:23:15 UTC 2024
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[    0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
[    0.000000] printk: bootconsole [omap8250] enabled
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 64 MiB at 0x9b800000 on node -1
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon)
[    0.000000] Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,115200
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129540
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 432516K/522240K available (12288K kernel code, 1497K rwdata, 3408K rodata, 1024K init, 283K bss, 24188K reserved, 65536K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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]  Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
[    0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.008066] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.018065] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
[    0.029561] Console: colour dummy device 80x30
[    0.034173] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.040960] This ensures that you still see kernel messages. Please
[    0.047403] update your kernel commandline.
[    0.051735] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[    0.094507] CPU: Testing write buffer coherency: ok
[    0.099588] CPU0: Spectre v2: using BPIALL workaround
[    0.104781] pid_max: default: 32768 minimum: 301
[    0.109658] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.117183] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.126880] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.134387] Setting up static identity map for 0x80100000 - 0x80100060
[    0.141314] rcu: Hierarchical SRCU implementation.
[    0.146243] rcu:     Max phase no-delay instances is 1000.
[    0.153358] EFI services will not be available.
[    0.158709] devtmpfs: initialized
[    0.175940] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.184200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.194348] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.206235] pinctrl core: initialized pinctrl subsystem
[    0.212685] DMI not present or invalid.
[    0.217293] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.225806] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.234066] thermal_sys: Registered thermal governor 'step_wise'
[    0.234165] cpuidle: using governor menu
[    0.261539] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    0.279763] /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    0.299027] No ATAGs?
[    0.301381] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.321056] iommu: Default domain type: Translated
[    0.326007] iommu: DMA domain TLB invalidation policy: strict mode
[    0.349568] SCSI subsystem initialized
[    0.354041] usbcore: registered new interface driver usbfs
[    0.368098] usbcore: registered new interface driver hub
[    0.373606] usbcore: registered new device driver usb
[    0.388479] pps_core: LinuxPPS API ver. 1 registered
[    0.393589] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.418071] PTP clock support registered
[    0.428218] EDAC MC: Ver: 3.0.0
[    0.432069] scmi_core: SCMI protocol bus registered
[    0.450100] clocksource: Switched to clocksource dmtimer
[    0.476946] NET: Registered PF_INET protocol family
[    0.490382] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.510195] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.518912] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.540103] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.548096] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.570146] TCP: Hash tables configured (established 4096 bind 4096)
[    0.576789] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.600109] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.607425] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.620636] RPC: Registered named UNIX socket transport module.
[    0.626738] RPC: Registered udp transport module.
[    0.650101] RPC: Registered tcp transport module.
[    0.654939] RPC: Registered tcp-with-tls transport module.
[    0.670100] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.676733] PCI: CLS 0 bytes, default 64
[    0.691262] Initialise system trusted keyrings
[    0.700255] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.707293] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.730543] NFS: Registering the id_resolver key type
[    0.735835] Key type id_resolver registered
[    0.750112] Key type id_legacy registered
[    0.754279] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.770104] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.777746] ntfs: driver 2.1.32 [Flags: R/O].
[    0.800546] Key type asymmetric registered
[    0.804771] Asymmetric key parser 'x509' registered
[    0.809869] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.830133] io scheduler mq-deadline registered
[    0.834794] io scheduler kyber registered
[    0.838950] io scheduler bfq registered
[    0.963629] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    0.983233] STMicroelectronics ASC driver initialized
[    1.020679] brd: module loaded
[    1.035161] loop: module loaded
[    1.054684] CAN device driver interface
[    1.058953] e1000e: Intel(R) PRO/1000 Network Driver
[    1.080103] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.086260] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.100102] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.106567] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    1.120150] usbcore: registered new interface driver pegasus
[    1.126001] usbcore: registered new interface driver asix
[    1.150130] usbcore: registered new interface driver ax88179_178a
[    1.156421] usbcore: registered new interface driver cdc_ether
[    1.170141] usbcore: registered new interface driver smsc75xx
[    1.176074] usbcore: registered new interface driver smsc95xx
[    1.190156] usbcore: registered new interface driver net1080
[    1.196020] usbcore: registered new interface driver cdc_subset
[    1.220133] usbcore: registered new interface driver zaurus
[    1.225890] usbcore: registered new interface driver cdc_ncm
[    1.240969] usbcore: registered new interface driver usb-storage
[    1.260561] i2c_dev: i2c /dev entries driver
[    1.266926] cpuidle: enable-method property 'ti,am3352' found operations
[    1.280799] sdhci: Secure Digital Host Controller Interface driver
[    1.287173] sdhci: Copyright(c) Pierre Ossman
[    1.310323] Synopsys Designware Multimedia Card Interface Driver
[    1.316667] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.330614] ledtrig-cpu: registered to indicate activity on CPUs
[    1.337214] usbcore: registered new interface driver usbhid
[    1.360102] usbhid: USB HID core driver
[    1.366205] NET: Registered PF_INET6 protocol family
[    1.381500] Segment Routing with IPv6
[    1.385349] In-situ OAM (IOAM) with IPv6
[    1.389461] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.410927] NET: Registered PF_PACKET protocol family
[    1.416141] can: controller area network core
[    1.430173] NET: Registered PF_CAN protocol family
[    1.435105] can: raw protocol
[    1.438156] can: broadcast manager protocol
[    1.460111] can: netlink gateway - max_hops=1
[    1.464973] Key type dns_resolver registered
[    1.469606] ThumbEE CPU extension supported.
[    1.480122] Registering SWP/SWPB emulation handler
[    1.485529] omap_voltage_late_init: Voltage driver support not added
[    1.530267] Loading compiled-in X.509 certificates
[    1.573091] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    1.616106] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    1.666853] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    1.710902] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    1.743469] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins
[    1.790659] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[    1.812609] ti-sysc: probe of 44e31000.target-module failed with error -16
[    1.836816] /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    1.887516] ti-sysc: probe of 48040000.target-module failed with error -16
[    1.933082] OMAP GPIO hardware version 0.1
[    1.953092] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    1.975316] at24 2-0054: supply vcc not found, using dummy regulator
[    2.024116] at24 2-0055: supply vcc not found, using dummy regulator
[    2.073735] at24 2-0056: supply vcc not found, using dummy regulator
[    2.123700] at24 2-0057: supply vcc not found, using dummy regulator
[    2.163396] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    2.195040] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[    2.212998] /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.250528] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[    2.262048] /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.300798] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    2.340232] /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.373562] random: crng init done
[    2.377132] omap_rng 48310000.rng: Random Number Generator ver. 20
[    2.460117] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[    2.491856] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    2.501906] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
[    2.508906] cpsw-switch 4a100000.switch: ALE Table size 1024
[    2.514928] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
[    2.522783] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
[    2.534123] cpsw-switch 4a100000.switch: Detected MACID = 40:bd:32:dd:ab:f8
[    2.542523] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
[    2.563532] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
[    2.571814] edma 49000000.dma: TI EDMA DMA engine driver
[    2.597957] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    2.611651] l3-aon-clkctrl:0000:0: failed to disable
[    2.623232] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 36, base_baud = 3000000) is a 8250
[    2.632508] printk: console [ttyS0] enabled
[    2.632508] printk: console [ttyS0] enabled
[    2.641115] printk: bootconsole [omap8250] disabled
[    2.641115] printk: bootconsole [omap8250] disabled
[    2.700699] tps65217-pmic: Failed to locate of_node [id: -1]
[    2.707018] tps65217-bl: Failed to locate of_node [id: -1]
[    2.718298] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    2.726250] /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
[    2.744001] /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
[    2.762116] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    2.770435] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[    2.779214] sdhci-omap 48060000.mmc: Got CD GPIO
[    2.787050] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.795314] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[    2.805400] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
[    2.813199] clk: Disabling unused clocks
[    2.817809] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[    2.826685] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
[    2.860185] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
[    2.868552] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
[    2.878439] Waiting for root device PARTUUID=076c4a2a-02...
[    2.916444] mmc0: new high speed SDHC card at address 59b4
[    2.923826] mmcblk0: mmc0:59b4 USDU1 14.9 GiB
[    2.932951]  mmcblk0: p1 p2
[    2.970036] mmc1: new high speed MMC card at address 0001
[    2.978072] mmcblk1: mmc1:0001 M62704 3.56 GiB
[    2.988621] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB
[    2.996239] EXT4-fs (mmcblk0p2): mounted filesystem e329ac29-c38d-4e29-bafc-99bcda25bb90 r/w with ordered data mode. Quota mode: disabled.
[    3.010604] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB
[    3.017193] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    3.024694] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (241:0)
[    3.032072] devtmpfs: mounted
[    3.036872] Freeing unused kernel image (initmem) memory: 1024K
[    3.043719] Run /sbin/init as init process
INIT: version 3.04 booting
Framebuffer /dev/fb0 not detected
Boot splashscreen disabled
Starting udev
[    3.824903] udevd[94]: starting version 3.2.14
[    3.919320] udevd[95]: starting eudev-3.2.14
[    4.263603] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
[    4.346703] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
[    4.478928] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    4.514862] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    4.561180] hub 1-0:1.0: USB hub found
[    4.576765] hub 1-0:1.0: 1 port detected
[    4.712832] tda998x 0-0070: found TDA19988
[    5.137813] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init [tda998x])
[    5.240574] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[    5.270888] usb 1-1: new full-speed USB device number 2 using musb-hdrc
[    5.414467] pvrsrvkm: loading out-of-tree module taints kernel.
[    5.502964] Console: switching to colour frame buffer device 240x67
[    5.527450] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1
[    5.536626] input: Logitech USB Receiver as /devices/platform/ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input0
[    5.840908] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-musb-hdrc.1-1/input0
[    5.854162] input: Logitech USB Receiver Mouse as /devices/platform/ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input1
[    5.880774] input: Logitech USB Receiver Consumer Control as /devices/platform/ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input2
[    5.960900] input: Logitech USB Receiver System Control as /devices/platform/ocp/47400000.target-module/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input3
[    5.966865] hid-generic 0003:046D:C52B.0002: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-musb-hdrc.1-1/input1
[    5.979481] hid-generic 0003:046D:C52B.0003: device has no listeners, quitting
[    6.391760] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
[    6.535001] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
[    6.950443] tilcdc 4830e000.lcdc: [drm] fb0: tilcdcdrmfb frame buffer device
[    9.575962] ext3: Unknown parameter 'umask'
[    9.613884] ext2: Unknown parameter 'umask'
[    9.618166] ext4: Unknown parameter 'umask'
[    9.653421] squashfs: Unknown parameter 'umask'
[    9.907678] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[   10.170621] EXT4-fs (mmcblk0p2): re-mounted e329ac29-c38d-4e29-bafc-99bcda25bb90 r/w. Quota mode: disabled.
hwclock: can't open '/dev/misc/rtc': No such file or directory
Fri Mar  9 12:34:56 UTC 2018
hwclock: can't open '/dev/misc/rtc': No such file or directory
ALSA: Restoring mixer settings...
alsa-lib /usr/src/debug/alsa-lib/1.2.11/src/ucm/main.c:1554:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
No state is present for card Black
alsa-lib /usr/src/debug/alsa-lib/1.2.11/src/ucm/main.c:1554:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Found hardware: "simple-card" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card Black
hwclock: can't open '/dev/misc/rtc': No such file or directory
INIT: Entering runlevel: 5
Configuring network interfaces... ifup: interface lo already configured
ifup: interface eth0 already configured
ip: SIOCGIFFLAGS: No such device
Starting system message bus: dbus.
Starting Connection Manager
Starting Xserver
Starting Dropbear SSH server: Generating 2048 bit rsa key, this may take a while...


X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
Current Operating System: Linux am335x-evm 6.6.58-ti-01497-ga7758da17c28-dirty #1 PREEMPT Wed Nov 27 13:23:15 UTC 2024 armv7l
Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rw earlycon console=ttyO0,115200n8,115200

Current version of pixman: 0.42.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar  9 12:34:58 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Could not resolve keysym XF86CameraAccessEnable
> Warning:          Could not resolve keysym XF86CameraAccessDisable
> Warning:          Could not resolve keysym XF86CameraAccessToggle
> Warning:          Could not resolve keysym XF86NextElement
> Warning:          Could not resolve keysym XF86PreviousElement
> Warning:          Could not resolve keysym XF86AutopilotEngageToggle
> Warning:          Could not resolve keysym XF86MarkWaypoint
> Warning:          Could not resolve keysym XF86Sos
> Warning:          Could not resolve keysym XF86NavChart
> Warning:          Could not resolve keysym XF86FishingChart
> Warning:          Could not resolve keysym XF86SingleRangeRadar
> Warning:          Could not resolve keysym XF86DualRangeRadar
> Warning:          Could not resolve keysym XF86RadarOverlay
> Warning:          Could not resolve keysym XF86TraditionalSonar
> Warning:          Could not resolve keysym XF86ClearvuSonar
> Warning:          Could not resolve keysym XF86SidevuSonar
> Warning:          Could not resolve keysym XF86NavInfo
Errors from xkbcomp are not fatal to the X server
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22
failed to add fb -22

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [meta-ti] core-image-sato scarthgap beaglebone x11 startup error
  2025-05-21 13:37                 ` Sebastian
@ 2025-05-22 13:30                   ` Andrew Davis
  2025-05-27  7:59                     ` Sebastian
  0 siblings, 1 reply; 12+ messages in thread
From: Andrew Davis @ 2025-05-22 13:30 UTC (permalink / raw)
  To: sebastian.krahl, meta-ti

Decided to give this a test run here locally. I can confirm the display does not work
for BeagleBone Black with the "am335x-evm" MACHINE. It seems something is missing
from our vendor kernel to make the HDMI work, but luckily that change is available
in the Beagle kernel tree. We can use the latest Beagle kernel v6.6 by setting
MACHINE=beaglebone. If we want Beagle kernel v6.12 we will need some patches
available in `scarthgap-wip`[0], that is what I used for testing here.

With that I can build `core-image-weston` and see the HDMI display works, but
not weston, only boot console.. So checking the logs, I see in /tmp/weston.log:

> [12:37:42.-1093082536] GL vendor: Imagination Technologies
> [12:37:42.-1093082536] GL renderer: PowerVR SGX 530
> [12:37:42.-1093082536] GL_EXT_unpack_subimage not available.
> [12:37:42.-1093082536] EGL error state: EGL_SUCCESS (0x3000)

This seems to be the reason for the crash (which we can check with gdb)

> (gdb) bt
> #0  0xb6db7fc8 in weston_dmabuf_feedback_destroy () from /usr/lib/libweston-13.so.0
> #1  0xb558257e in ?? () from /usr/lib/libweston-13/gl-renderer.so
> Backtrace stopped: previous frame identical to this frame (corrupt stack?)

The fix for missing GL_EXT_unpack_subimage is this patch here in meta-arago[1].
Since that is needed for all SGX platforms the fix probably belongs in meta-ti,
not meta-arago.. With that, still no weston.. To the logs again:

> [12:53:00.-1093127416] Output 'HDMI-A-1' using color profile: stock sRGB color profile
> [12:53:00.000] format XRGB8888 not supported by output HDMI-A-1
> [12:53:00.-1093127752] failed to create gbm surface
> [12:53:00.24360944] Failed to init output gl state

Ah, bad output format selection, and again the solution to a hardware issue is hiding in
the distro layer[2], not the hardware/bsp layer.. Updating the weston.ini to include
gbm-format=rgb565 I can see weston running again!

Andrew

[0] https://git.yoctoproject.org/meta-ti/tree/meta-beagle/recipes-kernel/linux?h=scarthgap-wip
[1] https://git.yoctoproject.org/meta-arago/tree/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch
[2] https://git.yoctoproject.org/meta-arago/tree/meta-arago-distro/recipes-graphics/wayland/weston-init/beaglebone/weston.ini

On 5/21/25 8:37 AM, Sebastian via lists.yoctoproject.org wrote:
> Hi there,
> 
> as suggested I've tested further with ti-6_1, ti-6_6 using the am335-evm as a target on the beaglebone black. I've found out that the fb0 is created at least when the external monitor is detected by lcdc. The xserver and weston rejects to show any output on the display.
> 
> I'm attaching the logs accodingly. Is there anything I can try to bring it to life at least on the HDMI output on the beaglebone black?
> 
> I've tried with core-image-weston too but it crashes with an segmentation fault.
> 
> What could I try in addition instead of retreating and go by the meta-yocto-bsp approach?
> 
> Regards,
> 
> Sebastian
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18586): https://lists.yoctoproject.org/g/meta-ti/message/18586
> Mute This Topic: https://lists.yoctoproject.org/mt/112650476/3619733
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [afd@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: core-image-sato scarthgap beaglebone x11 startup error
  2025-05-22 13:30                   ` [meta-ti] " Andrew Davis
@ 2025-05-27  7:59                     ` Sebastian
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastian @ 2025-05-27  7:59 UTC (permalink / raw)
  To: meta-ti

Hi there,

@Andrew
Thanks for the effort.

I was trying to apply the changes on my meta-ti setup without success. But I'll retry it as I was a little in a hurry.

Are there plans do apply the changes to meta-ti too or is the intention to go for arago?

Regards,

Sebastian


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-05-27  7:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06 14:57 core-image-sato scarthgap beaglebone x11 startup error Sebastian
2025-05-06 16:29 ` [meta-ti] " Denys Dmytriyenko
2025-05-06 21:55   ` Randolph Sapp
2025-05-06 22:53     ` Denys Dmytriyenko
2025-05-07  5:40       ` Sebastian
2025-05-08 18:33         ` [meta-ti] " Randolph Sapp
2025-05-08 19:13           ` Denys Dmytriyenko
2025-05-08 20:37             ` Sebastian
2025-05-13 11:05               ` Sebastian
2025-05-21 13:37                 ` Sebastian
2025-05-22 13:30                   ` [meta-ti] " Andrew Davis
2025-05-27  7:59                     ` Sebastian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.