Buildroot for uboot+kernel+rfs

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

Buildroot for uboot+kernel+rfs

2,107 Views
ts1234
Contributor III

How do I use LSDK's (flexbuild_lsdk2012.tgz) buildroot package for building uboot+kernel+rfs images.

Currently buildroot is only used for rootfs (rfs). Uboot and Kernel are built separately.

I am looking for the changes required for moving the kernel+uboot build from flex-builder script to buildroot. I also want to create the install images as well through buildroot.

 

0 Kudos
Reply
3 Replies

2,092 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could generate firmware image with the following command in LSDK.

$ flex-builder -i mkfw -m ls1043ardb -b nor

The firmware image includes atf, Kernel image, dtb and rootfs filesystem.

0 Kudos
Reply

2,097 Views
ts1234
Contributor III

Can I use openil instead of the LSDK?

What is the relationship between OpenIL Linux and the LSDK Linux?  Which one should be preferred for LS1043A or LS1023A?

 

 

 

 

0 Kudos
Reply

2,091 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could use openil  instead of LSDK.

Linux Kernel in Openil 1.9 or 1.10 is based on Linux Kernel  in LSDK 20.04.

The applications in Openil are different from LSDK. Both LSDK and Openil support LS1043.

 

0 Kudos
Reply