Activity
From 10/28/2011 to 11/26/2011
11/21/2011
- 12:50 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: use of stl vector class on DSP side of OMAP-L138
- 6.1.9 is *really* old, Rich. Last time I checked, we are using at least 6.1.19 here. You might consider checking th...
- 12:21 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: use of stl vector class on DSP side of OMAP-L138
- Hi Mike,
At the moment I'm using the 6.1.9 toolchain hosted on the PC side through CC v3.3
I'm primarily vectorin... - 12:03 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: use of stl vector class on DSP side of OMAP-L138
- Hi Richard,
What version of the code gen tools are you using? If it's an older chain, TI may have already found/f...
Has anyone used the standard template library vector class on the DSP side of the OMAP-L138?
I have a large memo...
11/15/2011
- 03:30 PM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- Yes, it works (thanks):...
- 03:24 PM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- Mark,
I probably should have used O_RDWR instead of O_RDONLY. I am surprised it worked with just O_RDONLY.
The ... - 03:17 PM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- Interesting. We were using Qnx's demo which uses DCMD_I2C_RECV rather than DCMD_I2C_SENDRECV so that was part of the...
- 01:27 PM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- I am attaching a test program that was used on a board to read the factory config information using i2c0.
The outp... - 11:18 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DSPLink kernel driver
- Are you passing the CROSS_COMPILE=arm-angstrom-linux-gnueabi- declaration to the make as well?
-Mike
- 10:11 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DSPLink kernel driver
- Hi,
I have just rebuilt the kernel module, and I have just spotted that the build issues a warning:
Building ke... - 08:33 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DSPLink kernel driver
- Hmm...
Are you using the same build of the kernel (e.g., the same .config file) as the one that is running?
Did... - Hi,
I have built dsplinkk.ko using the instructions on the wiki. Modinfo reports:
modinfo dsplinkk.ko
filen...
11/14/2011
- 05:13 PM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- Can you try to get the sample program that the qnx engineer used?
Thanks.
- 09:47 AM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- An engineer from QNX hooked a scope to I2C0 lines on their EVM board and sent the sendrecv command. They were able to...
11/11/2011
- 03:04 PM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- IFor what it is worth, it should be noted that the i2c accesses in the startup code and in the i2c_get utility are do...
- 04:13 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang
- Hi,
That did it !
I now have a working kernel, that I have built. Onward now to getting the DSP stuff to work ...
11/10/2011
- 11:23 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: L138 UART and DSP
- Hi Andrew,
With the MityDSP-L138F, you have two options for UARTs: you can use one of the three UARTS provided on... - Hi,
For the project that I am currently engaged in we have a remote ADC device that feeds data down a fibre optic ... - 10:14 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang
- Note the change to the _defconfig file, BTW. (industrialio_defconfig, not mityomapl138_defconfig).
- 10:02 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang
- Ok,
Sorry guys. I need to update the instructions on that page. The devel branch is no longer maintained, and yo... - 10:02 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang
- Hi,
I built the kernel as per the instructions here: http://support.criticallink.com/redmine/projects/arm9-platfor... - 09:58 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang
- Mike -
Andrew provided this information to me prior to posting on the forum:
I built a kernel, following the ... - 09:48 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang
- Hi Andrew,
Can you please identify where you got the kernel (is it from support.criticallink.com, arago, the TI PS... - Hi,
I have a MityDSPL138 in the industrial IO board. I have built a new kernel, (2.6.34-rc1) It hangs when I try ...
11/04/2011
- 02:12 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang Anomaly
- Mike,
The new boards boot with the 2011-08-01 uImage. I still need to check if this image is backwards compatible...
11/03/2011
- 02:08 PM ARM9 Based QNX Platforms Software Development: RE: FPGA Driver
- I have posted a new BSP which has a fixed FPGA driver and fix to the timer routines so the clock period can be change...
- 11:16 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang Anomaly
- Hi Dave,
I think you might want to use the uImage located in the release_2011-08-01.run file under MDK_2011-08-01/...
11/02/2011
- 11:32 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang Anomaly
- Mike,
Thanks for your fast response. The requested information is listed below.
Dave
>>>>>>>>>>>>>> 1. Comp... - 07:27 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang Anomaly
- Hi Dave,
Can you please post the complete text of the boot attempt, from the start of power up to the hang?
Als...
11/01/2011
- 08:51 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Kernel Hang Anomaly
- Hi David -
I'll let the technical team address the hang. But just wanted to let you know that modules are shipped... - We recently received MityDSP boards containing u-boot but don't have Linux installed. Note that MityDSP product conf...
- 09:12 AM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- Mark,
I2C0 is not something that needs to be turned on. It is used internally in the startup code to read configur... - 09:00 AM ARM9 Based QNX Platforms Software Development: RE: OMAP I2C
- It looks like neither I2C driver is started by default.
We are trying to use I2C0
There is an error generated if we...
10/28/2011
- 04:59 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Is there an Embedded Linux USB-Serial device driver in the kernel?
- The Serial Gadget device is exactly what I am trying to do. thanks for the link, I will post how this goes.
Mike - 02:44 PM ARM9 Based QNX Platforms Software Development: RE: FPGA Driver
- Mark,
The files under /dev/fpga are not intended to be executed. They are intended to be opened and then read from... - 02:27 PM ARM9 Based QNX Platforms Software Development: RE: FPGA Driver
- Tried that - now I'm having a very strange, possibly unrelated problem where the files created under /dev/fpga are cr...
- 10:57 AM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: Adding a SPI peripheral through J700 on industrialIO board
- My take on that is the same. I'll need to check as to why those signals were brought to both connectors. I'll doubl...
- 10:45 AM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: Adding a SPI peripheral through J700 on industrialIO board
- OK great, thanks. I will start another thread if I have any problems configuring the software. The schematic I have ...
- 10:05 AM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: Adding a SPI peripheral through J700 on industrialIO board
- The GP0[] nets on J700 should also be usable for chip selects.
-Mike
- 10:04 AM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: Adding a SPI peripheral through J700 on industrialIO board
- Hi Mike,
The SPI drivers support using a regular OMAP GPIO for a chip select to gang up multiple devices on a SPI ... - Hi,
We are designing a underboard that will have additional peripherals attached to the industrialio board throug...
Also available in: Atom
Go to top