slitaz-forge view arm/index.html @ rev 470

arm: small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 03 01:08:18 2014 +0100 (2014-03-03)
parents 8deb7f374e08
children b774edaacaf0
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz ARM</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</a> -->
17 <a href="http://bugs.slitaz.org/">Bugs</a>
18 <a href="http://hg.slitaz.org/slitaz-arm">Hg</a>
19 <a href="http://cook.slitaz.org/cross/arm/">Cooker</a>
20 </div>
21 <h1><a href="./">SliTaz ARM</a></h1>
22 </div>
24 <!-- Content -->
25 <div id="content">
27 <h2>Welcome to SliTaz ARM</h2>
29 <p>
30 This website provide informations, notes and links about the SliTaz
31 GNU/Linux port to the ARM architecture.
32 </p>
34 <h3>Packages</h3>
36 <p>
37 All SliTaz ARM packages are automaticaly built by the
38 <a href="http://cook.slitaz.org/cross/arm/">ARM Cooker</a>. To properly
39 handle SLITAZ_ARCH variable the recommended Packages Manager is
40 <a href="http://hg.slitaz.org/spk">spk</a>. One way to start
41 with the Spk Toolset is to generate a distro and include latest Hg
42 version with 'sat gen --spk' and then emulate the system to try it
43 out.
44 </p>
46 <p>
47 Run 'spk-up --list' to get the latest
48 <a href="tools.cgi?pkgs">packages list</a>.
49 </p>
51 <p>
52 Current ARM packages mirror URL:
53 <a href="http://cook.slitaz.org/cross/arm/packages/"
54 >http://cook.slitaz.org/cross/arm/packages/</a>
55 </p>
57 <h3>SliTaz ARM Tools</h3>
59 <p>
60 To create some custom ARM SliTaz flavors we use a tool called 'sat'
61 witch stand for SliTaz ARM Tool. Sat is a cmdline tool all written
62 in SHell script and in the spirit of SliTaz, light, fast, easy to
63 use! You may want to browse
64 <a href="http://hg.slitaz.org/slitaz-arm">slitaz-arm</a>
65 Hg repo and have a look to the
66 <a href="tools.cgi?doc&amp;tool=sat">README</a>.
67 </p>
69 <pre>
70 $ hg clone http://hg.slitaz.org/slitaz-arm
71 </pre>
73 <p>
74 Sat in under heavy development so dont forget to update your Hg repo
75 - March 2014
76 </p>
78 <h3>Raspberry Pi</h3>
80 <p>
81 Currently SliTaz official ARM port works on the Raspberry Pi and can
82 be used to setup a small server. DirectFB is also ported and provide
83 nice and light GUI support. A new tool is on the stove to create
84 custom Rpi flavors with official Kernel, cutom boot options and more.
85 </p>
87 <p>
88 Official Raspberry Pi website:
89 <a href="http://www.raspberrypi.org/">www.raspberrypi.org</a>
90 </p>
92 <h3>Prebuilt ARM Toolchain</h3>
94 <p>
95 To compile SliTaz packages to ARM you need a working cross compilation
96 toolchain. You can built your own with 'cross' or use our prebuilt
97 toolchains avalaible from SliTaz Mirror:
98 <a href="http://mirror.slitaz.org/packages/cross/"
99 >http://mirror.slitaz.org/packages/cross/</a>
100 </p>
102 <h3>Cross compiling</h3>
104 <p>
105 SliTaz provide all the necesary tools for cross compiling Open Source
106 software. The <a href="http://hg.slitaz.org/cookutils">cookutils</a>
107 package provide 'cross' witch is used to create cross compilation
108 toolchains and 'cook' is used to cross compile SliTaz packages.
109 </p>
111 <p>
112 README, howto and doc: <a href="tools.cgi?doc&amp;tool=cross">cross</a>
113 - <a href="tools.cgi?doc&amp;tool=cook">cook</a>
114 </p>
116 </div>
118 <div id="footer">
119 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
120 </div>
122 </body>
123 </html>