Hi,
I have several questions about j721e_evm board diagnostic test.
leoPmicLib_Test binary built with j721e_evm, armv8 and mpu1.0 options, and I tried to run this binary after linux kernel boot complete,
but it cannot excute binary file with uart log( "cannot execute binary file: Exec format error" ).
Q1) I tried to build diagnostic module(LeoPMIC and framework) to run Leo PMIC diagnostic application on A72 core after linux kernel boot complete, not on main r5f cores.
As you know, running diag app at linux kernel prompt and testing the devices is much easier than those on other DSP cores where it is not possible to execute it on the prompt manually.
Is it supported that the specific diagnostic executable application can run on linux kernel or only on ti rtos or baremetal ?
If diag software can run on linux os with j721e_evm, can you share how to build for linux os and run the executable file?
I tried like that:
Build)
: cd pdk/packages/ti/build
: make -s leoPmicLib_board_diag BOARD=j721e_evm CORE=mpu1_0
: make -s framework_board_diag BOARD=j721e_evm CORE=mpu1_0
Create sd)
: cd pdk/packages/ti/board/diag
; ./create_sd.sh j721e_evm armv8 mpu1_0
Q2) I can not found any document about board diagnostic test in the documents of psdk v1.0.
Can you share the related document like training materials: build guide of diagnostic software on linux and tirtos using SD card boot?
BRs,
Soolim