I need the method for compile uboot only without compile kernel about the lx2160A product

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

I need the method for compile uboot only without compile kernel about the lx2160A product

417 Views
an897465624
Contributor I

Whether NXP supports compile uboot only, without compile kernel.

0 Kudos
1 Reply

410 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could download the latest LSDK 21.08 from the following link.

https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/layerscap...

Then build u-boot with the following command

$ source setup.env

$ flex-builder -c atf -b xspi -m lx2160ardb_rev2

Build atf command with the following command

$ flex-builder -c atf -m lx2160ardb_rev2

0 Kudos