Hi NXP,
I want to remove DISTRO_FEATURES "systemd" in Yocto Project. Instead, I enable sysvinit/busybox to link as /sbin/init and boot up Linux system.
After the system booting-up, Weston process will stop after a while. All logs attached in file "weston.log" which is under path of /vay/log .
At the meanwhile, display panel shows like below:
=====SHOW===ON====LCD====START===============
"Failed to open device: No such file or directory, Try again..."
...
"_OpenDevice(1228): FATAL: Failed to open device, errno=No such file or directory"
...
"Failed to open device: No such file or directory, Try again..."
======SHOW===ON====LCD====END================
My source command is "DISTRO=fsl-imx-wayland MACHINE=imx8qmmekecockpit source nxp-setup-ecockpit.sh -b build"
Yocto version: i.MX Linux Yocto Project BSP 4.14.98_2.0.0 Release
How to run weston without systemd correctly?
BR,
Dustin
Here I found a guide to use Weston without systemd:
https://gist.github.com/adnan360/193e7ba589e93ef9b9c6c7dc1946a510
Hope it helps.