Questions tagged [imx6]

The i.MX6 is a series of microcontrollers based on the ARM Cortex A9 processor cores.

Target:

General-purpose solutions with balanced features, performance, and scalability for automotive, consumer, and industrial applications.

Products:

  • i.MX6ULZ
  • i.MX6ULL
  • i.MX6UltraLite
  • i.MX6SLL
  • i.MX6SoloLite
  • i.MX6SoloX
  • i.MX6Solo
  • i.MX6DualLite
  • i.MX6Dual
  • i.MX6DualPlus
  • i.MX6Quad
  • i.MX6QuadPlus

Product Site:

https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-6-processors:IMX6X_SERIES

254 questions
0
votes
0 answers

Use etnaviv on imx6Solo kernel 4.9.x

I want to use etnaviv driver for imx6, what needs disable and enable in kernel config? I am enabled etnaviv driver CONFIG_ETNAVIV_DRM. But what about CONFIG_GPU_VIV and CONFIG_MXC_DRM need disable it? What add / disable in kernel config for use…
Exxs
  • 1
0
votes
0 answers

ERROR: nxp-wlan-sdk-git-r0 do_compile: oe_runmake failed and /bin/sh: 1: scripts/mod/modpost: Permission denied

when I am creating image first time for imx8mm board via these command  $source sources/poky/oe-init-build-env `$bitbake phytec-qt5demo-image it is showing ERROR: nxp-wlan-sdk-git-r0 do_compile: oe_runmake failed   , and  /bin/sh: 1:…
0
votes
1 answer

SWUpdate ERROR : feature 'archive' required

I am attempting to use SWUpdate to update my device kernel and device tree. However I am getting the error ERROR : feature 'archive' required. I have been told to configure SWUpdate to include archive then build it. To do this I run bitbake -c…
Michael
  • 399
  • 2
  • 17
0
votes
0 answers

SRKH register key values for i.MX6 & i.MX8

We have SRKH register key values setup for i.MX6. Now we are migrating from i.MX6 to i.MX8, so can we use the same SRKH values that we use for the i.MX6? Can we use the same SRKH key value for i.MX6 & i.MX8?
Yunus
  • 3
  • 3
0
votes
0 answers

iMX6Q IPU Changing Address of Display Buffers

Using an iMX6 Quad in a bare metal application. No cameras or other video devices attached - just graphics from main memory. I'm trying to determine when it is safe to change the buffer addresses in the CPMEM (EBA0 and EBA1) to show a completely…
0
votes
0 answers

Use ffplay to output video to framebuffer

What would the command be to play a video (.avi/MPEG4) to the FrameBuffer using ffplay? Device is an i.MX6ULL running Linux.
Dane
  • 121
  • 6
0
votes
0 answers

Eclipse unable to connect to remote Linux via SSH

I am trying to set-up Eclipse on Windows to build and debug a C application on an i.MX6 eval kit running Yocto Linux. When I try to connect either via the debugger or via the Remote System Explorer I get the following error: Could not open…
Jo-Jo
  • 21
  • 2
0
votes
2 answers

Device Tree Configuration for PTN5110 with an iMX6UL and Kernel 5.15

Same Hardware, new Kernel We are trying to update to the new Kernel 5.15.32 (old Kernel 4.19.72) but the USB-PD Chip (PTN5110) just does not work: When we start the module tcpci with our Device Tree (see below) we get the following…
LokleLama
  • 61
  • 9
0
votes
0 answers

OPENGL ES API's to change between multiple framebuffers (Android 9)

Working on IMX6 platform and want to create Native framebuffer window for my application. In case of Android Marshmallow it is possible using function call "android_createDisplaySurface()" of…
0
votes
1 answer

Gstreamer pipeline freezes during video encoding

I'm facing an issue with my gstreamer pipeline application on a iMX6Q based board. When I start to record the video input into a file, after a randomly duration, the pipeline freezes a few seconds on the main display before to play again. This…
deletMe
  • 65
  • 2
  • 9
0
votes
0 answers

How to get reduced latency in gstreamer pipeline udpsrc

I am streaming camera from imx6q platform on remote display which has NVIDIA GPU. I am using below gstreamer pipeline on remote display to stream camera. In below pipeline we are using NVIDIA decoder plugin. gst-launch-1.0 -e -v udpsrc port=5000 !…
0
votes
1 answer

configure already deployed yocto build / flashing os with wifi

I got my hands on an already deployed yocto system (yocto 2.6.2 - thud) on a board with a NXP i.MX 6UL Cortex-A7. My only possible access at the moment is via wifi. I have access as root via wifi with ssh. The board is embedded into a case which I…
0
votes
2 answers

how to config u-boot for imx6?

When I am trying to make u-boot for apalis-aimx6-quad board, and below list is shows the details of my configuration: CROSS_COMPILER = aarch64-unknown-linux-gnu 1.1 it already exported to path 1.2 menuconfig of the cross compiler remains as…
0
votes
1 answer

How to make Gstreamer pipeline use GPU

I am using below gstsreamer pipeline to stream camera on remote system, gst-launch-1.0 -e -v udpsrc port=5000 ! application/x-rtp,encoding-name=H264,payload=96 ! rtpjitterbuffer latency=10 drop-on-latency=TRUE ! rtph264depay ! video/x-h264 !…
0
votes
1 answer

How do I understand the difference betweem ARMv7 and imx.6?

So I have a linux embedded system. When I cat /proc/cpuinfo I get model name: ARMv7 hardware : imx.6 After googling and searching stackoverflow, I still do not really understand the difference between them. imx.6 seems to be a microcontroller.…
sunshine
  • 31
  • 7