|
Linux v5.10 for i.MX8 development
Tom, Thanks for this info! Someone else also mentioned to me that the NXP 'lf' releases are typically once every two years vs the 'imx' releases which are typically quarterly. Do you have any feedback
Tom, Thanks for this info! Someone else also mentioned to me that the NXP 'lf' releases are typically once every two years vs the 'imx' releases which are typically quarterly. Do you have any feedback
|
By
Tim Harvey
· #24759
·
|
|
Linux v5.10 for i.MX8 development
Andrey, By decent support for i.MX8M derivatives you mean no USB, no PCI, no DSI, no MIPI right? :) I haven't looked at the yocto kernel recipes but I spend a lot of time with the mainline kernel that
Andrey, By decent support for i.MX8M derivatives you mean no USB, no PCI, no DSI, no MIPI right? :) I haven't looked at the yocto kernel recipes but I spend a lot of time with the mainline kernel that
|
By
Tim Harvey
· #24756
·
|
|
[3rdparty][PATCH] ventana: update UBI args for additional NAND devices
Ventana boards now support 2GiB 2K page size flash devices with 16248 blocks Signed-off-by: Tim Harvey <tharvey@...> Please backport all the way to jethro --- conf/machine/ventana.conf | 6 +
Ventana boards now support 2GiB 2K page size flash devices with 16248 blocks Signed-off-by: Tim Harvey <tharvey@...> Please backport all the way to jethro --- conf/machine/ventana.conf | 6 +
|
By
Tim Harvey
· #23946
·
|
|
[3rdparty] [PATCH] linux-gateworks-imx: update to latest Gateworks kernel
An issue was resolved that caused certain kernel modules to have invalid CRC's when built with GCC 5.4+ which would cause them to fail loading if CONFIG_MODVERSIONS is enabled. See Linux commit d9991c
An issue was resolved that caused certain kernel modules to have invalid CRC's when built with GCC 5.4+ which would cause them to fail loading if CONFIG_MODVERSIONS is enabled. See Linux commit d9991c
|
By
Tim Harvey
· #20541
·
|
|
kernel modules failing to load because of missing symbols
In case anyone else runs into this I found that the issue was occurring for a 3.14 kernel built with a GCC 5.4+ toolchain (GCC 5.2 is ok, GCC 5.3 was untested) due to a failure to calculate the CRC fo
In case anyone else runs into this I found that the issue was occurring for a 3.14 kernel built with a GCC 5.4+ toolchain (GCC 5.2 is ok, GCC 5.3 was untested) due to a failure to calculate the CRC fo
|
By
Tim Harvey
· #20540
·
|
|
kernel modules failing to load because of missing symbols
Greetings, I've got a kernel recipe that builds several kernel modules which get build and packaged as kernel-module-<modname>. I'm finding that while most of these modules appear to load properly int
Greetings, I've got a kernel recipe that builds several kernel modules which get build and packaged as kernel-module-<modname>. I'm finding that while most of these modules appear to load properly int
|
By
Tim Harvey
· #20518
·
|
|
FSL Community BSP bblayer.conf invalid for 'bitbake-layers layerindex-fetch'
Trevor, Right - I realize this is an issue or invalid assumption about the fsl community repo. I'm thinking that repo should be perhaps reworked to move its layers within the poky dir to avoid this an
Trevor, Right - I realize this is an issue or invalid assumption about the fsl community repo. I'm thinking that repo should be perhaps reworked to move its layers within the poky dir to avoid this an
|
By
Tim Harvey
· #20507
·
|
|
FSL Community BSP bblayer.conf invalid for 'bitbake-layers layerindex-fetch'
Greetings, I've found that bitbake-layers has a nice subcommand 'layerindex-fetch' that will fetch layers from https://layers.openembedded.org/ pulling in their dependencies and adding them into your
Greetings, I've found that bitbake-layers has a nice subcommand 'layerindex-fetch' that will fetch layers from https://layers.openembedded.org/ pulling in their dependencies and adding them into your
|
By
Tim Harvey
· #20501
·
|
|
Broken/missing bbappend?
Tom, I just stumbled across this myself. Are you still working on a fix? Tim
Tom, I just stumbled across this myself. Are you still working on a fix? Tim
|
By
Tim Harvey
· #20494
·
|
|
[3rdparty][PATCH] linux-gateworks-imx: replace underscore with hyphen in LOCALVERSION
fixes package-ipk Signed-off-by: Tim Harvey <tharvey@...> --- recipes-kernel/linux/linux-gateworks-imx_3.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kerne
fixes package-ipk Signed-off-by: Tim Harvey <tharvey@...> --- recipes-kernel/linux/linux-gateworks-imx_3.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kerne
|
By
Tim Harvey
· #20492
·
|
|
[3rdparty][PATCH] ventana: add GW553x and GW560x support
Signed-off-by: Tim Harvey <tharvey@...> --- conf/machine/ventana.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/ventana.conf b/conf/machine/ventana.conf index b55185
Signed-off-by: Tim Harvey <tharvey@...> --- conf/machine/ventana.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/ventana.conf b/conf/machine/ventana.conf index b55185
|
By
Tim Harvey
· #20491
·
|
|
[3rdparty][PATCH] ventana: Add 'use-mainline-bsp' support
The 'use-mainline-bsp' makes use of linux-fslc as kernel and removes the not yet supported device-tree files from installation set. Signed-off-by: Tim Harvey <tharvey@...> --- conf/machine/v
The 'use-mainline-bsp' makes use of linux-fslc as kernel and removes the not yet supported device-tree files from installation set. Signed-off-by: Tim Harvey <tharvey@...> --- conf/machine/v
|
By
Tim Harvey
· #20367
·
|
|
[3rdparty][PATCH] u-boot-script-gateworks-imx: bump to v1.07
Signed-off-by: Tim Harvey <tharvey@...> --- .../6x_bootscript-yocto.txt | 197 +++++++++++---------- 1 file changed, 100 insertions(+), 97 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-
Signed-off-by: Tim Harvey <tharvey@...> --- .../6x_bootscript-yocto.txt | 197 +++++++++++---------- 1 file changed, 100 insertions(+), 97 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-
|
By
Tim Harvey
· #20364
·
|
|
[3rdparty][PATCH] u-boot-gateworks-imx: bump to 040377
Signed-off-by: Tim Harvey <tharvey@...> --- recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-gat
Signed-off-by: Tim Harvey <tharvey@...> --- recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-gat
|
By
Tim Harvey
· #20363
·
|
|
[3rdparty][PATCH] linux-gateworks-imx_3.14: bump to 1032ddf6
Signed-off-by: Tim Harvey <tharvey@...> --- .../linux/linux-gateworks-imx-3.14/defconfig | 144 ++++++++++++++++++++- recipes-kernel/linux/linux-gateworks-imx_3.14.bb | 2 +- 2 files changed,
Signed-off-by: Tim Harvey <tharvey@...> --- .../linux/linux-gateworks-imx-3.14/defconfig | 144 ++++++++++++++++++++- recipes-kernel/linux/linux-gateworks-imx_3.14.bb | 2 +- 2 files changed,
|
By
Tim Harvey
· #20362
·
|
|
gstreamer1.0 element conflicts
<dv@...> wrote: Carlos, I think this would be a fine approach - it would also help differ gstreamer-imx from the other closed-development plugins. Tim
<dv@...> wrote: Carlos, I think this would be a fine approach - it would also help differ gstreamer-imx from the other closed-development plugins. Tim
|
By
Tim Harvey
· #13427
·
|
|
VPU_EncGetVersionInfo failed
Alan, This info was extremely helpful - I ran into this as well after recently moving my boards to the 3.10.17_1.0.0-ga kernel. Note that I also had to set system_rev based on the SOC type so that the
Alan, This info was extremely helpful - I ran into this as well after recently moving my boards to the 3.10.17_1.0.0-ga kernel. Note that I also had to set system_rev based on the SOC type so that the
|
By
Tim Harvey
· #9419
·
|