Debug-Error on a STM32 Board - Error in final launch sequence
Hello Community,
we're trying to debug an STM32 image (kernel-version V6.1.28) on the M4 core using STLINK-V3SET debugger via STM32CubeIDE (V1.16.0) and getting the following error:
Error in final launch sequence: Failed pre launch (s. attached screenshot).
The directory /lib/firmware has space and is writeable.
Does anyone have an idea what the problem is?
The content of our local.conf:
MACHINE ??= 'txmp-1571'
DL_DIR ?= "${BSPDIR}/downloads"
SSTATE_DIR ?= "${BSPDIR}/sstate-cache"
DISTRO ?= 'karo-wayland'
DISTRO_FEATURES:append = " alternatives-symlinks-relative"
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS ??= "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"
SSTATE_MIRRORS ?= "\
file://.* http://sstate.karo-electronics.de/PATH;downloadfilename=PATH \
"
PACKAGECONFIG:append:pn-qemu-native = " sdl"
PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
CONF_VERSION = "2"
BB_HASHSERVE = ""
BB_SIGNATURE_HANDLER = "OEBasicHash"
VIRTUAL-RUNTIME_dev_manager ??= "udev"
ROOT_HOME = "/root"
SANITY_TESTED_DISTROS:append = " devuan-4"
unset SOURCE_DATE_EPOCH
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
KERNEL_DEBUG_TIMESTAMPS = "1"
DEFAULT_TIMEZONE = "Europe/Berlin"
IMAGE_INSTALL:append = " psplash nano openssh-sftp-server"
