user:mrholub:kernel-crosscompiling
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| user:mrholub:kernel-crosscompiling [2017/05/08 19:31] – created mrholub | user:mrholub:kernel-crosscompiling [2017/05/08 19:51] (current) – mrholub | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ############################################################################# | + | Script: rpi_kernel_cross_compilling.sh |
| - | # | + | |
| - | # Script: rpi_kernel_cross_compilling.sh | + | Description: |
| - | # | + | Prepares environment variables. |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # Actions on the following page are performed for default | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # Date: 8th May 2017 | + | |
| - | # | + | |
| - | # Usage: | + | |
| - | # Mount boot partition with kernel files (fat32) in / | + | |
| - | # Mount root partition with modules (ext4) in /mnt/ext4 | + | |
| - | # Paths can be changed in values BOOT_FAT32_PATH and ROOT_EXT4_PATH. | + | |
| - | # | + | |
| - | # by changing of value PI_VERSION. | + | |
| - | # Set MENUCONFIG to " | + | |
| - | # | + | |
| - | # You will be asked wehther re-write any existing .config file or not. | + | |
| - | # NOTE: | + | |
| - | # If you will not mount SD card volumes then kernel cannot be obviously | + | |
| - | # installed. It can be fixed easily by mounting volumes and starting | + | |
| - | # this script again. | + | |
| - | # Files may remain in mounting dirs if sd card not mounted. | + | |
| - | ############################################################################# | + | |
| + | Usage: | ||
| + | Mount boot partition with kernel files (fat32) in /mnt/fat32 | ||
| + | Mount root partition with modules (ext4) in /mnt/ext4 | ||
| + | Paths can be changed in values BOOT_FAT32_PATH and ROOT_EXT4_PATH. | ||
| + | Select for which RPI hardware version should be kernel compiled | ||
| + | by changing of value PI_VERSION. | ||
| + | Set MENUCONFIG to " | ||
| + | .config file will be created in case of menuconfig. | ||
| + | You will be asked wehther re-write any existing .config file or not. | ||
| + | NOTE: | ||
| + | If you will not mount SD card volumes then kernel cannot be obviously | ||
| + | installed. It can be fixed easily by mounting volumes and starting | ||
| + | this script again. | ||
| + | Files may remain in mounting dirs if sd card not mounted. | ||
| + | {{ : | ||
user/mrholub/kernel-crosscompiling.1494271887.txt.gz · Last modified: 2017/05/08 19:31 by mrholub