Start custom Qt application

I’ve developed a Qt application using QtCreator and I’ve already deployed it using boot2qt. But now I want that the application starts after booting. Right now I have to deploy it every time after restarting. How can I copy the application from the cache to the hard disk and setup the bootloader to boot it.
I was already able to disable loading the demo application according to this post:

Best regards.

I found the solution here:
https://doc.qt.io/archives/qt-5.13-devicecreation/qtee-customization.html

Problem auto-solved :slight_smile:
Thanks for sharing the link to your solution as well.