realview: create sd card image for qemu
authorJohn Crispin <john@openwrt.org>
Mon, 14 Sep 2015 20:10:04 +0000 (20:10 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 14 Sep 2015 20:10:04 +0000 (20:10 +0000)
commiteb253eb1b364daae83e76a5b66f88d378afbe8cf
treeedf7e4c473e5a0d195468da34da4578e42708588
parent014c8438897381108034de63ddf8d5b92a556d1a
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>
SVN-Revision: 46924
target/linux/realview/image/Makefile
target/linux/realview/image/gen_realview_sdcard_img.sh [new file with mode: 0755]