IMX8QXP Linux BSP includes the following major components:
1.Bootloader image : flash.bin is here
2.Boot partition
– FAT32 partition containing the kernel image, dtbs
Rootfs partition
– EXT type partition containing the root filesystem.
Whether can we save the kernel image and dtbs to the first components(Bootloader image area) and we only need two components:
1.Bootloader image :containing the flash.bin,kernel image, dtbs.
2.Rootfs partition
– EXT type partition containing the root filesystem.
Anyone has any ideas about this ? How to do it