pandora-uboot-scripts: Update u-boot boot scripts and recipe.
[openpandora.oe.git] / recipes / pandora-system / pandora-uboot-scripts / boot-ramdisk
diff --git a/recipes/pandora-system/pandora-uboot-scripts/boot-ramdisk b/recipes/pandora-system/pandora-uboot-scripts/boot-ramdisk
new file mode 100644 (file)
index 0000000..14ec45c
--- /dev/null
@@ -0,0 +1,2 @@
+setenv bootargs debug console=ttyS2,115200n8 ramdisk_size=8192 root=/dev/ram0 rw rootfstype=ext2 initrd=0x81600000,8M vram=6272K omapfb.vram=0:1500K
+fatload mmc 0 0x80300000 uImage; fatload mmc 0 0x81600000 rd-ext2.bin; bootm 0x80300000