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

arm: tiny typos
author Paul Issott <paul@slitaz.org>
date Sun Mar 30 08:36:50 2014 +0100 (2014-03-30)
parents 7c07427207cf
children 66e1dca7779a
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://doc.slitaz.org/">Doc</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 <div id="block">
26 <!-- arm.slitaz.org navigation -->
27 <div id="block_nav">
29 <nav id="nav">
30 <a href="http://twitter.com/slitaz" title="Follow us on Twitter">
31 <img src="../images/twitter.png" alt="Twitter" /></a>
32 <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
33 <a href="../tools.cgi?pkgs">Packages</a>
34 <a href="../rpi/">Raspberry Pi</a>
35 </nav>
37 </div>
38 <!-- Information/image -->
39 <div id="block_info">
40 <p>
41 <img src="../images/raspberrypi.png" alt="raspberrypi.png" />
42 Official SliTaz GNU/Linux Raspberry Pi distribution
43 </p>
44 </div>
45 </div>
47 <!-- Content -->
48 <div id="content">
50 <h2>SliTaz Raspberry Pi</h2>
52 <p>
53 Official SliTaz GNU/Linux Raspberry Pi distribution, a small operating
54 system for a small computer! The goal is to provide a fast, minimal
55 footprint and optimized distro for the Raspberry Pi. You can setup a
56 fast and eco music server, development box, desktop, web server and
57 much more with SliTaz Raspberry Pi.
58 </p>
60 <div class="box-share">
61 New SliTaz Raspberry Pi release 20140329 - Official Raspberry Pi
62 website: <a href="http://www.raspberrypi.org/">www.raspberrypi.org</a>
63 </div>
65 <div style="text-align: center;">
66 <a href="../images/shots/tazberry.png"><img
67 src="../images/shots/tazberry_thumb.png"
68 alt="tazberry.png"/></a>
69 <a href="../images/shots/slitaz-rpi-cgiadm.png"><img
70 src="../images/shots/slitaz-rpi-cgiadm_thumb.png"
71 alt="slitaz-rpi-jwm PNG" /></a>
72 <a href="../images/shots/slitaz-rpi-jwm.png"><img
73 src="../images/shots/slitaz-rpi-jwm_thumb.png"
74 alt="slitaz-rpi-cgi PNG" /></a>
75 </div>
77 <h2>Downloads</h2>
79 <p>
80 SliTaz Raspberry Pi actually provides a text mode base system and a
81 light desktop flavor powered by JWM and the FOX toolkit. Download
82 the tarball, extract, install and boot your Raspberry Pi!
83 </p>
85 <div class="box-dl">
86 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-base-20140329.tar.bz2"
87 >slitaz-rpi-base-20140329</a> (22 Mb)
88 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-desktop-20140329.tar.bz2"
89 >slitaz-rpi-desktop-20140329</a> (34 Mb)
90 </div>
92 <h2>Installation</h2>
94 <pre class="box-up">
95 boot/ : Must be copied to a FAT32 partition
96 rootfs/ : Must be copied to an ext4 or btrfs partition
97 </pre>
99 <p>
100 Be sure the SD card has got 3 partitions (boot,swap,root). Then you
101 simply have to run the install.sh script from the SliTaz Raspberry Pi
102 release directory:
103 </p>
105 <pre>
106 # ./install.sh
107 </pre>
109 <h2>Remote control</h2>
111 <p>
112 SliTaz Raspberry Pi provides a CGI SHell remote control environment
113 with plugins support and HTTP authentication. You can rebooot/halt
114 the system, edit any system files and set boot options. Creating new
115 plugins is a nice way to learn CGI/SHell scripts and Linux commands.
116 </p>
118 <p>
119 You must first start the web server then check the IP address of your
120 device and connect with the root user and password via the IP:
121 </p>
123 <pre>
124 # startd httpd
125 # ifconfig
126 </pre>
128 <div class="box-rpi">
129 <b>URL:</b> http://192.rpi.ip/adm
130 </div>
132 <h2>TazBerry</h2>
134 <p>
135 TazBerry is a Ncurses GUI to configure your SliTaz Raspberry Pi box.
136 It provides a simple menu and lets you edit files with your favorite
137 text editor. TazBerry can be started from the window manger menu or
138 from the cmdline with: 'tazberry'
139 </p>
141 <h2>Sat-rpi builder</h2>
143 <p>
144 The Raspberry Pi has a lot of specifications. SliTaz ARM provides
145 'sat-rpi' to build custom SliTaz Rpi distro images ready to boot.
146 A quickstart guide is in the SliTaz Raspberry Pi repository:
147 <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
148 </p>
150 <!-- Close content -->
151 </div>
153 <div id="footer">
154 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
155 </div>
157 </body>
158 </html>