Where can I get this product?
I can`t find it at the downloads page.
Everything I found was a wiki :
http://processors.wiki.ti.com/index.php/SysLink_UserGuide
and
http://processors.wiki.ti.com/index.php/SysLink_MigrationGuide
Thank you!
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.
Where can I get this product?
I can`t find it at the downloads page.
Everything I found was a wiki :
http://processors.wiki.ti.com/index.php/SysLink_UserGuide
and
http://processors.wiki.ti.com/index.php/SysLink_MigrationGuide
Thank you!
What platform and device are you using?
What OS's are you using on each core?
What tools are you using?
What are the versions of the OS's and tools?
It would help to know your use case in addition to David's questions in earlier post.
SysLink can be downloaded from the link at http://software-dl.ti.com/dsps/dsps_public_sw/SysLink/index.html
We have started creating a support infrastructure at http://processors.wiki.ti.com/index.php/Category:SysLink
Deepali
>>What platform and device are you using?
I use my own platform, but it`s very similar to OMAPL137EVM
>>What OS's are you using on each core?
DSP - SYS/BIOS ver 6.30.02.42
ARM - Monta Vista linux
>>What tools are you using?
>>What are the versions of the OS's and tools?
for DSP
ipc_1_21_02_23
ndk_2_20_00_19
xdctools_3_20_03_63
CCS v4.2.0.10012
cgtools c6000 v7.0.3
for ARM
Ubuntu linux & codesourcery g++ toolchain
Thank you!
Hello again!
I have some questions about SysLink implementation.
I used to develop DSP-side applications with the CCSv4.2.
How can I link RTOS-side of DSPLink to my application?
Can I add DSPLink to RTSC products list of the CCS?
In my design I want to use the unusual scheme of bootloading.
When DSP is boot and ready I copy U-Boot to the SDRAM and set the reset vector of the ARM to the beginning of uboot.bin
So while DSP is already running, ARM is still booting.
When ARM is ready it sends notify message to the dsp with the RingIO or MessageQ transport.
Does this scheme workable?
Yuriy
SysLink is next generation of DSPLink. See here for details
SysLink supports OMAPL137 with open source Linux kernel. You need to refer to the documentation for the Linux kernel and RTOS versions (XDC/ IPC/ Sys/Bios)
You can link RTOS side generated library to your CCS build.
Deepali