##// END OF EJS Templates
Fix and enhance RPi3 texts
drtyhlpr -
r96:8818aa3a9719
parent child
Show More
@@ -39,7 +39,7 A comma separated list of additional packages to be installed during bootstrappi
39
39
40 #### General system settings:
40 #### General system settings:
41 ##### `RPI_MODEL`=2
41 ##### `RPI_MODEL`=2
42 Specifiy the target Raspberry Pi hardware model. The script at this time supports the Raspberry Pi models `2` and `3`. `BUILD_KERNEL`=true will automatically be set if the Raspberry Pi model 3 is used.
42 Specifiy the target Raspberry Pi hardware model. The script at this time supports the Raspberry Pi models `2` and `3`. `BUILD_KERNEL`=true will automatically be set if the Raspberry Pi model `3` is used.
43
43
44 ##### `RELEASE`="jessie"
44 ##### `RELEASE`="jessie"
45 Set the desired Debian release name. The script at this time supports the bootstrapping of the Debian releases "jessie" and "stretch". `BUILD_KERNEL`=true will automatically be set if the Debian release `stretch` is used.
45 Set the desired Debian release name. The script at this time supports the bootstrapping of the Debian releases "jessie" and "stretch". `BUILD_KERNEL`=true will automatically be set if the Debian release `stretch` is used.
@@ -118,7 +118,7 Install and enable OpenSSH service. The default configuration of the service doe
118 Allow the installation of non-free Debian packages that do not comply with the DFSG. This is required to install closed-source firmware binary blobs.
118 Allow the installation of non-free Debian packages that do not comply with the DFSG. This is required to install closed-source firmware binary blobs.
119
119
120 ##### `ENABLE_WIRELESS`=false
120 ##### `ENABLE_WIRELESS`=false
121 Download and install the required non-free closed-source firmware binary blob that is required to run the internal wireless interface of the Rasberry Pi model 3. This parameter is ignored if the specified `RPI_MODEL` is not 3.
121 Download and install the [closed-source firmware binary blob](https://github.com/RPi-Distro/firmware-nonfree/tree/master/brcm80211/brcm) that is required to run the internal wireless interface of the Rasberry Pi model `3`. This parameter is ignored if the specified `RPI_MODEL` is not `3`.
122
122
123 ##### `ENABLE_RSYSLOG`=true
123 ##### `ENABLE_RSYSLOG`=true
124 If set to false, disable and uninstall rsyslog (so logs will be available only
124 If set to false, disable and uninstall rsyslog (so logs will be available only
@@ -150,10 +150,10 Use debootstrap script variant `minbase` which only includes essential packages
150 Reduce the disk space usage by deleting packages and files. See `REDUCE_*` parameters for detailed information.
150 Reduce the disk space usage by deleting packages and files. See `REDUCE_*` parameters for detailed information.
151
151
152 ##### `ENABLE_UBOOT`=false
152 ##### `ENABLE_UBOOT`=false
153 Replace the default RPi2/3 second stage bootloader (bootcode.bin) with U-Boot bootloader. U-Boot can boot images via the network using the BOOTP/TFTP protocol.
153 Replace the default RPi2/3 second stage bootloader (bootcode.bin) with [U-Boot bootloader](http://git.denx.de/?p=u-boot.git;a=summary). U-Boot can boot images via the network using the BOOTP/TFTP protocol.
154
154
155 ##### `ENABLE_FBTURBO`=false
155 ##### `ENABLE_FBTURBO`=false
156 Install and enable the hardware accelerated Xorg video driver `fbturbo`. Please note that this driver is currently limited to hardware accelerated window moving and scrolling.
156 Install and enable the [hardware accelerated Xorg video driver](https://github.com/ssvb/xf86-video-fbturbo) `fbturbo`. Please note that this driver is currently limited to hardware accelerated window moving and scrolling.
157
157
158 ##### `ENABLE_IPTABLES`=false
158 ##### `ENABLE_IPTABLES`=false
159 Enable iptables IPv4/IPv6 firewall. Simplified ruleset: Allow all outgoing connections. Block all incoming connections except to OpenSSH service.
159 Enable iptables IPv4/IPv6 firewall. Simplified ruleset: Allow all outgoing connections. Block all incoming connections except to OpenSSH service.
@@ -188,7 +188,7 Enable automatic assignment of predictable, stable network interface names for a
188
188
189 #### Kernel compilation:
189 #### Kernel compilation:
190 ##### `BUILD_KERNEL`=false
190 ##### `BUILD_KERNEL`=false
191 Build and install the latest RPi2/3 Linux kernel. Currently only the default RPi2/3 kernel configuration is used.
191 Build and install the latest RPi2/3 Linux kernel. Currently only the default RPi2/3 kernel configuration is used. `BUILD_KERNEL`=true will automatically be set if the Raspberry Pi model `3` is used.
192
192
193 ##### `KERNEL_REDUCE`=false
193 ##### `KERNEL_REDUCE`=false
194 Reduce the size of the generated kernel by removing unwanted device, network and filesystem drivers (experimental).
194 Reduce the size of the generated kernel by removing unwanted device, network and filesystem drivers (experimental).
@@ -327,6 +327,7 bmaptool copy ./images/jessie/2015-12-13-debian-jessie-root.img /dev/sdc
327
327
328 ## External links and references
328 ## External links and references
329 * [Debian worldwide mirror sites](https://www.debian.org/mirror/list)
329 * [Debian worldwide mirror sites](https://www.debian.org/mirror/list)
330 * [Debian Raspberry Pi 2 Wiki](https://wiki.debian.org/RaspberryPi2)
330 * [Official Raspberry Pi Firmware on github](https://github.com/raspberrypi/firmware)
331 * [Official Raspberry Pi Firmware on github](https://github.com/raspberrypi/firmware)
331 * [Official Raspberry Pi Kernel on github](https://github.com/raspberrypi/linux)
332 * [Official Raspberry Pi Kernel on github](https://github.com/raspberrypi/linux)
332 * [U-BOOT git repository](http://git.denx.de/?p=u-boot.git;a=summary)
333 * [U-BOOT git repository](http://git.denx.de/?p=u-boot.git;a=summary)
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant