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)
commitf582a93a6ae52c1dd5595f6add425f570f2ca667
treecad9b2cf0511d6152a496008d6e4327186ad1242
parentedb5ec3f34bca0a674ff076f3573be86b67942e6
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]