Project

General

Profile

Activity

From 10/21/2017 to 11/19/2017

11/15/2017

GG 10:36 PM Software Development: RE: creating a new rootfilesystem
Hi Tom,
The quickest and easiest path to customizing a root file system is to start from the file system images included in the MDK under the "fs" directory. The mityomap-base file system is a minimal file system image that you can b...
Gregory Gluszek
TR 10:08 PM Software Development: creating a new rootfilesystem
We are using an L138 with MDK 2014, using kernel 3.2.0 we have a need to create a rootfilesystem. I found a few links
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Board_Support_Package
this references sw/A...
Tom Riddle
JC 10:27 PM Software Development: RE: MityDSP L138 DSP Timer
OSCIN is driven by a 24Mhz oscillator.
!oscin.png!
Jonathan Cormier

11/13/2017

VV 10:40 PM Software Development: MityDSP L138 DSP Timer
Hi,
I am trying to utilize the Timer peripherals from the DSP side via Syslink, and I have a couple of questions/issues, causing my timers to not run.
What is the clock source for the timers? From the data sheets it says when inte...
Vibhakar Vemulapati

11/09/2017

04:52 AM Software Development: RE: SysLink Configuration
Thanks, Mike,
That clarified things.
Regarding my earlier question, "this forum thread":https://e2e.ti.com/support/embedded/tirtos/f/355/t/440203 has the answer, in case someone else needs it.
> The SysLink examples are provided t...
Okan Çalış

11/08/2017

MW 12:18 PM Software Development: RE: SysLink Configuration
We added minimal support for Starterware for a couple of specific customers that insisted on using it. In those cases, they were not really running multicore. They wanted to either run bare-metal ARM or bare-metal DSP code (not both). ... Michael Williamson
04:59 AM Software Development: RE: SysLink Configuration
Hi, Jonathan,
I understand that you do not support SysLink, and using your MDK for ARM-DSP communication is very easy for me, too, given the complexity of SysLink examples and the E2E forum's reluctance to respond to my questions.
...
Okan Çalış

11/07/2017

JC 07:45 PM Software Development: RE: SysLink Configuration
Hi Okan,
We currently do not support SysLink in the capacity needed to answer your most recent questions. We recommend pursuing your project using our MDK (which utilizes DSPLink instead of SysLink), as we are more able to provide sup...
Jonathan Cormier
01:34 PM Software Development: RE: SysLink Configuration
Hi,
Since I managed to run the example executables in MityDsp last week, I've been trying to modify the codes and understand how it works, but I couldn't even compile any of them yet.
The TI wiki has a "Creating CCS Project for Sys...
Okan Çalış

10/31/2017

