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

跳至解决方案
569 次查看
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 解答
558 次查看
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 回复数
561 次查看
156614400
Contributor III

use this ??

flex-builder -c linux -a arm64

0 项奖励
559 次查看
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