Closed OlavHerbst closed 1 year ago
Had a quick look on what's going wrong and I have a first theory.
I think we forgot to add the meta-rauc-community/meta-rauc-raspberrypi4 layer in our new kas configuration files, which leads to the wrong boot.scr
for u-boot being deployed on the WIC disk image. The source of this file is boot.cmd.in
and meta-leda is supposed to override this u-boot script.
As a workaround, until we fix this in the main repository, you may want to try out to add the layer in your kas configuration manually. It may be a good idea to separate the kas configuration per machine and replace the existing "meta-rauc-qemux86-64" with the one for "meta-rauc-raspberrypi" like this:
meta-rauc-community:
url: "https://github.com/rauc/meta-rauc-community.git"
refspec: kirkstone
layers:
meta-rauc-raspberrypi:
Raspberry doesn't boot. With leda-distro 0.0.3 the "Raspberry Pi 4 Model B 8GB" doesn't boot due to "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)"
To Reproduce
Expected behaviour The Raspi boots whole Linux system, running Leda.
Screenshots / Logfiles The log file can be requested.
Leda Version (please complete the following information):
Additional context