Reparation build Rpi + essais Rpi3b+ 64bits
This commit is contained in:
@ -22,24 +22,19 @@
|
||||
# FEX (DTS) : https://github.com/LeMaker/sunxi-boards
|
||||
|
||||
# Mageia version 7 or later, cauldron.
|
||||
# TO MODIFY
|
||||
MAGEIA_VERSION="7"
|
||||
# Arm version armv7hl, aarch64
|
||||
# TO MODIFY
|
||||
ARM_VERSION="armv7hl"
|
||||
|
||||
# Target plateform (odroid or rpi)
|
||||
# TO MODIFY
|
||||
TARGET="bananaPro"
|
||||
# Target version (0,2,3 for raspi, 3 or 4 for odroid)
|
||||
#TO MODIFY
|
||||
TARGET_VERSION="1"
|
||||
|
||||
# URL of the Mageia mirror used to install ( see mirrors.mageia.org )
|
||||
MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VERSION}"
|
||||
|
||||
# image will be created here
|
||||
# TO MODIFY
|
||||
# INSTALL_PATH="./${TARGET}"
|
||||
# Should not be in this configuration file, it isn't related to the configuration but to the build platform.
|
||||
|
||||
@ -49,10 +44,6 @@ BUILD_PATH="${INSTALL_PATH}/build"
|
||||
#name of the image
|
||||
IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img"
|
||||
|
||||
#Mount point of image's partitions
|
||||
BOOT="/mnt/boot"
|
||||
ROOT="/mnt/root"
|
||||
|
||||
# Default user
|
||||
# If not set, no user will be defined.
|
||||
# ID_USER="banana"
|
||||
@ -69,6 +60,10 @@ HOSTNAME="${TARGET}"
|
||||
SEPARATE_BOOT_PARTITION=0
|
||||
BOOTFS="ext4"
|
||||
|
||||
#Mount point of image's partitions
|
||||
BOOT="/mnt/boot"
|
||||
ROOT="/mnt/root"
|
||||
|
||||
#kernel package to install
|
||||
KERNEL="kernel-desktop"
|
||||
|
||||
|
Reference in New Issue
Block a user