Skip to main content
Associate
October 12, 2024
Solved

Error when compiling uboot of stm32mp135

  • October 12, 2024
  • 1 reply
  • 1000 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?

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

Erwan SZYMANSKI
Erwan SZYMANSKIBest answer
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.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Ivy7Author
Associate
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?