Hi,
We are using LS1046ardb kit in dpdk mode. Now we want to change the usdpaa dts file to bring few of the ethernet ports to linux. We have done the changes in fsl-ls1046a-rdb-usdpaa.dts file. We are facing the compilation issues to generate the binary files.
The following are the sequence of commands executed:
1) export CROSS_COMPILE = aarch64-linux-gnu-
export ARCH=arm64
2) flex-builder -c linux
3) flex-builder -i mkitb -r ubuntu:main
4) flex-builder -i mklinux -r ubuntu
5) flex-builder -i mkbootpartition
6) flex-builder -i mkrfs
7) flex-builder -i merge-component
flex-builder -i packrfs
While executing the above commands, at the 5th command of mkbootpartition, we are getting the error of "Error in opening the file: pfe.itb" and exits.
Please guide us in solving the above error or if some other method is there to change the dts and incorporate those changes in the target board.
Thanks--
Nagurvali Sayyad.
Please guide us in correcti