uboot,dtb,kernel and RootFileSystem from MicroSD

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

uboot,dtb,kernel and RootFileSystem from MicroSD

935 次查看
manoloruiz
Contributor III

Hi,

I want to load everything from a MicroSD. Is it possible? I tried to load the uboot from MicroSD. But I would like to know if I can load everything together from the flash.

thanks.

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

591 次查看
jian_jiang
NXP Employee
NXP Employee

Yes. You can load everything from a MicroSD.

You can learn how to build and install the NXP Linux OS BSP by i.MX_Linux_User's_Guide.pdf (in the L4.1.15_1.1.0_LINUX_DOCS)

i.MX 6Quad SABRE Development Board|NXP 

All the best

Jian Jiang

0 项奖励
回复

591 次查看
bpe
NXP Employee
NXP Employee

Once the system booted into u-Boot, the rest is done by u-Boot commands.  Depending on how your SD card is partitioned and formatted, you can read Linux and DTB images into memory with mmc read, ext2load or fatload commands. Linux can use

an SD/MMC card directly as a root filesystem device.  Pre-u-Boot SD card preparation steps are described here:

Submit Form

For required u-Boot CLI commands refer to your board deployment guide:

Submit Form


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复