slitaz-forge view arm/rpi/index.html @ rev 534

General Codex improvment
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 03:39:29 2014 +0200 (2014-05-01)
parents 24baa7b96b46
children 9a381080da2b
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz Raspberry Pi</title>
5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <link rel="stylesheet" type="text/css" href="../style.css" />
8 <link rel="stylesheet" type="text/css" href="../style-tiny.css" />
9 <link rel="shortcut icon" href="../favicon.ico" />
10 </head>
11 <body>
13 <div id="header">
14 <div id="network">
15 <a href="http://scn.slitaz.org/">SCN</a>
16 <a href="http://forum.slitaz.org/forum/arm">Forum</a>
17 <a href="http://bugs.slitaz.org/?arch=arm">Bugs</a>
18 <a href="http://hg.slitaz.org/slitaz-arm/summary">Hg</a>
19 <a href="http://cook.slitaz.org/cross/arm/">Cooker</a>
20 <a href="http://mirror.slitaz.org/arm/">Mirror</a>
21 </div>
22 <h1><a href="../">SliTaz ARM</a></h1>
23 </div>
25 <nav id="nav" role="navigation" tabindex="0">
26 <ul>
27 <li><a class="nav1" href="../codex/">Codex</a></li>
28 <li><a class="nav2" href="../tools.cgi?pkgs">Packages</a></li>
29 <li><a class="navpi" href="../rpi/">Raspberry Pi</a></li>
30 <li><a class="nav2" href="../tools.cgi?doc&amp;tool=sat">README</a></li>
31 <li><a class="nav1" href="http://twitter.com/slitaz"
32 title="Follow us on Twitter"><img src="../images/twitter.png"
33 alt="Twitter" /><span class="mobile"> @slitaz</span></a></li>
34 </ul>
35 </nav>
37 <!-- Content -->
38 <div id="content">
40 <h2>SliTaz Raspberry Pi</h2>
42 <p>
43 Official SliTaz GNU/Linux Raspberry Pi distribution, a small operating
44 system for a small computer! The goal is to provide a fast, minimal
45 footprint and optimized distro for the Raspberry Pi. You can setup a
46 fast and eco music server, development box, desktop, web server and
47 much more with SliTaz Raspberry Pi. For a common list of applications
48 please read the <a href="../codex/apps.html">SliTaz ARM Codex</a>.
49 </p>
51 <div class="box-rpi">
52 20140425: Full PiGlow support: PyGlow + Wiring Pi + custom SliTaz utility
53 </div>
55 <div style="text-align: center;">
56 <a href="../images/shots/tazberry.png"><img
57 src="../images/shots/tazberry_thumb.png"
58 alt="tazberry.png" style="margin: 4px 0;" /></a>
59 <a href="../images/shots/slitaz-rpi-cgiadm.png"><img
60 src="../images/shots/slitaz-rpi-cgiadm_thumb.png"
61 alt="slitaz-rpi-jwm PNG" style="margin: 4px 0;" /></a>
62 <a href="../images/shots/slitaz-rpi-jwm.png"><img
63 src="../images/shots/slitaz-rpi-jwm_thumb.png"
64 alt="slitaz-rpi-cgi PNG" style="margin: 4px 0;" /></a>
65 </div>
67 <div class="box-rpi">
68 Official Raspberry Pi website:
69 <a href="http://www.raspberrypi.org/">www.raspberrypi.org</a>
70 </div>
72 <h2>Downloads</h2>
74 <p>
75 SliTaz Raspberry Pi actually provides a text mode base system and a
76 light desktop flavor powered by JWM and the FOX toolkit. Download
77 the tarball, extract, install and boot your Raspberry Pi!
78 </p>
80 <div class="box-dl">
81 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-base-20140329.tar.bz2"
82 >slitaz-rpi-base-20140329</a> (22 Mb)
83 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-desktop-20140329.tar.bz2"
84 >slitaz-rpi-desktop-20140329</a> (34 Mb)
85 </div>
87 <h2>Installation</h2>
89 <p>
90 For now the only installation option isto have 3 partitions on the SD
91 card then run the install.sh script from a Linux system. In time we
92 will try to provide disk image for MS Windows and OSX users.
93 </p>
95 <div class="box-up">
96 PiBook: <a href="../codex/pibook.html#install">Installation instructions</a>
97 </div>
99 <h2>Remote control</h2>
101 <p>
102 SliTaz Raspberry Pi provides a CGI SHell remote control environment
103 with custom plugins. Creating new plugins is a nice way to learn
104 CGI/SHell scripts and Linux commands. See:
105 <a href="../codex/system.html#cgi-adm">Codex: CGI/Web remote control</a>
106 for more information.
107 </p>
109 <p>
110 SliTaz Raspberry Pi can also be controlled via the cmdline and an
111 encrypted SSH connection. Finally, you can also control SliTaz
112 graphically with a VNC viewer: simply install and start the x11vnc
113 server on your Raspberry Pi and connect from any computer or mobile
114 device.
115 </p>
117 <h2>TazBerry</h2>
119 <p>
120 TazBerry is a Ncurses GUI to configure your SliTaz Raspberry Pi box.
121 It provides a simple menu and lets you edit files with your favorite
122 text editor. TazBerry can be started from the window manger menu or
123 from the cmdline with: 'tazberry'
124 </p>
126 <h2>Raspberry Pi server</h2>
128 <p>
129 By default SliTaz Raspberry Pi provides some tiny and low footprint
130 servers and some additional services can be installed via the Spk
131 packages manager. Installed servers are ftpd, httpd, tftpd, ntpd,
132 udhcpd and the Dropbear SSH server. MPD, the best audio server is
133 also on the mirror.
134 </p>
136 <p>
137 To install the MPD music player daemon (config file is: /etc/mpd.conf):
138 </p>
140 <pre>
141 # spk-add mpd
142 </pre>
144 <h2>Breakout boards</h2>
145 <p>
146 A really nice thing with the Raspberry Pi is all the cheap expansion
147 boards you can get to add new functions such as controlling leds,
148 motors, temperature sensors, etc. Here is a list of breakout boards
149 officially tested and supported by SliTaz Raspberry Pi:
150 </p>
152 <ul>
153 <li>Pi Camera - Pi NoIR</li>
154 <li>PiGlow from Pimorini</li>
155 </ul>
157 <h2>Sat-rpi builder</h2>
159 <p>
160 The Raspberry Pi has a lot of specifications. SliTaz ARM provides
161 'sat-rpi' to build custom SliTaz Rpi distro images ready to boot.
162 A quickstart guide is in the SliTaz Raspberry Pi repository:
163 </p>
165 <div class="box-rpi">
166 Sat-rpi: <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
167 </div>
169 <!-- Close content -->
170 </div>
172 <div id="footer">
173 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
174 </div>
176 </body>
177 </html>