we use flexbuild_lsdk1909_update_311219.tgz , and auto download and build , do as blelow:
1 source setup.env
flex-builder -m lx2160ardb -a arm64
2 then done successfully, but firmware_lx2160ardb_uboot_sdboot.img of build is only 27.9M, bootpartition_LS_arm64_lts_4.19.tgz is only 45.2M, rootfs_lsdk1909_LS_arm64_main.tgz is only 702M,
then I build them in SD card,
" flex-installer -b bootpartition_LS_arm64_lts_4.19.tgz -r rootfs_lsdk1909_LS_arm64_main.tgz -f firmware_lx2160ardb_uboot_sdboot.img -d /dev/sdx ",
and lx2160ardb board Uboot run, at Uboot , I run cmd "run sd_bootcmd" , run fail....
3 I get firmware_lx2160ardb_uboot_sdboot.img from NXP.COM, the size is 45.6M,
I get bootpartition_LS_arm64_lts_4.19.tgz from NXP.COM, the size is 366M,
I get rootfs_lsdk1909_LS_arm64_main.tgz from NXP.COM, the size is 728M,
then I build them in SD card, and lx2160ardb board Uboot run, at Uboot , I run cmd "run sd_bootcmd" , run successfully....
4 why the three file I build is low size, size is not true ?? i build them at ubuntu 18.04. any other steps need to be done ??
5 Yiping Wang answer that " remove build folder and rebuild your images." , I use command "flex-builder -i mkfw -m lx2160ardb -b sd" , but firmware_lx2160ardb_uboot_sdboot.img of build is also 27.9M .
6 the attach file log1 is log of my build, but no error