uboot,dtb,kernel and RootFileSystem from MicroSD

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

uboot,dtb,kernel and RootFileSystem from MicroSD

759 Views
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.

Labels (1)
Tags (1)
0 Kudos
2 Replies

415 Views
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 Kudos

415 Views
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 Kudos