Hi,
I have created a secure binary file using elftosb utility with the following *.bd file
#Adding the sources in the Command file
sources {
CIU_app="ISS_CIU_App.out";
}
section (0) {
erase 40K..42K;
load CIU_app;
reset;
}
further I use the following command to invoke the elftosb utility
elftosb -V -c Cmd_file.bd -z -o app_secure.sb
I am using the default zeroed key for encryption as it is mentioned in the mannual that the key need to written in the harware too??
After the app_secure.sb file is generated I am trying to flash it using the blhost utility with the following invokation
blhost -p COM3 receive-sb-file C:\app_secure.sb
After this I get the following error which I cant understand

What does this error means?? I have not used any jump command in my Cmd_file.bd
I been reading the User guide, I see many gaps, are there any other documentation