How can I rebuild device tree of kernel independently, base on LSDK of lx2160a

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

How can I rebuild device tree of kernel independently, base on LSDK of lx2160a

ソリューションへジャンプ
579件の閲覧回数
156614400
Contributor III

How can I rebuild device tree of kernel independently, base on LSDK of lx2160a???1  /flexbuild_lsdk2004_update_290520/packages/linux\linux\arch\arm64\boot\dts\freescale
in this path, I change fsl-lx2160a-rdb.dts,  but How can I rebuild this dts independently to get dtb??
Thanks

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

You could go to folder build/linux/linux/arm64/LS/output/LSDK-20.04-V5.4-update-290520 to run the following command.

$ make ARCH=arm64 freescale/fsl-lx2160a-rdb.dtb

You will get dtb file arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dtb

元の投稿で解決策を見る

2 返答(返信)
571件の閲覧回数
156614400
Contributor III

use this ??

flex-builder -c linux -a arm64

0 件の賞賛
569件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

You could go to folder build/linux/linux/arm64/LS/output/LSDK-20.04-V5.4-update-290520 to run the following command.

$ make ARCH=arm64 freescale/fsl-lx2160a-rdb.dtb

You will get dtb file arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dtb