Hello,
by default the Linux BSP for imx8m mini creates a FAT partition, separated from RootFS partition, that comprises the Kernel image.
What is the reason why this is a better solution than having a RootFS partition with the Kernel image in it and no FAT partition at all ?
Is it because in the case of corrupted RootFS then Kernel at least will be loaded and can try recovering the RootFS ?
thank you