01-22-2018 11:31 AM
I am running PetaLinux 2015.4 on the Zynq zc702. I have implimented HDMI support based on the targeted reference design, and the first thing to appear on the monitor is the login prompt. What I want to do is immediately execute a built-in app following the user login on the HDMI terminal. I have read the documentation on autorun apps, but nothing which executes after login, only before; and I have not seen a way to specifically execute an app from a script on the HDMI output as opposed to the default serial console PS0. Is this possible?
01-22-2018 11:41 AM
Assuming that your login user is configured to use the bash shell, you can launch an arbitrary application at the end of the .bashrc file.
01-22-2018 02:26 PM
Just tried that and it executed before the login prompt, not after login. I need this program to automatically run following a successful login. Can that be done?