Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BBB: add systemd service for powervr drivers | Samuli Piippo | 2017-06-09 | 1 | -0/+11 |
| | | | | | | | | | | | The PowerVR driver initialization must be run before Qt can work. Also extend boot partition to make sure FAT32 partition fits corretly, which resolves a sd card boot issue. Task-number: QTBUG-60945 Task-number: QTBUG-58720 Change-Id: Ie1cb08f93473efc48098858c8a3c5308d8668141 Reviewed-by: Karim Pinter <karim.pinter@qt.io> | ||||
* | beaglebone: start qtlauncher only after /dev/fb0 exists | Samuli Piippo | 2016-10-03 | 1 | -0/+1 |
Beaglebone creates /dev/fb0 late in the boot process, which causes Qt applications to crash if started too early. Make systemd notice fb0 creation and bind application startup to it. Change-Id: I0207fb64ec981eaeadbe497de5a9bdc941b6e31d Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> |