aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/boot.scrbin0 -> 338 bytes
-rw-r--r--scripts/boot.txt3
-rw-r--r--scripts/uEnv.txt3
3 files changed, 6 insertions, 0 deletions
diff --git a/scripts/boot.scr b/scripts/boot.scr
new file mode 100644
index 0000000..fc109d7
--- /dev/null
+++ b/scripts/boot.scr
Binary files differ
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
diff --git a/scripts/uEnv.txt b/scripts/uEnv.txt
new file mode 100644
index 0000000..41d4f96
--- /dev/null
+++ b/scripts/uEnv.txt
@@ -0,0 +1,3 @@
+bootenv=boot.scr
+loaduimage=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
+mmcboot=echo Running boot.scr script from mmc ...; source ${loadaddr}