Hi,
Has anyone used or C6Run CCS5 to build programs for the DSP and arm processor of Beagleboard?
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.
Hi,
Has anyone used or C6Run CCS5 to build programs for the DSP and arm processor of Beagleboard?
Hi Maurizio,
The C6EZRun and CCS5 are widely used compiling tools and you can build programs for the DSP and arm processor of Beagleboard. You can read about them on the following links:
http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5
http://www.ti.com/tool/c6run-dsparmtool
BR
Tsvetolin Shulev
Hi Cvetolin,
Thank you for your response. Currently on my BeagleBoard I installed ubuntu linux. If I wanted to use C6EZRun install it directly on the BeagleBoard or other linux pc on which cross-compiling programs and then I transfer the executables on the BeagleBoard?
Hi Maurizio,
One cross compiler recommended by TI is the Code Sourcery toolchain. You can download it from the following link:
http://processors.wiki.ti.com/index.php/Installing_CodeSourcery_Toolchain
Hi Cvetolin,
This is enough to build programs having as target the BeagleBoard DSP or processor arm of beagleboard xm?
Basically I want to create a program in C ( like FFT) , compile it and run it on the same DSP and run on ARM and see the differences in performance.
CodeSourcery is sufficient for my purpose?
Regards
Maurizio
Hi Tsvetolin,
I'm following the guide at this link:
http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run_On_Beagleboard
but can not find where to make the download the package C6Run indicates this line:
/usr/local/angstrom/arm$ tar xzf C6Run_x_yy_zz_ww.tar.gz
Where I download C6Run?
Thanks
If you still want to use the C6Run tool, you can find the downloads here:
https://gforge.ti.com/gf/project/dspeasy/frs/
Regards, Daniel
Thanks Daniel,
I'm by executing the steps to prepare the compilation for BeagleBoard but I'm having problems with the command "bitbake base-image console-image".
The lead after 33 minutes gives me 2 errors.
This step without errors should create me a base console root filesystem and binary bootloader and kernel images in the /setup-scripts/build/tmp-angstrom_2008_1/deploy/glibc/images/beagleboard directory . I have /setup-scripts/build/tmp-angstrom_v2012_05-eglibc/cache and other log files with errors but not the folder "..deploy/glibc/images/beagleboard" .
Once created these files in the directory that indicates the guide should replace them with those of my card with the Angstrom system already bootable and running and then continued with the preparation of my host computer with the installation of TI C6000 Code Generation tools and C6Run.
Can you help me for that mistake that I have with the command bitbake?
Regards
Maurizio