You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go the folder where whnvmtool is located.
path : \wolfBoot\IDE\AURIX\wolfHSM-infineon-tc3xx\wolfHSM\tools\whnvmtool
execute make command and this will build whnvmtool elf.
Give the path of whnvmtool tool in wbaurixtool.sh file
NVMTOOL_DIR="$WOLFBOOT_DIR/IDE/AURIX/wolfHSM-infineon-tc3xx/wolfHSM/tools/whnvmtool"
WHNVMTOOL="$NVMTOOL_DIR/whnvmtool"
then change belwo line
whnvmtool --image="$NVM_BIN" --size=0x10000 --invert-erased-byte "$NVM_CONFIG"
to "$WHNVMTOOL" --image="$NVM_BIN" --size=0x10000 --invert-erased-byte "$NVM_CONFIG".
wbaurixtool.sh script at line no. 331 is using nvmtool to generate the NVM image.
It fails to execute with below error.
Seems whnvmtool bin is not present. I also searched for instructions to build i but no instructions are available. ANy help to resolve this issue?
The text was updated successfully, but these errors were encountered: