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.

Compiler/AWR1642: A problem with HS Image Creator.

Part Number: AWR1642
Other Parts Discussed in Thread: MMWAVE-SDK

Tool/software: TI C/C++ Compiler

I test HS AWR1642 for my customers.

I follow the mmwave_secdev_user_guide.pdf.

I have a problem with "HS Image Creator command line usage"

Thanks

JuiYang Chi

  • Did you change your 'hsimage.cfg' file? If yes, can you recheck the changed parameters. As per above snapshot certification generation is failed which may cause due to incorrect config file parameters.

    Regards,
    Jitendra
  • Hi, Jitendra



    Because this is test HS image, I just change OPENSSL_PRIV_KEY_FILE_PATH.

    OPENSSL_PRIV_KEY_FILE_PATH = 'c:\ti\mmwave_secdev_02_00_00_01\hs_image_creator\private_key.pem'


    JuiYang Chi

  • Hi,
    Just to be confirmed if you have followed the steps provided in mmwave_secdev_user_guide.pdf (section 2.2).
    As per your snapshot it says it's missing MMWAVE_SDK_INSTALL_PATH path.

    Best way to generate secured binary to build this from mmWave-SDK. In <mmwave-sdk>\packages\scripts\windows\set_env.bat:
    'set MMWAVE_SECDEV_INSTALL_PATH=C:\ti\mmwave_secdev_02_00_00_00'

    Then build the mmw demo application, it'll encrypt the binary after building it.

    Or in your current environment, open command line and goto <mmwave-sdk>\packages\scripts\windows\ and invoke set_env.bat.
    Now switch to c:\ti\mmwave_secdev_02_00_00_00\hs_image_creator path and run the same command you ran lastly.


    It should solve your issue.


    Regards,
    Jitendra