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 board in order to program the otp keys (in debug mode it will not do this, but I expect to see some output). It seems that UART0 is default UART for user input console on this otp image. Can I get the new otp_img_v1.0 supporting UART3 for OTP UART console?
H/W and S/W information is the following.
TI AM437x HS
ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106
Thanks