Tagged Questions
OMAP is a product line of "system on chips" developed by Texas Instruments.
6
votes
6answers
1k views
Is time.h clock() broken on my hardware?
I try to measure the clock cyles needed to execute a piece of code on the TMS32064x+ DSP that comes with the OMAP ZOOM 3430 MDK. I look at the "Programmer's Guide" of the DSP chip and it says that the ...
5
votes
5answers
2k views
Aligned and unaligned memory accesses?
What is the difference between aligned and unaligned memory access?
I work on an TMS320C64x DSP, and I want to use the intrinsic functions (C functions for assembly instructions) and it has
ushort ...
5
votes
3answers
3k views
How to use DSP to speed-up a code on OMAP?
I'm working on a video codec for OMAP3430. I already have code written in C++, and I try to modify/port certain parts of it to take advantage of the DSP (the SDK (OMAP ZOOM3430 SDK) I have has an ...
2
votes
1answer
366 views
Intel atom or ARM for heavy Signal processing workload
I would like to know which is a better (in performance) option :
To get a Intel Dual core atom based board
To get a Arm cortex A9 based board (pandaboard etc)
I would like to run some light ...
1
vote
1answer
394 views
OMAP 3530: How fast can I toggle an IO?
I am putting together an application for OMAP 3530 SoC. This application will run some user interface code on embedded linux and invoke waveform generation code on the DSP. The DSP and Linux sides ...
1
vote
2answers
160 views
Porting PC video codec onto mobile environments?
I work on the task of porting a video codec written to perform on a PC, onto a mobile platform (in my case OMAP3430 MDK). Though my question is not related to a specific platform or language.
I ask ...
0
votes
2answers
97 views
Connecting Android Development Board to Ubuntu 11.04
I recently Received a development Boardf from TI Which is running Android on OMAP 3621 and i am trying to connect it to my machine through USB. The Board says Connected in Debugging Mode.
...
0
votes
0answers
123 views
OpenKinect callback function very slow
I'm currently working with a Kinect on a PandaBoard (OMAP4, dual core x 1GHz). I have noticed a very strange thing happening, namely the callback function from the openKinect framework is being called ...
0
votes
0answers
62 views
How to use ExFat on Linux/Omap
I would like to use a USB stick with a Beagleboard and I am not sure what file system to pick.
Is there a exfat driver for omap?
The stick should work on Linux, Mac and maybe Win.
Any ideas?
Edit: ...
0
votes
1answer
136 views
How does a V4L2 video capture driver knows where the stream is coming from
I need to write a driver that receives 24-bit RGB input and put it on the display (either by 3rd party app as mplayer, or by dumping it to the fame buffer, it is not important at the moment)
The ...
0
votes
0answers
107 views
Cross compilation of OpenAL or SFML on ARM9
I'm writting this post to know how to cross compile audio librairie (OpenAL or SFML) with Codesourcery.
I would like to load a C++ program using those librairies on the ARM9 processor of an OMAP ...
0
votes
1answer
285 views
OMAP: Building and installing ltrace
Anyone know where I can find instructions for cross compiling ltrace for the OMAP processor? I downloaded ltrace_0.5.3.orig.tar.gz from here, and tried cross compiling by passing the approriate ...
0
votes
1answer
365 views
omap3 gpmc config in linux
Is it possible to change configuration of a OMAP3 gpmc after boot-up on linux? I am writing a driver for a device that use the OMAP3 gpmc bus. We would prefer to be able to load the driver only when ...
0
votes
1answer
430 views
Is it possible to access OpenGL ES 2.0 texture memory directly on an embedded platform?
I'm working on some GP-GPU code on an OMAP 3530-based platform and I'm being stymied by the lack of a glGetTexImage function in openGL ES 2.0. Since the platform uses integrated memory for the GPU, I ...
0
votes
3answers
1k views
OMAP SPI controller
Does anyone ever develop some application to control the spi device on OMAP3? I can load the spi driver "mcspi", but I don't know how to use it.