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:
Hi TI Team,
We have a TI Sitara AM571x Industrial EVM board. I am a beginner and new to this board, so I would appreciate your guidance.
Linux SDK: ti-processor-sdk-linux-am57xx-evm-09_02_00_133-Linux-x86-Install.bin
I created the SD card using the prebuilt image available with the SDK and followed the create-sdcard.sh method.
After creating the SD card, I inserted it into the board and powered on the system. However, I am unable to see the booting commands in PuTTY. I am attaching a screenshot for reference.
Note: I have correctly set up the UART-related settings.
Thanks,
Hello Gowtham,
Did your SD card succesfully create the two partitions?
Can you share the contents of both?
ls /media/<USER>/boot
ls/media/<USER>/rootfs
Can you also share your putty configuration? Please.
-Josue
Hi Josue,
Thank you for your reply.
boot:
rootfs:
Putty configuration:
Hi Gowtham,
Hmm.. This all looks right.
Have you tried using other serial uart tools like Minicom?
That tool is one that we use most commonly with the AM57x SDK
-Josue