slitaz-arm diff rpi/README @ rev 55
Finish sat-rpi release, some clean up and add suport for cgi-adm
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 14 00:00:28 2014 +0100 (2014-03-14) |
parents | 27666463d629 |
children | e78c96840be9 |
line diff
1.1 --- a/rpi/README Mon Mar 10 22:56:34 2014 +0100 1.2 +++ b/rpi/README Fri Mar 14 00:00:28 2014 +0100 1.3 @@ -5,7 +5,17 @@ 1.4 SliTaz Raspberry Pi distro tools and files 1.5 1.6 1.7 -Sat RPi quickstart 1.8 +TazBerry 1.9 +------------------------------------------------------------------------------- 1.10 +SliTaz Raspberry Pi Config Tool with cmdline suport and user frindly ncurses 1.11 +interface. Symply run the tool to get the menu or give TazBerry a function in 1.12 +argument to execute it. Tazberry cmdline output is formated to be used in GUI 1.13 +tools such as CGI scripts or GTK boxes: 1.14 + 1.15 +$ tazberry ls-functions 1.16 + 1.17 + 1.18 +Sat RPi build tool quickstart 1.19 -------------------------------------------------------------------------------- 1.20 The Raspberry Pi has a lot of specifications. SliTaz ARM provides 'sat-rpi' to build 1.21 custom SliTaz Rpi distro images ready to boot. A SliTaz RPi prebuilt Linux kernel 1.22 @@ -15,8 +25,8 @@ 1.23 1.24 The 'gen' command will generate a new SliTaz Raspberry Pi distro using 'sat'. 1.25 It will also install needed firmware and boot configuration files from the 1.26 -directory: rpi/rootfs. Don't forget to sync your local packages mirror before 1.27 -generating the distro to get the latest versions and fixes: 1.28 +directory: flavors/rpi*/rootfs. Don't forget to sync your local packages 1.29 +mirror before generating the distro to get the latest versions and fixes: 1.30 1.31 # sat-rpi gen 1.32 1.33 @@ -36,6 +46,10 @@ 1.34 1.35 $ sat-rpi 1.36 1.37 + --turbo: The forced turbo option turns off the dynamic clocks and runs the 1.38 + Raspberry Pi constantly at the highest arm_freq. 1.39 + 1.40 + 1.41 Overclocking 1.42 ------------ 1.43 To enable overclocking select one of the suggested modes from the list. Choosing 1.44 @@ -44,6 +58,7 @@ 1.45 # sat-rpi oclock 1.46 # sat-rpi gen --oclock=medium 1.47 1.48 + 1.49 SliTaz RPi Kernel 1.50 ----------------- 1.51 To build the Slitaz RPi Linux Kernel, Sat RPi uses a SliTaz prebuilt ARM cross 1.52 @@ -54,11 +69,5 @@ 1.53 # sat-rpi get-prebuilt 1.54 # sat-rpi cook-linux 1.55 1.56 -Sat RPi Options 1.57 ------------ 1.58 - 1.59 - --turbo: The forced turbo option turns off the dynamic clocks and runs the 1.60 - Raspberry Pi constantly at the highest arm_freq. 1.61 - 1.62 1.63 ================================================================================