Hi,
I have generated an image (core-image-minimal) and successfully enabled UART and I2C and it is working properly on hardware,
But for systemD when I updated conf/local.conf by adding
DISTRO_FEATURES:append = " systemd virtualization"
VIRTUAL-RUNTIME_init_manager = "sudo systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_initscript = "systemd-compat-units"
and flash the image on board then while booting board is entering in emergency mood and gives the error of UBOOT partition .

also the CP437 is already enabled in kernel. It seems like kernel is not up properly.
also for SPI I have updated conf/local.conf by adding below line, also SPI is already enabled in kernel
IMAGE_INSTALL:append = " kernel-image kernel-devicetree"
but inside the hardware SPI is not activated .
Is there anything else which I can do to start SPI and systemD on sitara processor hardware ?
layers I have added in conf/bblayers.conf
