TI中文支持网
TI专业的中文技术问题搜集分享网站

C553X 片外程序 如何加密?

The bootloader is a program that runs from ROM at power-on and loads a boot-image from a peripheral to the internal RAM of the C5535 DSP. It is always invoked after power-on-reset. Once the transfer is completed, the bootloader switches control to the user code so that it is automatically executed.

In order to ensure that the code cannot be accessed and read outside of the system, the code residing externally may be encrypted. The bootloader is responsible for bootloading the code from an external device (I2C EEPROM, SPI EEPROM, SPI serial flash, MMC/SD, USB, and UART), decrypting it if necessary, and writing it into DSP memory (on-chip or off-chip).

the code residing externally may be encrypted.   how to do ?   请能告知实现方法!  谢谢!

 

Shine:

这个是指客户对烧写到外部flash的程序做了加密算法,C553x的ROM bootloader没有解密算法的功能,需要客户用密钥自己解密。

Simon Chen64:

回复 Shine:

你好!请能告知 具体实现方法!谢谢!比如:具体实现步骤!

Shine:

回复 Simon Chen64:

C553x不支持encrypted boot image。C551x系列是支持的。
www.ti.com/…/sprabd7d.pdf

Simon Chen64:

你好!可否提供一下 说明 TMS320C553XBOOTLOADER 过程资料?谢谢!

Shine:

回复 Simon Chen64:

请参考下面的bootloader文档说明。
www.ti.com/…/sprabl7d.pdf

Simon Chen64:

回复 Simon Chen64:

usb_boot.exe ; UartBoot.exe这两个软件可实现boot 功能, 请提供该工具软件,谢谢!

Simon Chen64:

回复 Simon Chen64:

你好!CCS 在编译时 会产生bootimg.bin,请问 这个功能的实现, 是在哪个makfile文件的哪一行?
C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/hex55 -b -serial8 -boot -v5505 -o bootimg.bin

谢谢!

赞(0)
未经允许不得转载:TI中文支持网 » C553X 片外程序 如何加密?
分享到: 更多 (0)