FAT partition for Kernel image imx8m Mini

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

FAT partition for Kernel image imx8m Mini

跳至解决方案
1,145 次查看
antonio_santagi
Contributor IV

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

标签 (1)
0 项奖励
回复
1 解答
1,138 次查看
b36401
NXP Employee
NXP Employee

Recently u-boot did not support ext2/ext3/ext4 filesystems and one was forced to place the kernel on FAT (or directly on the drive, outside of the filesystem).
Also you can access device tree from windows machine if you attach the card with a cardreader.

However I suppose there is no strong reason to have this FAT partition instead of using rootfs.
But it if still recommended.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,139 次查看
b36401
NXP Employee
NXP Employee

Recently u-boot did not support ext2/ext3/ext4 filesystems and one was forced to place the kernel on FAT (or directly on the drive, outside of the filesystem).
Also you can access device tree from windows machine if you attach the card with a cardreader.

However I suppose there is no strong reason to have this FAT partition instead of using rootfs.
But it if still recommended.

0 项奖励
回复