Activity
From 03/19/2013 to 04/17/2013
04/17/2013
- LM 06:31 PM Software Development: RE: USB on the go speed
- Hi Mike,
It would be great if I can get a copy of your sample code! It would help tremendously if I can get close to 10MB/s transfer rates.
Thanks,
Lars - MW 05:03 PM Software Development: RE: USB on the go speed
- Hi Lars,
We have found that RNDIS has been very slow as well and we have not used the serial gadget, but I would suggest that using larger packet sizes will help. We have used the gadgetfs driver with a camera product here and were a... - Hi,
When I configure Linux (3.2.0+) to use the ethernet gadget with RNDIS support, I get poor data transfer speeds. With data packet sizes aligned to the Ethernet packet size, we typically find speeds in the order of 0.6MB/s. That is pe...
04/15/2013
- MW 08:54 PM Software Development: RE: release_2012-03-12.run install failed
- Check the "BSP Wiki Page":http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Board_Support_Package. You need to use bash instead of dash as your primary shell (check your link to /bin/sh). Instructions to fix that up ...
- Hello all,
I was failed when i tried to install release_2012-03-12.run,
my OS is Ubuntu 12.04,
it prints in the terminal as follow:
# sh release_2012-03-12.run
Verifying archive integrity... All good.
Uncompressing release_201... - JC 11:15 AM Software Development: RE: SATA not recognized
- Mary,
Thanks for the update. I have created a task to enable SATA by default for the next MDK release. It was set in the old 2.6 kernel but was missed in the 3.2 update. - MF 09:24 AM Software Development: RE: SATA not recognized
- I got it working.
I compared myconfig to the .config file in the MDK_2012-08-10 linux-davinci directory and they were the same. I was able to follow the directions for building a kernel in your wiki page. (Except that I built it fro...
04/11/2013
- MW 01:57 PM Software Development: RE: SATA not recognized
- I don't think you will need to rebuild DSPLINK or CMEM.
You should be able to take the myconfig and copy it to the .config.
In theory you could edit the myconfig, but generally it's better at that point to run menuconfig and select... - MF 01:36 PM Software Development: RE: SATA not recognized
- What's the best way to do that and change only that one feature?
I generated a config file from my kernel with the following command:
zcat config.gz > ~/myconfig
(See attached file)
Can this file be edited to make the required... - MW 11:54 AM Software Development: RE: SATA not recognized
- You need SATA_AHCI_PLATFORM set. You will need to rebuild the kernel.
-Mike
- MF 11:42 AM Software Development: RE: SATA not recognized
- Here's the result:
- JC 11:36 AM Software Development: RE: SATA not recognized
- Mary,
You can print the kernel config file by running:
_zcat /proc/config.gz _
You can then search the output:
_zcat /proc/config.gz | grep SATA_
- MF 11:24 AM Software Development: RE: SATA not recognized
- My colleague has another SATA drive and MityDSP board. He reports as follows:
"The drive comes up fine in Windows with the USB-SATA bridge, but no sign of it on the Mity DSP. We located an old, working SATA 1 drive and that one didn... - JC 10:51 AM Software Development: RE: SATA not recognized
- Mary,
There should be no reason that the drive isn't detected by Windows XP when using a USB to Sata adapter. Assuming you know the adapter works with other drives, it is possible the drive is bad. - MF 09:20 AM Software Development: RE: SATA not recognized
- I have tried the same SATA drive on a second MityDSP board as well as an older SATA drive. There are no "ata" messages in the boot log.
Could someone please respond?
Mary
04/10/2013
- Hi,
I've followed the instructions on http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Installing_Open_Embedded_Core. The last step failed with the messages below. This is all pretty new to me. Suggestions would be...
04/09/2013
- MC 02:02 PM Software Development: RE: GPIO interrupt in MityOMAP-L138F
- Hi Mike,
thanks for fast reply!
The best would be an example using an fpga gpio pin and an omap pin, just to test the possibilities.
Does the .tcf configuration file has a role in configuring the interrupt based on an fpga gpio p...
04/08/2013
- MW 01:07 PM Software Development: RE: GPIO interrupt in MityOMAP-L138F
- Are you trying to use a FPGA GPIO or an OMAP-L138 GPIO?
The DspGpio.h class should provide access to the OMAP-L138 GPIOs from the DSP. The DspFpgaGpio.h class should be used to access FPGA based GPIO modules. Both classes are derive... - Hello all,
I need to hook a HWI to a GPIO pin in a DSP application.
I have some questions:
1- Do your core library provide any class to do that? I see DspFpgaGpio.h and Gpio.h, but they lack a bit of documentation, and I can't find ... - FT 12:49 PM Software Development: RE: L138 - DSP Timer interrupt question ...
- Mike,
Thanks for information. Always very intressting. I am reading the Day2_AM training document.
Here our current system. We are using UPP to get data from FPGA. There is a block of data around each 17 ms.
Correct me if I am w... - Hello,
I am using Virtual Box and MityDSP-L138_SDK_2012_06_13.eva image.
When I following Start Guide instruction step by step.
(1) Install Gcc toolchain 4.5.4
(2) Update Eclipse CDT
But when I build HelloWorld Application I get ...
04/07/2013
- MW 07:53 AM Software Development: RE: L138 - DSP Timer interrupt question ...
- Check the "Interrupt Handling - Delayed Branch Latency" section of the Day2_AM training presentation located in our "MityDSP-67XX project files folder":http://support.criticallink.com/redmine/projects/dsp-products/files.
It's for the ...
04/04/2013
- FT 04:27 PM Software Development: RE: L138 - DSP Timer interrupt question ...
- Mike,
Can you add more details regarding this statement: _The DSP loop optimization can create large interrupt latency as well (which can cause missed interrupts on things like large memory copies by the CPU, etc)._
For example, ... - JC 11:43 AM Software Development: RE: MityDSP-L138F Failure to Boot and Cannot Reset
- Also feel free to look through the wiki http://support.criticallink.com/redmine/projects/arm9-platforms/wiki
- JC 11:40 AM Software Development: RE: MityDSP-L138F Failure to Boot and Cannot Reset
- The username for the modules should be _root_
04/03/2013
- MT 10:16 PM Software Development: RE: MityDSP-L138F Failure to Boot and Cannot Reset
- Hi,
Thank you so much for supporting.
For (1): At the first time. Now the board are running with null modem cable that is provided with the kit.
For (2): Yes, I am looking for the power good LED to flash?
Another question,
When... - MW 07:17 AM Software Development: RE: MityDSP-L138F Failure to Boot and Cannot Reset
- I am assuming these are out of the box Development kits?
For (1) the console UART, please ensure you are using the serial cable provided with the kit (I believe the board requires a null modem cable connection).
For (2), when you s... - CR 08:27 AM PCB Development: RE: Resistors in EMA signal and adress traces?
- Mike,
it's the L138-FX-225-RC Module. No FPGA.
I'm concerned about both kinds of traces.
Christian - MW 07:33 AM PCB Development: RE: Resistors in EMA signal and adress traces?
- Which part number? Specifically, does the module include an FPGA or not?
Which EMA traces are you concerned with, data lines, control, or both?
I do not believe there are any inline series resistors on the data or address lines.
... - Hi,
can anybody tell me if there are already resistors on the EMA-traces on the L138-Modul integrated? If yes, what are the values of them?
thanks,
Christian
04/02/2013
- Hello
I am using Industrial I/O board(80-000268RI-2 A) and 2 L138 board (L138-CG-225-RC ,L138-FG-225-RC).I got 2 issues:
(1) When I connect L138-CG-225-RC to Industrial I/O board. The Power Good LED lights up, and I can reset board, ...
03/28/2013
- Trying to install an intel 330 series SSD (60 Gb). I have a power brick for it and plugged that in. Connected to the SATA port (J503) and .... nothing. I saw the errata about Gen3 SATA drives, but there are no messages about atal or S...
03/26/2013
- MF 11:48 AM Software Development: RE: SPI NOR Flash memory map
- You are correct, Mike. The flash does have to be erased before writing. Here is a more fleshed out version of my code. It includes some checking for valid data before reading using a header, which others may not need but you get the id...
- MW 11:13 AM Software Development: RE: SPI NOR Flash memory map
- BTW:
It's not entirely clear to me if the write routine above will work properly. I don't know for sure, off-hand, if the driver is smart enough to do a FLASH erase prior to the write. And if it does, be aware that you will be erasi... - MW 11:11 AM Software Development: RE: SPI NOR Flash memory map
- The SPI partitions are defaulted in the board-mityomapl138.c file in arch/arm/mach-davinci in the spi_flash_partitions[] structure. This is where the kernel is getting these values.
If you want the partitions to show up right in MTD,... - FW 10:55 AM Software Development: RE: SPI NOR Flash memory map
- Please allow me to chime in with a similar question... I have "reorganized" the upper part of the spi nor flash on my mityDspL138 module as I have a Linux kernel that is larger than the original allocation. I have modified the uboot envi...
03/22/2013
- JT 03:13 PM Software Development: RE: Creating a Read-Only Filesystem
- I worked on it some more and ended up with a script with seven patch files that change it to a read-only filesystem. My plan is to setup a time delay relay that toggles the power to a board for a weekend test.
- MW 01:01 PM FPGA Development: RE: L138F - FPGA gets incorrect data from UPP
- Marek,
The UPP clocks may be sourced by either the FPGA or the OMAP-L138 based on your configuration requirements. If sourced by the OMAP-L138, you should be able to run the input clock to a DCM or a PLL and align the data-eyes on th... - Hello,
I have problem when trying to read data on UPP by FPGA (sent from OMAP - working with L138F, XC6SLX45, ISE WebPack 14.3). Data arrive corrupted. The reason might be latence on CLK when routed to clock tree via logic blocks in F...
03/20/2013
- JC 09:16 AM Software Development: RE: Creating a Read-Only Filesystem
- Jim,
Any luck? As far as I can tell that mount entry should work.