Flexbuild

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

Flexbuild

994 次查看
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 项奖励
回复
1 回复

989 次查看
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 项奖励
回复