All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Qt Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:06, 5 August 2024 Joger talk contribs created page User:Joger/Embedded (Created page with "== Obtaining the system image == === Option 1 === Build your own system image and SDK using Yocto <ref>https://doc.qt.io/Boot2Qt/b2qt-how-to-create-b2qt-image.html</ref>. <syntaxhighlight lang="bash"> mkdir ~/Projects/qt-yocto cd ~/Projects/qt-yocto repo init -u git://code.qt.io/yocto/boot2qt-manifest -m 6.8.xml repo sync export MACHINE=raspberrypi4-64 source setup-environment.sh bitbake meta-b2qt-embedded-qbsp </syntaxhighlight>The bitbake output is a Qt board support...") Tag: Visual edit