##// END OF EJS Templates
fixed typos, emphasize custom pgk info, added link
drtyhlpr -
r116:842459a14137
parent child
Show More
@@ -9,7 +9,7 The following list of Debian packages must be installed on the build system beca
9
9
10 It is recommended to configure the `rpi23-gen-image.sh` script to build and install the latest Raspberry Pi Linux kernel. For the RPi3 this is mandetory. Kernel compilation and linking will be performed on the build system using an ARM (armhf) cross-compiler toolchain.
10 It is recommended to configure the `rpi23-gen-image.sh` script to build and install the latest Raspberry Pi Linux kernel. For the RPi3 this is mandetory. Kernel compilation and linking will be performed on the build system using an ARM (armhf) cross-compiler toolchain.
11
11
12 The script has been tested using the default `crossbuild-essential-armhf` toolchain meta package on Debian Linux `jessie` and `stretch` build systems. Please check the [Debian CrossToolchains Wiki](https://wiki.debian.org/CrossToolchains) for futher information.
12 The script has been tested using the default `crossbuild-essential-armhf` toolchain meta package on Debian Linux `jessie` and `stretch` build systems. Please check the [Debian CrossToolchains Wiki](https://wiki.debian.org/CrossToolchains) for further information.
13
13
14 If a Debian Linux `jessie` build system is used it will be required to add the [Debian Cross-toolchains repository](http://emdebian.org/tools/debian/) first:
14 If a Debian Linux `jessie` build system is used it will be required to add the [Debian Cross-toolchains repository](http://emdebian.org/tools/debian/) first:
15
15
@@ -319,6 +319,7 All the required configuration files that will be copied to the generated OS ima
319 | `sysctl.d` | Swapping and Network Hardening configuration |
319 | `sysctl.d` | Swapping and Network Hardening configuration |
320 | `xorg` | fbturbo Xorg driver configuration |
320 | `xorg` | fbturbo Xorg driver configuration |
321
321
322 ## Custom packages and scripts
322 Debian custom packages, i.e. those not in the debian repositories, can be installed by placing them in the `packages` directory. They are installed immediately after packages from the repositories are installed. Any dependencies listed in the custom packages will be downloaded automatically from the repositories. Do not list these custom packages in `APT_INCLUDES`.
323 Debian custom packages, i.e. those not in the debian repositories, can be installed by placing them in the `packages` directory. They are installed immediately after packages from the repositories are installed. Any dependencies listed in the custom packages will be downloaded automatically from the repositories. Do not list these custom packages in `APT_INCLUDES`.
323
324
324 Scripts in the custom.d directory will be executed after all other installation is complete but before the image is created.
325 Scripts in the custom.d directory will be executed after all other installation is complete but before the image is created.
@@ -347,6 +348,7 bmaptool copy ./images/jessie/2015-12-13-debian-jessie-root.img /dev/sdc
347 ## External links and references
348 ## External links and references
348 * [Debian worldwide mirror sites](https://www.debian.org/mirror/list)
349 * [Debian worldwide mirror sites](https://www.debian.org/mirror/list)
349 * [Debian Raspberry Pi 2 Wiki](https://wiki.debian.org/RaspberryPi2)
350 * [Debian Raspberry Pi 2 Wiki](https://wiki.debian.org/RaspberryPi2)
351 * [Debian CrossToolchains Wiki](https://wiki.debian.org/CrossToolchains)
350 * [Official Raspberry Pi Firmware on github](https://github.com/raspberrypi/firmware)
352 * [Official Raspberry Pi Firmware on github](https://github.com/raspberrypi/firmware)
351 * [Official Raspberry Pi Kernel on github](https://github.com/raspberrypi/linux)
353 * [Official Raspberry Pi Kernel on github](https://github.com/raspberrypi/linux)
352 * [U-BOOT git repository](http://git.denx.de/?p=u-boot.git;a=summary)
354 * [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