Activity
From 07/20/2018 to 08/18/2018
08/18/2018
- TR 05:38 PM Software Development: RE: Yocto MDK Status
- Hi, So in the building of the yocto-archive it seems to get pretty far until these errors appear
ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to wanda.syr.critical...
08/15/2018
- YY 01:55 PM Software Development: RE: Change data between ARM & DSP cores, undefined behaviour
- Gregory Gluszek wrote:
> My guess is that the system is running out of DSPLink buffers. I would recommend checking return codes for functions such as GetBuffer(). GetBuffer() will return a NULL pointer if it cannot obtain a new buffer. ...
08/14/2018
- GG 02:59 PM Software Development: RE: Change data between ARM & DSP cores, undefined behaviour
- My guess is that the system is running out of DSPLink buffers. I would recommend checking return codes for functions such as GetBuffer(). GetBuffer() will return a NULL pointer if it cannot obtain a new buffer.
Thanks,
\Greg - YY 04:35 AM Software Development: RE: Change data between ARM & DSP cores, undefined behaviour
- After N-iterations I get an errors:
08/13/2018
- JC 07:07 PM Software Development: RE: Change data between ARM & DSP cores, undefined behaviour
- > They often fail. How to fix it?
Could you clarify what you mean about it failing often? Error messages? What does failure mean? - Hello!
I have MityDSP OMAPL-138F, version linux kernel - 3.2, version dsplink 1.65 (from MDK-2012-03-2012), pc Ubuntu-14.04.05 LTS. ARM & DSP clock freq - 300MHz.
I want to establish a continuous exchange of data between two cores ...
08/10/2018
- AK 08:00 PM Software Development: RE: Yocto MDK Status
- The yocto-archive contains all of the necessary files to build the MDK (with the exception of the missing file).
I'm working on adding the @.templateconf@ to the archive for future releases. In the mean time, the contents of the file ... - TR 02:52 AM Software Development: RE: Yocto MDK Status
- Thanks, Aidan. that's helpful. I still had a number of errors, but they may be related to other items here that are not setup properly.
So I'd like to ask a few general setup questions, following the general yocto install instruction... - TR 05:21 PM Software Development: RE: Building DspHelloWorld MDK 2018
- Greg, thanks... So the other option (assuming untested) would be to rebuild DSPlink libs with the XDC Tools version on the CCS v7.3? regs, Tom
- GG 03:17 PM Software Development: RE: Building DspHelloWorld MDK 2018
- Hi Tom,
I believe the DSP MDK core library you are linking against was built with Code Composer 6.1. I would recommend using CCS v6.1 to build the DSP Hello World application.
Thanks,
\Greg - Hi,
I'm setting up a native Ubuntu 16.04 hosted machine for the MDK 2018. CCS v7.3 is installed with the recommended tools and have followed these instructions.
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/...
08/09/2018
- AK 01:07 PM Software Development: RE: Yocto MDK Status
- Hi Tom,
From your error message it looks like @CL_SOURCE_GIT_HOST@ and @CL_SOURCE_GIT_PATH@ aren't defined. These variables are defined in Critical Link's Yocto distro, @cl-systemd@.
Since you're building for the MityDSP-L138 you s... - TR 02:18 AM Software Development: RE: Yocto MDK Status
- I have successfully built Yocto core, however when I try to build meta-criticallink I get the following error. Any help would be appreciated.
======
rurisond@skyskip-minidell:/export/software/mitydsp/sources/poky/yocto-archive$ bitba...
08/08/2018
- TR 01:20 AM Software Development: RE: Yocto MDK Status
- Following up here... I basically had to update the CC assignment in the Makefile so it could find --sysroot, now it builds correctly. Are these Makefile mods expected or have I missed an MDK setup step somewhere? Please advise, thanks
08/07/2018
- TR 05:34 PM Software Development: RE: Yocto MDK Status
- Hi,
I pulled over my kernel sources and it builds. Next I am attempting to build some of the 2018 MDK examples. Running into things like ${MDK} was not set, path issues, etc. So beyond installing the MDK and sourcing this file (below)... - GG 02:54 PM Software Development: RE: Yocto MDK Status
- Hi Tom,
The 3.2 branch you are following is the one to track for our latest updates for the L138 platform.
Thanks,
\Greg - TR 05:15 AM Software Development: RE: Yocto MDK Status
- Hi,
So I've been using the following kernel and have a number of changes.
On branch mitydsp-linux-v3.2
According to the git log this was the last commit
commit ce5d9bb2f9a2405a6321e3603e0c5dcaf9f47d6b
Author: Gregory Glusz...
08/02/2018
- JC 01:38 PM Software Development: RE: Yocto MDK Status
- It was built on Ubuntu 16.04
- TR 12:05 AM Software Development: RE: Yocto MDK Status
- Hi Bob, Thanks, BTW, what version of Ubuntu are you hosting the 2018.04 Yocto-based MDK on? Regs, Tom
08/01/2018
- BD 01:54 PM Software Development: RE: Yocto MDK Status
- Hi Tom,
We've released some Yocto-based MDKs under the "Files":https://support.criticallink.com/redmine/projects/arm9-platforms/files tab. The latest is 2018.04. We don't have full documentation for creating your own Yocto-based MDK ... - Ok, looks like it may be the appropriate time for us here to cut over to the Yocto MDK. We've been on the MDK_2014-01-13 but the filesystem limitations are starting to hold us back. We've done a significant amount of kernel work integrat...