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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
556 Views
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 Kudos
1 Solution
545 Views
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

View solution in original post

2 Replies
548 Views
156614400
Contributor III

use this ??

flex-builder -c linux -a arm64

0 Kudos
546 Views
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