aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/rpi-aarch64/mageia4arm.cfg
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2023-08-26 16:21:11 +0200
committerJybz <j.biernacki@free.fr>2023-08-26 16:21:11 +0200
commita3b81566b3b730e0a3bc3e768a40498b230bf524 (patch)
tree2e3c33db3569a850f6891ed6f4c8205fd23e0ee0 /platforms/rpi-aarch64/mageia4arm.cfg
parent48cc20fa0f1ca83f26577df702ed64beeb1d3b32 (diff)
downloadmageia4arm-a3b81566b3b730e0a3bc3e768a40498b230bf524.tar
mageia4arm-a3b81566b3b730e0a3bc3e768a40498b230bf524.tar.gz
mageia4arm-a3b81566b3b730e0a3bc3e768a40498b230bf524.tar.bz2
mageia4arm-a3b81566b3b730e0a3bc3e768a40498b230bf524.tar.xz
mageia4arm-a3b81566b3b730e0a3bc3e768a40498b230bf524.zip
Chore: rework rpi script
using upstream dtb setting u-boot env for memory error and skipping preboot snifing usb
Diffstat (limited to 'platforms/rpi-aarch64/mageia4arm.cfg')
-rw-r--r--platforms/rpi-aarch64/mageia4arm.cfg42
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
-"