slitaz-arm rev 153

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 30 18:36:04 2014 +0100 (2014-04-30)
parents cb9ab82f669d
children ffc70eae1fe2
files flavors/pitft/README rpi/tazberry sat-rpi
line diff
     1.1 --- a/flavors/pitft/README	Wed Apr 30 19:03:17 2014 +0200
     1.2 +++ b/flavors/pitft/README	Wed Apr 30 18:36:04 2014 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  
     1.5  # sat-rpi cook-linux --clean --gconfig --fbtft 
     1.6  
     1.7 -Then enable video drivers you want, close te config and it will buid.
     1.8 +Then enable video drivers you want, close the config and it will build.
     1.9  The default X session is powered by sts.
    1.10  
    1.11  
     2.1 --- a/rpi/tazberry	Wed Apr 30 19:03:17 2014 +0200
     2.2 +++ b/rpi/tazberry	Wed Apr 30 18:36:04 2014 +0100
     2.3 @@ -319,7 +319,7 @@
     2.4  		sed -i s'/#start_x=.*/start_x=1/' ${config}
     2.5  		sed -i s'/start_x=.*/start_x=1/' ${config}
     2.6  		
     2.7 -		# PiCam need 128 MB of GPU memory
     2.8 +		# PiCam needs 128 MB of GPU memory
     2.9  		echo "XXX" && echo 80
    2.10  		echo -e "\nSetting GPU memory to: ${gpu_mem}"
    2.11  		echo "XXX" && sleep 1
     3.1 --- a/sat-rpi	Wed Apr 30 19:03:17 2014 +0200
     3.2 +++ b/sat-rpi	Wed Apr 30 18:36:04 2014 +0100
     3.3 @@ -222,7 +222,7 @@
     3.4  		[ -d "$kernel" ] || git clone --depth 1 ${rpi_git_url}linux.git
     3.5  		[ "$clean" ] && rm -rf ${install}
     3.6  		
     3.7 -		# FBtft drivers for small touchscreen such PiTFT, PiScreen
     3.8 +		# FBtft drivers for small touchscreens such PiTFT, PiScreen
     3.9  		if [ "$fbtft" ] && [ ! -d "${kernel}/drivers/video/fbtft" ]; then
    3.10  			cd ${kernel}/drivers/video
    3.11  			git clone git://github.com/notro/fbtft.git