How to boot fsl-image-full?

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

How to boot fsl-image-full?

582 Views
veerendranathj
Contributor III

I have build the "fsl-image-full" using SDK1.8 yocto build environment for P2041RDB. after Image build is done in images folder I have below files...

p2041_fsl_image_full_screen.PNG

please let me know how to boot linux on p2041rdb using above files....

as far as i know we need 3 files (kernel, ramdisk and dtb file) to boot linux... but here i could see 2 dtb files, modules-p2041rdb.tgz and fman_ucode.bin files...

how to use them...

Regards,

Veerendranath

Labels (1)
0 Kudos
1 Reply

334 Views
bpe
NXP Employee
NXP Employee

Some of the files in your image directory are symlinks that point

to another files in the same directory. If you are not familiar with

Linux soft links, study this:

https://kb.iu.edu/d/abbe

You need the files pointed by uImage (kernel binary),

fsl-image-full-p2041rdb.tar.gz (root filesystem image)

one of fsl_fman_ucode* (refer to the link below on how to select)

and one of uImage-p2041rdb, uImage-p2041rdb-usdpaa, 

uImage-p2041rdb-usdpaa-shared-interfaces.dtb, depending on whether

or not you are going to work with USDPAA.

For deployment instructions for your board refer to the document at the

link below:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK_1.9/GUID-93439F13-017E-4664-AF...


Have a great day,
Platon

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

0 Kudos