slitaz-arm rev 39

Add content to rpi/README
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 02:02:53 2014 +0100 (2014-03-08)
parents 7a9f08753b34
children 72c65922ada2
files rpi/README
line diff
     1.1 --- a/rpi/README	Sat Mar 08 01:38:55 2014 +0100
     1.2 +++ b/rpi/README	Sat Mar 08 02:02:53 2014 +0100
     1.3 @@ -14,7 +14,9 @@
     1.4  # spi get-linux
     1.5  
     1.6  The 'gen' command will generate a new SliTaz Raspberry Pi distro using 'sat'.
     1.7 -I will also install needed firmware and boot configuration files.
     1.8 +I will also install needed firmware and boot configuration files from the 
     1.9 +directory: rpi/rootfs. Dont forget to sync your local packages mirror before
    1.10 +generating the distro to get latest versions and fixes:
    1.11  
    1.12  # spi gen
    1.13  
    1.14 @@ -34,5 +36,29 @@
    1.15  
    1.16  $ spi
    1.17  
    1.18 +Overclocking
    1.19 +------------
    1.20 +To enable overclocking select one of the suggest modes from the list. Choosing 
    1.21 +medium is generally a good starting point without risks:
    1.22 +
    1.23 +# spi oclock
    1.24 +# spi gen --oclock=medium
    1.25 +
    1.26 +SliTaz RPi Kernel
    1.27 +-----------------
    1.28 +To build the Slitaz RPi Linux Kernel Spi use SliTaz prebuild ARM cross 
    1.29 +toolchain and a small patch to modify the kernel configuration. You can browse
    1.30 +the RPi SliTaz Mirror for previews version or get the latest toolchain with spi
    1.31 +and build the kernel:
    1.32 +
    1.33 +# spi get-prebuilt
    1.34 +# spi cook-linux
    1.35 +
    1.36 +Spi Options
    1.37 +-----------
    1.38 +
    1.39 +  --turbo: The force turbo option turns off the dynamic clocks and runs the 
    1.40 +           Raspberry Pi constantly at the highest arm_freq.
    1.41 +
    1.42  
    1.43  ================================================================================