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

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

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

Jump to solution
498 Views
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

 

Tags (1)
0 Kudos
1 Solution
464 Views
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

View solution in original post

0 Kudos
3 Replies
465 Views
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 Kudos
461 Views
salimmulla2021
Contributor III
Dear gmocanu,
minicom has to be installed as part of container or on linux?
Tags (1)
0 Kudos
451 Views
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 Kudos