HOW TO COMPILE AND PORT DEVICE TREE OF LS1046ARDB KIT

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

HOW TO COMPILE AND PORT DEVICE TREE OF LS1046ARDB KIT

1,253 次查看
IB2020
Contributor II

How to compile the device tree of LS1046ARDB KIT?Is it possible through flexbuilder? Also how to port it to kit through u-boot?

0 项奖励
回复
1 回复

1,233 次查看
Pavel
NXP Employee
NXP Employee

Use the following command:

flex-builder -c linux -a arm64

 

This command is used for building kernel and .dtb files.

 

Find .dtb file using the following path:

/flexbuild_lsdk2004_update_290520/build/linux/linux/arm64/LS

0 项奖励
回复