Other Parts Discussed in Thread: UNIFLASH
Hi,
I am trying to create an encrypted image using the CLI. I am referencing section 6.7.1 of swru469d.pdf . How I understand this is I should be able to encrypt an SLI image with a key and then activate the image when I boot. Is this correct?
I used the command below to encrypt my image:
dslite.bat --mode cc32xx tools sign --file file.sli --priv key --out_file encrytped.sli
But I wasn't able to write the encrypted image to flash using "dslite.bat --mode cc32xx image program" ( I can write the original SLI image) . I got "tarfile.ReadError: file could not be opened successfully" error.
If I was able to write the file. I was planning on using the command "tools activate --key KEY_FILENAME" to get the image to boot.
Is this possible? MY overall goal is to encrypt all my gang images and then activate them at a later time.
Thanks
Kevin