Hello,
I know this question was asked in another topic but it didn’t help me much.
I’m looking for how to enable and use the other SPIs in toradex verdin imx8mp. an example of the code to write in verdin-imx8mp_spidev_overlay.dts wil be really great.
customization:
# >> Splash screen:
splash-screen: custom-splash-screen.png
# >> Directories overlayed to the base OSTree
filesystem:
- changes/
device-tree:
# >> Directories where to look for include files.
include-dirs:
- linux/include/
# >> Custom device tree source:
custom: linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-yavia.dts
# >> Device-tree overlays configuration:
overlays:
# >> Whether to ignore all overlays from the base image (or ostree
# >> archive in the future).
# clear: false
# >> Specific overlays not to use from base image (useful only when
# >> clear is false and not DT has been selected).
# remove:
# - apalis-imx8_hdmi_overlay.dtbo
# >> Overlays to add to output image.
add:
- device-trees/overlays/verdin-imx8mp_spidev_overlay.dts
And i think i added some other configs in other dts files.
Did you make some modifications to the imx8mp-verdin-nonwifi-yavia.dts file? I see that you have added it as a custom dts in the tcbuild.yaml file. Other than that, your tcbuild.yaml file looks good to me. Did you try building the custom image with TorizonCore Builder tool? How did it go?