Flexbuild

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

Flexbuild

1,093 Views
laplace12
Contributor I

I am following the instruction of how to use flexbuild on my Layerscape 1046A and when i get to the instruction to run flex-builder -i compressrfs, it says compressrfs is an invalid command. What is the problem here and how do i get around it?

0 Kudos
Reply
1 Reply

1,088 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following commands.

$ flex-builder -i mkrfs -F

('-F' option can force build the target userland from scratch regardless of the FETCH_PREBUILT_LSDK_RFS=y configured in configs/sdk.yml)

$ flex-builder -c apps

(build application components against ubuntu main userland)

$ flex-builder -i merge-component

(merge app components to main userland)

$ flex-builder -i packrfs

(pack target userland as rootfs_lsdk2108_ubuntu_main_arm64.tgz)

0 Kudos
Reply