[yocto] [meta-raspberrypi] Building rpi-test-image for Pi3 64 bit

Trevor Woerner twoerner at gmail.com
Fri Apr 28 20:13:04 PDT 2017


On Fri, Apr 28, 2017 at 12:01 PM, Luca Carlon <carlon.luca at gmail.com> wrote:
> I'm trying to build rpi-test-image for Raspberry Pi 3 64 bit but I'm getting
> this error: https://pastebin.com/rYJ0PL7h. It seems it is looking for a file
> that is not there, and I don't see it in the linux repo either:


You could try adding the following to your local.conf:

    KERNEL_DEVICETREE_remove = "bcm2708-rpi-0-w.dtb"

bcm2708-rpi-0-w.dtb is the device tree to add raspi0-wifi support.
This failure means the kernel you're using hasn't yet been updated to
include this device yet.

See commit 66e0e37ce3831e1a3511761dffb03c8000e9d7f7 of
meta-raspberrypi
https://github.com/agherzan/meta-raspberrypi/commit/66e0e37ce3831e1a3511761dffb03c8000e9d7f7



More information about the yocto mailing list