Hi,
I am trying to use the Secure Boot option with Signed Images. I have below doubts.
What is the use of productVersion and componentVersion in commandFile.bd, when we create SB2 file.
What I understood is they are related to customer SW versions. But how we will know which version is loaded on board?
Is there any command to get these fields?
Also, suppose I have the product version as "2.00.00" and I am trying to load SB2 with product version "1.00.00", will it work? is it down gradable?
options
{
flags = 0x4; // 0x8 encrypted + signed, 0x4 encrypted
buildNumber = 0x1;
productVersion = "1.00.00";
componentVersion = "1.00.00";
}
sources
{
inputFile = extern(0);
}
section (0)
{
erase 0x0..0x40000;
load inputFile > 0x0;
}