Re: [meta-freescale] [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release

2017-09-12 Thread Eric Nelson
Thanks Fabio, On 09/12/2017 08:21 AM, Fabio Estevam wrote: Hi Eric, On Tue, Sep 12, 2017 at 12:14 PM, Fabio Estevam <feste...@gmail.com> wrote: Hi Eric, On Tue, Sep 12, 2017 at 11:46 AM, Eric Nelson <e...@nelint.com> wrote: If you're referring to the ipu_common change, th

Re: [meta-freescale] [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release

2017-09-12 Thread Eric Nelson
Hi Fabio, On 09/12/2017 06:47 AM, Otavio Salvador wrote: On Tue, Sep 12, 2017 at 10:31 AM, Fabio Estevam wrote: On Mon, Sep 11, 2017 at 6:17 PM, Fabio Berton wrote: This commit merge tag v2017.09 and apply the following commits on top of

Re: [meta-freescale] [3rdparty][PATCH] Replace deprecated IMAGE_DEPENDS_wic with WKS_FILE_DEPENDS

2017-08-24 Thread Eric Nelson
. The only dependency to create wic images is parted-native and is already provided by image_types_wic class, we can set WKS_FILE_DEPENDS to void and don't build any dependency. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> In case it's helpful: Tested-by: Eric Nelson <e...@n

[meta-freescale] [3rdparty][PATCH V3] linux-boundary: change kernel command line defaults (console, initrd)

2017-08-21 Thread Eric Nelson
by U-Boot through ATAGS. Signed-off-by: Eric Nelson <e...@nelint.com> --- V2 changes the commit message to say **Most** boards from Boundary. V3 removes an SOB recipes-kernel/linux/linux-boundary-4.1.15/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-

Re: [meta-freescale] [3rdparty][PATCH] machine/various: update wic dependency notation

2017-08-21 Thread Eric Nelson
On 08/21/2017 02:14 PM, Eric Nelson wrote: As noted in [1], the notation for wic dependencies has changed. Update machines other than wandboard with the new notation. Please ignore... I pulled the wrong git-send-email from my command-line history

[meta-freescale] [3rdparty][PATCH] machine/various: update wic dependency notation

2017-08-21 Thread Eric Nelson
As noted in [1], the notation for wic dependencies has changed. Update machines other than wandboard with the new notation. [1]: https://lists.yoctoproject.org/pipermail/meta-freescale/2017-June/020668.html Signed-off-by: Eric Nelson <e...@nelint.com> --- conf/machine/cubox-i.conf

Re: [meta-freescale] [3rdparty][PATCH] machine/various: update wic dependency notation

2017-08-21 Thread Eric Nelson
<gary.bis...@boundarydevices.com <mailto:gary.bis...@boundarydevices.com>> wrote: Hi Eric, On Sun, Aug 20, 2017 at 2:50 AM, Eric Nelson <e...@nelint.com <mailto:e...@nelint.com>> wrote: > As noted in [1], the notation for wic dependencies has changed. &

Re: [meta-freescale] [3rdparty][PATCH] machine/various: update wic dependency notation

2017-08-21 Thread Eric Nelson
Hi Gary, On 08/21/2017 01:48 AM, Gary Bisson wrote: Hi Eric, On Sun, Aug 20, 2017 at 2:50 AM, Eric Nelson <e...@nelint.com> wrote: As noted in [1], the notation for wic dependencies has changed. Update machines other than wandboard with the new notation. [1]: https://lists.yoctoproje

[meta-freescale] [3rdparty][PATCH V2] linux-boundary: change kernel command line defaults (console, initrd)

2017-08-20 Thread Eric Nelson
by U-Boot through ATAGS. Signed-off-by: Eric Nelson <e...@nelint.com> --- V2 changes the commit message to say **Most** boards from Boundary. recipes-kernel/linux/linux-boundary-4.1.15/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-bo

[meta-freescale] [3rdparty][PATCH] linux-boundary: change kernel command line defaults (console, initrd)

2017-08-19 Thread Eric Nelson
by U-Boot through ATAGS. Signed-off-by: Eric Nelson <e...@nelint.com> --- recipes-kernel/linux/linux-boundary-4.1.15/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary-4.1.15/defconfig b/recipes-kernel/linux/linux-boundary-

[meta-freescale] [3rdparty][PATCH] machine/various: update wic dependency notation

2017-08-19 Thread Eric Nelson
As noted in [1], the notation for wic dependencies has changed. Update machines other than wandboard with the new notation. [1]: https://lists.yoctoproject.org/pipermail/meta-freescale/2017-June/020668.html Signed-off-by: Eric Nelson <e...@nelint.com> Signed-off-by: Eric Nelson <e...@n

Re: [meta-freescale] [PATCH V3 0/4][linux-fslc][4.1-1.0.x-imx] net: fec: updates to align IP header

2016-09-24 Thread Eric Nelson
Hi Andy, On 09/24/2016 08:10 AM, Andy Duan wrote: > From: Eric Nelson <e...@nelint.com> Sent: Saturday, September 24, 2016 10:01 > PM >> To: meta-freescale@yoctoproject.org >> Cc: li...@arm.linux.org.uk; and...@lunn.ch; Andy Duan >> <fugang.d...@nxp.com>;

[meta-freescale] [PATCH V3 4/4][linux-fslc][4.1-1.0.x-imx] net: fec: align IP

2016-09-24 Thread Eric Nelson
/linux-arm.git/commit/?id=70d8a8a Signed-off-by: Eric Nelson <e...@nelint.com> --- V3 uses FEC_QUIRK_HAS_RACC to test for support, since all devices with the receive accelerator support the SHIFT16 bit. It also removes support for FEC_QUIRK_HAS_RACC from i.MX25 and i.MX27 which don't appear to s

[meta-freescale] [PATCH V3 3/4][linux-fslc][4.1-1.0.x-imx] net: fec: enable RACC on imx6ul

2016-09-24 Thread Eric Nelson
The Fast Ethernet Controller (fec) on the i.MX6UL SoC has support for the receive accelerator (RACC), so enable the quirk. Signed-off-by: Eric Nelson <e...@nelint.com> --- drivers/net/ethernet/freescale/fec_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[meta-freescale] [PATCH V3 2/4][linux-fslc][4.1-1.0.x-imx] net: fec: remove QUIRK_HAS_RACC from i.mx27

2016-09-24 Thread Eric Nelson
According to the i.MX27 reference manual, this SoC does not have support for the receive accelerator (RACC) register at offset 0x1C4. http://cache.nxp.com/files/32bit/doc/ref_manual/MCIMX27RM.pdf Signed-off-by: Eric Nelson <e...@nelint.com> --- drivers/net/ethernet/freescale/fec_

[meta-freescale] [PATCH V3 1/4][linux-fslc][4.1-1.0.x-imx] net: fec: remove QUIRK_HAS_RACC from i.mx25

2016-09-24 Thread Eric Nelson
According to the i.MX25 reference manual, this SoC does not have support for the receive accelerator (RACC) register at offset 0x1C4. http://www.nxp.com/files/dsp/doc/ref_manual/IMX25RM.pdf Signed-off-by: Eric Nelson <e...@nelint.com> --- drivers/net/ethernet/freescale/fec_main.c | 2 +-

[meta-freescale] [PATCH V3 0/4][linux-fslc][4.1-1.0.x-imx] net: fec: updates to align IP header

2016-09-24 Thread Eric Nelson
of the ethernet packet payload (and especially the IP header) to prevent alignment faults in the IP stack. Eric Nelson (4): net: fec: remove QUIRK_HAS_RACC from i.mx25 net: fec: remove QUIRK_HAS_RACC from i.mx27 net: fec: enable RACC on imx6ul net: fec: support RRACC_SHIFT16 to align IP header

Re: [meta-freescale] [PATCH][linux-fslc][4.1-1.0.x-imx] net: fec: support RRACC_SHIFT16 to align IP header

2016-09-24 Thread Eric Nelson
Hi Andy, On 09/23/2016 10:00 PM, Andy Duan wrote: > From: Eric Nelson <e...@nelint.com> Sent: Saturday, September 24, 2016 9:44 AM >> To: meta-freescale@yoctoproject.org >> Cc: li...@arm.linux.org.uk; and...@lunn.ch; Andy Duan >> <fugang.d...@nxp.com>; ota...@os

[meta-freescale] [PATCH V2][linux-fslc][4.1-1.0.x-imx] net: fec: support RRACC_SHIFT16 to align IP header

2016-09-24 Thread Eric Nelson
/commit/?h=fec-testing=70d8a8a Signed-off-by: Eric Nelson <e...@nelint.com> --- V2 removes code in fec_enet_copybreak() that strips the two bytes of padding and breaks the alignment. The call to skb_pull_inline in the caller instructs the IP stack to ignore these bytes. With V2, no alignment

[meta-freescale] [PATCH][linux-fslc][4.1-1.0.x-imx] net: fec: support RRACC_SHIFT16 to align IP header

2016-09-23 Thread Eric Nelson
-arm-kernel=147465452108384=2 and adapted from a patch by Russell King from 2014: http://git.arm.linux.org.uk/cgit/linux-arm.git/commit/?h=fec-testing=70d8a8a Signed-off-by: Eric Nelson <e...@nelint.com> --- I've only tested this patch on i.MX6UL at the moment, an encourage others

Re: [meta-freescale] /dev/fb0 missing with nitrogen6x and latest Yocto master

2016-08-26 Thread Eric Nelson
Hi Carlos, On 08/26/2016 12:11 PM, Carlos Rafael Giani wrote: > Hello, > > I just built an image for the nitrogen6x with poky, meta-openembedded, > meta-fsl-arm, meta-fsl-arm-extra, meta-fsl-demos all at the latest > master. boundary-kernel version is 4.1.15. > > Looking at /dev/ shows that

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 2/3] Added recipies for warp7 kernel. warp7_defconfig is pulled from fslc github repo. linux-warp_4.1.bb is the bitbake recipe to build warp7 kernel.

2016-08-18 Thread Eric Nelson
Hi Otavio, On 08/18/2016 06:11 AM, Otavio Salvador wrote: > On Thu, Aug 18, 2016 at 4:18 AM, warp7 wrote: >> Signed-off-by: warp7 > > WaRP? So it works with both WaRP boards? What is the differences of > this kernel compared to the

Re: [meta-freescale] [meta-fsl-arm][PATCH v8] 3.14.38-6QP_Beta release

2015-08-10 Thread Eric Nelson
Hi Yuqing, Since this is only a single patch, the cover isn't needed. Also, the subject line of the cover has nothing to do with the single patch included. For those of us who use threaded e-mail readers, this hides the content of the patch set. On 08/10/2015 03:44 AM, Yuqing Zhu wrote: Add

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 0/3] 3.14.38-6QP_Beta release

