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

Error when loading a module for a dogle in a toradex colibri imx6 ( insmod )

I want to use an Edimax N150 usb dogle in a toradex colibri imx6 , and for that I need to cross compile the deprecated driver RTL8188cu ( which is also the same as RTL8192cu ) , which I did against the linux Kernel of the Toradex colibri, It didn't…
samyh
  • 21
  • 3
0
votes
1 answer

U-Boot FASTBOOT flash commands for NOR storage

I would like to know whether it is possible to use fastboot flash/erase commands for a NOR storage. I am using an imx6 processor together with a NOR storage. Currently "rx_process_flash" function in "cmd_fastboot.c" file supports three storage…
radar101
  • 67
  • 10
0
votes
1 answer

Confusion regarding kernel version, device tree, and buildroot

I was provided with a 3.0.35 linux kernel for an arm i.mx6 board that uses the older "board file" format, as well as an older (2013.02) buildroot repo that has been used to generate the proper images and rootfs. My goal is to use the latest…
schumacher574
  • 1,081
  • 1
  • 14
  • 32
-1
votes
1 answer

`push {r3, lr}` not executed on ARM A9

trying to get a u-boot v2022.04 up and running on a MCIMX6S7 (iMX6 Solo). The issue is that it does not step after push {r3, lr}, does not execute the push (no change in stack) and keep repeating the same instruction (no update in PC). Debugging…
aAWnSD
  • 124
  • 10
-1
votes
1 answer

systemctl showing different behaviour of binary

I have developed one OTA(Over The Air) manager which uses "swupdate" command internally to update the firmware. This swupdate is applied by "system()" function inside OTA manager code. My binary is working as expected and "swupdate" command is…
sam
  • 21
  • 1
-1
votes
1 answer

Spansion S25HS512T NOR Flash not working on linux or u-boot

I have a custom board (NXP iMX6UL) with Spansion Flash 25HS512TFANHI010 which I cant seem to get working. My dtsi has the following ... pinctrl_qspi: qspigrp { fsl,pins = < MX6UL_PAD_NAND_WP_B__QSPI_A_SCLK …
Harkirat
  • 72
  • 8
-1
votes
1 answer

How to add support for screen timeout while running a qt5.9 app on linuxfb platform?

I'm using a qt5.9 app on imx6slevk board with yocto bsp, Before running the app I see a virtual terminal on the display and this screen blanks after 10 minutes as specified in the driver file found at Kernel_source > drivers/tty/vt/vt.c static int…
Producer
  • 77
  • 2
  • 10
-1
votes
1 answer

QEMU-system-arm installation is missing sabrelite machine

Goal:: "Is to emulate imx6 Quad G4 device with QEMU or any other emulation software. I have got u-boot-mx6q-4g.bin and mon_imx_minikernel.bin files from the actual working device" I m novice to emulation world. Honestly don't know where to start. I…
-1
votes
1 answer

How to add LAN and RS232 in yocto

I have generated an Image(fsl-imx-x11 distro) from yocto but it doesn't contains LAN and RS232 terminal. I would like to know where I can find its packages? Is it also added same as recipe creation? do I also need to change dtsi file?
Newbie_SW
  • 51
  • 1
  • 6
-1
votes
1 answer

imx6 Solox u-boot splash

everyone, I would like to change u-boot splash image. Normally, it's showing NXP logo. It's using 4.1.15.2.0 kernel. How can I change this image and make my own distro? I would appreciate if you help me. Best regards.
Gokhan Sahin
  • 165
  • 2
  • 15
-2
votes
1 answer

ROM doesn't load U-Boot on imx6solo

I'm trying to upgrade my u-boot from 2009 to 2020 using buildroot, but when I build the new one it doesn't boot (and I don't have JTAG). When I load it with imx_usb_loader it works but when I flash it on the Nand, it doesn't boot on it. As u-boot…
-2
votes
1 answer

1080p @ 60fps for the iMX 6 Quad or iMX 8?

I am attempting to do video encoding and streaming simultaneously on the iMX 6 Quad. Currently, this is the pipeline that I am using: gst-launch-1.0 -v videotestsrc num-buffers=300 ! video/x-raw,format=YUY2,width=1280,height=720,framerate=60/1!…
-2
votes
2 answers

Use NFS server file as /usr file of a Imx6 device

I am working with a imx6 device, I need to libraries which have size more than imx's empy memory. I am created a nfs server (/var/nfs/usr) on my desktop and I want to make the imx device doesn't use its own /usr file but use nfs server's /usr file…
ffttyy
  • 853
  • 2
  • 19
  • 49
-2
votes
1 answer

do_rootfs error when bitbake sdcard image

I have created sdcard images for imx6 with Yocto project. I try to create an image with "bitbake core-image-x11" command but I keep having these errores.I think the first proble is about disk partition and the other problem is about do_rootfs…
123
  • 7
  • 2
1 2 3
16
17