IMX8MM Need to recompile BUSYBOX

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX8MM Need to recompile BUSYBOX

1,363件の閲覧回数
xfg
Contributor I

Hi.Now,I have a toolchain and sdk file.Need to recompile busybox for chinese.Use to yocto build file,It consumes a lot of hard drive and time.manual complilde busybox nonsupport imx8mm, whether good idea.(busybox 1.27.2)

0 件の賞賛
返信
2 返答(返信)

1,356件の閲覧回数
weidong_sun
NXP TechSupport
NXP TechSupport

Hi,

   busybox的编译方法,你可以参考网上的方法,网上分享的方法有很多,比如这个:

https://blog.csdn.net/u011774239/article/details/50916288

   但是,编译工具链最好使用NXP提供的。

1. 根据i.MX_Linux_Users_Guide.pdf中的standalone一章,讲解的方法导出 toolchain. 并安装到/opt目录中。

standalone一章是:How to build U-Boot and Kernel in standalone environment

2. 编译前,指定工具链和CPU架构,下面是个例子:

# source /opt/fsl-imx-xwayland//environment-setup-aarch64-poky-linux
# export ARCH=arm64

然后,开始编译您的busybox.

 

Hope this information is helpful to you.

Have a nice day!

B.R

Weidong

 

0 件の賞賛
返信

1,353件の閲覧回数
xfg
Contributor I

use .config in busybox   to make and make install (busybox file),different from yocto compile way (busybox.nosuid,busybox.suid  two file)

0 件の賞賛
返信