Boot2Qt module on STM32
-
I am testing STM32MP157F-DK2 using Boot2Qt module.
I flashed Boot to Qt Image to a micoSD Card, connected to Target dvice via Ethernet and ran
on target Device Example Application "dialcontrol". The aplication Deploy and works on target Device,
until the QtCreator is turn on on host :)
How install my app on target "permanently"?
-
To achieve what I described above, it have to add next deploy step, like below:
-
@Damian7546 said in Boot2Qt module on STM32:
The aplication Deploy and works on target Device,
until the QtCreator is turn on on host :)What does this mean?
-
Hmm... When I click Run on Qt Creator, the application is runing on target device, when I stop the the application is stopped on target device. I would like to Install app on target device independet about my host.
Now When I power up the board STM32 , my application desn't start, only default application deliver with qt boot image. -
@Damian7546 I'm not a Boot2Qt expert, maybe your device file system is read-only and everything you deploy to it is in an overlay file system which does not survive a reboot? You need to clarify this.
-
To achieve what I described above, it have to add next deploy step, like below:
-