|
nitrogen6x machine config and imxpxp problems
4 messages
The nitrogen6x machine config also supports other machines according to the comment block inside the .conf file: This is the reason for this line in the config: MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:" T
The nitrogen6x machine config also supports other machines according to the comment block inside the .conf file: This is the reason for this line in the config: MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:" T
|
By
Carlos Rafael Giani
·
|
|
drivers/net/nfc directory removed from imx-4.14.98-2.0.0_ga
2 messages
Hi All, When I build NXP nfc driver, I got a error that some unknown symbol, after tracing the code, I found there is no nfc hci driver while in mailline linux kernel 4.14.98 contains it in net/driver
Hi All, When I build NXP nfc driver, I got a error that some unknown symbol, after tracing the code, I found there is no nfc hci driver while in mailline linux kernel 4.14.98 contains it in net/driver
|
By
nus1998
·
|
|
Error while trying to build a nitrogen8m image with yocto master
3 messages
I tried to build a nitrogen8m image with the current master branches of poky, meta-freescale, meta-freescale-3rdparty, and meta-openembedded. However, I immediately got this error: ${PACKAGE_EXTRA_ARC
I tried to build a nitrogen8m image with the current master branches of poky, meta-freescale, meta-freescale-3rdparty, and meta-openembedded. However, I immediately got this error: ${PACKAGE_EXTRA_ARC
|
By
Carlos Rafael Giani
·
|
|
gst-play looks abnormal
6 messages
Hi All, Today I tested video playback by gst-play, the sound is perfect without any lag, but the display looks abnormal. when sliding pictures, the display looks good and the same board is no problem
Hi All, Today I tested video playback by gst-play, the sound is perfect without any lag, but the display looks abnormal. when sliding pictures, the display looks good and the same board is no problem
|
By
nus1998
·
|
|
linux-imx-headers and ioctl mismatches
13 messages
The linux-imx-headers recipe gathers certain headers from the kernel source so that other recipes which do access these headers don't have to mark the entire kernel as a dependency. However, if a plat
The linux-imx-headers recipe gathers certain headers from the kernel source so that other recipes which do access these headers don't have to mark the entire kernel as a dependency. However, if a plat
|
By
Carlos Rafael Giani
·
|
|
Mainline 5.4 kernel with VPU acceleration on iMX6
6 messages
Does anyone know definitively if etnaviv/gstreamer has support for accelerated h264 decoding/rescaling? I can play video through both the fbcondev and wayland sinks, but both consume a great deal of C
Does anyone know definitively if etnaviv/gstreamer has support for accelerated h264 decoding/rescaling? I can play video through both the fbcondev and wayland sinks, but both consume a great deal of C
|
By
Mark Farver
·
|
|
IMX Gstreamer and image overlay
Hi all. I need to mask a v4l2 stream with a png image. I do that applying gdkpixbufoverlay before final imxv4l2sink, but the stream is very slow and a lot of frames are lost.ù There is way to mask the
Hi all. I need to mask a v4l2 stream with a png image. I do that applying gdkpixbufoverlay before final imxv4l2sink, but the stream is very slow and a lot of frames are lost.ù There is way to mask the
|
By
Mauro Ziliani
·
|
|
CVE related consulting on linux-qoriq
4 messages
Hi, Our team is going to work on the CVE correction of linux-qoriq. I wonder if we submit such patches, will they be merged? If yes, which ML should I send? Best Regards, Zang Ruochen
Hi, Our team is going to work on the CVE correction of linux-qoriq. I wonder if we submit such patches, will they be merged? If yes, which ML should I send? Best Regards, Zang Ruochen
|
By
zangrc
·
|
|
imx-vpuwrap_4.5.4 error
4 messages
Hi, It seems that "git://github.com/NXP/vpu_wrapper.git" is broken which is the source url used by imx-vpuwrap_4.5.4.bb in zeus branch : imx-5.4.3-2.0.0.xml. and FSL_MIRROR has no imx-vpuwrap-4.5.4.bi
Hi, It seems that "git://github.com/NXP/vpu_wrapper.git" is broken which is the source url used by imx-vpuwrap_4.5.4.bb in zeus branch : imx-5.4.3-2.0.0.xml. and FSL_MIRROR has no imx-vpuwrap-4.5.4.bi
|
By
nus1998
·
|
|
Root filesystem missing
Trying to get linux-fslc-imx running on a new custom carrier board running a Karo-8133 module and I'm stuck trying to get the root filesystem to detect. Trying different things the boot process can ne
Trying to get linux-fslc-imx running on a new custom carrier board running a Karo-8133 module and I'm stuck trying to get the root filesystem to detect. Trying different things the boot process can ne
|
By
Mark Farver
·
|
|
data abort compiling u-boot with GCC != 6.4
2 messages
I'm getting a data-abort exception every time i access the FEC ethernet device from u-boot; it happens using tftp or just ping. With the same source everything works fine just switching the compiler.
I'm getting a data-abort exception every time i access the FEC ethernet device from u-boot; it happens using tftp or just ping. With the same source everything works fine just switching the compiler.
|
By
Federico Giovanardi
·
|
|
Use Wayland for a single application fullscreen without window decoration
2 messages
Hello, I have a Variscite Dart i.MX8M (this Model: http://variwiki.com/index.php?title=DART-MX8M) and I want to run a single application (Qt) without window decoration, and it should run in fullscreen
Hello, I have a Variscite Dart i.MX8M (this Model: http://variwiki.com/index.php?title=DART-MX8M) and I want to run a single application (Qt) without window decoration, and it should run in fullscreen
|
By
Christian Lohr
·
|
|
Support to change the alsa-utils package version
Hi, Please can i know how to replace the alsa-utils package with the different version. since Im using the Yocto 2.5.3 (sumo) and in local.conf i append the alsa-utils , its of the version 1.1.5. How
Hi, Please can i know how to replace the alsa-utils package with the different version. since Im using the Yocto 2.5.3 (sumo) and in local.conf i append the alsa-utils , its of the version 1.1.5. How
|
By
Dhanush Venugopal
·
|
|
Does Yocto / OE build u-boot image for u-boot configs in #define CONFIG_EXTRA_ENV_SETTINGS?
#define
Hi, I created recipes-bsp and an appended file u-boot-imx_2018.03.bbappend to build a customized imx6ullevk image, I added my configures in #define CONFIG_EXTRA_ENV_SETTINGS in mx6ullevk.h, it built t
Hi, I created recipes-bsp and an appended file u-boot-imx_2018.03.bbappend to build a customized imx6ullevk image, I added my configures in #define CONFIG_EXTRA_ENV_SETTINGS in mx6ullevk.h, it built t
|
By
JH
·
|
|
IMAGE_CMD_sdcard strange line
2 messages
Hi all Sorry but I need to rework with Krogoth. I look inside image_types_fsl.bbclass because I cannot produce the .sdcard image. I see at line 320 this command dd if=/dev/zero of=${SDCARD} bs=1 count
Hi all Sorry but I need to rework with Krogoth. I look inside image_types_fsl.bbclass because I cannot produce the .sdcard image. I see at line 320 this command dd if=/dev/zero of=${SDCARD} bs=1 count
|
By
Mauro Ziliani
·
|
|
Issues with make_dtb_boot_files
I’m running into a rather odd issue when attempting to upgrade a custom target (machine and distro) based off of the iMX6 platform from Thud to Warrior. (The build works just fine in Thud.) The build
I’m running into a rather odd issue when attempting to upgrade a custom target (machine and distro) based off of the iMX6 platform from Thud to Warrior. (The build works just fine in Thud.) The build
|
By
Patrick Davis
·
|
|
gstreamer allocation error on imx6dl-sabresd
2 messages
Hi all. I'm working on a imx6dl-sabresd derived board, gstreamer, uvcvideo webcam, Yocto Freescale i.MX Release Distro 4.1.15-2.0.1 FXMZ /dev/ttymxc0 the pipeline is gst-launch-1.0 \ imxv4l2src device
Hi all. I'm working on a imx6dl-sabresd derived board, gstreamer, uvcvideo webcam, Yocto Freescale i.MX Release Distro 4.1.15-2.0.1 FXMZ /dev/ttymxc0 the pipeline is gst-launch-1.0 \ imxv4l2src device
|
By
Mauro Ziliani
·
|
|
u-boot saveenv corrupted other MTD parttions
Hi, I have three MTD partitions, the mtd2 storage installed UBIFS volumes, first is dtb volume, second is kernel volume, third is rootfs volume. The saveenv was configured to save environment variable
Hi, I have three MTD partitions, the mtd2 storage installed UBIFS volumes, first is dtb volume, second is kernel volume, third is rootfs volume. The saveenv was configured to save environment variable
|
By
JH
·
|
|
enabling lpuart in u-boot on ls1043a for peripheral
Hi, I have a question about enabling lpuarts in u-boot for the purpose of communicating with a peripheral device. i am using the ls1043ardb sdboot as a jumping off point and all I did was enable the f
Hi, I have a question about enabling lpuarts in u-boot for the purpose of communicating with a peripheral device. i am using the ls1043ardb sdboot as a jumping off point and all I did was enable the f
|
By
zach.ferree@...
·
|
|
[OE-core] [yocto] Support UBI u-boot
Hi JH, FYI, U-boot was still slowly migrating to Kconfig only back then (maybe still is). There was for a long time a mix between Kconfig options and options in what I call board header files (include
Hi JH, FYI, U-boot was still slowly migrating to Kconfig only back then (maybe still is). There was for a long time a mix between Kconfig options and options in what I call board header files (include
|
By
Quentin Schulz
·
|