1
0

corrected boot.cmd for Mageia kernel

corrected mageia4arm
This commit is contained in:
Daniel Tartavel 2018-10-11 23:25:29 +02:00
parent 9841f7ed5e
commit ff35f306cb
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
fatload mmc 0:1 ${kernel_addr_r} zImage
fatload mmc 0:1 ${kernel_addr_r} vmlinuz
fatload mmc 0:1 ${fdt_addr_r} bcm2710-rpi-3-b.dtb
fatload mmc 0:1 ${ramdisk_addr_r} uInitrd
fatload mmc 0:1 ${ramdisk_addr_r} initrd.img
setenv bootargs console=ttyAMA0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait panic=10
bootz ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}

View File

@ -22,8 +22,8 @@ ARM_VERSION="armv7hl"
TARGET="rpi"
# 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"
#MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/$MAGEIA_VERSION/$ARM_VERSION"
MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION"
# image will be created here
INSTALL_PATH="/mnt/perso/raspi-test"