# HG changeset patch # User Christophe Lincoln # Date 1394240573 -3600 # Node ID ce6806f916740efe4bf3c1a723236f2a27759274 # Parent 7a9f08753b3432914a2906223334f337c4c2c633 Add content to rpi/README diff -r 7a9f08753b34 -r ce6806f91674 rpi/README --- a/rpi/README Sat Mar 08 01:38:55 2014 +0100 +++ b/rpi/README Sat Mar 08 02:02:53 2014 +0100 @@ -14,7 +14,9 @@ # spi get-linux The 'gen' command will generate a new SliTaz Raspberry Pi distro using 'sat'. -I will also install needed firmware and boot configuration files. +I will also install needed firmware and boot configuration files from the +directory: rpi/rootfs. Dont forget to sync your local packages mirror before +generating the distro to get latest versions and fixes: # spi gen @@ -34,5 +36,29 @@ $ spi +Overclocking +------------ +To enable overclocking select one of the suggest modes from the list. Choosing +medium is generally a good starting point without risks: + +# spi oclock +# spi gen --oclock=medium + +SliTaz RPi Kernel +----------------- +To build the Slitaz RPi Linux Kernel Spi use SliTaz prebuild ARM cross +toolchain and a small patch to modify the kernel configuration. You can browse +the RPi SliTaz Mirror for previews version or get the latest toolchain with spi +and build the kernel: + +# spi get-prebuilt +# spi cook-linux + +Spi Options +----------- + + --turbo: The force turbo option turns off the dynamic clocks and runs the + Raspberry Pi constantly at the highest arm_freq. + ================================================================================