Hello, I want to change the console so that instead of being the boot loader for serial port 1 display at port 0. I put the following:
# setenv console ttyS0, 115200
# saveenv
When I do the "printenv" I get "console = ttyS0, 115200". But in fact the console is still seen by the port 1.
Thank you very much, I await your response.