how imx6 busybox v1.20.2 support ps command

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

how imx6 busybox v1.20.2 support ps command

2,841件の閲覧回数
wenmintang
Contributor I

Hi,all

  Because application need to use ps command for example ps -aux | grep ....

  but imx6q_SabreSD busybox can't support.when i type ps -aux,it is

root@freescale ~$ ls

root@freescale ~$ ps aux

ps: invalid option -- 'a'

BusyBox v1.20.2 () multi-call binary.

Usage: ps

Show list of processes

This version of ps accepts no options

        T       Show threads

root@freescale ~$ uname

Linux

root@freescale ~$ uname -a

Linux freescale 3.0.35-2666-gbdde708-svn17 #5 SMP PREEMPT Wed Jun 4 17:19:10 CST 2014 armv7l GNU/Linux

root@freescale ~$ ps -aux

ps: invalid option -- 'a'

BusyBox v1.20.2 () multi-call binary.

Usage: ps

Show list of processes

This version of ps accepts no options

        T       Show threads

root@freescale ~$

I don't know whether i can only use busybox-1.15.0-1.arm.rpm instead of  busybox-1.20.2-1.arm.rpm. and  can busybox-1.15.0-1.arm.rpm support Linux freescale 3.0.35.

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,749件の閲覧回数
blurencetin
Contributor II

Hi tang,

You can have a try on cross-compiling a lower version or just replace the busybox ps with a full-feature ps.

0 件の賞賛
返信

1,749件の閲覧回数
wenmintang
Contributor I

can  busybox v1.15.0 used by imx28 support linux3.0.35 ?  if can i tar -jcvf rootfs.tar.bz2  * in imx28 board,then tar -jxvf rootfs.tar.bz2 in imx6 board ?

0 件の賞賛
返信