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.

LP-AM243: AM2434

Part Number: LP-AM243
Other Parts Discussed in Thread: AM2434

Tool/software:

Hi Team,

I am using LP-AM243 eval kit for developing EtherNET/IP adapter application on custom board.

I am using example project ethernetip_adapter_generic_device_rgmii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang from the SDK ind_comms_sdk_am243x_09_02_00_08.

This project I am able to build and compile successfully for my application with below files - 

Now I want to generate signed images for same project to authenticate my firmware and protect against unauthorized modification. To ensure only trusted files are executed on the device.

Could you please help me to solve this asap.

In SDK there is below example project rsa_signing_verification

Can I use this code into ethernet/ip example code. If yes then what is the process of image signing with this example.