Difference between revisions of "Raspberry Pi"
m (→Enabling networking on boot) |
(→Installation) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 11: | Line 11: | ||
[http://wiki.gentoo.org/wiki/Raspberry_Pi_Quick_Install_Guide Gentoo's Raspberry Pi Quick Install Guide] | [http://wiki.gentoo.org/wiki/Raspberry_Pi_Quick_Install_Guide Gentoo's Raspberry Pi Quick Install Guide] | ||
| − | |||
=== Stage 3 === | === Stage 3 === | ||
| Line 17: | Line 16: | ||
Funtoo Linux Stage 3 tarballs for Raspberry Pi can be found on [http://ftp.osuosl.org/pub/funtoo/funtoo-current/arm-32bit/armv6j_hardfp/]. | Funtoo Linux Stage 3 tarballs for Raspberry Pi can be found on [http://ftp.osuosl.org/pub/funtoo/funtoo-current/arm-32bit/armv6j_hardfp/]. | ||
| − | Extracting the tarball is done using | + | Extracting the tarball is done using <tt>tar xf</tt> instead of <tt>tar xjf</tt>. |
| − | + | ||
=== Portage === | === Portage === | ||
| Line 24: | Line 22: | ||
Funtoo Linux Portage tarballs can be found on [http://ftp.osuosl.org/pub/funtoo/funtoo-current/snapshots/]. | Funtoo Linux Portage tarballs can be found on [http://ftp.osuosl.org/pub/funtoo/funtoo-current/snapshots/]. | ||
| − | + | Extracting the tarball is done using <tt>tar xf</tt> instead of <tt>tar xjf</tt>. | |
| − | Extracting the tarball is done using | + | |
| − | + | ||
=== Enabling networking on boot === | === Enabling networking on boot === | ||
| Line 38: | Line 34: | ||
More information can be found on [[Funtoo 1.0 Profile]]. | More information can be found on [[Funtoo 1.0 Profile]]. | ||
| − | < | + | <console> |
| − | # eselect profile list | + | # ##i##eselect profile list |
Currently available arch profiles: | Currently available arch profiles: | ||
[1] funtoo/1.0/linux-gnu/arch/arm-32bit/armv7a_hardfp | [1] funtoo/1.0/linux-gnu/arch/arm-32bit/armv7a_hardfp | ||
| Line 67: | Line 63: | ||
[22] funtoo/1.0/linux-gnu/mix-ins/X | [22] funtoo/1.0/linux-gnu/mix-ins/X | ||
[23] funtoo/1.0/linux-gnu/mix-ins/xfce | [23] funtoo/1.0/linux-gnu/mix-ins/xfce | ||
| − | </ | + | </console> |
Latest revision as of 02:55, 19 January 2013
The Raspberry Pi is an ARM device (BCM2835, ARMv6).
This document contains notes about getting Funtoo Linux up-and-running on the Raspberry Pi. Most information is already available on other documents, so this document mostly explains how to get the information needed to perform the installation.
Please read Funtoo Linux Installation on ARM for general information about installing Funtoo Linux on ARM architecture.
Contents |
[edit] Installation
Gentoo Linux's wiki already provide a complete installation manual for Gentoo Linux. To avoid duplicating information, only parts that are different for Funtoo Linux will be highlighted here.
Gentoo's Raspberry Pi Quick Install Guide
[edit] Stage 3
Funtoo Linux Stage 3 tarballs for Raspberry Pi can be found on [1].
Extracting the tarball is done using tar xf instead of tar xjf.
[edit] Portage
Funtoo Linux Portage tarballs can be found on [2].
Extracting the tarball is done using tar xf instead of tar xjf.
[edit] Enabling networking on boot
Please consult Funtoo Linux Networking for information regarding network configuration.
[edit] Select profile
Funtoo Linux has a different profile than Gentoo. Correct arch and build will be already set. It is possible to change flavor or add mix-ins using eselect.
More information can be found on Funtoo 1.0 Profile.
# eselect profile list
Currently available arch profiles:
[1] funtoo/1.0/linux-gnu/arch/arm-32bit/armv7a_hardfp
[2] funtoo/1.0/linux-gnu/arch/arm-32bit/armv6j_hardfp *
Currently available build profiles:
[3] funtoo/1.0/linux-gnu/build/stable
[4] funtoo/1.0/linux-gnu/build/current *
[5] funtoo/1.0/linux-gnu/build/experimental
Currently available flavor profiles:
[6] funtoo/1.0/linux-gnu/flavor/minimal
[7] funtoo/1.0/linux-gnu/flavor/core *
[8] funtoo/1.0/linux-gnu/flavor/desktop
[9] funtoo/1.0/linux-gnu/flavor/workstation
Currently available mix-ins profiles:
[10] funtoo/1.0/linux-gnu/mix-ins/audio
[11] funtoo/1.0/linux-gnu/mix-ins/console-extras
[12] funtoo/1.0/linux-gnu/mix-ins/dvd
[13] funtoo/1.0/linux-gnu/mix-ins/gnome
[14] funtoo/1.0/linux-gnu/mix-ins/kde
[15] funtoo/1.0/linux-gnu/mix-ins/media
[16] funtoo/1.0/linux-gnu/mix-ins/print
[17] funtoo/1.0/linux-gnu/mix-ins/python3-only
[18] funtoo/1.0/linux-gnu/mix-ins/rhel5-compat
[19] funtoo/1.0/linux-gnu/mix-ins/server-db
[20] funtoo/1.0/linux-gnu/mix-ins/server-mail
[21] funtoo/1.0/linux-gnu/mix-ins/server-web
[22] funtoo/1.0/linux-gnu/mix-ins/X
[23] funtoo/1.0/linux-gnu/mix-ins/xfce