2023-05-26 01:18 PM
I am using an STM32MP157D-DK1 eval board, and I am looking to run a barebones linux image with the LCD-TFT pins disabled, so I can use those pins with the M4 core. Is there a pre-generated image that does not use the LCD-TFT (HDMI) peripheral? Otherwise, is there a tutorial for generating a custom linux image with some of the peripherals disable? I have device tree files that were generated using CubeMX, and I have successfully generated a linux image using Yocto and the BSP from the meta-st-stm32mp repo on github.
2023-06-01 06:44 AM
Hello @OMurp.1 ,
To answer your first question, as to know, do we have default image that does not use the LCD screen. The answer is no. By default, we are generating example images that match with our Discovery or Evaluation board, and by default, these last ones are delivered with a screen.
I think your real need is to know, how to use the Distribution Package with your own CubeMX generation, and for this, we have the following article: https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Creating_your_own_Linux_distribution
This article point on these 2 other articles that you will need:
I think that it will help you to go forward !
Kind regards,
Erwan.
2023-06-02 06:24 AM
Thanks Erwan, I will take a look at these.
-Owen