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?
Solved! Go to Solution.
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
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
Hello,
minicom should be already installed in the Docker container image and ready to be used.
Best regards,
George