For recommended diagnostic steps, see this thread:
https://community.nxp.com/message/1082546
Probably the shortest possible initialization code example can be found
in u-Boot:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/drivers/net/fm?id=fsl-sdk-v2.0-1703
u-Boot puts DPAA into a reduced feature mode called Independent Mode, IM.
If you wish a complete DPAA initialization example, well, long story.
You can look how Linux does it, there are several directories that
contain multiple files:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/tree/drivers/net/ethernet/freescale/sdk_dpaa...
http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/tree/drivers/net/ethernet/freescale/sdk_fman...
http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/tree/drivers/staging/fsl_qbman?id=fsl-sdk-v2...
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------