@LFGP
Sure, the steps are as described in Rev. L6.1.36_2.1.0 — 9 November 2023 , chapter 3.7.7 (LS1046ARDB) and chapter 3.5.4 - bitbake commands i.e.
DISTRO=fsl-qoriq-distro MACHINE=ls1046ardb source distro-setup-env
$ bitbake ls-image-main
and
bitbake qoriq-composite-firmware
and then I would like prepare SD as mentioned in step 4
Writing image to SD card:
$ flex-installer -b tmp/deploy/image/<board> bootp_xxx.tgz -r tmp/deploy/image/<board>/ls-image-main-xxx.tar.gz -f tmp/ deploy/image/<board>/firmware_sdboot_secure.img -d /dev/ sdx
But though I have the firmware<> file and rootfs file ls-image-main<>.tar.gz, I still can't find any boot<>_file (not file starts with boot prefix)
- Is it some other file maybe ? (see the original post with file list)
- Is the tiny build should be used only for minimal boot and for programming other storage device ? If this is the case it means that flash qspi can't be used for booting customized linux, Right ?
Thanks!
rans