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

unknown command 'boota' try 'help' - error while booting u-boot image

I am a beginner in u-boot. I am trying to boot Sabre SD imx6Quad board. I build u-boot source code to get u-boot-imx6qp.imx. Then I flashed the required images using MFGTools and tried booting the board from SD Card. I am getting this…
0
votes
0 answers

Kernel panic caused when flashing images to an imx6 board

I'm using an imx6sll board with yocto bsp, and mfg tool to flash images. The kernel and u-boot seem to flash without any issue but on flashing rootfs I get an error saying: Writing inode tables: Kernel panic - not syncing: Attempted to kill init!…
Sujay
  • 26
  • 1
  • 6
0
votes
2 answers

How to set i.p for usb0 before imx board boots?

I'd like to automatically set the i.p address of usb port which is configured in cdc mode for my imx6 board. I have tried manually setting the I have also written a script to do this after boot. (after we login as root). Both of them work but I'd…
Sujay
  • 26
  • 1
  • 6
0
votes
2 answers

Qt5.9 Qml SPI Interface Implementation

I am working on Qt5.9 version to develop an application. In this project I have a controller connected to Toradex SOM iMX6DL. I am developing application in Qt5.9 Qml. I am not getting a source of information to implement SPI interface between…
0
votes
1 answer

1920x720 support in mxc_edid.c, Embedded Linux

Am working on embedded Linux board with Apalis Imx6, am using a screen with a resolution of 1920x720p. my device supports other resolutions but not mentioned one, i asked for support and below is answer i got. You need to edit the "fb_videomode…
0
votes
1 answer

Measuring FLOPS on Vivante G7200L on IMX8

Hello i'am new to Open Cl and i was trying to Measure GFLOPS on GPU Vivante7200 Lite on board IMX8 The output using this code is 0.127989 GFLOPS while the advertised FLOPS is 32 So what may be the wrong in this code. Here is the kernel…
0
votes
0 answers

How to Make a FULL Yocto eSDK Sysroot to Do CMake Cross-Compilation?

I'm trying to cross-compile CMake/C++ projects to be deployed onto Variscite's SoM i.MX6 DART board. They use Yocto with Freescale Linux (hence the fsl-image-gui you'll see below). I've been reading up on eSDKs and have been confused/stuck on a…
0
votes
1 answer

how to write driver for MX 6 and TJA1100 PHY?

I am working on new costume board based on (i. MX 6Solo6DualLite).and I use (TJA1100 100BASE-T1 PHY) for Automotive Ethernet.. please correct me if my questions don't make sense, or I am in the wrong way. I want to write driver for this device..…
0
votes
0 answers

sending camera stream via RTP using Gstreamer

Hi I'm trying to send the strem of a camera using Gstreamer via RTP. I'm using this to send the stream: gst-launch-1.0 imxv4l2videosrc device=/dev/video0 ! videoconvert ! videoscale ! video/x-raw,width=800,height=600 ! avenc_mpeg4 ! rtpmp4vpay…
Zichittella
  • 31
  • 1
  • 8
0
votes
1 answer

how to boot sabrelite linux image on qemu

What is the right command to boot sabrelite linux kernel on qemu. I've linux kernel zImage and rootfs of type ext3 I'm trying to boot kernel with following command line but there is no any console output. ./qemu-system-arm -M sabrelite -m 1G -kernel…
Equation Solver
  • 545
  • 7
  • 18
0
votes
0 answers

ALSA unexpected underrun with seemingly correct timings

I am going mad about spurious underrun errors on snd_pcm_writei() calls. I use a blocking setup: snd_pcm_open(&handle, "default", SND_PCM_STREAM_PLAYBACK, 0); Here is the snd_pcm_dump_sw_setup() output: tstamp_mode : NONE tstamp_type :…
Ferenc
  • 779
  • 1
  • 6
  • 14
0
votes
1 answer

Audio issue with IMX6 board (max98357a codec)

I'am working on a custom board based on IMX6 Solo processor and TX6S-8035 module, trying to play audio with MAX98357a codec. I just start leaning how works the device-tree I implement a simple-audio-card on the 4.1.15 linux kernel and use the…
vlad zouth
  • 71
  • 2
  • 8
0
votes
1 answer

ADV7513 on yocto - kernel 4.14

I am working on IMX6QP with yocto rocko / Linux 4.14.24 and I am trying to use the ADV7513. My CPU board is a karo TX6QP. On my hard : DISP0_output (IPU1) -> adv7513_in -> hdmi connector Kernel config: CONFIG_DRM = y CONFIG_DRM_I2C_ADV7511 = m dtb…
rBeal
  • 167
  • 2
  • 11
0
votes
0 answers

GPIO pin can be set from 0 to 1, but not back to 0

For one of my projects I'm slightly modifying the Linux serial driver, so I can drive a GPIO pin to 1 right before a Tx session starts and to 0 again after the session ends. I'm doing this by including the gpio header in the driver and calling the…
Arkoudinos
  • 1,099
  • 12
  • 20
0
votes
1 answer

Linux userspace example for rpmsg-lite protocol

I am using a dual core imx board in which Linux OS running on one core and RTOS in second core(M4). I want to communicate between the cores using RPMsg. I am looking for a userspace application in linux to access the rpmsg channel using the basic…
sms
  • 1
  • 2