You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Building the rpi-test-image or core-image-base with poky as the distro seems to result in an unbootable image for me on a Raspberry Pi Zero W (1st Gen). The ACT LED will flicker a few times before ending up staying a solid green. Connecting a UART probe to GPIO with the Raspberry Pi Debug Probe shows it getting stuck around 9 seconds into the kernel boot process.
The last thing it outputs before locking up is Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.bin failed with error -2
Steps to reproduce the issue:
Build a Raspberry Pi Zero W image with the machine raspberrypi0-wifi, with distro poky and either target core-image-base or rpi-test-image (In both instances I used kas)
Flash the resulting rpi-sdimg file to an SD Card
Boot Raspberry Pi Zero W with UART probes attached and watch it freeze around 9s in.
Describe the results you received:
The image fails to finish booting.
Describe the results you expected:
The kernel to boot completely, and land me at the tty login screen.
Additional information you deem important (e.g. issue happens only occasionally):
I have attempted with both kirkstone and scarthgap branches of the repos, and neither made a difference.
Description
Building the rpi-test-image or core-image-base with poky as the distro seems to result in an unbootable image for me on a Raspberry Pi Zero W (1st Gen). The ACT LED will flicker a few times before ending up staying a solid green. Connecting a UART probe to GPIO with the Raspberry Pi Debug Probe shows it getting stuck around 9 seconds into the kernel boot process.
Screen output: https://pastebin.com/Z3aBcDLb
The last thing it outputs before locking up is
Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.bin failed with error -2
Steps to reproduce the issue:
raspberrypi0-wifi
, with distropoky
and either targetcore-image-base
orrpi-test-image
(In both instances I used kas)Describe the results you received:
The image fails to finish booting.
Describe the results you expected:
The kernel to boot completely, and land me at the tty login screen.
Additional information you deem important (e.g. issue happens only occasionally):
I have attempted with both kirkstone and scarthgap branches of the repos, and neither made a difference.
Kas YML file:
Additional details (revisions used, host distro, etc.):
Ubuntu 23.10
Kas 4.2
The text was updated successfully, but these errors were encountered: