Hi
i have another doubt actually when i switch ON the board i'm getting entire log information through uart_0 so here i want to change that UART_0 into uart_2 so how can i do that........
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
i have another doubt actually when i switch ON the board i'm getting entire log information through uart_0 so here i want to change that UART_0 into uart_2 so how can i do that........
Dear Cvetolin,
thanks for your reply, i modified the console bootarg in "/uboot/include/configs am335x-evm.h" file but what happened is i'm getting the uboot log information from uart_0 rest of information from uart_2 like the entire kernel log information is coming from uart_2 so after board boot up defaultly uart_0 is working not uart_2..
Naveen,
I suggest you to add to your changes bootarg configuration in the uEnv.txt file using format described at:
processors.wiki.ti.com/.../AM335x_U-Boot_User's_Guide
but you should change only the 'console' arg value in the uEnv.txt to
console=ttyO2,115200n8
The rest bootargs variables should not be changed. They can be viewed in the u-boot using 'printenv' command.
BR
Tsvetolin Shulev