how to install 'screen' on target board?

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

how to install 'screen' on target board?

2,474 次查看
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,309 次查看
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,309 次查看
saurabh206
Senior Contributor III

Hi

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

CORE_IMAGE_EXTRA_INSTALL += "apt"

Thanks

Saurabh

0 项奖励
回复