Difference between revisions of "BeagleBoardFedora"

From eLinux.org
Jump to: navigation, search
(Added link to BeagleBoneBlack Fedora19 image page.)
m (Fedora 13: (this is way not even close to being supported anymore. .;) ))
Line 12: Line 12:
  
 
Note that an 8GB sdcard is required for this image.
 
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 =
 
= Fedora 15 =

Revision as of 16:30, 31 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 15