Questions tagged [dm814x]

DM814x Evaluation Module

Developed with Mistral, the 8148 Evaluation Module (EVM) enables developers to immediately start evaluating DM814x DaVinci™ digital media processors (DM8148, DM8147, DM8146 and AM387x Sitara™ ARM MPUs (AM3874, AM3872, AM3871) and begin building solutions such as surveillance DVRs, video conferencing systems, video broadcasting systems, media servers, single-board computers, gateways, routers, servers, industrial automation, human machine interfaces (HMIs), point-of-service data terminals, amongst many others.

2 questions
2
votes
1 answer

How MLO (minimal bootloader) works?

I am trying to understand how a MLO is loaded into the on-chip of a SOC and do the minimal configuration. I am using TI DM8168 soc. I have gone through the following link to understand the MLO or…
0
votes
1 answer

Rotate Object OpenGL ES 2.0

we are using the following code to plot a BMP image in OpenGL ES 2.0: (x1,y1 is lower left coordinates, and x2,y2 are top right coordinates of the objects on the screen, tempimage data is the pointer to bmp image information stored) struct { …