aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/rpi3+64/mageia4arm.cfg
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2020-01-05 12:26:18 +0100
committerNeal Gompa <ngompa13@gmail.com>2020-01-05 14:11:26 -0500
commit86a52fa755c3af47633b4e52950ee863218a80d5 (patch)
tree5e7cc89474b9c3174cb5e27be8fa62355ecc3266 /platforms/rpi3+64/mageia4arm.cfg
parente52a9a4871dac8703b043d88233437af66ad726c (diff)
downloadmageia4arm-86a52fa755c3af47633b4e52950ee863218a80d5.tar
mageia4arm-86a52fa755c3af47633b4e52950ee863218a80d5.tar.gz
mageia4arm-86a52fa755c3af47633b4e52950ee863218a80d5.tar.bz2
mageia4arm-86a52fa755c3af47633b4e52950ee863218a80d5.tar.xz
mageia4arm-86a52fa755c3af47633b4e52950ee863218a80d5.zip
rpi3b+64b
Diffstat (limited to 'platforms/rpi3+64/mageia4arm.cfg')
-rw-r--r--platforms/rpi3+64/mageia4arm.cfg46
1 files changed, 41 insertions, 5 deletions
diff --git a/platforms/rpi3+64/mageia4arm.cfg b/platforms/rpi3+64/mageia4arm.cfg
index f852972..7efe3b8 100644
--- a/platforms/rpi3+64/mageia4arm.cfg
+++ b/platforms/rpi3+64/mageia4arm.cfg
@@ -17,6 +17,7 @@
MAGEIA_VERSION="7"
ARM_VERSION="aarch64"
+# ARM_VERSION="armv7hl"
#target plateform (xu3-4 or rpi)
TARGET="rpi"
@@ -38,11 +39,11 @@ BUILD_PATH="${INSTALL_PATH}/build"
IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img"
#Default user
-ID_USER="pi"
-PASSWORD="raspberry"
+# ID_USER="pi"
+# PASSWORD="raspberry"
#root password
-ROOT_PWD="piroot"
+# ROOT_PWD="piroot"
#Hostname
HOSTNAME="${TARGET}"
@@ -61,5 +62,40 @@ 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"
FIRMWARE_DIR="firmware-stable"
-FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/archive/stable.zip"
-
+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
+"
+FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin
+https://github.com/raspberrypi/firmware/raw/master/boot/bcm2710-rpi-3-b-plus.dtb
+https://github.com/raspberrypi/firmware/raw/master/boot/fixup.dat
+https://github.com/raspberrypi/firmware/raw/master/boot/start.elf
+https://github.com/raspberrypi/firmware/raw/master/boot/fixup_x.dat
+https://github.com/raspberrypi/firmware/raw/master/boot/start_x.elf
+"