From: John Crispin Date: Mon, 14 Sep 2015 20:10:04 +0000 (+0000) Subject: realview: create sd card image for qemu X-Git-Tag: reboot~2014 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f582a93a6ae52c1dd5595f6add425f570f2ca667;hp=f582a93a6ae52c1dd5595f6add425f570f2ca667 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 SVN-Revision: 46924 ---