Raspberry 2 image doesn't boot
Hi, I am just starting with Devuan on the RPI. I'm having issues with the devuan_ascii_2.0.0_armhf_raspi2.img.xz. I've generated the uSD card as per the readme (xzcat | dd) and when I put it on a RPI2, it shows briefly the "rainbow" screen, then black screen and the yellow sd light goes off. I've tried extracting the tarball devuan_ascii_2.0.0_armel_raspi1.tar.gz (mounting the 1st sd partition on /boot) on top of the existing image, but the result is the same.
1 Related Merge Request
-
I can confirm the same problem with
devuan_ascii_2.0.0_armhf_raspi2.img.xz
image. -
Just encountered the same issue, the problem seems to be that there are about 4 MB of free space before the first partition. I moved it to the beginning using gparted, now it boots.
I then encountered an exception where rcu_sched detected stalls (on a Raspberry Pi 3), had to add
dwc_otg.fiq_enable=0 dwc_otg.fiq_fsm_enable=0
to cmdline.txt ( https://www.raspberrypi.org/forums/viewtopic.php?t=206400 )
Works fine now.