eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 8 forks source link

Fix kas config for Raspberry Pi boot problem #25

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

Fixes #24 - Raspberry Pi image not booting properly (Kernel panic)

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)

The meta-rauc-community/meta-rauc-raspberrypi layer was not properly included in the build, which lead to a missing U-Boot bootloader configuration on the final SD-Card image. The result is a Kernel panic, as the standard boot flow tries to boot from an ext filesystem on partition 2.