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

ip_tables does not get included in kernel modules

I am trying to add iptables to my imx6ullevk image but kernel modules do not get included. Added to build/conf/local.conf; CORE_IMAGE_EXTRA_INSTALL += " kernel-modules" IMAGE_INSTALL_append = " iptables " IMAGE_FSTYPES += "tar.bz2" After setting…
HYK
  • 43
  • 6
0
votes
1 answer

KVM modules not added to image target

I am working with yocto to build a target for imx6ull from NXP. I have the meta-virtualization layer added, I have set up the local.conf file to have virtualization and kvm enable as Distro_features. In meta-virtualization, I made sure that the…
0
votes
0 answers

Setting up ETH ethernet on a custom carrier with TQMa6UL2-AA

I'm setting up a custom carrier board made in my company with one TQMa6UL2-AA i.MX6UL based on evaluation board of TQ stka6ul. I already have a booteable image with u-boot and linux generated with Yocto-Project and TQ BSP. I'm traying to set-up the…
0
votes
0 answers

ET035009DH6 lcd display config

The display (ET035009DH6) stays dark with the following configuration. The backlight is on. Touch is working. ETM035009EDH6 Spec Toradex Colibri iMX6ULL 512MB V1.1A Toradex Colibri Evaluation Board Rev. 3.2 ET035009DH6 angstrom-lxde-image Device…
0
votes
0 answers

Native development on Variscite Yocto Rocko SOM

I intend to do native development (C and C++) and build using Cmake. I noticed that on adding TOOLCHAIN_HOST_TASK += "nativesdk-cmake" EXTRA_IMAGE_FEATURES_append = " tools-sdk tools-debug " to the local conf file and build the image…
GeekyGuy
  • 1
  • 2
0
votes
0 answers

Flags mismatch irq 32 Driver A vs Driver A

Generally flag mismatch is for driver A vs Driver B. Could you give some pointers to solve. We are using imx6ul board. What is the way to debug this. I have checked others driver as well and none of them is registering irq 32. It looks like we are…
0
votes
1 answer

Bitbake command fails with distro fsl-imx-xwayland

I am trying to build a yocto toolchain with Qt5 for NXP Freescale i.MX6 board. But I keep getting an error with any bitbake command line. I also tried checking to HEAD branch for every layer, I get the same below…
davido392
  • 1
  • 3
0
votes
1 answer

How to set u-boot env automatically from installed u-boot in NAND?

There are two u-boot partition in my NAND: 0: boot 0x00400000 0x00000000 0 1: ubootenv 0x00100000 0x00400000 0 I defined bootaugs and bootcmd in #define CONFIG_EXTRA_ENV_SETTINGS of the board header…
user157912
  • 39
  • 1
  • 8
0
votes
1 answer

Custom DDR controller initialization in u-boot code

I am working on custom board part of that, we are changing DDR controller presented in the Board imx6ull board Question 1. what are all changes to make new DDR controller up 2. What are other controllers depend DDR controller in u-boot code. 3.…
0
votes
1 answer

HDMI LCD vignetted border issue with iMX6 based Udoo Neo board

I am struggling to find out the issue with is happened in my HDMI display and I can't find any solution I used udoo neo board with android os And I have one HDMI LCD with touch display https://shop.udoo.org/7inch-hdmi-usb-display-touch.html LCDis…
Dimpu10
  • 47
  • 9
0
votes
0 answers

Executing boot ROM functions in Linux drivers

I'm trying to execute some functions from the boot ROM on an NXP IMX6UL in a Linux device driver. I figured a device driver is the only place I can get manage this. Currently, I map the boot ROM using devm_ioremap_resource() and I can read the ROM…
0
votes
0 answers

Why Subdevice is NULL in ov5640_mipi_v3 module?

I try to work ov5640 camera with mipi csi. I2c connection is ok and working. But when I insmod module, I get errors. root@imx8qxpmek:~# insmod ov5640_mipi_v3.ko [ 60.292833] koda girdi [ 60.292844] pin control [ 60.295276] clock ayari [ 60.297825]…
0
votes
1 answer

Include precompiled zImage in yocto project

I have a custom board with imx6dl chip and peripherals. I have compiled u-boot, zImage and rootfs from examples provided by manufacturer. But when i try to build yocto from git repo with latests releases, it fails to run (some drivers not working,…
0
votes
0 answers

u-boot instead of barebox in imx6-phyBOARD mira

I am trying to load u-boot in imx6-phyBOARD mira which is having Barebox as bootloader. I have generated a custom u-boot image referring imx porting guide. Now when I try to run u-boot.imx/u-boot.bin using 'bootm' command then it is getting stuck.…
0
votes
1 answer

Which linux device driver is responsible for formatting and writing root file system?

I'm getting started with imx6 processors and the procedure involved to bring up the board is to flash u-boot kernel dtb and rootfs which is taken care of by mfg tools provided by nxp. For creating a rootfs partition the command run is mkfs.ext3 -F…
Sujay
  • 26
  • 1
  • 6