Project

General

Profile

Activity

From 09/24/2013 to 10/23/2013

10/23/2013

08:25 AM MityDSP-L138 (ARM9 Based Platforms) FPGA Development: RE: uPP receive issues
I have updated my source code
This is my *.ucf file
NET "o_upp_2xtxclk" LOC = "F4" | IOSTANDARD = LVCMOS18;
NET...
minh tung
08:03 AM MityDSP-L138 (ARM9 Based Platforms) FPGA Development: uPP receive issues
Hi,
I am using Upp to transfer data between FPGA and OMAP.
The data send from FPGA to OMAP is OK. But FPGA can not ...
minh tung

10/22/2013

11:42 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: VBACKUP Current Draw
Mark,
This change has been added to u-boot. The following branches have the fix:
* AM335XPSP_04.06.00.03
http...
Jonathan Cormier

10/19/2013

10:38 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: UPP acquisition issue
hi Greg,
Thanks a million for all the help, solved the issue finally. I did set the dma thread priority to 15 but ...
Preejith S P

10/18/2013

02:09 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: UPP acquisition issue
Hi Preejith,
First, in relation to the thread priority, 15 is the maximum priority for a task and 1 is the lowest...
Gregory Gluszek
10:12 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: UPP acquisition issue
hi Greg,
We tried both your suggestions but without success. First about the DMA thread priority, we tried setting...
Preejith S P
12:10 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Design examples
Right. After a little digging I figured out that QSYS does the heavy lifting of
configuring the protocol glue logic...
Rich Bagdazian
10:35 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: Design examples
I'm glad you're over the hurdle, Rich. We don't have a formal tutorial yet, other than the sample project included wi... Bob Duke
10:20 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: Moving rbf file from host to dev-board
Hi Rich,
You'll need to SCP the RBF over, I'm pretty sure FTP wasn't enabled by default. But I believe you will ne...
Daniel Vincelette
08:18 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
I did not try a ftp transfer. We have decided to do the transfer within our application, by connecting to a socket a... Mary Frantz

10/17/2013

06:29 PM MitySOM-5CSX Altera Cyclone V Software Development: Moving rbf file from host to dev-board
I have created a new rbf file with some custom logic added which I built using QSYS,
and converted from SOF format t...
Rich Bagdazian
06:26 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Design examples
Ok, I was able to build a system with a new component that I created in QSYS
and added some custom VHDL logic to for...
Rich Bagdazian
04:07 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
Mary what do you get from the ftp server? Jonathan Cormier
02:07 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: UPP acquisition issue
Hi Preejith,
In the code you attached the Channel A and Channel B DMA thread priorities are set to 9. These can b...
Gregory Gluszek
11:03 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: UPP acquisition issue
We have an application where a 14 bit ADC is wired to the UPP port via the FPGA. The application needs to perform tri... Preejith S P

10/16/2013

