Part Number: SK-AM62-LP
Other Parts Discussed in Thread: AM62P
I am trying to run the Teye ram test on the SK-AM62-LP devboard made by mistralsolutions, and i am having an issue with getting the Teye ramtest from the MCU_SDK to work.
i have packages the appimage according to the readme.txt and signed it with the appimage_x509_cert_gen.py file in the tool/boot folder and the app_degenerateKey.pem fount in the tools/boot/signing folder.
I have done this for both the mcu_plus_sdk_am62x_11_01_00_16 and the mcluplus_sdk_am62x_11_02_00_23 SDKs
i have then tried booting the resulting appimage with the command described in the readme
python uart_bootloader.py -p COMx --bootloader=sbl_prebuilt/am62ax-sk/sbl_uart.release.tiimage
--file=sbl_prebuilt/am62ax-sk/sbl_null.release.tiimage
--file=../../tools/boot/AM62A_AM62P_TEye_A53_read_unsigned.appimage
i have also tried creating my own .cfg file with the same files an booting with that. On top of this i have tried booting the appimage from the SD card.
None of these methods have worked, and have either resulted in nothing in the terminal, or the following terminal output.

I have run out of ideas to get this working.