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 was trying to follow the instructions described in this forum post: https://e2e.ti.com/support/processors-group/processors/f/791/t/1135633, but I couldn’t get past the installation of the .bin
file.
I’m currently using a K2G EVM and was trying to perform some peripheral tests, but there is very little documentation available.
If anyone has experience with this board/processor, I’d appreciate your help.
Hi,
What did you mean by the .bin file? Was it the CCS installer?
Thanks,
Jianzhong
I was following a step by step for running GPIO examples for the EVMK2G, and it said that i had to install the processor in my computer, that installer was a bin file, I attached the link in my original question... Did you manage to use this board with CCS?... if so, I'd thank you to guide me with the process, I've been stuck with this for two weeks and all I want to do is a audio bypass (use a microphone line in, and listen to it form the line out).
Thanks,
Diego
Did you mean you were having troubles installing ti-processor-sdk-linux-k2g-evm-06.03.00.106-Linux-x86-Install.bin to your Linux PC?
If you want to use the PDK example as suggested by the FAQ, you should download the PROCESSOR-SDK-RTOS-K2G from: www.ti.com/.../PROCESSOR-SDK-K2G
That's the processor I downloaded, but I still can't use the board from CCS, there are missing "packages" (I don't know if that's the correct word) such as keystone II.
Just to clarify what I'm trying to do, I need to use the board for DSP of audio signals.
Thanks for all your help, and I'm sorry if I don't explain myself clearly... I'm new to this and English isn't my main language
Did you install the latest CCS? Please try an earlier version which was tested with the K2G PDK: https://www.ti.com/tool/download/CCSTUDIO/9.3.0.00012.
If you still run into problems, please upload the errors and we'll get the CCS team to help you.
Thanks, I've installed now the 9.3 version and solved the missing packages problem, but I still can't install the processor https://www.ti.com/tool/PROCESSOR-SDK-K2G#downloads, I'm starting to think that it's the version of Ubuntu that I'm using.. currently I'm using Ubuntu 20.04. One question, once I've executed the bin file, the next step is to run in terminal ./setup.sh, right?
Please try Ubuntu 18.04. After you install the SDK, you can follow the FAQ that you referred and run the scripts to create the CCS example projects. The only exception is the FAQ was written for Windows and you'll need to run the corresponding Linux .sh scripts.
Thanks, downgrading my Ubuntu version allowed me to install the processor correctly... the last question I have, is what other configurations should I do to bare-metal configuring this board? I haven't found other forum post about it.
I really appreciate your help so far.