summaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd
diff options
context:
space:
mode:
authorJason Kridner <jkridner@beagleboard.org>2010-06-05 14:25:55 -0500
committerKoen Kooi <koen@openembedded.org>2010-06-06 09:52:45 +0200
commit47717776e10d509deea8c445127d2787b9df8556 (patch)
tree4f2e4f55e8528c207031b7dda206339379f4dffc /recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd
parent4ea675dde999bf4b4b789606f08179ffb33f7565 (diff)
downloadopenembedded-47717776e10d509deea8c445127d2787b9df8556.tar.gz
angstrom-uboot-scripts: Added some new scripts
esc-sxga.cmd: Simple 1280x1024 setup mtest.cmd: Execute a memory test around the CS0/CS1 boundary ramdisk.cmd: Boot a 32MB ramdisk.gz file system
Diffstat (limited to 'recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd')
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd b/recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd
new file mode 100644
index 0000000000..68af249928
--- /dev/null
+++ b/recipes/angstrom/angstrom-uboot-scripts/ramdisk.cmd
@@ -0,0 +1,5 @@
+#setenv bootargs 'console=tty0 console=ttyS2,115200n8 mpurate=1000 nohz=off vram=16M omapfb.mode=dvi:640x480MR-16@60 omapdss.def_disp=dvi omapfb.vram=0:8M,1:4M,2:4M root=/dev/ram0 rw rootfstype=ext2 initrd=0x81600000,32M ramdisk_size=32768 mem=99M@0x80000000 mem=384M@0x88000000'
+setenv bootargs 'console=tty0 console=ttyS2,115200n8 root=/dev/ram0 rw rootfstype=ext2 initrd=0x81600000,32M ramdisk_size=32768'
+fatload mmc 0 0x80200000 uImage
+fatload mmc 0 0x81600000 ramdisk.gz
+bootm 0x80200000