2024-10-11 08:08 PM
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?
Solved! Go to Solution.
2024-10-12 03:32 AM
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.
2024-10-12 03:32 AM
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.
2024-10-13 06:37 PM
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?