Skip to main content
Visitor II
October 17, 2025
Question

INFO commands changing in Boot logs

  • October 17, 2025
  • 2 replies
  • 300 views

Hello,

I am working on evaluation board in that boot logs I am getting

NOTICE: Model:  STMicroelectronics STM32MP257F-ev1 Evaluation Board
NOTICE: Board : MB1936 Var1.0 Rev.D-01

What should I do to remove this "NOTICE: Board : MB1936 Var1.0 Rev.D-01" line from my boot logs and Change the model to a custom name how can I do it I have made changes in stm32mp257f-ev1.dts files in tf-a-source, u-boot source and kernel source.

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    October 17, 2025

    Hi @_Krishna 

    I'm not SW expert, but I assume those would change when you are doing a custom SW image using Yocto.

    The board reference is only present on ST board and linked to specific OTP programmed during ST board production.

     

    What is the purpose of changing this information while using ST Evaluation board?

    I remind you cannot use ST evaluation board outside evaluation purposes (i.e. no commercial usage of ST evaluation board).
    See 

    PatrickF_0-1760698793451.png

     

    Regards.

    _KrishnaAuthor
    Visitor II
    October 21, 2025

    hii @PatrickF ,

    I am working on a custom board based on stm32mp257fai3 processor for evaluation and ref we used evaluation board now when flashing an image it is showing above mentioned INFO commands now I want to change those INFO on my custom board not on evaluation how?