Qt-Embedded demo application

The custom rootfs image contains a Qt-Embedded demonstration. To launch the demo you need to pass

rundemo=QT

to the kernel as a kernel parameter during boot.

To accomplish this issue the following command at the U-Boot prompt:

setenv addmisc "$addmisc rundemo=QT"

To automatically start the X11 demo again just issue:

setenv addmisc 'setenv bootargs $bootargs ssp1 panic=1'
  • Last modified: 2022/08/04 15:02