Hello dean wang,
In LSDK build environment, please execute the following command to build qspi firmware image.
$ flex-builder -i mkfw -m ls2088ardb -b qspi
Please deploy image firmware_ls2088ardb_uboot_qspiboot.img to QSPI flash under u-boot.
=>sf probe 0:0
=>tftp 0xa0000000 firmware_ls2088ardb_uboot_qspiboot.img
=>sf erase 0 +$filesize
=>sf write 0xa0000000 0 $filesize
Then run command run qspi_bootcmd.
In addition, please check whether the tiny image can work on your target board.
=> tftp 0xa0000000 lsdk2004_yocto_tiny_LS_arm64.itb
=>bootm 0xa0000000#ls2088ardb
I uploaded lsdk2004_yocto_tiny_LS_arm64.itb to the following link .
lsdk2004_yocto_tiny_LS_arm64.itb - Google Drive
Thanks,
Yiping