I just started to work with the C6A816x EVM and have been trying to set up the board following the SDK guide. I set my system as directed:
Ubuntu 10.4 LTS
Code Sourcery
Serial connection set to 115200 8n1
Connected to the P10 UART
I ran the given setup script (${EVSDK}/setup.sh) and it looked like it was going well until it tried to use minicom to set up the board. Minicom is unable to connect at this step in the process.
I then tried to boot from an SD card. I created a SD card using the steps in the SDK Guide calling the script mksdboot.sh. That finished properly and I plugged the bard into the EVM. I started up minicom and powered on the board and was unable to see any output from the board. I tried the same thing with connecting through Hyper Term under Windows and got the same results.
Is there a step that needs to be considered that I have overlooked?