05:47 PM MitySOM-5CSX Altera Cyclone V Software Development: Design examples
Are there any tutorials on implementing custom logic on the Cyclone V FPGA
and then joining it with one of the inter...
Rich Bagdazian
05:43 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: sudo on xubuntu
Thanks Bob,
That did the trick.
I have another question, but I'll start another thread for it.
Rich Bagdazian
05:17 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: sudo on xubuntu
Hi Rich, please try the password "user" when using sudo.
-Bob
Bob Duke
04:36 PM MitySOM-5CSX Altera Cyclone V Software Development: sudo on xubuntu
I need to gain access to administrator level via sudo on the xubuntu release
that was issued with my MityARM-5CSX d...
Rich Bagdazian
09:48 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
I tried some tests as you suggested.
file size = 64 Mbytes
scp: 60 sec (using WinSCP)
sftp: 53 sec (using W...
Mary Frantz

10/14/2013

02:51 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
Note that all of my experiments have been on a mitydsp copying from nand and not sata. Jonathan Cormier
02:49 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
I built the latest busybox using instructions provided and ran the ftpd service as described below and got a transfer... Jonathan Cormier
02:28 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
TFTP is not very efficient depending on how it is configured. Michael Williamson
02:27 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
It might be easier to export the mitydsp filesystem via NFS or SAMBA and have windows access it directly.
Or hav...
Michael Williamson
02:23 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
I was able to transfer a 6MB file in about 13 seconds which is about 472 kB/s.
And the same transfer done over scp...
Jonathan Cormier
02:14 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
I switched to using the http://tftpd32.jounin.net/ program as the tftp server as I was unable to get the other one to... Jonathan Cormier
02:06 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
My guess is that windows firewall is blocking the connection. You should be able to google how to allow an inbound c... Jonathan Cormier
01:58 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
Trying the Solar Winds tftp server. Installed it, ran it.
On my target:
root@mityomap:/mnt/sata# tftp -p -l te...
Mary Frantz
01:53 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
Mary,
The angstrom distribution we use for our baseline does not include a TFTP server in its package repository. ...
Bob Duke
01:25 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
It is possible. But i would test the other direction first to see if you get the speeds your looking for.
-Jonathan
Jonathan Cormier
01:24 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
The Windows PC would be requesting the file. So, I think we want the som to be the server. Is this possible?
Mary
Mary Frantz
01:16 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: File transfer methods
Mary,
There should be a tftp dameon package available for this platform.
Which device will be triggering this...
Jonathan Cormier
12:31 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: File transfer methods
What is the most efficient file transfer method that this distro supports? We expect to generate very large files (u... Mary Frantz

10/11/2013

11:30 AM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: MityDSP-L138F LVDS lengths? .... (posted on behalf of a customer)
Hi Angela,
The following traces' length are reported from our tool.
Let us know if you need anything else. Than...
Zeng Liu
07:45 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: IndustrialIO board with Mity-DSP-L138F, No ETH PHY detected
One thing that sticks out..
you flashed the kernel to 0x100000 instead of 0x10000 (which is where you erased).
wh...
Tim Iskander
07:38 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: IndustrialIO board with Mity-DSP-L138F, No ETH PHY detected
I am using an IndustrialIO Rev 2B board with a Mity-DSP-L138FI-236-RL SOM in which uboot reports:
Resetting ethern...
edward lambert

10/10/2013

11:10 AM MityDSP-L138 (ARM9 Based Platforms) PCB Development: MityDSP-L138F LVDS lengths? .... (posted on behalf of a customer)
My company is using your MityDSP-L138F SoM in a research prototype. The design has a high speed LVDS bus to the Spart... Angela Newman
07:38 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: EMIFA write timing
Hi Steven,
Using a separate chip select (and adjusting the wait timings setup in u-Boot) should make this feasible...
Michael Williamson
12:52 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: EMIFA write timing
To read the THS1206 I need two chip selects, which can be the core cs and an address bit. Then I need a read pulse w... Steven Hill

10/09/2013

01:36 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: EMIFA write timing
Do you mean for the EMIFA from the OMAP-L138 or the signals from the EMIFA_iface.vhd module that CL provides?
I do...
Michael Williamson
12:58 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: EMIFA write timing
Is there a diagram for the EMIFA write timing like the one in the wiki for read timing? I am having some problems im... Steven Hill

10/08/2013

06:04 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: UPP "start" signal ignored in receive mode?
FYI, for anyone reading this in the future:
The root of the problem was that the FPGA was sending longer or shorte...
Stewart Cobb
04:12 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
You bring up a very good point. If you are only moving 16 words every 4us, the overhead to setup the DMA may be too ... David Rice
04:09 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
By the way, David and Mike, thanks for the information on the cache functions. When I insert them into my example, I... Steven Hill
03:52 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
Thanks, David for all that information - as you can tell I am not very experienced in DSP programming. I hope you wo... Steven Hill
03:19 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
The QDMA can be used for just about anything the EDMA can be used for, in terms of transfers, but it can't be trigger... David Rice
01:30 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
First to David Rice: This test was just meant to get me started - ultimately I want to transfer 16 bit words from ext... Steven Hill
01:20 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
Hello Steven,
Is it possible that you need to invalidate your cache prior to validating the transfer has completed...
Michael Williamson
01:01 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Can't get DMA using low level driver working on DSP
Hi Steven,
I looked briefly at your code and nothing jumped out at me...
I am the one who developed Critical Li...
David Rice
12:30 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: Can't get DMA using low level driver working on DSP
I desperately need some help here. I have been trying for 3 days to get DMA working on the DSP. I have attached a C... Steven Hill

10/07/2013

08:00 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: GPIO sharing between ARM and DSP
Hi Steven,
We don't have any partitioning schemes in place, as it is very application specific. In fact, we don't...
Michael Williamson

10/06/2013

01:28 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DSP DMA crashes Linux
I too am having a lot of trouble implementing EDMA on the DSP using LLD. But I don't understand Lars' last post. As... Steven Hill

10/05/2013

02:28 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: GPIO sharing between ARM and DSP
According to the information in this link:
http://e2e.ti.com/support/embedded/linux/f/354/t/47756.aspx
the linu...
Steven Hill

09/30/2013

12:36 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DSP GPIO interrupts (No-FPGA)
Hello Steven,
1. It is highly recommended to set the pins up in a matter you want to use them. The processor may b...
Rafał Krawczyk
07:09 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: watchdog causes strange side effects
Ah, OK.
There is a "post on TI's E2E site":http://e2e.ti.com/support/embedded/bios/f/355/t/74121.aspx that talks...
Michael Williamson
06:44 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: watchdog causes strange side effects
Got some more insight. When I start kicking the watchdog, the dspbios function TSK_sleep() fails (sleeps forever). It... stephan berner

09/29/2013

04:24 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: watchdog causes strange side effects
Thanks for the fast reply !
Model #:L138-FI-381RL-3B
/proc/config.gz attached
Further debugging revealed that ...
stephan berner
07:53 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: watchdog causes strange side effects
Is it possible the watchdog is firing before you kick it? How much margin do you have between the kick and the confi... Michael Williamson
07:51 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: watchdog causes strange side effects
None come to mind right away....
What model number SOM are you using?
What version of the kernel are you using,...
Michael Williamson
03:01 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Audioexample with DSP-ARM-Communication
Hej Mike,
if your support is for DSPBios and DSPLink and there is no much overhead, then I will stick to that.
...
Benedikt K.
09:09 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Audioexample with DSP-ARM-Communication
DSPBIOS (or SYSBIOS) does not introduce much overhead, it should be fine for you application. If you need to, you co... Michael Williamson

09/28/2013

05:05 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: watchdog causes strange side effects
Hi,
I am having a lot of problems with the watchdog.
1) After kicking it for several minutes, a kernel panic o...
stephan berner

09/27/2013

01:36 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Debugging in CCSv5 using GDB
I followed option 2, and now have GDB working. I did a lot of searching on the net, and it seems that the issue with... Steven Hill

09/26/2013

11:59 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: SATA Interface R/W Performance
Check this page from TI.
http://processors.wiki.ti.com/index.php/DaVinci_PSP_03.21.00.04_Device_Driver_Features_an...
Michael Williamson
11:30 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: SATA Interface R/W Performance
Hi There,
Do you have any read/write performance figures for the SATA interface on the MityDSP/Industrial I/O
boa...
Craig Little

09/25/2013

04:41 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: GPIO in linux
I looked at that file, and the array includes all the Bank 0 pins, so they all should be acting as GPIO - but accordi... Steven Hill
03:44 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: GPIO in linux
You will need to edit the baseboard file you are using and rebuild the linux kernel. For instance, the industrial IO ... Dominic Giambo
03:09 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: GPIO in linux
How do you set pinmux values in linux? Steven Hill
02:41 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: GPIO in linux
Make sure that the pinmux is set correctly so that GPIO0 functions as a GPIO.
\Greg
Gregory Gluszek
02:34 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: GPIO in linux
I want to use GPIO pins in my application. Doing the following:... Steven Hill
 

Also available in: Atom

Go to top
Add picture from clipboard (Maximum size: 1 GB)