Hello, I have a few questions based on this: > - where is boot.bin? > - where is u-boot.img / u-boot-dtb.img? >
Check with the poky/meta/recipes-bsp/u-boot/*u-boot.inc* look for "deploy" function. Also, boot.bin should be the smallest in size. > - where is the root filesystem (eg: to populate the second partition)? I > only see a ramdisk which goes in the first partition (*cpio.gz) > a. convert cpio.gz to tar.gz b. in the rootfs recipe (zynq-base.bb?) specify: > IMAGE_FSTYPES = "tar.gz" Then don't forget about bootargs. - where is uImage? is it just "Image"? > Most likely. Oleg
-- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
