[yocto] [meta-raspberry] Raspberry Pi 3

Trevor Woerner twoerner at gmail.com
Mon Apr 4 08:08:21 PDT 2016


On Sun 2016-04-03 @ 07:29:59 PM, Khem Raj wrote:
> On Sun, Apr 3, 2016 at 6:38 PM, Trevor Woerner <twoerner at gmail.com> wrote:
> > Thanks to everyone for their help!! It looks like I've got something working,
> > not sure if this is a "solution" or if most would just consider it a
> > work-around:
> >
> > 1) use Andrei's meta-raspberrypi layer (which selects linux kernel 4.1 by
> > default)
> 
> thats good.

Here's some more details that will, hopefully, help others duplicate my
results:

	Build Configuration:
	BB_VERSION        = "1.29.1"
	BUILD_SYS         = "x86_64-linux"
	NATIVELSBSTRING   = "openSUSE-project-13.2"
	TARGET_SYS        = "arm-poky-linux-gnueabi"
	MACHINE           = "raspberrypi3"
	DISTRO            = "poky"
	DISTRO_VERSION    = "2.0+snapshot-20160404"
	TUNE_FEATURES     = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
	TARGET_FPU        = "hard"
	meta-raspberrypi  = "contrib/twoerner/raspi3:7037617fca920f6e26c2a6968fa1ec67f495035d"
	meta-poky
	meta              = "master:af5f423887d1c41cf7279f6e537077726ae13082"

	meta-raspberrypi
		git://git.yoctoproject.org/meta-raspberrypi
		(branch based on master at 84af6e7de3b8ea64ab374028aa95dc3a288ae85c)

	meta-poky
		git://git.yoctoproject.org/poky

My bblayers just pulls in these two layers, my local.conf has no local tweaks,
and you need to apply the two patches I recently sent to the mailing list.



> 
> >
> > 2) add the following to your local.conf:
> >
> >         SERIAL_CONSOLE_forcevariable = "115200 ttyS0"
> >         CORE_FREQ = "250"
> 
> Send a patch to document this in README.
> 
> >
> > 3) ??
> >
> > 4) profit!!
> >
> > I've tested with poky building both core-image-x11 and
> > core-image-full-cmdline.
> >
> > Best regards,
> >         Trevor
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list