You could deploy images to the alternate bank at the current bank.
=>tftp 0xa0000000 bl2_nor.pbl
=>erase 0x64000000 +$filesize
=>cp.b 0xa0000000 0x64000000 $filesize
=>tftp 0xa0000000 fip.bin
=>erase 0x64100000 +$filesize
=>cp.b 0xa0000000 0x64100000 $filesize
=>tftp 0xa0000000 Image
=>erase 0x65000000+$filesize
=>cp.b 0xa0000000 0x65000000 $filesize
=>tftp 0xa0000000 fsl-ls1043a-rdb-sdk.dtb
=>erase 0x64F00000+$filesize
=>cp.b 0xa0000000 0x64F00000 $filesize
On your PC, in flex-builder build environment please execute the following command to download rootfs_lsdk2004_ubuntu_main_arm64.tgz.
$ flex-installer -i download -m ls1043ardb
Please boot up your target board with lsdk_linux_arm64_LS_tiny.itb, use "fdisk /dev/sda" to create one SATA partition, use "mke2fs /dev/sda1" to format SATA partition, and copy rootfs_lsdk2004_ubuntu_main_arm64.tgz to /dev/sda1 and decompress it.
Please configure bootargs as the following.
=>cpld reset altbank
=>setenv bootargs "console=ttyS0,115200 root=/dev/sda1 rw rootwait earlycon=uart8250,mmio,0x21c0500"
=>booti 0x61000000 - 0x60F00000