SBSFU package not build for stm32f769i discovery board
While i try to build SBSFU package for stm32f769i discovery board package, User App build failed.
I am using SBSFU latest package v2.6.2.
IDE version : STM32CUBEIDE_1.7.0
I got this below error
make all
arm-none-eabi-gcc -z max-page-size=1 -o "UserApp.elf" @"objects.list" -mcpu=cortex-m7 -T"../STM32F769NIHx.ld" --specs=nosys.specs -Wl,-Map="UserApp.map" -Wl,--gc-sections -static -L../../../2_Images_SBSFU/STM32CubeIDE/Debug -Xlinker -L ../../../Linker_Common/STM32CubeIDE --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: UserApp.elf
arm-none-eabi-size UserApp.elf
text data bss dec hex filename
21536 208 6040 27784 6c88 UserApp.elf
Finished building: default.size.stdout
arm-none-eabi-objdump -h -S UserApp.elf > "UserApp.list"
Finished building: UserApp.list
arm-none-eabi-objcopy -O binary UserApp.elf "UserApp.bin"
Finished building: UserApp.bin
arm-none-eabi-objcopy -O binary "UserApp.elf" "../UserApp.bin"
arm-none-eabi-size "UserApp.elf"
text data bss dec hex filename
21536 208 6040 27784 6c88 UserApp.elf
"../../../2_Images_SECoreBin/STM32CubeIDE/postbuild.sh" "../" "UserApp.elf" "../UserApp.bin" "1" "1"
prepareimage with windows executable
[22204] Failed to execute script prepareimage
Traceback (most recent call last):
File "prepareimage.py", line 966, in <module>
File "prepareimage.py", line 963, in args
File "prepareimage.py", line 124, in do_encrypt
File "keys.py", line 262, in load
FileNotFoundError: [Errno 2] No such file or directory: '../../../2_Images_SECoreBin/STM32CubeIDE/../Binary/OEM_KEY_COMPANY1_key_AES_CBC.bin'
../../../2_Images_SECoreBin/STM32CubeIDE/postbuild.sh: line 74: prepareimage.exe: No error
prepareimage.exe 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 : failed
make[1]: *** [makefile:97: post-build] Error 1
make: *** [makefile:63: all] Error 2
"make all" terminated with exit code 2. Build might be incomplete.
