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

arm: new Pi screenshot and add pi-blaster to Pi packages list
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 03 12:11:03 2014 +0200 (2014-05-03)
parents a0cc5234d537
children 72a2b6c4a2c5
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 wide range of system types, from servers to desktops and learning platforms.
47 Check out our <a href="../codex/pibook.html">PiBook</a> to get started
48 with your Raspberry Pi and SliTaz.
49 </p>
51 <div class="box-rpi">
52 20140501: <a href="../codex/pibook.html">SliTaz PiBook</a> is out! Learn how
53 to use SliTaz Raspberry Pi distro - <a href="../tools.cgi?micronews">&micro;News</a>
54 </div>
56 <div style="text-align: center;">
57 <a href="../images/shots/slitaz-rpi-dillo.png"><img
58 src="../images/shots/slitaz-rpi-dillo_thumb.png"
59 alt="slitaz-rpi-dillo.png" style="margin: 4px 0;" /></a>
60 <a href="../images/shots/tazberry.png"><img
61 src="../images/shots/tazberry_thumb.png"
62 alt="tazberry.png" style="margin: 4px 0;" /></a>
63 <a href="../images/shots/slitaz-rpi-jwm.png"><img
64 src="../images/shots/slitaz-rpi-jwm_thumb.png"
65 alt="slitaz-rpi-jwm.png" style="margin: 4px 0;" /></a>
66 </div>
68 <div class="box-rpi">
69 Official Raspberry Pi website:
70 <a href="http://www.raspberrypi.org/">www.raspberrypi.org</a>
71 </div>
73 <h2>Downloads</h2>
75 <p>
76 SliTaz Raspberry Pi actually provides a text mode base system and a
77 light desktop flavor powered by JWM and the FOX toolkit. Download
78 the tarball, extract, install and boot your Raspberry Pi!
79 </p>
81 <div class="box-dl">
82 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-base-20140329.tar.bz2"
83 >slitaz-rpi-base-20140329</a> (22 Mb)
84 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-desktop-20140329.tar.bz2"
85 >slitaz-rpi-desktop-20140329</a> (34 Mb)
86 </div>
88 <h2>Installation</h2>
90 <p>
91 For now the only installation option is to have 3 partitions on the SD
92 card then run the install.sh script from a Linux system. In time we
93 will try to provide a disk image for MS Windows and OSX users.
94 </p>
96 <div class="box-rpi">
97 Read our PiBook:
98 <a href="../codex/pibook.html#install">Installation instructions</a>
99 </div>
101 <h2>Remote control</h2>
103 <p>
104 SliTaz Raspberry Pi provides a CGI SHell remote control environment
105 with custom plugins. Creating new plugins is a nice way to learn
106 CGI/SHell scripts and Linux commands. SliTaz Raspberry Pi can also
107 be controlled via the cmdline and an encrypted SSH connection.
108 </p>
110 <p>
111 Finally, you can also control a SliTaz Pi desktop graphically with a
112 VNC viewer. Check out the:
113 <a href="../codex/pibook.html#remote">PiBook Remote control</a>
114 section for more information.
115 </p>
117 <h2>TazBerry</h2>
119 <p>
120 TazBerry is an 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:
124 </p>
126 <pre>
127 # tazberry
128 </pre>
130 <h2>Raspberry Pi server</h2>
132 <p>
133 By default SliTaz Raspberry Pi provides some tiny and low footprint
134 servers and some additional services can be installed via the Spk
135 packages manager. Installed servers are ftpd, httpd, tftpd, ntpd,
136 udhcpd and the Dropbear SSH server. MPD, the best audio server is
137 also on the mirror.
138 </p>
140 <div class="box-rpi">
141 <a href="../codex/pibook.html">PiBook</a> - Read our SliTaz
142 Raspberry Pi Pocket Book for suggested usage and setup guides.
143 </div>
145 <h2>Breakout boards</h2>
146 <p>
147 A really nice thing with the Raspberry Pi is all the cheap expansion
148 boards you can get to add new functions such as controlling leds,
149 motors, temperature sensors, etc. Here is a list of breakout boards
150 officially tested and supported by SliTaz Raspberry Pi:
151 </p>
153 <ul>
154 <li><a href="../codex/pibook.html#picam">Pi Camera - Pi NoIR</a></li>
155 <li><a href="../codex/pibook.html#piglow">PiGlow from Pimorini</a></li>
156 </ul>
158 <h2>Sat-rpi builder</h2>
160 <p>
161 The Raspberry Pi has a lot of specifications. SliTaz ARM provides
162 'sat-rpi' to build custom SliTaz Rpi distro images ready to boot.
163 A quickstart guide is in the SliTaz Raspberry Pi repository:
164 </p>
166 <div class="box-rpi">
167 Sat-rpi: <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
168 </div>
170 <!-- Close content -->
171 </div>
173 <div id="footer">
174 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
175 </div>
177 </body>
178 </html>