This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

菜鸟求助 :SecureHexAIS_OMAP-L138.exe怎么生成C6748(E)的AIS文件?

Other Parts Discussed in Thread: OMAP-L138

1、第一步是使用目标文件.out和配置文件.ini一起生成的AIS么?

根据命令格式

SecureHexAIS_OMAP-L138 [Options] [Input File Names]
         <Option> can be any of the following:
           -h Show this help screen.
           -entrypoint <Addr> Force specified entry point for AIS boot image.
           -ini <INI file name> Specify the ini file (default is OMAP-L138.ini).
           -otype <Output Type> Specify type of output file, from following:.
我使用命令    SecureHexAIS_OMAP-L138 -h   ,这时能正常进行系统提示帮助。

但是再生成AIS文件却出现问题,

无论是命令    SecureHexAIS_OMAP-L138 -ini  OMAP-L138_generic_secure.ini  DSP_AISExtra_OMAP-L138.out

还是                SecureHexAIS_OMAP-L138 -ini  OMAP-L138_generic_secure  DSP_AISExtra_OMAP-L138

都不能生成AIS文件。

所用相关文件都在如下目录

C:\Program Files (x86)\OMAPL138_C6748_Generic_Security\C674x_OMAPL1x_Generic_Security_Flash_Boot_Utils\OMAP-L138_Secure_FlashAndBootUtils_trunk\OMAP-L138_Secure\GNU\AISUtils

是我命令打错了格式还是怎么了?