History log of /openwrt/target/linux/realview/image/Makefile
Revision Date Author Comments
# 21e0eaeb 14-Sep-2015 John Crispin <blogic@openwrt.org>

realview: create sd card image for qemu

enables a real rootfs with custom size

use qemu with:
qemu-system-arm -M realview-pbx-a9 \
-kernel openwrt-realview-vmlinux.elf \
-nographic -m 1024M \
-sd openwrt-realview-sdcard.img \
--append "console=ttyAMA0 root=/dev/mmcblk0p1"

modified script from brcm2708 target

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46924 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a9a54d6b 27-May-2015 Jo-Philipp Wich <jow@openwrt.org>

realview: use common image prefix

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45787 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0a602b2b 05-Oct-2014 Felix Fietkau <nbd@openwrt.org>

targets: remove useless quotes around KERNELNAME

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42780 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 444bf469 26-Feb-2014 Florian Fainelli <florian@openwrt.org>

realview: fix zImage-initramfs installation

We were copying the actual vmlinux-initramfs.elf kernel which cannot be
launched by QEMU or a real bootloader, use zImage-initramfs instead.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39756 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c01b3905 08-Nov-2010 Florian Fainelli <florian@openwrt.org>

[realview] add qemu target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23921 3c298f89-4303-0410-b956-a3cf2f4a3e73