agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
525 stars 407 forks source link

Pi Zero does not boot: Inappropriate ioctl for device #1229

Closed jclsn closed 10 months ago

jclsn commented 11 months ago

Description

Steps to reproduce the issue:

  1. Compile core-image-base for raspberrrypi0
  2. Boot the image
  3. See the above message

No idea what is missing here. I also tried adding DISTRO_FEATURES += "systemd", but still /bin/sh is the init process. Is that normal?

23-10-14 19-08-44 1171

jclsn commented 10 months ago

My mistake. I was using IMAGE_INSTALL += instead of IMAGE_INSTALL:append.