Skip to main content
Visitor II
May 26, 2023
Question

How to create a linux image with the LCD-TFT (HDMI) pins disabled (STM32MP157)

  • May 26, 2023
  • 2 replies
  • 1754 views

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.

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    June 1, 2023

    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.

    Visitor II
    June 2, 2023

    Thanks Erwan, I will take a look at these.

    -Owen