Ok thank you.

This should be cool. (I use upstream Fedora 21 for my home computer)

2015-03-30 14:09 GMT+02:00 Peter Robinson <pbrobinson@gmail.com>:
On Mon, Mar 30, 2015 at 12:44 PM, XoD <xoddark@gmail.com> wrote:
> I have use the manual process.
>
> 1- I have write the minimal image on the sdcard with :
>
>     $> xzcat Fedora-Minimal-armhfp-21-5-sda.raw.xz | sudo dd of=$MEDIA; sync
>
> 2- I have write the uboot.imx file from the /usr/share/uboot/wandboard_quad/
> of the just writed sdcard with :
>     $> sudo dd if=path/u-boot.imx of=/dev/mymdia bs=1k seek=1 conv=fsync;
> sync
>
> I think I have tried 2 times, but if other people have tested with succeed,
> I whould have to test again.

I suggest using the fedora-arm-installer which is available as either
a tar file or a "yum install" (for F-22+ coming soon to F-21 [1])

[1] https://admin.fedoraproject.org/updates/fedora-arm-installer-1.99.2-1.fc21

>> > :https://www.mail-archive.com/u-boot@lists.denx.de/msg167764.html), I
>> > was able to boot a fedora 21 minimal system.
>> >
>> > It's a know problem ? Someone else have the problem ?
>>
>> We already ship an equivalent patch of the one you reference above, a
>> number of people regularly use and have tested the wandboard quad on
>> Fedora 21 and 22 etc. You don't mention whether you use the automated
>> scripted install using fedora-arm-installer or a manual process.
>>
>> Peter
>
>