2015-07-27 Thread Eric Nelson
On 07/27/2015 03:53 AM, Yuqing Zhu wrote: Fix pulseaudio related issue: -Add PulseAudio configuration -Fix mutex issue -Revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 -Remove the control for speaker/headphone widget on i.MX7 Yuqing Zhu (3): pulseaudio: Add PulseAudio

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] imx6qsabrelite.conf: Update Maintainer

2015-07-02 Thread Eric Nelson
On 07/01/2015 06:10 PM, iancoolidge89 wrote: Signed-off-by: iancoolidge89 i...@boundarydevices.com To echo Nikolay, this should say Ian Coolidge i...@boundarydevices.com Otherwise, for the series: Acked-By: Eric Nelson eric.nel...@boundarydevices.com

Re: [meta-freescale] [meta-fsl-arm/V2][PATCH 1/2] linux-imx_3.14.28: fix initial MMC device detection

2015-06-08 Thread Eric Nelson
Hi Andreas, On 06/08/2015 05:48 AM, Andreas Müller wrote: On Variscite Varsom we have three devices connected to MMC * MMC1: eMMC * MMC2: SDCard * MMC3: Wifi Without this patch only the first device was detected properly. I found two workarounds which can be removed by this patch: 1.

Re: [meta-freescale] [PATCH] fsl-eula-unpack: deploy Freescale EULA

