Tool/software: Linux
Hell All,
We used AM4376 with TI Linux SDK.
We successfully silent the u-boot / kernel messages by enabling silent console option in u-boot and defining silent=1.
We successfully login using telnet on board.
After login when i execute ps -e | grep myapplication we don't get any output.
I repeat same step after some time but get same result. Application was running before enabling silent console.
I run my application as systemd service.It is defined as follow:
[Unit]
Description=Initmyapplication
[Service]
ExecStart=/usr/bin/myapplication &
StandardOutput=tty
Please guide me to solve this issue.
Regards,
Dhananjay Patil