how to install 'screen' on target board?

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

how to install 'screen' on target board?

2,473件の閲覧回数
yunbaekim
Contributor II

how to install 'screen' on target board?

root@imx6dlsabreauto:/usr/bin# uname -a

Linux imx6dlsabreauto 3.10.17-1.0.1_ga+gdac46dc #1 SMP PREEMPT Fri Jul 31 01:50:02 PDT 2015 armv7l GNU/Linux

root@imx6dlsabreauto:/usr/bin# screen

-sh: screen: command not found

root@imx6dlsabreauto:/usr/bin# sudo apt-get install screen

sudo: apt-get: command not found

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

1,308件の閲覧回数
b36401
NXP Employee
NXP Employee

You can compile "screen" utility among of the packages if you are using LTIB or Yocto BSP to build the image.

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

1,308件の閲覧回数
saurabh206
Senior Contributor III

Hi

You can updated conf/local.conf includes the following:

CORE_IMAGE_EXTRA_INSTALL += "apt"

Thanks

Saurabh

0 件の賞賛
返信