Hello.
I am going to add some front-ent to my RPi project - an alphanumeric LCD plus some buttons with UART interface. I am writing a small daemon in C++ to communicate with the LCD, which will be launched after the system startup.
The problem is, that the user interface is "dead" on the powerup, before the Raspbian boots up and the daemon is started (about 30-40 seconds).
Is there a way to send some data over UART during the boot process (1-5 sec. from powerup)? I would like to send some text to the display, for example "Please wait..." or a progrss bar.