2015-06-03 Thread Eric Nelson
Hi Ann and Lauren, On 06/03/2015 09:15 AM, Otavio Salvador wrote: On Wed, Jun 3, 2015 at 11:56 AM, Ann Thornton ann.thorn...@freescale.com wrote: Here is the problem: The EULA is updated frequently with changes that really don't matter to existing packages. New 3rd party requirements

[meta-freescale] [meta-fsl-arm-extra][dizzy][PATCH] linux-boundary (3.10.17): bump SRCREV to 4da158a

2015-06-01 Thread Eric Nelson
Update kernel to Boundary Devices' latest. The only notable updates in this release are the addition of a device tree for use with Boundary Devices Nitrogen6_VM board and the addition of USB OTG cable detection through CONFIG_EXTCON. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com

Re: [meta-freescale] [RFC] FSL Community BSP meeting - proposal

2015-05-25 Thread Eric Nelson
On 05/25/2015 10:26 AM, Daiane Angolini wrote: On Mon, May 25, 2015 at 10:51 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello everybody, It has been a long time since we had our last FSL Community BSP meeting. We have several development directions to discuss this time. I want to

Re: [meta-freescale] Chromium layout rendering issue

2015-05-08 Thread Eric Nelson
Hi Gary, On 05/08/2015 03:47 PM, Gary Thomas wrote: On 2015-05-08 06:49, Otavio Salvador wrote: On Thu, Apr 30, 2015 at 11:41 PM, Nikolay Dimitrov picmas...@mail.bg wrote: ... So I have 2 questions: 1. The probability that someone knows what's the actual issue is close to minus infinity,

[meta-freescale] [meta-fsl-arm-extra][dizzy][PATCH] linux-boundary (3.10.17): bump SRCREV to 3458a1a

2015-04-16 Thread Eric Nelson
/DL variants. Note that PXP support is not yet functioning as discussed in this thread: https://lists.yoctoproject.org/pipermail/meta-freescale/2015-April/thread.html#13349 Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-kernel/linux/linux

Re: [meta-freescale] How you program your sdcard / mmc

2015-04-14 Thread Eric Nelson
Hi Andrea, On 04/14/2015 08:28 AM, Fabio Estevam wrote: On Tue, Apr 14, 2015 at 10:37 AM, Fabio Estevam feste...@gmail.com wrote: We use the later in imx6sl-warp to flash the eMMC: https://github.com/Freescale/meta-fsl-arm-extra/commit/5fadb641dffe91ec9dedafcb1e27add3e45255dc Actually this

Re: [meta-freescale] How you program your sdcard / mmc

2015-04-14 Thread Eric Nelson
Hi Andrea, On 04/14/2015 08:39 AM, and...@perpic.it wrote: Il giorno mar, 14/04/2015 alle 14.55 +0200, Andrea ha scritto: Hello everybody, I think this is an off topic post but it's a while I'm googling for this subject and I cannot find any useful information. This is my question: I

Re: [meta-freescale] PXP test applications

2015-04-11 Thread Eric Nelson
Hi Carlos, On 04/11/2015 09:30 AM, Carlos Rafael Giani wrote: The official repository is the one inside the package There is nothing more I can help, sorry. I also failed on getting it to work. Daiane Which is a pity, because PxP seems to be partially broken in the kernel. That,

