[yocto] [raspberrypi] raspi3 vs raspi2

Trevor Woerner twoerner at gmail.com
Tue Nov 22 06:38:41 PST 2016


On Tue 2016-11-22 @ 02:54:20 AM, Trevor Woerner wrote:
> I'm currently trying 3ce7378bb505825f492615bd71d19a2339e5bf55, which is the
> current HEAD of the 4.8.y branch of the raspi kernel repository.

It builds if I:

	diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
	index 323b0ea..cbb8a50 100644
	--- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
	+++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
	@@ -1,8 +1,8 @@
	 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
	 
	-LINUX_VERSION ?= "4.8.8"
	+LINUX_VERSION ?= "4.8.9"
	 
	-SRCREV = "ea6eeaff07c4881e6287fe3e7ea58fc30e5569d7"
	+SRCREV = "3ce7378bb505825f492615bd71d19a2339e5bf55"
	 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
	 "
	 require linux-raspberrypi.inc

but it doesn't (appear to) boot.

Is there a way to enable the console of the bootloader? I don't get anything
on the console (which I do if I load a raspi2 image), and no lights are
blinking (which occurs with a raspi2 image).



More information about the yocto mailing list