Problem with building the STM32H750B-DK example of STM32CubeExpansion_SBSFU_V2.6.2
Hello,
I try to build the STM32CubeExpansion_SBSFU_V2.6.2 for STM32H750B-DK. I use STM32CubeIDE Version: 1.14.0 Build: 19471_20231121_1200 (UTC) on Windows 10.
I got several environment issues:
Building SECoreBin failed for multiple reasons.
It needed prepareimage.py at C:\. I copied it there.
The prebuild.sh had issues with the "pwd" command that returns nothing.
I specified basedir and current_directory with the absolute path values.
Everything pass.
Finally I got problems when prepareimage.py tries to encrypt the binaries with the command:
python /prepareimage.py enc -k ../../../2_Images_SECoreBin/STM32CubeIDE/../Binary/OEM_KEY_COMPANY1_key_AES_CBC.bin -i ../../../2_Images_SECoreBin/STM32CubeIDE/../Binary/iv.bin ../UserApp.bin ..//../Binary/UserApp.sfu
I found that the prepareimage.py uses Python module "keys" that is missing on my build machine.
I didn't find a way to install it.
I believe that I missed the step to configure the build environment. Could you help me please to find a document explaining the environment setup?
Thank you in advance.

