Other Parts Discussed in Thread: TMDS64EVM, SYSCONFIG
Tool/software:
Hello,
On TMDS64EVM, there is a red LED (LED23) that blink just after the boot of Linux. What is the function of this LED ? Is there a firmware or an application connected with this LED ?
Why this question ?
because when i launch my firmware on the core R5F0_0 (blinking GREEN LED 29 on evm kit ) from u-boot with the following commands :
init; load mmc 1:2 0x90000000 /lib/firmware/am64-main-r5f0_0-fw; rproc load 1 0x90000000 0x${filesize}; rproc start 1 ==> ,
my firmware works correctly and LED29 blink as expected. But as soon as i launch "boot" command from uboot, linux start and as soon as the RED LD 23 LED starts blinking, my firmware crashes and the green LED LD 29
stops blinking.
Do you have an idea why does the firmware crash please ?
thank you very much