Questions tagged [omap]

OMAP is a product line of "system on chips" developed by Texas Instruments.

OMAP is a family of system on chips (SoC's) developed by Texas Instruments. OMAP stands for Open Multimedia Application Platform and is designed portable multimedia applications. Generally an OMAP SoC includes a ARM processor and and at least one co-processor. Notable products using an OMAP processor include the Motorola Droid, Droid X and Palm Pre.

The official Texas Instruements website for OMAP can be found here.

87 questions
1
vote
1 answer

Deciphering CMake Errors

I am new to using CMake (and fairly new to Makefiles, C, & C++ in general). I have been tasked to change our current build system to a system using CMake to generate Makefiles and compile our code. I am having difficulty deciphering the errors that…
ckirtner
  • 57
  • 2
  • 7
1
vote
1 answer

Development EGL apps for Omap4 that use PowerVR

I have Pandaboard and I handle with PowerVR support on OMAP4, and I have tried Imagination Examples successfully. But I was wondering, how to write my own code and development apps to Pandaboard or Omap4 on my host machine, so cross-compilation? Is…
hakansel
  • 33
  • 8
1
vote
2 answers

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 for specific clues/ideas to bear in mind when…
Can Bal
  • 1,533
  • 1
  • 13
  • 26
1
vote
0 answers

more power for OTG port with external VCC

I'using a Pandaboard ES with Ubuntu 10.10 server and the ubuntu-omap4-extras Kernel (3.0.0-1205-omap4) and I would like to make use of the second USB-Bus on the Board. The OTG port would provide this second Bus but has unfortunately not enough power…
user1455085
  • 915
  • 1
  • 6
  • 10
1
vote
1 answer

Segmentation fault error after execution of c6accel sample

I use OMAP-L138 Exp Kit. First please look at my U-boot properties. There they are: U-Boot > printenv baudrate=115200 autoload=no bootcmd=run netboot bootfile=uImage-da850-omapl138-evm.bin filesize=204104 …
Myosotis
  • 288
  • 4
  • 15
0
votes
1 answer

Ubuntu 11.10 netbook remix and BeagleBoard-xM Rev C

I have a BeagleBoard-XM rev C that I've been trying to install Ubuntu 11.10 netbook remix on, preinstalled for ARM OMAP4. I've followed the instructions to the letter using setup_sdcard.sh. It seems I'm able to boot the board now (more than I can…
jocull
  • 20,008
  • 22
  • 105
  • 149
0
votes
1 answer

How to install OpenCV in Linaro Android on Pandaboard

I'm doing a project using OpenCV 2.3.1 and I want to embedded this on a pandaboard. So I'm looking for someone who can help me to instal opencv on Pandabord using Linaro Android 11.11 . If you have some link or if you can advise me I would…
Wijden
  • 511
  • 6
  • 11
  • 23
0
votes
2 answers

Connecting Android Development Board to Ubuntu 11.04

I recently received a development board 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. system@system-laptop:~$ lsusb |grep Google Bus 002 Device 006:…
gatolgaj
  • 1,193
  • 7
  • 12
0
votes
0 answers

OMAP acronym of "Open Multimedia Application Platform": and what's the meaning of DART?

Silly question: I'm wondering what's the meaning of DART (used for Variscite SoM board)?
LittleSaints
  • 391
  • 1
  • 6
  • 19
0
votes
0 answers

Finding physical adresses of registers in memoryspace

I'm trying to the state of the PRM_RSTST register of my ARM Cortex A8 processor to find the reason of resets because WDIOC_GETBOOTSTATUS isn't implemented for my processor, a TI8148. I know for the datasheet that the offset/adress is supposed to be…
ukezi
  • 5
  • 2
0
votes
0 answers

How to recover a embedded CE mobile device bricked after OS update

My question is how to set the codes below so we can send file to the unit, we have the file in Hex format, I don't understand the level of coding to make the file send, is this a command coding or not. Update OS dated to the MC92N0 with Image…
0
votes
1 answer

AM335x - i2c slave for linux kernel

I need to have i2c slave Linux kernel driver for TI AM335x. I googled about and didn't find precise information. Should I do everything from scratch, or maybe someone has some reference about it? or even a patch Thanks Avner
Avner Flesch
  • 35
  • 1
  • 7
0
votes
1 answer

How to fix 'warning #1173-D: attribute "deprecated" ignored?'

Some common utility functions need to be deprecated like this: __attribute__((deprecated)) void TestDeprecatedMethod(int a, float b); This works as expected on the ARM side of the OMAP like this: warning: 'void CTest::TestDeprecatedMethod(int,…
jacknad
  • 13,483
  • 40
  • 124
  • 194
0
votes
2 answers

Kernel panic on linux-omap 4.3.0-rc5 on IGEPv2 board

I'm trying to run the latest linux-omap kernel Linux-4.3.0-rc5-12674-g80923cf8e that I got from the official linux-omap GIT. I compiled it with the multi_v7_defconfig, disabling unneeded boards and adding some debug options like earlyprintk. I am…
uski
  • 25
  • 4
0
votes
1 answer

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 parameters to the configure script, but I does not…
waffleman
  • 4,159
  • 10
  • 39
  • 63