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,
Solved! Go to Solution.
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:
If you are working with a ramdisk from Flash, perform step 4 as described
here:
More deployment scenarios are described here, just use the proper DTB
image:
Flash bank map for your board is specified here:
Have a great day
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
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:
If you are working with a ramdisk from Flash, perform step 4 as described
here:
More deployment scenarios are described here, just use the proper DTB
image:
Flash bank map for your board is specified here:
Have a great day
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks bpe very much!