On Fri, Mar 23, 2018 at 11:28 AM, Tomáš Frolík <tomas.frolik2@xxxxxxxxx> wrote: > I am a fan Fedora project and Raspberry, too, I have a whole new piece RPi 3+ in the drawer for only a few days. Nevertheless, there is no functional combination RPi 3+ and Fedora. I will be excited when it will be ready to use. Can you here indicate the functional image is released when it will happen? Everything is in Fedora 28+ now.... well almost. The 4.16rc6 kernel has a bootable DT, that's not yet in the F-28 nightly images though due to the beta freeze. There's all the bits in the firmware/u-boot though. So on a F-28 nightly image if you set a card up as per usual for a Raspberry Pi 3 and then do one other command it'll boot. Once you've set up the card all you have to do is copy the RPi3 DT to a 3plus DT and it'll do an initial boot. Once it's booted you can then just upgrade the kernel and it'll be fine moving forward. On ARMv7 basically do the following: cp <BOOT mount point>/dtb-kernel-4.16.0-0.rc4.git0.1.fc28/bcm2837-rpi-3-b.dtb <BOOT mount point>/dtb-kernel-4.16.0-0.rc4.git0.1.fc28/bcm2837-rpi-3-b-plus.dtb On aarch64: cp <BOOT mount point>/dtb-kernel-4.16.0-0.rc4.git0.1.fc28/broadcom/bcm2837-rpi-3-b.dtb <BOOT mount point>/dtb-kernel-4.16.0-0.rc4.git0.1.fc28/broadcom/bcm2837-rpi-3-b-plus.dtb Unmount boot and continue as usual. Once it's running if you update the kernel to rc6 you should be running just fine. One other thing to note is there's some different bits needed for the wifi. I'm going to put all of those, inc the one needed for the original Pi3, into an rpm but I've not had a chance to do that as yet. Give me a day or so and I'll likely get that done. Peter _______________________________________________ arm mailing list -- arm@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to arm-leave@xxxxxxxxxxxxxxxxxxxxxxx