aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/boot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot.txt')
-rw-r--r--scripts/boot.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/boot.txt b/scripts/boot.txt
new file mode 100644
index 0000000..8874bec
--- /dev/null
+++ b/scripts/boot.txt
@@ -0,0 +1,3 @@
+setenv bootcmd "fatload mmc 0:1 0x80000000 uImage; bootm 0x80000000"
+setenv bootargs "console=tty0 console=ttyO2,115200n8 mpurate=auto vram=12M omapfb.mode=dvi:1024x768MR-16@60 omapfb.debug=y omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait"
+boot \ No newline at end of file