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.

PROCESSOR-SDK-AM437X: AM437x HS Evaluation Module - How to run the otp programming binary

Part Number: PROCESSOR-SDK-AM437X

The secure SDK was downloaded and everything builds. I followed the steps to produce the key provisioning in DEBUG mode: ./smpk.sh 0 0 ./smek./sh 0 0 ./otp_img.sh 0 1 1 otp_cfg_dbg.txt otp_img_v1.0 => this creates a otp_img_v1.0_cfg_dbg.txt_key.bin.img file Now this file needs to run on the EVM in order to program the otp keys (in debug mode it will not do this, but I expect to see some output). I think it comes as an MLO, so I could put it on the SDcard. However, It does not run? Which steps are required to run this binary?