Hi everyone,
We’re currently migrating our project from the Kirkstone Yocto branch to Scarthgap, along with updating to Boot2Qt 6.8.4. We’re using the Apalis iMX8QP on the Ixora Carrier Board v1.2A.
Under Kirkstone and kernel 5.15.x, we had a GPIO-based power-off functionality working reliably using a apalis-imx8_gpio-poweroff_overlay.dts
device tree overlay.
apalis-imx8_gpio-poweroff_overlay.dts (372 Bytes)
After updating to Scarthgap and kernel 6.6.84:
- The overlay still appears to apply correctly in U-Boot:
Applying Overlay: apalis-imx8_gpio-poweroff_overlay.dtbo
- However, the power-off behavior no longer works — the system does not shut down via the designated GPIO as it did before.
Are additional configuration steps or changes required in Scarthgap to enable this functionality?
Some discution has already been done here (Subject: Issues After Migrating Yocto/BitBake Build to Scarthgap (Boot2Qt/Qt 6.8.4 / Toradex Apalis iMX8))
Edit:
From what I know the issue might be due to some changes in device trees between kirkstone and scarthgap branches (I don’t see any reason for this issue to be Boot2Qt related).