Part Number: TMDSSK3358
Hello,
I'm using AM335X Starter Kit. I have created new SD card image with "ti-processor-sdk-linux-am335x-evm-06.01.00.08" and have started in my start kit. I've noticed with "journalctl: that service "serial-getty@ttyS3.service" spams in a log:
..........................
Oct 19 16:17:43 am335x-evm systemd[1]:serial-getty@ttyS3.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Oct 19 16:17:43 am335x-evm systemd[1]: serial-getty@ttyS3.service: Scheduled restart job, restart counter is at 18.
Oct 19 16:17:43 am33-evm systemd[1]: Stopped Serial Getty on ttyS3.
Oct 19 16:17:43 am335x-evm systemd[1]: Started Serial Getty on tt3.
...........................
How can I stop a flood journal from this service ? For what purpose does this service use if start kit does not have external serial port (except through USB FTDI chip) .
Where could I get newest documentation (for sdk-linux-am335x-evm-06.01.00.08) related with management of services (starting on boot time, adding or removing from boot time and etc.)?