Skip to main content
Explorer
October 12, 2024
Solved

Error when compiling uboot of stm32mp135

  • October 12, 2024
  • 1 reply
  • 992 views

When compiling uboot, an error message is displayed when executing the script fiptool-stm32mp: create_st_fip_binary.sh: Command not found.
I found the folder after decompression but did not find the file create_st_fip_binary. What is the reason?

    This topic has been closed for replies.
    Best answer by Erwan SZYMANSKI

    Hello @Ivy7 ,
    Please make sure your SDK is well sourced in the shell you use to execute this script.

    Just by looking at the name of the script, I guess it uses fiptool command that is brought by the SDK.

    Kind regards,
    Erwan.

    1 reply

    Technical Moderator
    October 12, 2024

    Hello @Ivy7 ,
    Please make sure your SDK is well sourced in the shell you use to execute this script.

    Just by looking at the name of the script, I guess it uses fiptool command that is brought by the SDK.

    Kind regards,
    Erwan.

    Ivy7Author
    Explorer
    October 14, 2024

    Hello.Erwan,

    Thanks for your answer. I had solved this problem.

    But I encountered a new problem,like this: kwbimage.c: undefined reference to 'EVP_PKEY_size'. I found this macro definition in the evp.h file, and the kwimage.c file also references the header file, but it still reports this error. Do you know why?