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
2
votes
0 answers

Isochronous iMX6 USB gadget Implementation Issue

I'm trying to implement a USB gadget using Linux on NXP iMX6 which implements an isochronous IN endpoint but got stuck as the gadget application on the iMX6 seems to hang, and eventually resulting a reboot of my i.MX6 platform. Started with the…
William Ho
  • 21
  • 1
2
votes
0 answers

__raw_readl() always returns 0x00 for Freescale i.MX 6 PXP Registers

I am working with a Freescale i.MX6DualLite processor on a custom board. The imx camera HAL supports the SoC's Pixel Pipeline module to convert pixel formats of USB cameras. Therefore, I ported the following kernel driver into my…
Christian Ammann
  • 888
  • 8
  • 19
2
votes
0 answers

Build U-Boot SPL for custom board

I have built a custom board with a iMX6 Processor. Unfortunately i have not stripped out the Bootloader Config pins. They are still unconnected BGA-Balls. I do have access to UART1-3, JTAG and SD-Card interface and also to the BOOT0 and BOOT1…
C. Hediger
  • 434
  • 7
  • 22
2
votes
0 answers

Can I have a line request for value and a line request for event pointing at the same GPIO pin at the same time?

So I'm accessing a GPIO Chip in Linux using /dev/gpiochipX and ioctls on Linux 4.14. I'd like to get an event from a pin and then very quickly afterwards read the pin value as well. Right now, I can get the event by registering a line request for…
AndrejaKo
  • 1,721
  • 5
  • 25
  • 41
2
votes
0 answers

kernel stuck at start up on iMx6solo customized board

I have a customized imx6 solo board. 1 GB of DDR3 ram and MMC for boot. I have ported u-boot(the fslc community one) and it seems to work fine. I also run stress RAM test and it came out OK. (calibration data is used in imximage.cfg) when I attempt…
V Gharaee
  • 21
  • 1
2
votes
1 answer

Linux I2C communication issues

I'm working on a custom board based on the iMX6Q processor which uses the linux-imx kernel 4.9.11 (http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/?h=imx_4.9.11_1.0.0_ga). However, when I send an I2C message to one of the peripherals (I have…
danrodlor
  • 1,329
  • 8
  • 16
2
votes
1 answer

Include libraries in /deploy/rpm to the Yocto image

I'm fairly new to Yocto, so I'm sorry if this question is obvious. I am trying to build an image for i.MX6 with OpenCL support to use the GPU. I have the gpu driver recipe (imx-gpu-viv) in my image recipe, and I can see that it compiles…
Kumsaati
  • 121
  • 8
2
votes
0 answers

Difficulties to establish a communication between a Spartan 6 FPGA with a Mini PCIe bus and ARM-cortex A9 (IMX6 architecture)

I’m trying to establish a communication between a Spartan 6 FPGA with a Mini PCIe bus and a board containing an ARM-cortex A9 (IMX6 architecture) running Linux kernel 4.13. I want to use RIFFA to communicate between the Spartan 6 FPGA and the…
Crypps
  • 21
  • 1
2
votes
2 answers

Makefile error when trying to build core-image-minimal with custom DTB

I'm new to the Yocto Project and I'm trying to build a simple core-image-minimal image for my custom board based on i.MX6QP/Q/DL SABRE Automotive. Right now I'm only working with the meta-freescale layer. I have some custom DTS files that I want…
Derexed
  • 66
  • 1
  • 6
2
votes
0 answers

u-boot imx6 how to set console to UART4

I am trying to set the u-boot console on an imx6 board to UART4. And it is not working. UART1 stops working, but I never get output. In my board .h file: #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART4_BASE #define CONSOLE_DEV…
Dennis Kerrisk
  • 2,715
  • 2
  • 17
  • 22
2
votes
1 answer

Out-of-tree galcore build causing Qt seg fault

I use Yocto (Krogoth) to build my imx6 images and toolchains, however it's a bit heavy and slow for working on kernel drivers. As such my dev cycle is to build the kernel on its own, just using the output of a "do_patch" run in yocto as the source…
Joe
  • 7,378
  • 4
  • 37
  • 54
2
votes
0 answers

Eclipse Setup to Compile c and c++ for iMX6 SoloX CortexA9 in a windows enviroment

I am trying to compile a simple C application for a SoloX Cortex-A9 using Eclipse in a Windows Environment. #include int main () { int ch; for( ch = 75 ; ch <= 100; ch++ ) { printf("ASCII value = %d, Character = %c\n", ch , ch…
2
votes
1 answer

USB webcam streaming in ARM board (i.MX6)

I want to streaming the camera via NETWORK. I have connected the USB webcam to i.MX6 board and want to stream in Ubuntu14.04/16.04 via network. Incidentally, I have installed the gstreamer and ffmpeg tools for this in i.MX6 board. Also I am able to…
Titus
  • 43
  • 2
  • 10
2
votes
1 answer

Can I get debug information on USB?

Currently I am working on Yocto OS for my project. My question regarding debugging. In normal practice, the debug information is sent through the serial port. I aware about ssh debug. I have two questions: Why does every device normally support…
Joe Vince
  • 345
  • 4
  • 16
2
votes
1 answer

How do I know a process is blocking the reboot command in linux?

I added my packages and modules into the openwrt and then reboot doesn't work at all!!. Only way to reboot is to use reboot -f or hard reset. I tried removing all the startup scripts from /etc/init.d which are added by me. I even tried removing the…
Ramana Reddy
  • 369
  • 1
  • 8
  • 28
1 2
3
16 17