[meta-freescale] PXP test applications

2015-04-09 Thread Eric Nelson
Hi all, Does anyone know how to run the pxp_test.out program from /unit_tests? I can run it, but it's not clear what is supposed to happen. root@nitrogen6x:/unit_tests# ./pxp_test.out -H Usage: ./pxp_test.out -I options for each instance -H display this help options for each instance -o

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-boundary: deprecate kernel 3.10.31-beta

2015-04-06 Thread Eric Nelson
Since we now have support for kernel 3.10.53 (GA), 3.10.31-beta should not be used. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- .../nitrogen6x-lite/defconfig | 312 .../linux-boundary-3.10.31/nitrogen6x/defconfig| 326

Re: [meta-freescale] [meta-fsl-arm][PATCH 01/11] linux-imx: Upgrade to 3.14.28-1.0.0 GA version

2015-04-06 Thread Eric Nelson
Hi Otavio, On 04/06/2015 01:38 PM, Otavio Salvador wrote: On Mon, Apr 6, 2015 at 5:15 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Otavio and Lauren, On 04/06/2015 09:26 AM, Otavio Salvador wrote: On Mon, Apr 6, 2015 at 12:36 PM, Lauren Post lauren.p...@freescale.com wrote

Re: [meta-freescale] [meta-fsl-arm][PATCH 01/11] linux-imx: Upgrade to 3.14.28-1.0.0 GA version

2015-04-06 Thread Eric Nelson
Hi Otavio and Lauren, On 04/06/2015 09:26 AM, Otavio Salvador wrote: On Mon, Apr 6, 2015 at 12:36 PM, Lauren Post lauren.p...@freescale.com wrote: 3.10.53 only exists in master branch now so to remove it means it will not exist on any branch. It exists in Git so if someone ever wants or

[meta-freescale] [meta-fsl-arm-extra][dizzy][PATCH] linux-boundary (3.10.17): Bump SRCREV to 4c21ec6

2015-04-06 Thread Eric Nelson
Update kernel to Boundary Devices' latest. Notable updates include: - added support for PCAP (ft5x06) touch screen on Nitrogen6_vm - enable internal pullup on real-time clock IRQ line on Nitrogen6_Lite Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com

Re: [meta-freescale] [meta-fsl-arm][PATCH 01/11] linux-imx: Upgrade to 3.14.28-1.0.0 GA version

2015-04-06 Thread Eric Nelson
Hi Otavio, On 04/06/2015 01:54 PM, Otavio Salvador wrote: On Mon, Apr 6, 2015 at 5:50 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: How about this as a compromise? - Add 3.14 as new components, then - remove 3.10.53 in an explicit patch set This might make

Re: [meta-freescale] [meta-fsl-arm][PATCH 08/11] imx-gpu-viv: Upgrade to 5.0.11.p4.4 from 3.14.28-1.0.0 GA release

2015-04-02 Thread Eric Nelson
Hi Lauren, On 04/02/2015 01:38 PM, Lauren Post wrote: Remove pc files now they are part of imx-gpu-viv package Fix api trace installation Add kernel loadable module installation support. Signed-off-by: Lauren Post lauren.p...@freescale.com --- snip require imx-gpu-viv.inc Are

Re: [meta-freescale] [meta-fsl-arm][PATCH 08/11] imx-gpu-viv: Upgrade to 5.0.11.p4.4 from 3.14.28-1.0.0 GA release

2015-04-02 Thread Eric Nelson
On 04/02/2015 05:20 PM, Lauren Post wrote: They are backward compatible with 3.10.53. 3.10.17 is v4 version of graphics while 3.14.28 and 3.10.53 use the v5 version only available in master branch. 3.10.17 and 3.10.53 graphics do not mix with each other kernels. Starting with 3.10.53 we do

[meta-freescale] [meta-fsl-arm-extra][PATCH 0/5] linux-boundary: add support for kernel 3.10.53

2015-03-31 Thread Eric Nelson
notes can be found in this blog post: http://boundarydevices.com/i-mx6-kernel-3-10-53 The U-Boot changes are required because the strategy for detecting displays has changed from a build-up-bootargs approach to one that trims the device tree. Eric Nelson (5): nitrogen6x: remove device tree

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/5] linux-boundary: add support for kernel 3.10.53

2015-03-31 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- .../linux/linux-boundary-3.10.53/defconfig | 374 + recipes-kernel/linux/linux-boundary_3.10.53.bb | 17 + 2 files changed, 391 insertions(+) diff --git a/recipes-kernel/linux/linux-boundary-3.10.53

[meta-freescale] [meta-fsl-arm-extra][PATCH 4/5] u-boot-boundary/u-boot-script-boundary: update to 21eb414 (v2014.07)

2015-03-31 Thread Eric Nelson
/#bootscript Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-bsp/u-boot/u-boot-boundary_git.bb| 2 +- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/5] nitrogen6x: remove device tree for imx6dl-nitrogen6_max.dtb

2015-03-31 Thread Eric Nelson
Boundary Devices does not currently offer a dual-lite or solo processor option for Nitrogen6_Max, and the device tree for it is not supported in kernel 3.10.53. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- conf/machine/nitrogen6x.conf | 2 +- 1 file changed, 1 insertion(+), 1

