HOW TO COMPILE AND PORT DEVICE TREE OF LS1046ARDB KIT

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

HOW TO COMPILE AND PORT DEVICE TREE OF LS1046ARDB KIT

1,232 Views
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 Kudos
Reply
1 Reply

1,212 Views
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 Kudos
Reply