Hi,
I'm following along this video: https://www.ti.com/video/5768885091001 on building the SDK for my k2g-evm.
When running the following command:
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-06.03.00.106-config.txt
The part when it needs to clone meta-processor-sdk from arago-project.org hangs forever, since the domain was switched to some other place:
cloning repo meta-processor-sdk Cloning into '/home/mgui/yocto/tisdk/sources/meta-processor-sdk'... fatal: unable to access 'http://arago-project.org/git/projects/meta-processor-sdk.git/': Failed to connect to arago-project.org port 80: Connection refused git failed... remaining attempts: 4 sleeping 15 seconds
The problem is that from https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-K2G 06.03.00.106 is the latest version for my evm.
I tried using a more recent configuration file, but then no recipes are provided for k2g-evm.
I'm using an ubuntu 18.04 host machine.
Is the k2g-evm still actively supported for building the SDK? I tried the demo SDK but for our needs we would need something closer to the yocto framework.
What is the most up-to-date way to build a linux image for this board?
Thanks