Difference between revisions of "BeagleBoardFedora"
From eLinux.org
m (→rpm: rpmbuild stops with march=armv7, should have used march=armv7-a) |
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..) |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category: Linux]] | [[Category: Linux]] | ||
[[Category: OMAP]] | [[Category: OMAP]] | ||
| − | Random hacking notes for getting Fedora | + | Random hacking notes for getting Fedora 13 to kinda work with the [[BeagleBoard]]. ;) |
http://fedoraproject.org/wiki/Architectures/ARM | http://fedoraproject.org/wiki/Architectures/ARM | ||
| − | + | = 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 = | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 00:52, 2 December 2011
Random hacking notes for getting Fedora 13 to kinda work with the BeagleBoard. ;)
http://fedoraproject.org/wiki/Architectures/ARM
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..