-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Hello. I have a raspberry pi3 Model B and I have created a minimal image using the yocto project (Hardknott)
I initially created a image using the following layers:
BBLAYERS ?= " \
/drv2/ostree/poky/meta \
/drv2/ostree/poky/meta-poky \
/drv2/ostree/poky/meta-yocto-bsp \
/drv2/ostree/poky/meta-raspberrypi \
/drv2/ostree/poky/meta-updater \
"
bitbake core-image-minimal
This generated a *.rpi-sdimg file which I then dd'd onto a SD card and was able to successfully run.
I then updated my bblayers.conf file and added the following:
BBLAYERS ?= " \
/drv2/ostree/poky/meta \
/drv2/ostree/poky/meta-poky \
/drv2/ostree/poky/meta-yocto-bsp \
/drv2/ostree/poky/meta-raspberrypi \
/drv2/ostree/poky/meta-updater \
/drv2/ostree/poky/meta-openembedded/meta-filesystems \
/drv2/ostree/poky/meta-openembedded/meta-oe \
/drv2/ostree/poky/meta-openembedded/meta-python \
"
I also updated my local.conf by adding the following:
require conf/distro/sota.conf.inc
INHERIT += " sota"
I reran bitbake and this time flashed raspberrypi.wic file into the sd card via the dd tool.
This time however when I try to boot I see the following error:
Warning: no boot file name; using COA884C70.img
This error basically shows up multiple times until a time out occurs.
What am I missing ?
Metadata
Metadata
Assignees
Labels
No labels