All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates to meta-fsl-arm (master) in 2014-07-08
@ 2014-07-08 15:21 Otavio Salvador
  2014-07-08 15:23 ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2014-07-08 15:21 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit 3941fe0fda4ac9ef372699160133c92ebf4df4e8 (yocto/master)
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Sat Jul 5 11:06:34 2014 -0300

    linux-fslc (3.14): Update to cde0fbb revision
    
    This updates the 3.14-based kernel to the 3.14.11 release.
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 3067436f4e43ab3c149644dc6a898825f24866e0
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Sat Jul 5 10:54:16 2014 -0300

    linux-imx (3.10.17): Update to 2a69800 revision
    
    This includes the following updates to the 3.10.17-1.0.0-GA:
    
    2a69800 ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15
    2a7bd41 ENGR00301078-2: ARM: dts: imx6sl-evk: add support for pfuze200 on imx6sl-evk
    f0790e4 ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on mx6dl-sabresd
    d52df5f pfuze100-regulator: Fix of_node_get() parameter
    ce1917e regulator: pfuze100: Use of_get_child_by_name
    097577d regulator: pfuze100: Add PFUZE200 support to Kconfig and module description
    dad7af3 regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables
    792bf11 regulator: pfuze100: add pfuze200 support
    df8c0fa regulator: pfuze100: Fix address of FABID
    dd27604 ENGR00309838 ARM: imx6sl: gpc: add chip revision check for dispmix
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-07-08
  2014-07-08 15:21 Updates to meta-fsl-arm (master) in 2014-07-08 Otavio Salvador
@ 2014-07-08 15:23 ` Otavio Salvador
  2014-07-08 20:17   ` Trevor Woerner
  2014-07-10 15:45   ` Trevor Woerner
  0 siblings, 2 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-07-08 15:23 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hello,

On Tue, Jul 8, 2014 at 12:21 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
...

As suggested by Daiane, I pushed the U-Boot and Linux i.MX 2.6.35.3
patches to master-next for testing.

Please give it a try and let me know if you find any regression.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-07-08
  2014-07-08 15:23 ` Otavio Salvador
@ 2014-07-08 20:17   ` Trevor Woerner
  2014-07-08 21:27     ` Otavio Salvador
  2014-07-10 15:45   ` Trevor Woerner
  1 sibling, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2014-07-08 20:17 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

On 07/08/14 11:23, Otavio Salvador wrote:
> As suggested by Daiane, I pushed the U-Boot and Linux i.MX 2.6.35.3
> patches to master-next for testing.
>
> Please give it a try and let me know if you find any regression.

MACHINE: imx53qsb
BRANCH: master-next
IMAGE: core-image-minimal
CF: dd if=core-image-minimal-imx53qsb.sdcard of=/dev/sde bs=1M

======================================================================
from serial terminal:
uboot:

U-Boot 2014.07-rc4 (Jul 08 2014 - 15:03:56)

Board: MX53 LOCO
I2C:   ready
DRAM:  1 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   FEC

Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
3110288 bytes read in 268 ms (11.1 MiB/s)
Booting from mmc ...
reading imx53-qsb.dtb
** Unable to read file imx53-qsb.dtb **
======================================================================
cmdline:
Poky (Yocto Project Reference Distro) 1.6+snapshot-20140708 imx53qsb
/dev/ttymxc0

imx53qsb login: root
root@imx53qsb:~# uname -a
Linux imx53qsb 2.6.35.3-maintain+yocto+gb3912bb #1 PREEMPT Tue Jul 8
14:53:33 EDT 2014 armv7l GNU/Linux
======================================================================

Are those warnings and errors from uboot expected?
(bad CRC, unable to read boot.scr, unable to read dtb)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-07-08
  2014-07-08 20:17   ` Trevor Woerner
