Hi everyone,
sorry for sliding into this conversation. I’m kind of in the same situation to build a yocto with the BSP7. Looks like it worked, what @lucas_az.tx suggested.
Here is what I’ve done (in short):
- I’m using Verdin AM62
- building in a Ubuntu 20.04
- initialized the repo with:
repo init -u https://git.toradex.com/toradex-manifest.git -b scarthgap-7.x.y -m tdxref/default.xml
- configured the MACHINE:
MACHINE ?= "verdin-am62"
- and then followed the instuctions on this post Apalis IMX8 Toradex BSP version - Yocto Linux & QT6 - #4 by benjamin.tx (like @lucas_az.tx already mentioned)
- at the end I was able to build with the command:
bitbake tdx-reference-multimedia-qt6-image
- Also after flashing. All libs were in the right place (
/usr/lib/
)
At first the build exited with an error, but this was due to our stupid firewall
If it helps a can list the steps in detail.
Next step will be to create a Qt-Application and cross compile it, so it can be run on the target…
Greeting - Uwe