JC 01:27 PM Software Development: RE: SysLink Configuration
Thanks for the update. Glad you found the problem. Jonathan Cormier
05:59 AM Software Development: RE: SysLink Configuration
Hi,
I was just about to build a new kernel to set @earlyprintk@, then I realized my @bootargs@ were missing @0x@ prefixes. I fixed it and the kernel now boots. _(Oddly, I never used @0x@ in my other U-Boot commands and I never ran int...
Okan Çalış

10/30/2017

JC 01:48 PM Software Development: RE: SysLink Configuration
Okan Çalış wrote:
> "This TI wiki page":http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Booting_Linux says that the boot parameter must be incorrect, but I don't know how to fix it. What's the difference between the m...
Jonathan Cormier
11:17 AM Software Development: SysLink Configuration
Hi,
I'm working on a MityDsp-L138F SoM, with the ARM running Linux. So far, I've managed to make the ARM and DSP cores communicate through Critical Link's wrapper functions for DspLink. But my problem is that DspLink does not support ...
Okan Çalış

10/26/2017

05:39 AM Software Development: RE: Setting the ARM as a USB bulk device
Michael Williamson wrote:
> That is reasonable. Using large transfers and Async IO, we were able to get up to 14 MB/sec with the camera application. But 5 MB/sec sounds OK for a nominal transfer scenario.
> ...
Actually, the project ...
Okan Çalış
04:58 AM Software Development: RE: Setting the ARM as a USB bulk device
Thank you. Okan Çalış

10/25/2017

TR 06:49 PM Software Development: RE: Using SigProc Example
Hi, So we're in the process of integrating an external audio codec. We would like to get to the point of running FFTs on those acquired signals. I've reviewed the SDR uPP application and the FFT performance analysis papers but there are ... Tom Riddle
MW 04:57 PM Software Development: RE: Using SigProc Example
What are you trying to do? Michael Williamson
TR 04:41 PM Software Development: Using SigProc Example
Hi,
So I was able to import and rebuild the SigProc lib example in the MDK-2014 /sw/DSP/lib/SigProc using CCS v5 on windows, plan to move that over to CCS in Linux.
Are there any simple examples available or documentation for how ...
Tom Riddle
MW 01:17 PM Software Development: RE: Setting the ARM as a USB bulk device
That is reasonable. Using large transfers and Async IO, we were able to get up to 14 MB/sec with the camera application. But 5 MB/sec sounds OK for a nominal transfer scenario.
I guess the question is if that is acceptable for your ...
Michael Williamson
JC 01:00 PM Software Development: RE: Setting the ARM as a USB bulk device
Looking at some of the speed tests we ran with RNDIS, we were seeing about 10Mb/s or ~1.25 MB/s. So you results seem pretty good in comparison. Jonathan Cormier
05:22 AM Software Development: RE: Setting the ARM as a USB bulk device
Hi, Jonathan and Mike,
Thanks for your help.
With the @usb.c@ code in "Linux-USB.org,":http://www.linux-usb.org/gadget/ I managed to send and receive bulk data using @GadgetFS@ last week. I modified the code to solve some minor pro...
Okan Çalış

10/24/2017

JC 03:30 PM Software Development: RE: Updating devkit to latest MDK tfpt issue
Jorden Luke wrote:
> I figured it out by doing the config. The VM has two eth interfaces. I was using eth1 when I switch to eth0 it worked fine.
Awesome thanks for the update.
Jonathan Cormier
JL 03:30 PM Software Development: RE: Updating devkit to latest MDK tfpt issue
I figured it out by doing the config. The VM has two eth interfaces. I was using eth1 when I switch to eth0 it worked fine.
Jorden Luke
JC 03:13 PM Software Development: RE: Updating devkit to latest MDK tfpt issue
Certainly seems like the transfer is somehow being interrupted.
How is the L138 connected to your computer's network?
Direct cross-over cable or through a network switch? How much traffic on the network switch if applicable?
Do...
Jonathan Cormier
JL 02:53 PM Software Development: Updating devkit to latest MDK tftp issue
Hello I am new to the embedded linux world. I don't have too much experience with loading kernels using Uboot and tfpt. I was working on updating a MityDSP L138F to latest kernel. I followed the instructions in the wiki but once I ran th... Jorden Luke

10/23/2017

TR 09:50 PM Software Development: RE: Configuring MityDSP for 256MB DRAM
Hi, Just a FYI, since 32MB was allocated for the DSP, passing mem=224MB in bootargs seems to work now. Thanks, Tom Tom Riddle
JC 05:01 PM Software Development: RE: MityDSP L138, using UART1 from the DSP
You can probably modify the enabled_uarts line in the board-mityomapl138.c file to not initialize UART1.
board-mityomapl138.c
Jonathan Cormier

10/22/2017

VV 02:27 PM Software Development: MityDSP L138, using UART1 from the DSP
Hi,
I am trying to communicate using the UART1 from the DSP directly. Currently the ARM core uses the UART1, and I don't have access to the other UART pins. Is there a procedure that I need to follow to shutdown the UART on the ARM, s...
Vibhakar Vemulapati
 

Also available in: Atom