# HG changeset patch # User Christophe Lincoln # Date 1393974916 -3600 # Node ID f0517703747a402ddce8a78ecfeec9be46738ec7 # Parent b774edaacaf0359dfb87c20a53b493b0522c316e arm: improve design and add more info diff -r b774edaacaf0 -r f0517703747a arm/images/download.png Binary file arm/images/download.png has changed diff -r b774edaacaf0 -r f0517703747a arm/index.html --- a/arm/index.html Mon Mar 03 16:05:29 2014 +0000 +++ b/arm/index.html Wed Mar 05 00:15:16 2014 +0100 @@ -12,9 +12,9 @@
- Bugs + Doc--> + Forum + Bugs Hg Cooker
@@ -27,43 +27,20 @@

Welcome to SliTaz ARM

- This website provides information, notes and links about the SliTaz - GNU/Linux port to the ARM architecture. + This website provides information, notes and links about the + SliTaz GNU/Linux port to + the ARM architecture. SliTaz currently support the ARM v6 (armel) + architecture and work is on the stove for armv6hf (hard float).

-

Packages

- -

- All SliTaz ARM packages are automatically built by the - ARM Cooker. To properly - handle the SLITAZ_ARCH variable, the recommended Package Manager is - spk. One way to start - with the Spk Toolset is to generate a distro and include the latest Hg - version with 'sat gen --spk' and then emulate the system to try it - out. -

- -

- Run 'spk-up --list' to get the latest - packages list. -

- -

- Current ARM packages mirror URL: - http://cook.slitaz.org/cross/arm/packages/ -

- -

SliTaz ARM Tools

+

Build distro's

To create some custom ARM SliTaz flavors we use a tool called 'sat' which stands for SliTaz ARM Tool. Sat is a cmdline tool written in SHell script and in the spirit of SliTaz, light, fast and easy to - use! You may want to browse the - slitaz-arm - Hg repo and have a look at the - README. + use! Get the code via Mercurial Hg repository or download latest tarball: + tip.tar.bz2

@@ -71,11 +48,19 @@
 

- Sat in under heavy development so don't forget to update your Hg repo - - March 2014. + You may want to browse the + slitaz-arm + Hg repo and have a look at the + README to get started. Once + sat is cloned and installed you can generated a distro in a single + command line from your local slitaz-arm repo:

-

Raspberry Pi

+
+# sat mirror && sat gen --flavor=base
+
+ +

Raspberry Pi

Currently the SliTaz official ARM port works on the Raspberry Pi and can @@ -89,17 +74,43 @@ www.raspberrypi.org

-

Prebuilt ARM Toolchain

+

Packages

+ +

+ All SliTaz ARM packages are automatically built by the + ARM Cooker. To properly + handle the SLITAZ_ARCH variable, the recommended Package Manager is + spk. One way to start + with the Spk Toolset is to generate a distro and include the latest Hg + version with 'sat gen --spk' and then emulate the system to try it + out. +

+ +

+ On a SliTaz ARM system you simply run 'spk-up --list' to get the + latest packages list. The current ARM + packages mirror URL: +

+ +
+ http://cook.slitaz.org/cross/arm/packages/ +
+ +

Prebuilt ARM Toolchain

To compile SliTaz packages to ARM you need a working cross compilation toolchain. You can build your own with 'cross' or use our prebuilt toolchains available from the SliTaz Mirror: +

+ +
http://mirror.slitaz.org/packages/cross/ -

+
-

Cross compiling

+

Cross compiling

SliTaz provides all the necessary tools for cross compiling Open Source @@ -110,9 +121,21 @@

README, howto and doc: cross - - cook + - cook.

+

ARM emulator

+ +

+ On SliTaz you need to install 'qemu-arm' package which provide the + Qemu CPU emulattor for the ARM platform. If you have built a distro + with the sat tool you can emulate it with: +

+ +
+# sat emu
+
+