login to the board's Dom0 virtual machine console, from the Docker container console run

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

login to the board's Dom0 virtual machine console, from the Docker container console run

跳至解决方案
520 次查看
salimmulla2021
Contributor III

As per the GoldVIP package of NXP RDB2 (S32G) I did the installation and run of the docker container. After this when trying to do the login to Dom) console with the command "sudo expect /home/vip/device_utils.exp /dev/ttyUSB0" I am getting below logs on the terminal, but the control is coming out immediately. Could you please let me know the reason/how to take the control of board?

 

salimmulla2021_0-1677486384835.png

 

标记 (1)
0 项奖励
1 解答
486 次查看
gmocanu
NXP Employee
NXP Employee

Hello,

To get control over the serial console, please use a program such as minicom (or another serial console management tool of your choosing): sudo minicom -D /dev/ttyUSB0

Best regards,
George

在原帖中查看解决方案

0 项奖励
3 回复数
487 次查看
gmocanu
NXP Employee
NXP Employee

Hello,

To get control over the serial console, please use a program such as minicom (or another serial console management tool of your choosing): sudo minicom -D /dev/ttyUSB0

Best regards,
George

0 项奖励
483 次查看
salimmulla2021
Contributor III
Dear gmocanu,
minicom has to be installed as part of container or on linux?
标记 (1)
0 项奖励
473 次查看
gmocanu
NXP Employee
NXP Employee

Hello,

minicom should be already installed in the Docker container image and ready to be used.

Best regards,
George

0 项奖励