diff options
Diffstat (limited to 'platforms/rpi-aarch64/mageia4arm.cfg')
-rw-r--r-- | platforms/rpi-aarch64/mageia4arm.cfg | 42 |
1 files changed, 1 insertions, 41 deletions
diff --git a/platforms/rpi-aarch64/mageia4arm.cfg b/platforms/rpi-aarch64/mageia4arm.cfg index 8c1111d..28b6224 100644 --- a/platforms/rpi-aarch64/mageia4arm.cfg +++ b/platforms/rpi-aarch64/mageia4arm.cfg @@ -26,7 +26,7 @@ TARGET="rpi-aarch64" # #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" MIRROR_ROOT=http://ftp.free.fr/mirrors/mageia.org/distrib MIRROR_REPO="${MIRROR_ROOT}/${MAGEIA_VERSION}/${ARM_VERSION}" -MIRROR=${MIRROR:="${MIRROR_REPO}"} +#MIRROR=${MIRROR:="${MIRROR_REPO}"} #Default user # ID_USER="pi" @@ -47,46 +47,6 @@ BOOT_ARGS='dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console #Path where the raspberry pi firmware is/will be installed FIRMWARE_PATH="$INSTALL_PATH" -INFORMATION=" -https://elinux.org/RPi_Software -https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md - -https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin -https://github.com/raspberrypi/firmware/blob/master/boot/bcm2710-rpi-3-b-plus.dtb - -https://github.com/raspberrypi/firmware/blob/master/boot/fixup.dat -https://github.com/raspberrypi/firmware/blob/master/boot/start.elf -https://github.com/raspberrypi/firmware/blob/master/boot/fixup4.dat #Rpi4 -https://github.com/raspberrypi/firmware/blob/master/boot/start4.elf #Rpi4 - -#Debug (implicitly used with start_debug=1) -https://github.com/raspberrypi/firmware/blob/master/boot/fixup_db.dat -https://github.com/raspberrypi/firmware/blob/master/boot/start_db.elf -https://github.com/raspberrypi/firmware/blob/master/boot/start4db.elf #Rpi4 -https://github.com/raspberrypi/firmware/blob/master/boot/fixup4db.dat #Rpi4 - -#Low GPU Memory (=16MB) -https://github.com/raspberrypi/firmware/blob/master/boot/fixup_cd.dat -https://github.com/raspberrypi/firmware/blob/master/boot/start_cd.elf -https://github.com/raspberrypi/firmware/blob/master/boot/start4cd.elf #Rpi4 -https://github.com/raspberrypi/firmware/blob/master/boot/fixup4cd.dat #Rpi4 - -#Testing versions (eXtra features) (like camera module) (implicitly used with start_x=1 ) : -https://github.com/raspberrypi/firmware/blob/master/boot/fixup_x.dat -https://github.com/raspberrypi/firmware/blob/master/boot/start_x.elf -https://github.com/raspberrypi/firmware/blob/master/boot/start4x.elf #Rpi4 -https://github.com/raspberrypi/firmware/blob/master/boot/fixup4x.dat #Rpi4 -" U_BOOT="rpi_arm64" -FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin -https://github.com/raspberrypi/firmware/raw/master/boot/fixup.dat -https://github.com/raspberrypi/firmware/raw/master/boot/fixup4.dat -https://github.com/raspberrypi/firmware/raw/master/boot/start.elf -https://github.com/raspberrypi/firmware/raw/master/boot/start4.elf -https://github.com/raspberrypi/firmware/raw/master/boot/fixup_x.dat -https://github.com/raspberrypi/firmware/raw/master/boot/start_x.elf -https://github.com/raspberrypi/firmware/raw/master/boot/fixup4x.dat -https://github.com/raspberrypi/firmware/raw/master/boot/start4x.elf -" |