How to demonstrate DPAA function on the LS1043A-VNP board?
I only refer to this manual: MPC-LS-VNP-RD-UM.pdf to burn the firmware: RDB-EAR0.1-Binaries
All the steps are same as the manual,except the dtb file.
One burn the default dtb file: fsl-ls1043a-rdb-sdk.dtb in emmc block.the kernel boot logs and the rootfs ifconfig result are in this file: ls1043_vnp_without_dpaa_001.txt. And the ifconfig result looks normal.
Another burn the usdpaa dtb file: fsl-ls1043a-rdb-usdpaa.dtb (from LSDK source) in emmc block, and fix the uboot mmcboot string. the kernel boot logs and the rootfs ifconfig result are in this file: ls1043_vnp_usdpaa_001.txt. And the ifconfig result looks abnormal: a lot of net devices like eth0 ... are lost.
Have a good day.