Difference between revisions of "BeagleBoardFedora"

From eLinux.org
Jump to: navigation, search
m (Bring the fedora wiki back from the DEAD... F13 works, (except yum can't find packages because it's eof) anywho, f15 will have armv5/7 packages so this wiki will get better..)
(Added link to BeagleBoneBlack Fedora19 image page.)
Line 4: Line 4:
  
 
http://fedoraproject.org/wiki/Architectures/ARM
 
http://fedoraproject.org/wiki/Architectures/ARM
 +
 +
= Fedora 19 =
 +
 +
An image for the BeagleBoneBlack can be found here:
 +
 +
http://parasense.fedorapeople.org/
 +
 +
Note that an 8GB sdcard is required for this image.
  
 
= Fedora 13 =
 
= Fedora 13 =

Revision as of 19:56, 25 July 2013

Random hacking notes for getting Fedora 13 to kinda work with the BeagleBoard. ;)

http://fedoraproject.org/wiki/Architectures/ARM

Fedora 19

An image for the BeagleBoneBlack can be found here:

http://parasense.fedorapeople.org/

Note that an 8GB sdcard is required for this image.

Fedora 13

git clone git://github.com/RobertCNelson/fedora-media-builder.git
cd fedora-media-builder

Install script for Beagle Bx

sudo ./mk_mmc.sh --mmc /dev/sdX --uboot beagle_bx --distro f13

Install script for Beagle Cx, xM A/B/C

sudo ./mk_mmc.sh --mmc /dev/sdX --uboot beagle --distro f13

Install script for BeagleBone A2/A3

sudo ./mk_mmc.sh --mmc /dev/sdX --uboot bone --distro f13

Install script for Panda

sudo ./mk_mmc.sh --mmc /dev/sdX --uboot panda --distro f13

Note, on first boot depmod -a is called early, but no usb devices or any modules work, so after login prompt first appears just hit the reset button..

Fedora 15