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
1 answer

Eventfilter didn't receive any TouchEnd event in Qt5.9.2 QML application on embedded Linux of imx6

There is a imx6 board with linux3.0.35&Qt4.8.5. I have updated Qt4.8.5 to Qt5.9.2 by cross compile Qt5.9.2 source code. QML application can build OK and display OK with Qt5.9.2. But touch invalid, although the touch display work well. The log in…
CN.Hu
  • 135
  • 1
  • 10
0
votes
2 answers

Yocto: Adding glibc libraries to the rootfs

I am building binaries for our custom board(iMX7) using Yocto-morty. I need some libraries such as UTF-32.so, UTF-16.so, UTF-7.so from glibc package for bluetooth file tranfer. But these libraries are not available in the rootfs, only files…
0
votes
1 answer

IMX6 + webengine doesn't display latest website state, why?

I've written a simple website in html, css, js. No error and everything display's fine in the chromium desktop version. The problem is, that i would like to display it on the IMX6 Solo + webengine. For developing reason's i used Apache2 and just did…
Milo
  • 23
  • 2
  • 11
0
votes
0 answers

Mender.io error while running from source?

I am trying to get Mender.io working, a remote updating system. I just want to see the device appear on the server, somehow thats not happening. I installed mender from source on apalis imx6, I am trying to run it like : mender -daemon It starts up…
Meek
  • 347
  • 1
  • 7
  • 15
0
votes
0 answers

build new kernel for imx6 ARM prceosseros

I'm going to build a kernel for Ubuntu 16.06 and kernel 4.1.15_2.0.0_ga. I have a board based on iMX6-dl from Technexion company. They provided the access to their kernel and config and device tree files. I use these steps to build kernel and add…
user2684657
  • 23
  • 1
  • 2
  • 8
0
votes
1 answer

Bitbaking meta-mender-core error Apalis Imx6?

I want to install mender on my device Imx6, for that I added the layer meta-mender-core successfully, but when I try to bitbake vim for example I get: rama@RR06:/oe-core/build$ bitbake vim NOTE: Trying for parse version info from: gcc version 5.2.1…
Meek
  • 347
  • 1
  • 7
  • 15
0
votes
0 answers

Disable IMX UART on Linux

I have an IMX mcu connected to a WL1387 Bluetooth chip via UART. I have another device connected to the same UART which I would like to use for a test setup. I noticed that the IMX is holding the UART line high. Is there anyway to disable to UART…
dswift
  • 71
  • 1
  • 3
0
votes
1 answer

Yocto imx6 runlevel

I have a yocto build for "imx6dl" system, after installing some software ( database/java ) system went into infinite loop during boot : "Usage :ps ps: invalid option --'x' ..." " I'd like to change run level to "safe mode" in u-boot ( denx ) so I…
user3087632
  • 143
  • 2
  • 9
0
votes
1 answer

Yocto Language support

I'm am working on a yocto project ( imx6 based ) with Qt5. I need my image to support "Hebrew" out of the box, as well as English. Any Idea ? Thanks, Ran
user3087632
  • 143
  • 2
  • 9
0
votes
0 answers

iMX6: MSI-X not working in Linux PCIe device driver

I'm trying to get MSI-X working on an iMX6 (Freescale/NXP/Qualcomm) CPU in Linux v4.1 for a PCIe character device driver. Whenever I call either pci_enable_msix() or pci_enable_msix_range() or pci_enable_msix_exact() I get an EINVAL value returned.…
user2205930
  • 1,046
  • 12
  • 26
0
votes
2 answers

Can't connect to i.MX7 via fastboot

I have an IMX7 board from TechNexion. This is the board linked from the Android Things website as a supported board. On unboxing the board, I cannot connect to the device via Fastboot. I can access the boot prompt and default/shipped linux…
j2abro
  • 733
  • 8
  • 17
0
votes
1 answer

Valgrind not working properly on Openwrt on imx6 platform

By default valgrind is not selectable in menuconfig for IMX6 platform when crosscompiling for Openwrt, but this platform is based on ARM Cortex A9 core which is implementing ARMv7 architecture. This architecture is supported by valgrind, so I made…
K. Koovalsky
  • 596
  • 4
  • 17
0
votes
2 answers

Hide/remove status bar from android source code (Android 6.0.1)

I'm new to this forum, and first of all, i apologize for my English, I have a question about Android 6.0.1, I'm customizing the operating system with the source codes for the IMX6 board. It's possible to remove or hide the "status bar"…
Phykrex
  • 11
  • 2
0
votes
0 answers

Linux hangs at [random: nonblocking pool is initialized]

I'm learning to use pico-imx6 on baseboard pico-dwarf. I copy the image to the eMMC on pico-imx6 using: sudo dd if=pico-imx6_pico-dwarf_ubuntu-16.04_installer_hdmi_20160825.img of=/dev/sd bs=1M && sync The boot process is stuck. Here is…
Tran Ngu Dang
  • 2,540
  • 6
  • 29
  • 38
0
votes
1 answer

GStreamer showing error after overnight camera capture

I am getting below error after running camera capture overnight. it is running fine upto so many captures(200 to 300), but after that suddenly it shows below message and it is not able to take camera capture. The iterations are not fixed or can't…
ssg
  • 247
  • 2
  • 15