[meta-freescale] [meta-fsl-arm-extra][PATCH 3/5] nitrogen6x*, imx6qsabrelite: default to kernel 3.10.53

2015-03-31 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- conf/machine/nitrogen6x-lite.conf | 2 +- conf/machine/nitrogen6x.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf index 234da28

[meta-freescale] [meta-fsl-arm-extra][PATCH 5/5] u-boot-script-boundary: update to use 3.10.53 boot scripts

2015-03-31 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb index

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-26 Thread Eric Nelson
Hi Gary, On 03/26/2015 07:18 AM, Gary Thomas wrote: On 2015-03-13 16:17, Eric Nelson wrote: Hi Gary, On 03/13/2015 03:02 PM, Gary Thomas wrote: On 2015-03-13 15:53, Eric Nelson wrote: For dizzy branch. Update linux-boundary code, defconfig, and machine configurations to match Boundary

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-26 Thread Eric Nelson
Hi Gary, On 03/26/2015 07:45 AM, Gary Thomas wrote: On 2015-03-26 08:27, Eric Nelson wrote: Hi Gary, snip How close is this to being ready to publish to Yocto? Very close. We'll probably do one more pass before publishing perhaps early next week. Great news, thanks. Also, when I

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-26 Thread Eric Nelson
Hi Gary, On 03/26/2015 08:01 AM, Gary Thomas wrote: On 2015-03-26 08:54, Eric Nelson wrote: Hi Gary, snip I'm not sure, but this may be a mismatch between the supported audio rates. Here's what we're using for testing: for f in /usr/share/sounds/alsa/*.wav ; do gst-launch

[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-boundary/u-boot-script-boundary: update to fcb04d6 (v2014.07)

2015-03-19 Thread Eric Nelson
...@boundarydevices.com Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-bsp/u-boot/u-boot-boundary_git.bb| 2 +- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp

[meta-freescale] [meta-fsl-arm-extra][dizzy][PATCH] u-boot-boundary/u-boot-script-boundary: update to fcb04d6 (v2014.07)

2015-03-19 Thread Eric Nelson
...@boundarydevices.com Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-bsp/u-boot/u-boot-boundary_git.bb| 2 +- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp

Re: [meta-freescale] [meta-fsl-arm-extra][dizzy][PATCH] u-boot-script-boundary: use nitrogen6x boot script for MACHINE imx6qsabrelite

2015-03-19 Thread Eric Nelson
Hi Marco, This one should fix you up. Sorry for the hassle. On 03/19/2015 12:53 PM, Eric Nelson wrote: Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u

[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: use nitrogen6x boot script for MACHINE imx6qsabrelite

2015-03-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb index fbb5bc2..27d58d3 100644

Re: [meta-freescale] u-boot failed: do_mkimage with Yocto dizzy

2015-03-19 Thread Eric Nelson
Hi Otavio, On 03/19/2015 11:17 AM, Otavio Salvador wrote: On Thu, Mar 19, 2015 at 3:14 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Marco, On 03/19/2015 08:39 AM, Marco Cavallini wrote: Hello, this commit breaks u-boot creation with Yocto dizzy and MACHINE = imx6qsabrelite

Re: [meta-freescale] u-boot failed: do_mkimage with Yocto dizzy

2015-03-19 Thread Eric Nelson
Hi Marco, On 03/19/2015 08:39 AM, Marco Cavallini wrote: Hello, this commit breaks u-boot creation with Yocto dizzy and MACHINE = imx6qsabrelite commit 44e1e7f23cd9fa4345d664acfa0a635a80caa3d6 Author: Ian Coolidge i...@boundarydevices.com Date: Tue Mar 17 10:35:16 2015 -0700 Sorry

[meta-freescale] [meta-fsl-arm-extra][PATCH] Update README to document proper handling of patches for other branches

2015-03-18 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- README | 10 ++ 1 file changed, 10 insertions(+) diff --git a/README b/README index e1647ad..ccd6d2b 100644 --- a/README +++ b/README @@ -35,3 +35,13 @@ When creating a patch of the last commit, use To send

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-17 Thread Eric Nelson
Hi Otavio, On 03/13/2015 02:53 PM, Eric Nelson wrote: For dizzy branch. Update linux-boundary code, defconfig, and machine configurations to match Boundary Devices up-stream kernels, including support for new peripherals and a new Nitrogen6_VM board. Eric Nelson (3): linux-boundary

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-17 Thread Eric Nelson
On 03/17/2015 11:28 AM, Otavio Salvador wrote: Hello Eric, On Tue, Mar 17, 2015 at 2:22 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: On 03/13/2015 02:53 PM, Eric Nelson wrote: For dizzy branch. Update linux-boundary code, defconfig, and machine configurations to match Boundary

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts

2015-03-17 Thread Eric Nelson
On 03/17/2015 12:30 PM, Otavio Salvador wrote: On Tue, Mar 17, 2015 at 4:27 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Otavio, On 03/17/2015 10:35 AM, Ian Coolidge wrote: Removes redundant BOOTSCRIPT line Changed BOOTSCRIPT to allow choice in local.conf Signed-off-by: Ian

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/3] linux-boundary (3.10.17): sync defconfig for nitrogen6x

2015-03-13 Thread Eric Nelson
JFFS2/UBIFS (no NAND on Boundary Devices boards) MAG3110 - Add support for Huawei 3G modem and IP routing - Add USB ACM - Add driver for magnetic swipe over GPIO pins Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- .../linux-boundary-3.10.17

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] linux-boundary (3.10.17): Bump SRCREV to da45c17

