# HG changeset patch # User Christophe Lincoln # Date 1395183273 -3600 # Node ID 6edeeb20e6e01f161b3f16631d226217809e048e # Parent 61f1a20681c7b8d9ee4fee17f48995eb3fd1b2af Some fixes and improvment to arm website diff -r 61f1a20681c7 -r 6edeeb20e6e0 arm/images/arm.png Binary file arm/images/arm.png has changed diff -r 61f1a20681c7 -r 6edeeb20e6e0 arm/index.html --- a/arm/index.html Tue Mar 11 18:09:11 2014 +0000 +++ b/arm/index.html Tue Mar 18 23:54:33 2014 +0100 @@ -47,14 +47,35 @@

Welcome to SliTaz ARM

-arm-cpu.png

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

+

+ SliTaz ARM is supported by the official SliTaz project but with it's + own boot scripts for faster start-up and it's own build tools. A base + system will use around 20mb of RAM. SliTaz can turn our ARM device into + a music or web server, a NAT, an IRC bot, a small desktop and much more. +

+ +

Raspberry Pi

+ +

+ Currently the SliTaz official ARM port works on the Raspberry Pi and can + be used to setup a small server. DirectFB is ported and provides a + nice and light GUI support. A new tool is also on the stove to create + custom Rpi flavors with an official Kernel, custom boot options and more. +

+ +

+ Official Raspberry Pi website: + www.raspberrypi.org

Build distros

@@ -84,20 +105,6 @@ # sat mirror && sat gen --flavor=base -

Raspberry Pi

- -

- Currently the SliTaz official ARM port works on the Raspberry Pi and can - be used to setup a small server. DirectFB is ported and provides a - nice and light GUI support. A new tool is also on the stove to create - custom Rpi flavors with an official Kernel, custom boot options and more. -

- -

- Official Raspberry Pi website: - www.raspberrypi.org -

-

Packages

@@ -105,12 +112,7 @@ 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. -

- -

+ with the Spk Toolset is to generate a distro and include spk. On a SliTaz ARM system you simply run 'spk-up --list' to get the latest packages list. The current ARM packages mirror URL: diff -r 61f1a20681c7 -r 6edeeb20e6e0 arm/rpi/index.html --- a/arm/rpi/index.html Tue Mar 11 18:09:11 2014 +0000 +++ b/arm/rpi/index.html Tue Mar 18 23:54:33 2014 +0100 @@ -27,8 +27,9 @@

@@ -63,12 +64,12 @@ tazberry.png -

SPi builder

+

Sat-rpi builder

- The Raspberry Pi has a lot of specifications. SliTaz ARM provides 'spi' to + The Raspberry Pi has a lot of specifications. SliTaz ARM provides 'sat-rpi' to build custom SliTaz Rpi distro images ready to boot. Quickstart guide is in - the Spi/TazBerry README + the SliTaz Raspberry Pi README

diff -r 61f1a20681c7 -r 6edeeb20e6e0 arm/tools.cgi --- a/arm/tools.cgi Tue Mar 11 18:09:11 2014 +0000 +++ b/arm/tools.cgi Tue Mar 18 23:54:33 2014 +0100 @@ -49,7 +49,7 @@ cook) cat ${hgcook}/README ;; cross) cat ${hgcook}/doc/cross.txt ;; sat) cat ${hgsat}/README ;; - spi) cat ${hgsat}/rpi/README ;; + sat-rpi) cat ${hgsat}/rpi/README ;; *) echo "No README file for: $(GET tool)" ;; esac echo ''