Hi Marius,
Adding "agl-compostior-init" made no difference.
In the emulator qemux86_64 build the agl-compostior is running and the Flutter Gallery app runs at boot. So I would say something specific to the m3ulcb support.
Is there a known config where agl-compositor is running on m3ulcb master? I could use this for comparison.
Joel
On Mon, Feb 7, 2022 at 10:29 AM Marius Vlad <marius.vlad@xxxxxxxxxxxxx> wrote:
You're probably missing the app-fw layer, which should run the
compositor as a user-service. Enabling the 'agl-app-fw' layer should add
them.
Or alternatively, it is just sufficient to add 'agl-compositor-init',
but I'm not sure if it would be enough, just give it a try and see.
On 2/7/22 6:37 PM, Joel Winarske wrote:
> Hello,
>
> I'm trying to build the image `agl-image-flutter-debug` for m3ulcb as part
> of `meta-agl-flutter` in `meta-agl-devel` master. I'm missing something...
>
> `agl-image-flutter-debug` includes:
>
> IMAGE_INSTALL:append = "\
> agl-compositor \
> packagegroup-agl-profile-graphical \
> "
>
> The x86_64 qemu build runs as expected when building the same image.
>
> Post boot, service status:
>
> # systemctl status weston
> * weston.service - Weston, a Wayland compositor, as a system service
> Loaded: loaded (/lib/systemd/system/weston.service; enabled; vendor
> preset: enabled)
> Drop-In: /lib/systemd/system/weston.service.d
> `-agl-compositor.conf
> Active: failed (Result: exit-code) since Mon 2020-06-29 03:06:44 UTC;
> 1 years 7 months ago
> TriggeredBy: * weston.socket
> Docs: man:weston(1)
> man:weston.ini(5)
> http://wayland.freedesktop.org/
> Process: 411 ExecStart=/usr/bin/agl-compositor --config
> /etc/xdg/weston/weston.ini --idle-time=0 --debug (code=exited,
> status=1/FAILURE)
> Main PID: 411 (code=exited, status=1/FAILURE)
>
> Jun 29 03:06:43 m3ulcb systemd[1]: Starting Weston, a Wayland compositor,
> as a system service...
> Jun 29 03:06:43 m3ulcb systemd[411]: pam_unix(weston-autologin:session):
> session opened for user weston by (uid=0)
> Jun 29 03:06:44 m3ulcb systemd[1]: weston.service: Main process exited,
> code=exited, status=1/FAILURE
> Jun 29 03:06:44 m3ulcb systemd[1]: weston.service: Failed with result
> 'exit-code'.
> Jun 29 03:06:44 m3ulcb systemd[1]: Failed to start Weston, a Wayland
> compositor, as a system service.
> root@m3ulcb:~#
>
>
> I do see "Failed to apply ACLs: Operation not supported" in the
> systemd-logind service status, perhaps benign:
> Jun 29 03:06:42 m3ulcb systemd-logind[393]: Watching system buttons on
> /dev/input/event1 (Chicony HP Business Slim Keyboard)
> Jun 29 03:06:42 m3ulcb systemd-logind[393]: Watching system buttons on
> /dev/input/event2 (Chicony HP Business Slim Keyboard Consumer Control)
> Jun 29 03:06:42 m3ulcb systemd-logind[393]: Watching system buttons on
> /dev/input/event3 (Chicony HP Business Slim Keyboard System Control)
> Jun 29 03:06:42 m3ulcb systemd-logind[393]: New seat seat1.
> Jun 29 03:06:42 m3ulcb systemd[1]: Started Login Service.
> Jun 29 03:06:43 m3ulcb systemd-logind[393]: New session c1 of user weston.
> Jun 29 03:06:43 m3ulcb systemd-logind[393]: Failed to apply ACLs: Operation
> not supported
> Jun 29 03:06:44 m3ulcb systemd-logind[393]: Removed session c1.
> Jun 29 03:06:44 m3ulcb systemd-logind[393]: Failed to apply ACLs: Operation
> not supported
> Feb 07 15:49:14 m3ulcb systemd-logind[393]: New session c2 of user root.
>
>
> Boot logs:
> NOTICE: BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.3.0.2
> NOTICE: BL2: PRR is R-Car M3 Ver.1.0
> NOTICE: BL2: Board is Starter Kit Rev.1.0
> NOTICE: BL2: Boot device is HyperFlash(80MHz)
> NOTICE: BL2: LCM state is CM
> NOTICE: AVS setting succeeded. DVFS_SetVID=0x53
> NOTICE: BL2: DDR3200(rev.0.41)
> NOTICE: BL2: [COLD_BOOT]
> NOTICE: BL2: DRAM Split is 2ch
> NOTICE: BL2: QoS is default setting(rev.0.19)
> NOTICE: BL2: CH0: 400000000 - 43fffffff, 1 GiB
> NOTICE: BL2: CH2: 600000000 - 63fffffff, 1 GiB
> NOTICE: BL2: Lossy Decomp areas
> NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
> NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
> NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
> NOTICE: BL2: FDT at 0xe6325f70
> NOTICE: BL2: v2.5(release):ca03ad653-dirty
> NOTICE: BL2: Built : 03:06:40, Jun 29 2020
> NOTICE: BL2: Normal boot
> NOTICE: BL2: dst=0xe6325800 src="" len=512(0x200)
> NOTICE: BL2: dst=0x43f00000 src="" len=6144(0x1800)
> NOTICE: rcar_file_len: len: 0x0003e000
> NOTICE: BL2: dst=0x44000000 src="" len=253952(0x3e000)
> NOTICE: rcar_file_len: len: 0x00200000
> NOTICE: BL2: dst=0x44100000 src="" len=2097152(0x200000)
> NOTICE: rcar_file_len: len: 0x00100000
> NOTICE: BL2: dst=0x50000000 src="" len=1048576(0x100000)
> NOTICE: BL2: Booting BL31
>
>
> U-Boot 2020.10 (Jun 29 2020 - 03:06:40 +0000)
>
> CPU: Renesas Electronics R8A7796 rev 1.0
> Model: Renesas M3ULCB board based on r8a77960
> DRAM: 1.9 GiB
> RAM Configuration:
> Bank #0: 0x048000000 - 0x07fffffff, 896 MiB
> Bank #1: 0x600000000 - 0x63fffffff, 1 GiB
>
> MMC: sd@ee100000: 0, sd@ee140000: 1
> Loading Environment from MMC... OK
> In: serial@e6e88000
> Out: serial@e6e88000
> Err: serial@e6e88000
> Net: eth0: ethernet@e6800000
> Hit any key to stop autoboot: 0
> 37122560 bytes read in 400 ms (88.5 MiB/s)
> 75544 bytes read in 3 ms (24 MiB/s)
> Moving Image from 0x48080000 to 0x48200000, end=4a600000
> ## Flattened Device Tree blob at 48000000
> Booting using the fdt blob at 0x48000000
> Using Device Tree in place at 0000000048000000, end 0000000048015717
>
> Starting kernel ...
>
> [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd073]
> [ 0.000000] Linux version 5.10.41-yocto-standard (oe-user@oe-host)
> (aarch64-agl-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220)
> #1 SMP PREEMPT M
> on Jun 29 03:06:40 UTC 2020
> [ 0.000000] Machine model: Renesas M3ULCB board based on r8a77960
> [ 0.000000] printk: debug: ignoring loglevel setting.
> [ 0.000000] efi: UEFI not found.
> [ 0.000000] Reserved memory: created CMA memory pool at
> 0x0000000057000000, size 16 MiB
> [ 0.000000] OF: reserved mem: initialized node linux,adsp, compatible id
> shared-dma-pool
> [ 0.000000] Reserved memory: created CMA memory pool at
> 0x0000000058000000, size 384 MiB
> [ 0.000000] OF: reserved mem: initialized node linux,cma@57000000,
> compatible id shared-dma-pool
> [ 0.000000] Reserved memory: created CMA memory pool at
> 0x0000000070000000, size 256 MiB
> [ 0.000000] OF: reserved mem: initialized node linux,multimedia@70000000,
> compatible id shared-dma-pool
> [ 0.000000] NUMA: No NUMA configuration found
> [ 0.000000] NUMA: Faking a node at [mem
> 0x0000000048000000-0x000000063fffffff]
> [ 0.000000] NUMA: NODE_DATA [mem 0x63fbf6b00-0x63fbf8fff]
> [ 0.000000] Zone ranges:
> [ 0.000000] DMA [mem 0x0000000048000000-0x00000000ffffffff]
> [ 0.000000] DMA32 empty
> [ 0.000000] Normal [mem 0x0000000100000000-0x000000063fffffff]
> [ 0.000000] Movable zone start for each node
> [ 0.000000] Early memory node ranges
> [ 0.000000] node 0: [mem 0x0000000048000000-0x0000000053ffffff]
> [ 0.000000] node 0: [mem 0x0000000054000000-0x0000000056ffffff]
> [ 0.000000] node 0: [mem 0x0000000057000000-0x000000007fffffff]
> [ 0.000000] node 0: [mem 0x0000000600000000-0x000000063fffffff]
> [ 0.000000] Initmem setup node 0 [mem
> 0x0000000048000000-0x000000063fffffff]
> [ 0.000000] On node 0 totalpages: 491520
> [ 0.000000] DMA zone: 3584 pages used for memmap
> [ 0.000000] DMA zone: 0 pages reserved
> [ 0.000000] DMA zone: 229376 pages, LIFO batch:63
> [ 0.000000] Normal zone: 4096 pages used for memmap
> [ 0.000000] Normal zone: 262144 pages, LIFO batch:63
> [ 0.000000] psci: probing for conduit method from DT.
> [ 0.000000] psci: PSCIv1.1 detected in firmware.
> [ 0.000000] psci: Using standard PSCI v0.2 function IDs
> [ 0.000000] psci: Trusted OS resident on physical CPU 0x0
> [ 0.000000] psci: SMC Calling Convention v1.2
> [ 0.000000] percpu: Embedded 31 pages/cpu s89880 r8192 d28904 u126976
> [ 0.000000] pcpu-alloc: s89880 r8192 d28904 u126976 alloc=31*4096
> [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
> [ 0.000000] Detected PIPT I-cache on CPU0
> [ 0.000000] CPU features: detected: EL2 vector hardening
> [ 0.000000] CPU features: detected: Spectre-v2
> [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or
> 1530923
> [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 483840
> [ 0.000000] Policy zone: Normal
> [ 0.000000] Kernel command line: console=ttySC0,115200 ignore_loglevel
> vmalloc=384M video=HDMI-A-1:1920x1080-32@60 root=/dev/mmcblk1p1 rw
> rootfstype=ext4 root
> wait rootdelay=2
> [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152
> bytes, linear)
> [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576
> bytes, linear)
> [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
> [ 0.000000] software IO TLB: mapped [mem
> 0x0000000050000000-0x0000000054000000] (64MB)
> [ 0.000000] Memory: 1101604K/1966080K available (16448K kernel code,
> 3676K rwdata, 8916K rodata, 7104K init, 541K bss, 192732K reserved, 671744K
> cma-reserved)
> [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
> [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
> [ 0.000000] rcu: RCU event tracing is enabled.
> [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to
> nr_cpu_ids=6.
> [ 0.000000] Trampoline 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=6
> [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
> [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f102f000
> [ 0.000000] GIC: Using split EOI/Deactivate mode
> [ 0.000000] random: get_random_bytes called from
> start_kernel+0x38c/0x54c with crng_init=0
> [ 0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (phys).
> [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff
> max_cycles: 0x1ec02923e, max_idle_ns: 440795202125 ns
> [ 0.000003] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every
> 2199023255496ns
> [ 0.000140] Console: colour dummy device 80x25
> [ 0.000224] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 16.66 BogoMIPS (lpj=33333)
> [ 0.000235] pid_max: default: 32768 minimum: 301
> [ 0.000292] LSM: Security Framework initializing
> [ 0.000346] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes,
> linear)
> [ 0.000363] Mountpoint-cache hash table entries: 4096 (order: 3, 32768
> bytes, linear)
> [ 0.001750] rcu: Hierarchical SRCU implementation.
> [ 0.003411] Detected Renesas R-Car Gen3 r8a7796 ES1.0
> [ 0.005246] EFI services will not be available.
> [ 0.005536] smp: Bringing up secondary CPUs ...
> [ 0.005995] Detected PIPT I-cache on CPU1
> [ 0.006056] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
> [ 0.006590] CPU features: detected: ARM erratum 845719
> [ 0.006605] Detected VIPT I-cache on CPU2
> [ 0.006661] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
> [ 0.007139] Detected VIPT I-cache on CPU3
> [ 0.007166] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
> [ 0.007613] Detected VIPT I-cache on CPU4
> [ 0.007641] CPU4: Booted secondary processor 0x0000000102 [0x410fd034]
> [ 0.008124] Detected VIPT I-cache on CPU5
> [ 0.008152] CPU5: Booted secondary processor 0x0000000103 [0x410fd034]
> [ 0.008231] smp: Brought up 1 node, 6 CPUs
> [ 0.008254] SMP: Total of 6 processors activated.
> [ 0.008260] CPU features: detected: 32-bit EL0 Support
> [ 0.008265] CPU features: detected: CRC32 instructions
> [ 0.008270] CPU features: detected: 32-bit EL1 Support
> [ 0.021404] CPU: All CPU(s) started at EL2
> [ 0.021440] alternatives: patching kernel code
> [ 0.022449] devtmpfs: initialized
> [ 0.028632] KASLR disabled due to lack of seed
> [ 0.028777] clocksource: jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645041785100000 ns
> [ 0.028793] futex hash table entries: 2048 (order: 5, 131072 bytes,
> linear)
> [ 0.037138] pinctrl core: initialized pinctrl subsystem
> [ 0.038505] DMI not present or invalid.
> [ 0.038887] NET: Registered protocol family 16
> [ 0.039786] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic
> allocations
> [ 0.039848] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic
> allocations
> [ 0.039928] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for
> atomic allocations
> [ 0.039971] audit: initializing netlink subsys (disabled)
> [ 0.040146] audit: type=2000 audit(0.040:1): state=initialized
> audit_enabled=0 res=1
> [ 0.041211] thermal_sys: Registered thermal governor 'power_allocator'
> [ 0.041785] cpuidle: using governor menu
> [ 0.042008] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
> [ 0.042102] ASID allocator initialised with 65536 entries
> [ 0.043462] Serial: AMBA PL011 UART driver
> [ 0.073814] sh-pfc e6060000.pinctrl: r8a77960_pfc support registered
> [ 0.084673] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
> [ 0.084682] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
> [ 0.084687] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
> [ 0.084692] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
> [ 0.085753] cryptd: max_cpu_qlen set to 1000
> [ 0.087781] ACPI: Interpreter disabled.
> [ 0.091051] rcar-avs: use avs value: 0
> [ 0.091065] rcar-avs: cpu@0 is running with: opp_table0
> [ 0.091072] rcar-avs: cpu@1 is running with: opp_table0
> [ 0.091085] rcar-avs: gsx@fd000000 is running with: gsx_opp_table0
> [ 0.092145] iommu: Default domain type: Translated
> [ 0.092745] ipmmu-vmsa e67b0000.iommu: IPMMU context 0 is reserved
> [ 0.093589] vgaarb: loaded
> [ 0.093793] SCSI subsystem initialized
> [ 0.093914] libata version 3.00 loaded.
> [ 0.094063] usbcore: registered new interface driver usbfs
> [ 0.094087] usbcore: registered new interface driver hub
> [ 0.094110] usbcore: registered new device driver usb
> [ 0.096308] i2c-sh_mobile e60b0000.i2c: I2C adapter 7, bus speed 400000
> Hz
> [ 0.096748] mc: Linux media interface: v0.10
> [ 0.096769] videodev: Linux video capture interface: v2.00
> [ 0.096820] pps_core: LinuxPPS API ver. 1 registered
> [ 0.096825] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
> Giometti <giometti@xxxxxxxx>
> [ 0.096835] PTP clock support registered
> [ 0.096985] EDAC MC: Ver: 3.0.0
> [ 0.098696] FPGA manager framework
> [ 0.098752] Advanced Linux Sound Architecture Driver Initialized.
> [ 0.099369] clocksource: Switched to clocksource arch_sys_counter
> [ 0.545679] VFS: Disk quotas dquot_6.6.0
> [ 0.545731] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
> bytes)
> [ 0.545881] pnp: PnP ACPI: disabled
> [ 0.550251] NET: Registered protocol family 2
> [ 0.550408] IP idents hash table entries: 32768 (order: 6, 262144 bytes,
> linear)
> [ 0.551153] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2,
> 16384 bytes, linear)
> [ 0.551203] TCP established hash table entries: 16384 (order: 5, 131072
> bytes, linear)
> [ 0.551279] TCP bind hash table entries: 16384 (order: 6, 262144 bytes,
> linear)
> [ 0.551448] TCP: Hash tables configured (established 16384 bind 16384)
> [ 0.551565] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
> [ 0.551604] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes,
> linear)
> [ 0.551738] NET: Registered protocol family 1
> [ 0.552066] RPC: Registered named UNIX socket transport module.
> [ 0.552074] RPC: Registered udp transport module.
> [ 0.552078] RPC: Registered tcp transport module.
> [ 0.552081] RPC: Registered tcp NFSv4.1 backchannel transport module.
> [ 0.552091] PCI: CLS 0 bytes, default 64
> [ 0.552963] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7
> counters available
> [ 0.553182] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7
> counters available
> [ 0.553612] kvm [1]: IPA Size Limit: 40 bits
> [ 0.554434] kvm [1]: vgic interrupt IRQ9
> [ 0.554584] kvm [1]: Hyp mode initialized successfully
> [ 0.557585] Initialise system trusted keyrings
> [ 0.557709] workingset: timestamp_bits=42 max_order=19 bucket_order=0
> [ 0.560841] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [ 0.561240] NFS: Registering the id_resolver key type
> [ 0.561263] Key type id_resolver registered
> [ 0.561269] Key type id_legacy registered
> [ 0.561320] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
> [ 0.561326] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver
> Registering...
> [ 0.561488] 9p: Installing v9fs 9p2000 file system support
> [ 0.587278] Key type asymmetric registered
> [ 0.587287] Asymmetric key parser 'x509' registered
> [ 0.587320] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 243)
> [ 0.587328] io scheduler mq-deadline registered
> [ 0.587333] io scheduler kyber registered
> [ 0.596992] gpio_rcar e6050000.gpio: driving 16 GPIOs
> [ 0.597315] gpio_rcar e6051000.gpio: driving 29 GPIOs
> [ 0.597587] gpio_rcar e6052000.gpio: driving 15 GPIOs
> [ 0.597855] gpio_rcar e6053000.gpio: driving 16 GPIOs
> [ 0.598103] gpio_rcar e6054000.gpio: driving 18 GPIOs
> [ 0.598358] gpio_rcar e6055000.gpio: driving 26 GPIOs
> [ 0.598610] gpio_rcar e6055400.gpio: driving 32 GPIOs
> [ 0.598853] gpio_rcar e6055800.gpio: driving 4 GPIOs
> [ 0.602141] EINJ: ACPI disabled.
> [ 0.629280] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [ 0.631437] SuperH (H)SCI(F) driver initialized
> [ 0.631862] e6e88000.serial: ttySC0 at MMIO 0xe6e88000 (irq = 121,
> base_baud = 0) is a scif
> [ 1.714624] printk: console [ttySC0] enabled
> [ 1.719944] msm_serial: driver initialized
> [ 1.729181] rcar-dw-hdmi fead0000.hdmi: Detected HDMI TX controller
> v2.01a with HDCP (DWC HDMI 2.0 TX PHY)
> [ 1.739103] rcar-dw-hdmi fead0000.hdmi: registered DesignWare HDMI I2C
> bus driver
> [ 1.754923] loop: module loaded
> [ 1.759353] megasas: 07.714.04.00-rc1
> [ 1.767144] libphy: Fixed MDIO Bus: probed
> [ 1.772205] tun: Universal TUN/TAP device driver, 1.6
> [ 1.778028] thunder_xcv, ver 1.0
> [ 1.781288] thunder_bgx, ver 1.0
> [ 1.784533] nicpf, ver 1.0
> [ 1.788319] hclge is initializing
> [ 1.791658] hns3: Hisilicon Ethernet Network Driver for Hip08 Family -
> version
> [ 1.798880] hns3: Copyright (c) 2017 Huawei Corporation.
> [ 1.804222] e1000: Intel(R) PRO/1000 Network Driver
> [ 1.809103] e1000: Copyright (c) 1999-2006 Intel Corporation.
> [ 1.814875] e1000e: Intel(R) PRO/1000 Network Driver
> [ 1.819843] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> [ 1.825782] igb: Intel(R) Gigabit Ethernet Network Driver
> [ 1.831179] igb: Copyright (c) 2007-2014 Intel Corporation.
> [ 1.836768] igbvf: Intel(R) Gigabit Virtual Function Network Driver
> [ 1.843033] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
> [ 1.849271] sky2: driver version 1.30
> [ 1.854031] libphy: ravb_mii: probed
> [ 1.860124] ravb e6800000.ethernet eth0: Base address at 0xe6800000,
> 2e:09:0a:01:9a:b7, IRQ 118.
> [ 1.870094] VFIO - User Level meta-driver version: 0.3
> [ 1.876853] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [ 1.883411] ehci-pci: EHCI PCI platform driver
> [ 1.887882] ehci-platform: EHCI generic platform driver
> [ 1.893433] ehci-platform ee0a0100.usb: EHCI Host Controller
> [ 1.899114] ehci-platform ee0a0100.usb: new USB bus registered, assigned
> bus number 1
> [ 1.907029] ehci-platform ee0a0100.usb: irq 158, io mem 0xee0a0100
> [ 1.927376] ehci-platform ee0a0100.usb: USB 2.0 started, EHCI 1.10
> [ 1.933920] hub 1-0:1.0: USB hub found
> [ 1.937691] hub 1-0:1.0: 1 port detected
> [ 1.942033] ehci-orion: EHCI orion driver
> [ 1.946281] ehci-exynos: EHCI Exynos driver
> [ 1.950586] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [ 1.956802] ohci-pci: OHCI PCI platform driver
> [ 1.961299] ohci-platform: OHCI generic platform driver
> [ 1.966761] ohci-platform ee0a0000.usb: Generic Platform OHCI controller
> [ 1.973479] ohci-platform ee0a0000.usb: new USB bus registered, assigned
> bus number 2
> [ 1.981369] ohci-platform ee0a0000.usb: irq 158, io mem 0xee0a0000
> [ 2.077763] hub 2-0:1.0: USB hub found
> [ 2.081533] hub 2-0:1.0: 1 port detected
> [ 2.085821] ohci-exynos: OHCI Exynos driver
> [ 2.090641] usbcore: registered new interface driver usb-storage
> [ 2.099175] i2c /dev entries driver
> [ 2.113056] cs2000-cp 2-004f: revision - C1
> [ 2.117324] i2c-rcar e6510000.i2c: probed
> [ 2.127568] i2c-rcar e66d8000.i2c: probed
> [ 2.137812] rcar_gen3_thermal e6198000.thermal: is using pseudo fixed
> FUSE values
> [ 2.149936] rcar_gen3_thermal e6198000.thermal: TSC0: Loaded 1 trip
> points
> [ 2.161378] rcar_gen3_thermal e6198000.thermal: TSC1: Loaded 1 trip
> points
> [ 2.172615] rcar_gen3_thermal e6198000.thermal: TSC2: Loaded 3 trip
> points
> [ 2.183840] sdhci: Secure Digital Host Controller Interface driver
> [ 2.190059] sdhci: Copyright(c) Pierre Ossman
> [ 2.195106] Synopsys Designware Multimedia Card Interface Driver
> [ 2.195480] renesas_sdhi_internal_dmac ee100000.mmc: Got CD GPIO
> [ 2.195655] renesas_sdhi_internal_dmac ee140000.mmc: Adding to iommu
> group 0
> [ 2.195699] renesas_sdhi_internal_dmac ee140000.mmc: Using IPMMU context
> 1
> [ 2.202130] sdhci-pltfm: SDHCI platform and OF driver helper
> [ 2.228573] ledtrig-cpu: registered to indicate activity on CPUs
> [ 2.235268] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
> [ 2.242219] usbcore: registered new interface driver usbhid
> [ 2.245105] renesas_sdhi_internal_dmac ee140000.mmc: mmc0 base at
> 0x00000000ee140000, max clock rate 200 MHz
> [ 2.247802] usbhid: USB HID core driver
> [ 2.250557] optee: probing for conduit method.
> [ 2.265933] optee: revision 3.13 (93483d65)
> [ 2.266207] optee driver R-Car Rev.1.0.11
> [ 2.274687] optee: initialized driver
> [ 2.279426] usb 1-1: new high-speed USB device number 2 using
> ehci-platform
> [ 2.291124] random: fast init done
> [ 2.299019] rcar_sound ec500000.sound: probed
> [ 2.303946] NET: Registered protocol family 17
> [ 2.308514] 9pnet: Installing 9P2000 support
> [ 2.312859] Key type dns_resolver registered
> [ 2.317448] registered taskstats version 1
> [ 2.321552] Loading compiled-in X.509 certificates
> [ 2.336126] thermal emergency: set temperature to 110 celsius
> [ 2.342042] thermal emergency: shutdown target cpus 1-5
> [ 2.347268] thermal emergency: freq scaled target cpus 0
> [ 2.349961] mmc0: new HS200 MMC card at address 0001
> [ 2.353125] renesas_irqc e61c0000.interrupt-controller: driving 6 irqs
> [ 2.358272] mmcblk0: mmc0:0001 R1J55A 7.28 GiB
> [ 2.367422] [drm] Initialized rcar-du 1.0.0 20130110 for
> feb00000.display on minor 0
> [ 2.368976] mmcblk0boot0: mmc0:0001 R1J55A partition 1 8.00 MiB
> [ 2.376370] [drm] Device feb00000.display probed
> [ 2.382612] mmcblk0boot1: mmc0:0001 R1J55A partition 2 8.00 MiB
> [ 2.392952] mmcblk0rpmb: mmc0:0001 R1J55A partition 3 4.00 MiB, chardev
> (509:0)
> [ 2.447445] hub 1-1:1.0: USB hub found
> [ 2.451394] hub 1-1:1.0: 4 ports detected
> [ 2.561771] Console: switching to colour frame buffer device 240x67
> [ 2.584179] rcar-du feb00000.display: [drm] fb0: rcar-dudrmfb frame
> buffer device
> [ 2.597373] cpu cpu0: EM: created perf domain
> [ 2.602194] cpu cpu2: EM: created perf domain
> [ 2.609898] renesas_sdhi_internal_dmac ee100000.mmc: Got CD GPIO
> [ 2.618524] input: keyboard as /devices/platform/keyboard/input/input0
> [ 2.626145] ALSA device list:
> [ 2.629141] #0: ak4613
> [ 2.631892] Waiting 2 sec before mounting root device...
> [ 2.664660] renesas_sdhi_internal_dmac ee100000.mmc: mmc1 base at
> 0x00000000ee100000, max clock rate 200 MHz
> [ 2.799377] usb 1-1.3: new low-speed USB device number 3 using
> ehci-platform
> [ 2.831779] mmc1: new ultra high speed SDR104 SDHC card at address 5048
> [ 2.838728] mmcblk1: mmc1:5048 SD32G 28.9 GiB
> [ 2.844438] mmcblk1: p1
> [ 2.978657] input: Chicony HP Business Slim Keyboard as
> /devices/platform/soc/ee0a0100.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:03F0:2F4A.0001/input/input1
> [ 3.051569] hid-generic 0003:03F0:2F4A.0001: input: USB HID v1.10
> Keyboard [Chicony HP Business Slim Keyboard] on usb-ee0a0100.usb-1.3/input0
> [ 3.069762] input: Chicony HP Business Slim Keyboard Consumer Control as
> /devices/platform/soc/ee0a0100.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:03F0:2F4A.0002/input
> /input2
> [ 3.143501] input: Chicony HP Business Slim Keyboard System Control as
> /devices/platform/soc/ee0a0100.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:03F0:2F4A.0002/input/i
> nput3
> [ 3.158229] input: Chicony HP Business Slim Keyboard as
> /devices/platform/soc/ee0a0100.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:03F0:2F4A.0002/input/input4
> [ 3.171606] hid-generic 0003:03F0:2F4A.0002: input: USB HID v1.10 Device
> [Chicony HP Business Slim Keyboard] on usb-ee0a0100.usb-1.3/input1
> [ 3.315376] usb 1-1.4: new low-speed USB device number 4 using
> ehci-platform
> [ 3.482018] input: PixArt USB Optical Mouse as
> /devices/platform/soc/ee0a0100.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:04F2:0939.0003/input/input5
> [ 3.494642] hid-generic 0003:04F2:0939.0003: input: USB HID v1.11 Mouse
> [PixArt USB Optical Mouse] on usb-ee0a0100.usb-1.4/input0
> [ 4.681136] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data
> mode. Opts: (null)
> [ 4.689352] VFS: Mounted root (ext4 filesystem) on device 179:97.
> [ 4.696467] devtmpfs: mounted
> [ 4.702523] Freeing unused kernel memory: 7104K
> [ 4.707240] Run /sbin/init as init process
> [ 4.711342] with arguments:
> [ 4.714310] /sbin/init
> [ 4.717018] with environment:
> [ 4.720161] HOME=/
> [ 4.722515] TERM=linux
> [ 4.725222] vmalloc=384M
> [ 4.881508] systemd[1]: System time before build time, advancing clock.
> [ 4.926152] NET: Registered protocol family 10
> [ 4.931709] Segment Routing with IPv6
> [ 4.955414] systemd[1]: systemd 244.5+ running in system mode. (+PAM
> -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP
> -GCRYPT -GNUTLS +ACL
> +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2
> default-hierarchy=hybrid)
> [ 4.977810] systemd[1]: Detected architecture arm64.
>
> Welcome to Automotive Grade Linux 12.91.0+snapshot-20220205 (marlin)!
>
> [ 5.024504] systemd[1]: Set hostname to <m3ulcb>.
> [ 5.273857] random: systemd: uninitialized urandom read (16 bytes read)
> [ 5.280656] systemd[1]: system-getty.slice: unit configures an IP
> firewall, but the local system does not support BPF/cgroup firewalling.
> [ 5.293019] systemd[1]: (This warning is only shown for the first unit
> using IP firewalling.)
> [ 5.303475] systemd[1]: Created slice system-getty.slice.
> [ OK ] Created slice system-getty.slice.
> [ 5.323500] random: systemd: uninitialized urandom read (16 bytes read)
> [ 5.330916] systemd[1]: Created slice system-serial\x2dgetty.slice.
> [ OK ] Created slice system-serial\x2dgetty.slice.
> [ 5.351479] random: systemd: uninitialized urandom read (16 bytes read)
> [ 5.358786] systemd[1]: Created slice User and Session Slice.
> [ OK ] Created slice User and Session Slice.
> [ 5.379654] systemd[1]: Started Dispatch Password Requests to Console
> Directory Watch.
> [ OK ] Started Dispatch Password �…ts to Console Directory Watch.
> [ 5.403550] systemd[1]: Started Forward Password Requests to Wall
> Directory Watch.
> [ OK ] Started Forward Password R�…uests to Wall Directory Watch.
> [ 5.427515] systemd[1]: Reached target Host and Network Name Lookups.
> [ OK ] Reached target Host and Network Name Lookups.
> [ 5.451447] systemd[1]: Reached target Paths.
> [ OK ] Reached target Paths.
> [ 5.467445] systemd[1]: Reached target Remote File Systems.
> [ OK ] Reached target Remote File Systems.
> [ 5.487433] systemd[1]: Reached target Slices.
> [ OK ] Reached target Slices.
> [ 5.507444] systemd[1]: Reached target Swap.
> [ OK ] Reached target Swap.
> [ 5.526861] systemd[1]: Listening on Process Core Dump Socket.
> [ OK ] Listening on Process Core Dump Socket.
> [ 5.547685] systemd[1]: Listening on initctl Compatibility Named Pipe.
> [ OK ] Listening on initctl Compatibility Named Pipe.
> [ 5.571909] systemd[1]: Listening on Journal Audit Socket.
> [ OK ] Listening on Journal Audit Socket.
> [ 5.591713] systemd[1]: Listening on Journal Socket (/dev/log).
> [ OK ] Listening on Journal Socket (/dev/log).
> [ 5.611704] systemd[1]: Listening on Journal Socket.
> [ OK ] Listening on Journal Socket.
> [ 5.631775] systemd[1]: Listening on Network Service Netlink Socket.
> [ OK ] Listening on Network Service Netlink Socket.
> [ 5.655702] systemd[1]: Listening on udev Control Socket.
> [ OK ] Listening on udev Control Socket.
> [ 5.675600] systemd[1]: Listening on udev Kernel Socket.
> [ OK ] Listening on udev Kernel Socket.
> [ 5.698485] systemd[1]: Mounting Huge Pages File System...
> Mounting Huge Pages File System...
> [ 5.722137] systemd[1]: Mounting POSIX Message Queue File System...
> Mounting POSIX Message Queue File System...
> [ 5.746052] systemd[1]: Mounting Kernel Debug File System...
> Mounting Kernel Debug File System...
> [ 5.770998] systemd[1]: Mounting Temporary Directory (/tmp)...
> Mounting Temporary Directory (/tmp)...
> [ 5.791645] systemd[1]: Condition check resulted in Create list of
> static device nodes for the current kernel being skipped.
> [ 5.805425] systemd[1]: Starting Start psplash boot splash screen...
> Starting Start psplash boot splash screen...
> [ 5.827606] systemd[1]: Condition check resulted in File System Check on
> Root Device being skipped.
> [ 5.840185] systemd[1]: Starting Journal Service...
> Starting Journal Service...
> [ 5.914550] systemd[1]: Starting Load Kernel Modules...
> Starting Load Kernel Modules...
> [ 5.931114] mmngr: loading out-of-tree module taints kernel.
> [ 5.938806] rgnmm_drv mmngr: assigned reserved memory node
> linux,multimedia@70000000
> [ 5.958560] systemd[1]: Starting Remount Root and Kernel File Systems...
> Starting Remount Root and Kernel File Systems...
> [ 5.983603] systemd[1]: Starting udev Coldplug all Devices...
> Starting udev Coldplug all Devices...
> [ 5.993958] EXT4-fs (mmcblk1p1): re-mounted. Opts: (null)
> [ 6.007287] systemd[1]: Started Journal Service.
> [ OK ] Started Journal Service.
> [ OK ] Started Start psplash boot splash screen.
> [ OK ] Mounted Huge Pages File System.
> [ OK ] Mounted POSIX Message Queue File System.
> [ OK ] Mounted Kernel Debug File System.
> [ OK ] Mounted Temporary Directory (/tmp).
> [ OK ] Started Load Kernel Modules.
> [ OK ] Started Remount Root and Kernel File Systems.
> Mounting Kernel Configuration File System...
> [ OK ] Started Start psplash-syst�…progress communication helper.
> Starting Flush Journal to Persistent Storage...
> [ 6.220796] systemd-journald[268]: Received client request to flush
> runtime journal.
> Starting Apply Kernel Variables...
> Starting Create Static Device Nodes in /dev...
> [ OK ] Mounted Kernel Configuration File System.
> [ OK ] Started Flush Journal to Persistent Storage.
> [ OK ] Started Apply Kernel Variables.
> [ OK ] Started Create Static Device Nodes in /dev.
> [ OK ] Reached target Local File Systems (Pre).
> Mounting /var/volatile...
> Starting udev Kernel Device Manager...
> [ OK ] Mounted /var/volatile.
> Starting Load/Save Random Seed...
> [ OK ] Reached target Local File Systems.
> Starting Create Volatile Files and Directories...
> [ OK ] Started udev Kernel Device Manager.
> [ OK ] Started udev Coldplug all Devices.
> [ OK ] Started Create Volatile Files and Directories.
> Starting udev Wait for Complete Device Initialization...
> Starting Update UTMP about System Boot/Shutdown...
> [ OK ] Started Update UTMP about System Boot/Shutdown.
> [ 7.059311] rcar_sound ec500000.sound: Can't update kctrl when idle
> [ OK ] Started udev Wait for Complete Device Initialization.
> [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
> [ OK ] Reached target System Initialization.
> [ OK ] Started Daily Cleanup of Temporary Directories.
> [ OK ] Reached target Timers.
> [ OK ] Listening on D-Bus System Message Bus Socket.
> [ OK ] Listening on dropbear.socket.
> Starting Weston socket.
> [ OK ] Listening on Weston socket.
> [ OK ] Reached target Sockets.
> [ OK ] Reached target Basic System.
> Starting Save/Restore Sound Card State...
> [ 7.283717] rcar_sound ec500000.sound: Can't update kctrl when idle
> [ OK ] Started D-Bus System Message Bus.
> Starting IPv6 Packet Filtering Framework...
> Starting IPv4 Packet Filtering Framework...
> Starting Telephony service...
> Starting PowerVR consumer services...
> Starting Login Service...
> [ OK ] Started Save/Restore Sound Card State.
> [ OK ] Started IPv6 Packet Filtering Framework.
> [ 7.495439] random: crng init done
> [ 7.498873] random: 7 urandom warning(s) missed due to ratelimiting
> [ OK ] Started IPv4 Packet Filtering Framework.
> [ OK ] Started Load/Save Random Seed.
> [ OK ] Started Telephony service.
> [ OK ] Reached target Network (Pre).
> [ OK ] Reached target Sound Card.
> Starting Connection service...
> Starting Network Service...
> [ 7.647740] PVR_K: 395: Read BVNC 4.45.2.58 from HW device registers
> [ 7.654263] PVR_K: 395: RGX Device registered with BVNC 4.45.2.58
> [ 7.660948] pvrsrvkm fd000000.gsx: Found 4 OPP points.
> [ 7.667406] pvrsrvkm fd000000.gsx: opp[1/4]: (200000000 Hz, 830000 uV)
> [ 7.673968] pvrsrvkm fd000000.gsx: opp[2/4]: (300000000 Hz, 830000 uV)
> [ 7.681296] pvrsrvkm fd000000.gsx: opp[3/4]: (400000000 Hz, 830000 uV)
> [ 7.689316] pvrsrvkm fd000000.gsx: opp[4/4]: (600000000 Hz, 830000 uV)
> [ 7.696624] DVFS : Changed GPU clock to 600000000 [Hz]
> [ 7.705595] [drm] Initialized pvr 1.13.5878540 20170530 for fd000000.gsx
> on minor 1
> [ OK ] Started PowerVR consumer services.
> [ OK ] Started Login Service.
> [ OK ] Started Network Service.
> [ OK ] Started Connection service.
> [ OK ] Reached target Network.
> Starting Permit User Sessions...
> [ OK ] Started Permit User Sessions.
> [ OK ] Started Getty on tty1.
> [ OK ] Started Serial Getty on ttySC0.
> [ 7.966202] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00:
> attached PHY driver [Micrel KSZ9031 Gigabit PHY]
> (mii_bus:phy_addr=e6800000.ethernet-fff
> fffff:00, irq=201)
> [ OK ] Reached target Login Prompts.
> [ OK ] Reached target Multi-User System.
> Starting Hostname Service...
> Starting Weston, a Wayland�…ositor, as a system service...
> Starting WPA supplicant...
> [ OK ] Created slice User Slice of UID 200.
> Starting User Runtime Directory /run/user/200...
> [ OK ] Started User Runtime Directory /run/user/200.
> [ OK ] Started WPA supplicant.
> [ OK ] Started Hostname Service.
> Starting User Manager for UID 200...
> [ 8.271081] audit: type=1006 audit(1593400003.383:2): pid=416 uid=0
> old-auid=4294967295 auid=200 tty=(none) old-ses=4294967295 ses=1 res=1
> [ OK ] Started User Manager for UID 200.
> [ OK ] Started Session c1 of user weston.
> [ 8.579792] audit: type=1006 audit(1593400003.695:3): pid=410 uid=0
> old-auid=4294967295 auid=200 tty=tty7 old-ses=4294967295 ses=2 res=1
> [ 8.743891] PVR_K: 410: RGX Firmware image 'rgx.fw.4.45.2.58' loaded
> [FAILED] Failed to start Weston, a �…mpositor, as a system service.
> See 'systemctl status weston.service' for details.
> [DEPEND] Dependency failed for homescreen.service.
> [ OK ] Reached target Graphical Interface.
> Starting Update UTMP about System Runlevel Changes...
> [ OK ] Started Update UTMP about System Runlevel Changes.
>
> Automotive Grade Linux 12.91.0+snapshot m3ulcb ttySC0
>
> m3ulcb login: [ 10.432892] ravb e6800000.ethernet eth0: Link is Up -
> 1Gbps/Full - flow control off
> [ 10.440610] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
>
> m3ulcb login: root
> [ 163.713256] audit: type=1006 audit(1644248459.373:4): pid=435 uid=0
> old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
> root@m3ulcb:~# hostnamectl
> Static hostname: m3ulcb
> Icon name: computer
> Machine ID: f51cb8aee7a349af8798f5d1877396df
> Boot ID: f500b0a82b794079a2cd840b7ad30222
> Operating System: Automotive Grade Linux 12.91.0+snapshot-20220205
> (marlin)
> Kernel: Linux 5.10.41-yocto-standard
> Architecture: arm64
> root@m3ulcb:~# uname -a
> Linux m3ulcb 5.10.41-yocto-standard #1 SMP PREEMPT Mon Jun 29 03:06:40 UTC
> 2020 aarch64 GNU/Linux
> root@m3ulcb:~#
>
> u-boot environment:
> => printenv
> baudrate=115200
> bootargs=console=ttySC0,115200 ignore_loglevel vmalloc=384M
> video=HDMI-A-1:1920x1080-32@60 root=/dev/mmcblk1p1 rw rootfstype=ext4
> rootwait rootdelay=2
> bootargs_root=root=/dev/mmcblk1p1
> bootcmd=run load_ker; run load_dtb; booti 0x48080000 - 0x48000000
> bootdaddr=0x48000000
> bootdelay=3
> bootkaddr=0x48080000
> bootmmc=0:1
> ethact=ravb
> ethaddr=2e:09:0a:01:9a:b7
> fdt_high=0xffffffffffffffff
> fdtcontroladdr=7bef4fb0
> fileaddr=48080000
> filesize=2367200
> initrd_high=0xffffffffffffffff
> load_dtb=ext4load mmc 0:1 0x48000000 /boot/r8a77960-ulcb.dtb
> load_ker=ext4load mmc 0:1 0x48080000 /boot/Image
> platform=r8a7796
> stderr=serial@e6e88000
> stdin=serial@e6e88000
> stdout=serial@e6e88000
> ver=U-Boot 2020.10 (Jun 29 2020 - 03:06:40 +0000)
>
> Environment size: 735/131068 bytes
>
> Running "/usr/bin/agl-compositor --config /etc/xdg/weston/weston.ini
> --idle-time=0 --debug" as user weston:
> weston@m3ulcb:/lib/systemd/system$ /usr/bin/agl-compositor --config
> /etc/xdg/weston/weston.ini --idle-time=0 --debug
> Date: 2022-02-07 UTC
> [16:21:40.603] Command line: /usr/bin/agl-compositor --config
> /etc/xdg/weston/weston.ini --idle-time=0 --debug
> [16:21:40.603] Using config file '/etc/xdg/weston/weston.ini'.
> [16:21:40.603] Output repaint window is 34 ms maximum.
> [16:21:40.603] Loading module '/usr/lib/libweston-8/drm-backend.so'
> [16:21:40.608] initializing drm backend
> [16:21:40.609] logind: failed to get session seat
> [16:21:40.609] logind: cannot setup systemd-logind helper (-61), using
> legacy fallback
> [16:21:40.609] fatal: drm backend should be run using weston-launch binary,
> or your system should provide the logind D-Bus API.
> [16:21:40.609] fatal: failed to create compositor backend.
> Internal warning: debug scope 'drm-backend' has not been destroyed.
>
>
> Joel
>
>
>
>
>
>
--
Marius Vlad
_._,_._,_
Links:
You receive all messages sent to this group.
View/Reply Online (#9651) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [list-automotive-discussions82@xxxxxxxxxxx]
_._,_._,_