how to install 'screen' on target board?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to install 'screen' on target board?

1,817 Views
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

Labels (4)
0 Kudos
2 Replies

652 Views
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 Kudos

652 Views
saurabh206
Senior Contributor III

Hi

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

CORE_IMAGE_EXTRA_INSTALL += "apt"

Thanks

Saurabh

0 Kudos