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

arm: tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Mar 31 19:12:23 2014 +0100 (2014-03-31)
parents 630997667575
children ab1f1ca73f23
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz Raspberry Pi</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="../style.css" />
7 <link rel="shortcut icon" href="../favicon.ico" />
8 </head>
9 <body>
11 <div id="header">
12 <div id="logo"></div>
13 <div id="network">
14 <!-- <a href="http://scn.slitaz.org/">SCN</a>-->
15 <a href="http://forum.slitaz.org/forum/arm">Forum</a>
16 <a href="http://bugs.slitaz.org/?arch=arm">Bugs</a>
17 <a href="http://hg.slitaz.org/slitaz-arm/summary">Hg</a>
18 <a href="http://cook.slitaz.org/cross/arm/">Cooker</a>
19 <a href="http://mirror.slitaz.org/arm/">Mirror</a>
20 </div>
21 <h1><a href="../">SliTaz ARM</a></h1>
22 </div>
24 <div id="block">
25 <!-- arm.slitaz.org navigation -->
26 <div id="block_nav">
28 <nav id="nav">
29 <a href="http://twitter.com/slitaz" title="Follow us on Twitter">
30 <img src="../images/twitter.png" alt="Twitter" /></a>
31 <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
32 <a href="../tools.cgi?pkgs">Packages</a>
33 <a href="../rpi/">Raspberry Pi</a>
34 </nav>
36 </div>
37 <!-- Information/image -->
38 <div id="block_info">
39 <p>
40 <img src="../images/raspberrypi.png" alt="raspberrypi.png" />
41 Official SliTaz GNU/Linux Raspberry Pi distribution
42 </p>
43 </div>
44 </div>
46 <!-- Content -->
47 <div id="content">
49 <h2>SliTaz Raspberry Pi</h2>
51 <p>
52 Official SliTaz GNU/Linux Raspberry Pi distribution, a small operating
53 system for a small computer! The goal is to provide a fast, minimal
54 footprint and optimized distro for the Raspberry Pi. You can setup a
55 fast and eco music server, development box, desktop, web server and
56 much more with SliTaz Raspberry Pi. For a common list of applications
57 please read the <a href="../codex/apps.html">SliTaz ARM Codex</a>.
58 </p>
60 <div class="box-share">
61 New SliTaz Raspberry Pi release 20140329
62 </div>
64 <div style="text-align: center;">
65 <a href="../images/shots/tazberry.png"><img
66 src="../images/shots/tazberry_thumb.png"
67 alt="tazberry.png"/></a>
68 <a href="../images/shots/slitaz-rpi-cgiadm.png"><img
69 src="../images/shots/slitaz-rpi-cgiadm_thumb.png"
70 alt="slitaz-rpi-jwm PNG" /></a>
71 <a href="../images/shots/slitaz-rpi-jwm.png"><img
72 src="../images/shots/slitaz-rpi-jwm_thumb.png"
73 alt="slitaz-rpi-cgi PNG" /></a>
74 </div>
76 <div class="box-rpi">
77 Official Raspberry Pi website:
78 <a href="http://www.raspberrypi.org/">www.raspberrypi.org</a>
79 </div>
81 <h2>Downloads</h2>
83 <p>
84 SliTaz Raspberry Pi actually provides a text mode base system and a
85 light desktop flavor powered by JWM and the FOX toolkit. Download
86 the tarball, extract, install and boot your Raspberry Pi!
87 </p>
89 <div class="box-dl">
90 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-base-20140329.tar.bz2"
91 >slitaz-rpi-base-20140329</a> (22 Mb)
92 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-desktop-20140329.tar.bz2"
93 >slitaz-rpi-desktop-20140329</a> (34 Mb)
94 </div>
96 <h2>Installation</h2>
98 <pre class="box-up">
99 boot/ : Must be copied to a FAT32 partition
100 rootfs/ : Must be copied to an ext4 or btrfs partition
101 </pre>
103 <p>
104 Be sure the SD card has got 3 partitions (boot, swap, root). The
105 recommended partition sizes are 40Mb for /boot, 420Mb for swap and
106 using all available free space for root. Then you simply have to
107 run the install.sh script from the SliTaz Raspberry Pi release
108 directory:
109 </p>
111 <pre>
112 # ./install.sh
113 </pre>
115 <h2>Remote control</h2>
117 <p>
118 SliTaz Raspberry Pi provides a CGI SHell remote control environment
119 with plugins support and HTTP authentication. You can rebooot/halt
120 the system, edit any system files and set boot options. Creating new
121 plugins is a nice way to learn CGI/SHell scripts and Linux commands.
122 </p>
124 <p>
125 You must first start the web server then check the IP address of your
126 device and connect with the root user and password via the IP:
127 </p>
129 <pre>
130 # startd httpd
131 # ifconfig
132 </pre>
134 <div class="box-rpi">
135 <b>URL:</b> http://192.rpi.ip/adm
136 </div>
138 <h2>TazBerry</h2>
140 <p>
141 TazBerry is a Ncurses GUI to configure your SliTaz Raspberry Pi box.
142 It provides a simple menu and lets you edit files with your favorite
143 text editor. TazBerry can be started from the window manger menu or
144 from the cmdline with: 'tazberry'
145 </p>
147 <h2>Raspberry Pi server</h2>
149 <p>
150 By default SliTaz Raspberry Pi provides some tiny and low footprint
151 servers and some additional services can be installed via the Spk
152 packages manager. Installed servers are ftpd, httpd, tftpd, ntpd,
153 udhcpd and the Dropbear SSH server. MPD, the best audio server is
154 also on the mirror.
155 </p>
157 <p>
158 To install the MPD music player daemon (config file is: /etc/mpd.conf):
159 </p>
161 <pre>
162 # spk-add mpd
163 </pre>
165 <h2>Sat-rpi builder</h2>
167 <p>
168 The Raspberry Pi has a lot of specifications. SliTaz ARM provides
169 'sat-rpi' to build custom SliTaz Rpi distro images ready to boot.
170 A quickstart guide is in the SliTaz Raspberry Pi repository:
171 <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
172 </p>
174 <!-- Close content -->
175 </div>
177 <div id="footer">
178 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
179 </div>
181 </body>
182 </html>