cancel
Showing results for 
Search instead for 
Did you mean: 

Error when compiling uboot of stm32mp135

Ivy7
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan SZYMANSKI
ST Employee

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.

View solution in original post

2 REPLIES 2
Erwan SZYMANSKI
ST Employee

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.

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?