aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realview/image/gen_realview_sdcard_img.sh
Commit message (Collapse)AuthorAgeFilesLines
* realview: create sd card image for qemuJohn Crispin2015-09-141-0/+23
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