1- im guessing that u-boot-gen-combined and fiasco-gen is only needed if you want to create a combined image which u dont need if you follow normal u-boot item creation and u-boot-update-bootmenu ?? am i right ?
2- mkimage is used to convert the kernel to u-boot format uImage but do we need to manually copy boot.scr or is this copied by u-boot-update-bootmenu ? what is the difference between zImage and uImage ?? the tar.gz archive is in zImage format while documentation refers to uImage sometimes..
3- when is the folder /user/MyDocs/bootmenu.img.d/ used ??
4- the kernel will be placed into /boot/ folder and i want to use p5 in my eMMC.. is this the right variables ITEM_DEVICE="${INT_CARD}p5" ITEM_CMDLINE="root=/dev/mmcblk0p5"