I was able to get fedora running using a kernel from a raspian image (as proposed here). But when I replace the kernel7.img with the vmlinuz-4.2.3-300.fc23.armv7hl from a Fedora-Minimal(armhfp) the multicolor bootloader screen does not disappear and the green led blinks twice after power on, then stays off.
On the vfat boot partition I have all the content of both images. I basically only replace kernel=vmlinuz-4.2.3-300.fc23.armv7hl in config.txt.
Where and why does my attempt fail?
arch/arm/mach-bcm2708
/9
is not in the vanilla kernel. The specific bits inarm/arch/
are often just tiny snippets of code specifying hardware addresses. I think multiple sets of these can be built in, producing a kernel which works on a variety of hardware (how the correct one gets selected I don't know). I'd guess without the correct one available it just fails immediately. – goldilocks Nov 22 '15 at 13:08