Hi all,
Basically I want to run my Qt application(A particular window on HDMI Display) at login in Beaglebone Black. For that I have written necessary scripts in .xinitrc, and then proceeding as per wiki page *http://forums.debian.net/viewtopic.php?f=16&t=123694&start=0,* I am adding the line *[ "$(tty)" = "/dev/ttyS0**" ] && exec startx * in ~/.profile, where ttyS0 is FTDI serial terminal(connector J1) in BBB. Startx at login is finely working for FTDI serial terminal. When I boot the system, the FTDI serial terminal asking for login id and password, when I entered it correctly, my Qt application and other application will be run as specified in .xinitrc. But what is my requirement is, a serial terminal should appear in HDMI display itself. When User ID and password is entered there, my application should run. But I am not able to run a serial terminal on HDMI display. Since I run the command systemctl set-default multi-user.target the HDMI Display shows a blank display, with the cursor blinking How can I enable a serial terminal on HDMI display? And what will be the terminal name (like /dev/ttyS0), for such a terminal? Thanks in advance for the advice. Thanks & Regards, Sajeevan.K -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/6233d1ea-1c0e-4d2f-bfa6-126c2a891ad1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
