Reload DTB file for T4240QDS

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

Reload DTB file for T4240QDS

Jump to solution
690 Views
tuyendinh
Contributor II

Hi,

I am using T4240QDS board for DPAA application, but when I run hello_reflector example, it can not init fman because no ethernet port assigned for DPAA. I use QorIQ_SDK_v2.0 build image for T4240QDS and how to reload DTB file for this board with uImage-t4240qds-usdpaa.dtb file  for DPAA using ethernet port?

Thanks,

Labels (1)
0 Kudos
1 Solution
462 Views
bpe
NXP Employee
NXP Employee

If you are booting into a ramdisk image downloaded from TFTP, just specify the correct name of the Device Tree blob binary

in the step 2 of the sequence described here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-7FAECCAF-8AB6-4FB7-8DE1-6...

If you are working with a ramdisk from Flash, perform step 4 as described
here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-669844FC-B2A3-457B-A4A4-B...

More deployment scenarios are described here, just use the proper DTB
image:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-E8C4B941-233E-4811-B7E9-9...

Flash bank map for your board is specified here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-3C78312B-B4AF-4A78-B229-5...


Have a great day

Platon

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

View solution in original post

2 Replies
463 Views
bpe
NXP Employee
NXP Employee

If you are booting into a ramdisk image downloaded from TFTP, just specify the correct name of the Device Tree blob binary

in the step 2 of the sequence described here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-7FAECCAF-8AB6-4FB7-8DE1-6...

If you are working with a ramdisk from Flash, perform step 4 as described
here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-669844FC-B2A3-457B-A4A4-B...

More deployment scenarios are described here, just use the proper DTB
image:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-E8C4B941-233E-4811-B7E9-9...

Flash bank map for your board is specified here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-3C78312B-B4AF-4A78-B229-5...


Have a great day

Platon

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

462 Views
tuyendinh
Contributor II

Thanks bpe very much!

0 Kudos