Building linux kernal with flex-builder

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Building linux kernal with flex-builder

ソリューションへジャンプ
1,020件の閲覧回数
nagurvalisayyad
Contributor I

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

0 件の賞賛
返信
1 解決策
999件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

1. $ source setup.env

2. $ flex-builder -c linux

Go to folder flexbuild_lsdk2108/components/linux/linux, modify dpdk dts file arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-usdpaa.dts.

3. $ flex-builder -c linux

4. $ flex-builder -i mkbootpartition

If your problem remains, please provide your build console log.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,000件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

1. $ source setup.env

2. $ flex-builder -c linux

Go to folder flexbuild_lsdk2108/components/linux/linux, modify dpdk dts file arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-usdpaa.dts.

3. $ flex-builder -c linux

4. $ flex-builder -i mkbootpartition

If your problem remains, please provide your build console log.

0 件の賞賛
返信