Tool/software:
I have the EVK board "TMDX654IDKEVM", how can I access the Command Prompt for this EVK and How to test whether the Ethernet port is working or not.
I'm using the following image into SD card "tisdk-default-image-am65xx-evm.wic.xz".
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.
Tool/software:
I have the EVK board "TMDX654IDKEVM", how can I access the Command Prompt for this EVK and How to test whether the Ethernet port is working or not.
I'm using the following image into SD card "tisdk-default-image-am65xx-evm.wic.xz".
Hello Jagadeesh,
Getting started
If you look on your board, you will see that one of the microUSB ports is labeled "UART". That is the port you connect to in order to see the command prompt.
You can find basic information about creating an SD card with that image in the Linux SDK docs:
https://software-dl.ti.com/processor-sdk-linux/esd/AM65X/09_01_00_01/exports/docs/linux/Overview_Getting_Started_Guide.html
Our documentation on AM65x is a bit sparse. You can find some basic getting started tests in the AM64x (NOTE, this is a different processor) academy:
https://dev.ti.com/tirex/explore/node?a=7qm9DIS__LATEST&node=A__AeSJZ70Zr.o5Fk517qvjKA__AM64-ACADEMY__WI1KRXP__LATEST
Please tell us a bit more about your design
Before you get too deep into a design with AM65x, please note the limited software support we can offer for RTOS cores on AM65x:
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1402124/am6548-how-to-develop-applications-for-the-mcu-r5f-cores/5368989#5368989
If that limited support on non-Linux cores will be an issue, you can tell us more about your design and we can discuss other processors that also might be a good fit for your design.
Regards,
Nick
We have flashed this image to EVK "tisdk-default-image-am65xx-evm.wic.xz".
when we connect the ethernet port "MCU Ethernet" to our laptop via ethernet cable we are not able to find the led's glowing in the "MCU Ethernet" port.
Hello Jagadeesh,
Are you able to connect to the UART port and see the Linux terminal there?
Regards,
Nick