New to SWupdate and eclipse hawkbit, i am trying to do a test implementation of a update on a RPi but my update keeps failing like shown in the picture. I have tried everything possible but it just does not seem to work.
MACHINE = "raspberrypi3"
IMAGE_FSTYPES += "wic"
RPI_USE_U_BOOT = "1"
KERNEL_IMAGETYPE = "uImage"
IMAGE_INSTALL_append = " kernel-image kernel-modules"
#WKS_FILES_raspberrypi3 = "ts-raspberrypi.wks"
PREFERRED_PROVIDER_u-boot-fw-utils = "libubootenv"
DISTRO_FEATURES_append = " systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
ENABLE_UART = "1"
If i let this happen #WKS_FILES_raspberrypi3 = "ts-raspberrypi.wks"
then my .swu update image is way too big for eclipse hawkbit(1.7GB) hawkbit can only do 1GB. If someon has a fix for this or if anybody could help me that would be much appreciated.