I tried to show the weston screen on the base image.
The boot startup is shown below
hdmi shows below when I execute /etc/init.d/weston start
SUMMARY = " Arago TI SDK base image with test tools"
DESCRIPTION = "Arago SDK base image suitable for initramfs containing\
comprehensive test tools."
require arago-image.inc
IMAGE_FSTYPES += "cpio.xz"
IMAGE_FSTYPES_append_dra7xx = " ubifs ubi"
IMAGE_INSTALL += "\
packagegroup-arago-base \
packagegroup-arago-console \
packagegroup-arago-base-tisdk \
${VIRTUAL-RUNTIME_initramfs} \
${@oe.utils.conditional('ARAGO_BRAND', 'mainline', 'ti-test', '', d)} \
iproute2 \
libgcrypt \
libgpiod \
libgpg-error \
libnl \
tree \
fgl297-fw \
nxp-wlan-sdk \
wifi-load \
auto-wifi \
python3-pybluez \
bluez5 \
wpa-supplicant \
wpan-tools \
hostapd \
gstreamer1.0 \
gstreamer1.0-libav \
gstreamer1.0-meta-base \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
fac-burn-emmc \
mmc-utils \
weston-examples \
weston-init \
ti-demos \
"
export IMAGE_BASENAME = "tisdk-base-image"
root@am62xx-evm:~# weston
Date: 2023-07-31 UTC
[11:32:48.975] weston 8.0.0
wayland.freedesktop.org
Bug reports to: gitlab.freedesktop.org/.../
Build: 8.0.0
[11:32:48.975] Command line: weston
[11:32:48.975] OS: Linux, 5.10.168+, #1 SMP PREEMPT Thu Aug 3 07:16:26 UTC 2023, aarch64
[11:32:48.976] Using config file '/etc//weston.ini'
[11:32:48.976] Output repaint window is 7 ms maximum.
[11:32:48.976] Loading module '/usr/lib/libweston-8/drm-backend.so'
[11:32:48.983] initializing drm backend
[11:32:48.985] logind: failed to get session seat
[11:32:48.985] logind: cannot setup systemd-logind helper (-61), using legacy fallback
[11:32:48.985] failed to get VT mode: Inappropriate ioctl for device
[11:32:48.985] fatal: drm backend should be run using weston-launch binary, or your system should provide the logind D-Bus API.
[11:32:48.985] fatal: failed to create compositor backend
Internal warning: debug scope 'drm-backend' has not been destroyed.
root@am62xx-evm:~# /etc/init.d/weston start
Starting Weston
root@am62xx-evm:~# [ 559.250077] fbcon: Taking over console
[ 559.258392] Console: switching to colour frame buffer device 240x67
root@am62xx-evm:~# weston-sta
weston-stacking weston-start
root@am62xx-evm:~# weston-start
root@am62xx-evm:~# /etc/init.d/weston start
Starting Weston
root@am62xx-evm:~#