2015-03-13 Thread Eric Nelson
fixes new display: AUO_G050 added support for new Broadcom WiFi chips TSC2004 touch screen fixes add support for eMMC 5.0 devices added DT for use with TC358743 HDMI Mipi daughter board Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes

[meta-freescale] [meta-fsl-arm-extra][PATCH V2 1/3] linux-boundary (3.10.17): Bump SRCREV to 10245a3

2015-03-13 Thread Eric Nelson
fixes new display: AUO_G050 added support for new Broadcom WiFi chips TSC2004 touch screen fixes add support for eMMC 5.0 devices added DT for use with TC358743 HDMI Mipi daughter board Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- V2 fixes

[meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board

2015-03-13 Thread Eric Nelson
to save space. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- conf/machine/nitrogen6x.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index 7fa2630..6b90730 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf

[meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board

2015-03-13 Thread Eric Nelson
to save space. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- conf/machine/nitrogen6x.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index 7fa2630..6b90730 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf

[meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-13 Thread Eric Nelson
For dizzy branch. Update linux-boundary code, defconfig, and machine configurations to match Boundary Devices up-stream kernels, including support for new peripherals and a new Nitrogen6_VM board. Eric Nelson (3): linux-boundary (3.10.17): Bump SRCREV to da45c17 linux-boundary (3.10.17

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream

2015-03-13 Thread Eric Nelson
Hi Gary, On 03/13/2015 03:02 PM, Gary Thomas wrote: On 2015-03-13 15:53, Eric Nelson wrote: For dizzy branch. Update linux-boundary code, defconfig, and machine configurations to match Boundary Devices up-stream kernels, including support for new peripherals and a new Nitrogen6_VM board

Re: [meta-freescale] Audio glitch with SGTL5000

2015-03-01 Thread Eric Nelson
Hi Nikolay, On 03/01/2015 02:29 PM, Nikolay Dimitrov wrote: Hi Eric, On 02/28/2015 08:53 PM, Eric Nelson wrote: Hi all, On 01/22/2015 12:52 PM, Fabio Estevam wrote: Hi Nikolay, On Thu, Jan 22, 2015 at 5:49 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Sorry, I didn't mean that at all

Re: [meta-freescale] Audio glitch with SGTL5000

2015-02-28 Thread Eric Nelson
Hi all, On 01/22/2015 12:52 PM, Fabio Estevam wrote: Hi Nikolay, On Thu, Jan 22, 2015 at 5:49 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Sorry, I didn't mean that at all. No problem. I am glad you spotted the problem with the SMALL_POP bit. I will also check if there is an error in

Re: [meta-freescale] Updates to meta-fsl-arm-extra (daisy) in 2015-02-02

2015-02-02 Thread Eric Nelson
On 02/02/2015 01:38 PM, Otavio Salvador wrote: Hello, I pushed following updates: commit c95f3f8b5b347f1b3e77d2d11063207ddb7dc5ec (HEAD, fslc/daisy, for-daisy) Author: Eric Nelson eric.nel...@boundarydevices.com Date: Tue Jan 27 16:12:00 2015 -0700 linux-boundary: Bump SRCREV

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17_1.0.1 - for daisy): Bump SRCREV to 120f379

2015-01-27 Thread Eric Nelson
is the focus of this update, since it contains important fixes for LCD output. The second contains a long list of updates to various drivers. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [meta-freescale] Audio glitch with SGTL5000

2015-01-22 Thread Eric Nelson
On 01/22/2015 11:35 AM, Gary Thomas wrote: On 2015-01-22 11:32, Nikolay Dimitrov wrote: Hi Gary, On 01/22/2015 03:24 PM, Gary Thomas wrote: Are you using headphone or line-out? My i.MX6 boards all suffer from this annoying pop - it would be great to get to the bottom of this. Before

Re: [meta-freescale] bitbake freezes at recipe qt4-x11-free-1_4.8.5-r0: task do_compile: Started

2015-01-13 Thread Eric Nelson
Hi Alvin, On 01/13/2015 06:20 PM, Alvin D.M. DIZON wrote: Hello, I am building an image using the bitbake fsl-image-x11 command. Bitbake seems to run through all the tasks but the output freezes at recipe qt4-x11-free-1_4.8.5-r0: task do_compile: Started. I have tried stopping bitbake and

Re: [meta-freescale] [PATCH 1/2] packagegroup-fsl-tools-benchmark: Add fbset

2015-01-09 Thread Eric Nelson
On 01/09/2015 09:31 AM, Daiane Angolini wrote: Add fbset package in order to replace the fbset provided by buzybox (and s/buzybox/busybox/ included by default). This packagegroup is intended to be used for debug and test/benchmark purposes, so it makes sense to use the full and better

Re: [meta-freescale] [RFC][fsl-community-bsp-platform] README: Translate README to use Asciidoctor instead of markdown

2015-01-09 Thread Eric Nelson
On 01/09/2015 10:59 AM, Daiane Angolini wrote: On Fri, Jan 9, 2015 at 3:39 PM, Daiane Angolini daiane.angol...@freescale.com wrote: Rename file to README.adoc in order to allow Github to automatically render the file when displaying it at repository's page. Translate markdown to

Re: [meta-freescale] [meta-fsl-arm][PATCH] devregs: Add recipe

2015-01-06 Thread Eric Nelson
+LIC_FILES_CHKSUM = file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924 + +SRCREV = 34ed402b92920864b89e0fd1e76bae3aa340baaa +SRC_URI = git://github.com/boundarydevices/devregs.git;protocol=http + +PV = 1.0+${SRCPV} + +S = ${WORKDIR}/git + +inherit autotools Acked-by: Eric Nelson

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 0d7db21

2014-12-03 Thread Eric Nelson
Hi Gary, On 12/03/2014 04:52 AM, Gary Thomas wrote: On 2014-12-02 15:33, Ian Coolidge wrote: Primary fix - 0d7db21 - fixes parallel LCD support. Driver has been broken since commit 3c236e8c. Eric Nelson (3): fsl_otp: default to read-only access imx6q-nitrogen6x-cwc: allow SATA

Re: [meta-freescale] Video on linux-boundary-3.10.x (was Re: ...linux-boundary: Add support for kernel 3.10.31_1.1.0_beta)

2014-12-03 Thread Eric Nelson
Hi Gary, On 12/03/2014 06:00 AM, Gary Thomas wrote: On 2014-12-02 09:57, Eric Nelson wrote: On 12/02/2014 09:42 AM, Gary Thomas wrote: On 2014-12-02 09:33, Eric Nelson wrote: On 12/02/2014 06:24 AM, Gary Thomas wrote: On 2014-12-02 06:21, Gary Thomas wrote: On 2014-11-26 17:26, Gary Thomas

Re: [meta-freescale] Patch submission to Freescale kernel

2014-12-02 Thread Eric Nelson
Hi Gary, On 12/01/2014 09:18 PM, Gary Bisson wrote: Hi, I was wondering what was the procedure to submit a patch to the Freescale maintained kernel: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/ I've just made a patch that fixes the display issue for rev T1.0 of the SoC

Re: [meta-freescale] Video on linux-boundary-3.10.x (was Re: ...linux-boundary: Add support for kernel 3.10.31_1.1.0_beta)

2014-12-02 Thread Eric Nelson
Hi Gary, On 12/02/2014 06:24 AM, Gary Thomas wrote: On 2014-12-02 06:21, Gary Thomas wrote: On 2014-11-26 17:26, Gary Thomas wrote: On 2014-11-26 12:26, Eric Nelson wrote: Hi Gary, snip Next problem - I have no video, neither with HDMI nor 7 LCD Ideas? Any progress

Re: [meta-freescale] Video on linux-boundary-3.10.x (was Re: ...linux-boundary: Add support for kernel 3.10.31_1.1.0_beta)

2014-12-02 Thread Eric Nelson
On 12/02/2014 09:42 AM, Gary Thomas wrote: On 2014-12-02 09:33, Eric Nelson wrote: On 12/02/2014 06:24 AM, Gary Thomas wrote: On 2014-12-02 06:21, Gary Thomas wrote: On 2014-11-26 17:26, Gary Thomas wrote: On 2014-11-26 12:26, Eric Nelson wrote: Hi Gary, snip Next problem - I have

[meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 33 1 file changed, 33 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi index 0a36129..0b28a9d

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
On 12/02/2014 12:09 PM, Eric Nelson wrote: It looks like a few patches are missing for SABRE Lite. The following is essentially an aggregation of these patches for Nitrogen6x in main-line: 43c3c00 - ARM: dts: nitrogen6x: add i2c2 d653620 - ARM: dts: nitrogen6x: add hdmi

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
Hi Gary, On 12/02/2014 12:14 PM, Gary Bisson wrote: Hi Eric, On 12/02/2014 11:11 AM, Eric Nelson wrote: On 12/02/2014 12:09 PM, Eric Nelson wrote: It looks like a few patches are missing for SABRE Lite. The following is essentially an aggregation of these patches for Nitrogen6x in main

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
Hi Gary, On 12/02/2014 12:52 PM, Gary Bisson wrote: Hi Fabio, On Tue, Dec 02, 2014 at 05:17:29PM -0200, Fabio Estevam wrote: On Tue, Dec 2, 2014 at 5:14 PM, Gary Bisson bisson.g...@gmail.com wrote: I ported those changes already during my testing. Then I've tried a Nitrogen board directly

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
Hi Gary, On 12/02/2014 01:16 PM, Gary Bisson wrote: On 12/02/2014 12:11 PM, Eric Nelson wrote: On 12/02/2014 12:52 PM, Gary Bisson wrote: snip I've attached both my full log and the EDID I read once booted up. The log shows that the fb0 modes seems not to reflect what should be supported

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
On 12/02/2014 02:16 PM, Fabio Estevam wrote: On Tue, Dec 2, 2014 at 6:06 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Fabio, have you tested HDMI on older silicon in recent main-line kernels? No, I haven't, but as per Gary's description his issue also appears with TO1.2

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
On 12/02/2014 02:04 PM, Eric Nelson wrote: On 12/02/2014 01:16 PM, Gary Bisson wrote: Also, do you plan on submitting your sabrelite patches to the lkml? Sure. I'd be happy to. Done. http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/thread.html#308161

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
Hi Gary, On 12/02/2014 02:37 PM, Gary Bisson wrote: Fabio, Eric, On 12/02/2014 01:20 PM, Eric Nelson wrote: On 12/02/2014 02:16 PM, Fabio Estevam wrote: On Tue, Dec 2, 2014 at 6:06 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Fabio, have you tested HDMI on older silicon

Re: [meta-freescale] [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support

2014-12-02 Thread Eric Nelson
On 12/02/2014 03:54 PM, Gary Bisson wrote: Don't expect something fancy, it's just one mis-configured clock ;-) All the better. I'll need to find an old board to give a Tested-By'... -- ___ meta-freescale mailing list

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH V2] linux-boundary: Add support for kernel 3.10.31_1.1.0_beta

2014-11-26 Thread Eric Nelson
Hi Gary, On 11/26/2014 11:10 AM, Gary Thomas wrote: On 2014-11-26 11:06, Gary Thomas wrote: On 2014-11-23 18:57, Eric Nelson wrote: This patch adds support for the 3.10.31_1.1.0_beta kernelfor Boundary Devices BD-SL-i.MX6 (built to SABRE Lite), Nitrogen6X, Nitrogen6_Max

Re: [meta-freescale] How to use libfslcodec with gstreamer-1.0

2014-11-25 Thread Eric Nelson
Hi Ray, On 11/25/2014 12:33 AM, Ray·Bloodworth wrote: Hi, Daiane Sorry for late... I'm using the master branch. I think my environment is dirty, so I use repo sync to get a clean environment. I add IMAGE_INSTALL_append = gstreamer1.0-plugins-imx gstreamer1.0 gst1.0-fsl-plugin

[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-boundary/u-boot-script-boundary: update to 86bfe2c (v2014.07)

2014-11-23 Thread Eric Nelson
with newer kernels. Note that no code changes are present in this bump. All changes are in the boot scripts, and u-boot-boundary-git is being updated simply to match versions and streamline download of the sources. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- This update should

[meta-freescale] [meta-fsl-arm-extra][PATCH V2] linux-boundary: Add support for kernel 3.10.31_1.1.0_beta

2014-11-23 Thread Eric Nelson
: U-Boot setenv sdphys 1 U-Boot saveenv U-Boot boot See this post for some additional commentary: http://boundarydevices.com/root-equals Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Changes in V2: - Several minor kernel updates pulled from

Re: [meta-freescale] EDID on imx6 (was 'No HDMI video on imx6qsabresd with dizzy')

2014-11-14 Thread Eric Nelson
Hi Andreas, On 11/14/2014 01:37 AM, Andreas Müller wrote: Hi Nicolay, I opened a new thread - my HDMI problems was unrelated to yours (and your problem is solved). On Thu, Nov 13, 2014 at 8:34 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Hi guys, Thanks to Fabio the HDMI is now

Re: [meta-freescale] What image should I build on the SabreLite?

2014-11-07 Thread Eric Nelson
Hi Philippe, On 11/07/2014 03:00 AM, Philippe BALLEYDIER wrote: Hi I did the same as you on fsl-image-multimedia-full Here's what i get: root@nitrogen6x:~# cat /proc/version Linux version 3.10.17-1.0.1_ga+yocto+g9f710da (philippe@philippe-HP-ProBook-4730s) (gcc version 4.9.1 (GCC) ) #1

Re: [meta-freescale] What image should I build on the SabreLite?

2014-11-06 Thread Eric Nelson
] de la part de Philippe BALLEYDIER [pballeyd...@visionsystems.fr] Envoyé : mercredi 5 novembre 2014 09:42 À : Eric Nelson Cc : meta-freescale@yoctoproject.org Objet : Re: [meta-freescale] What image should I build on the SabreLite? So i switched to the dizzy branch. I've build fsl-image

Re: [meta-freescale] What image should I build on the SabreLite?

2014-11-06 Thread Eric Nelson
Hi Philippe, On 11/06/2014 08:55 AM, Eric Nelson wrote: Hi Philippe, Sorry for the delayed response. On 11/06/2014 02:31 AM, Philippe BALLEYDIER wrote: Hi i'm still stuck with this problem. Any ideas? Best regards De : meta-freescale-boun

Re: [meta-freescale] What image should I build on the SabreLite?

2014-11-06 Thread Eric Nelson
Hi Philippe, On 11/06/2014 11:11 AM, Eric Nelson wrote: Hi Philippe, snip While building from dizzy, I grabbed the latest 'fsl-machine-test' from O.S.Systems CI server (master branch): http://ci.ossystems.com.br/public/fsl-community-bsp/master/389/x11/nitrogen6x/fsl-image

  1   2   3   4   5   >