@ 2014-07-08 21:27     ` Otavio Salvador
  0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-07-08 21:27 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: meta-freescale@yoctoproject.org

On Tue, Jul 8, 2014 at 5:17 PM, Trevor Woerner
<trevor.woerner@linaro.org> wrote:
> On 07/08/14 11:23, Otavio Salvador wrote:
>> As suggested by Daiane, I pushed the U-Boot and Linux i.MX 2.6.35.3
>> patches to master-next for testing.
>>
>> Please give it a try and let me know if you find any regression.
>
> MACHINE: imx53qsb
> BRANCH: master-next
> IMAGE: core-image-minimal
> CF: dd if=core-image-minimal-imx53qsb.sdcard of=/dev/sde bs=1M
>
> ======================================================================
> from serial terminal:
> uboot:
>
> U-Boot 2014.07-rc4 (Jul 08 2014 - 15:03:56)
>
> Board: MX53 LOCO
> I2C:   ready
> DRAM:  1 GiB
> MMC:   FSL_SDHC: 0, FSL_SDHC: 1
> *** Warning - bad CRC, using default environment
>
> In:    serial
> Out:   serial
> Err:   serial
> Net:   FEC
>
> Hit any key to stop autoboot:  0
> switch to partitions #0, OK
> mmc0 is current device
> reading boot.scr
> ** Unable to read file boot.scr **
> reading zImage
> 3110288 bytes read in 268 ms (11.1 MiB/s)
> Booting from mmc ...
> reading imx53-qsb.dtb
> ** Unable to read file imx53-qsb.dtb **
> ======================================================================
> cmdline:
> Poky (Yocto Project Reference Distro) 1.6+snapshot-20140708 imx53qsb
> /dev/ttymxc0
>
> imx53qsb login: root
> root@imx53qsb:~# uname -a
> Linux imx53qsb 2.6.35.3-maintain+yocto+gb3912bb #1 PREEMPT Tue Jul 8
> 14:53:33 EDT 2014 armv7l GNU/Linux
> ======================================================================
>
> Are those warnings and errors from uboot expected?
> (bad CRC, unable to read boot.scr, unable to read dtb)

Yes; alright :-)

\m/

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-07-08
  2014-07-08 15:23 ` Otavio Salvador
  2014-07-08 20:17   ` Trevor Woerner
@ 2014-07-10 15:45   ` Trevor Woerner
  2014-07-10 19:10     ` Trevor Woerner
  1 sibling, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2014-07-10 15:45 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale@yoctoproject.org

On 07/08/14 11:23, Otavio Salvador wrote:
> Please give it a try and let me know if you find any regression.

I tested:
- master-next
- wandboard-dual
- fsl-image-multimedia-full

Observations:
- networking works (can get IP (dhcp) and ping other machines on network)
- HDMI works (both video and audio)
- gstreamer playback of sintel trailer works
- i can't seem to get the headphone/line out to work

# uname -a
Linux wandboard-dual 3.10.17-1.0.0-wandboard+g9d567e4 #1 SMP PREEMPT Wed
Jul 9 19:09:06 EDT 2014 armv7x

Build Configuration:
BB_VERSION        = "1.23.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "openSUSE-project-13.1"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "wandboard-dual"
DISTRO            = "poky"
DISTRO_VERSION    = "1.6+snapshot-20140710"
TUNE_FEATURES     = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta             
meta-yocto        =
"(detachedfrom6879c3c):6879c3c903ec7d08cf0240281c83d85b4a42b6db"
meta-oe           =
"(detachedfrom87bbe91):87bbe91686e1bbc9036aacd924162f17db214aad"
meta-fsl-arm      =
"(detachedfrom1a47aed):1a47aed00c2f5cb010fed7581e0bc3b798a445ff"
meta-fsl-arm-extra =
"(detachedfrom456c270):456c27085a70bb1385a4c2e28ba80ac74d6f533e"
meta-fsl-demos    =
"(detachedfrome60ea24):e60ea240aecbf8fc69c4d18ab6d1361376372c6e"



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-07-08
  2014-07-10 15:45   ` Trevor Woerner
@ 2014-07-10 19:10     ` Trevor Woerner
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Woerner @ 2014-07-10 19:10 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

On 07/10/14 11:45, Trevor Woerner wrote:
> - i can't seem to get the headphone/line out to work

Never mind... it works. It's just very quiet.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-10 19:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 15:21 Updates to meta-fsl-arm (master) in 2014-07-08 Otavio Salvador
2014-07-08 15:23 ` Otavio Salvador
2014-07-08 20:17   ` Trevor Woerner
2014-07-08 21:27     ` Otavio Salvador
2014-07-10 15:45   ` Trevor Woerner
2014-07-10 19:10     ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.