You could generate RAM-bootable FIT image with the following command in LSDK build environment.
Flex-builder -I mkitb -r <distrotype>:<distroscale> -a <arch>
For example:
$ flex-builder -i mkitb -r yocto:tiny -a arm64
$ flex-builder -i mkitb -r ubuntu:lite -a arm64
$ flex-builder -i mkitb -r ubuntu:main -a arm64
Then copy the generated image to eMMC on LS1088ARDB. Assume the image is in the second partition on EMMC.
=> ext2load mmc 0:2 0xa0000000 *.itb
using QIXIS commands to change BRDCFG address 0x55 to 0x08 to enable DSPI
=> boot 0xa0000000