Thanks for the solution. I ran the following commands to build the qspi image
flex-builder -c hello -m ls1046ardb
flex-builder -i merge-component -a arm64
flex-builder -i mkfw -m ls1046ardb -b qspi
I downloaded the image in the kit and logged in as root, but am unable to find the HELLO.
Where will i find the HELLO in the kit and how to run it in the kit.
Kindly help.
Then execute the following commands
$ flex-builder -i clean-apps
$ flex-builder -c hello -r yocto:tiny
$ flex-builder -i merge-component -r yocto:tiny
$ flex-builder -i mkrfs -r yocto:tiny (generate rootfs_lsdk2004_yocto_tiny_arm64.cpio.gz,~22M)
$ flex-builder -i mklinux -r yocto:tiny (generate lsdk2004_yocto_tiny_LS_arm64.itb)
$ flex-builder -i mkfw -m ls1046ardb -b qspi