hello everyone:
I am using the am335 development board.and i want to open a terminal after board powered on.how should i do?
if there is a command to open a terminal that i can add to /etc/init.d/rcS?
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.
hello everyone:
I am using the am335 development board.and i want to open a terminal after board powered on.how should i do?
if there is a command to open a terminal that i can add to /etc/init.d/rcS?
Hi,
Biser is correct, you cannot use console=/dev/fb0 as a environment parameter.
Here is what you can do:
1 Boot your board.
2. Connect usb keyboard to it.
3. From your host PC serial terminal to the board execute:
root@am335x-evm:/usr/bin# cd /etc/init.d/
root@am335x-evm:/etc/init.d# ./matrix-gui-2.0 stop
Stopping Matrix GUI application.
root@am335x-evm:/etc/init.d# cd /usr/bin/
root@am335x-evm:/usr/bin# ./weston-terminal
4. You will se the Wayland Terminal appear on your board screen. You can now start typing commands through the usb keyboard directly on your board
Best Regards,
Yordan