Files
u-boot-tk1-som/include
Alexander Holler cf073e49bc omap3_beagle: enable the use of a plain text file
Using the new env import command it is possible to use plain text files instead
of script-images. Plain text files are much easier to handle.

E.g. If your boot.scr contains the following:
-----------------------------------
setenv dvimode 1024x768-16@60
run loaduimage
run mmcboot
-----------------------------------
you could create a file named uEnv.txt and use that instead of boot.scr:
-----------------------------------
dvimode=1024x768-16@60
uenvcmd=run loaduimage; run mmcboot
-----------------------------------
The variable uenvcmd (if existent) will be executed (using run) after uEnv.txt
was loaded. If uenvcmd doesn't exist the default boot sequence will be started,
therefore you could just use
-----------------------------------
dvimode=1024x768-16@60
-----------------------------------
as uEnv.txt because loaduimage and mmcboot is part of the default boot sequence

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2011-04-27 19:38:06 +02:00
..
2008-10-18 21:54:03 +02:00
2011-04-20 15:09:19 -05:00
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2009-10-03 10:17:56 +02:00
2008-12-15 22:05:36 +01:00
2009-03-20 22:39:13 +01:00
2009-10-03 10:17:56 +02:00
2010-01-27 21:23:14 +01:00
2008-05-21 00:14:08 +02:00
2008-10-18 21:54:03 +02:00
2008-05-10 11:44:55 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2011-04-13 19:43:28 +10:00
2009-10-27 20:58:25 +01:00
2008-10-18 21:54:03 +02:00
2009-01-24 00:23:09 +01:00
2008-05-21 00:14:08 +02:00
2009-09-04 21:54:52 +02:00
2008-10-18 21:54:03 +02:00
2010-09-19 19:29:47 +02:00
2011-04-13 19:43:28 +10:00
2010-12-09 10:24:09 +01:00
2008-03-26 23:38:54 +01:00
2011-04-20 15:09:34 -05:00
2008-10-18 21:54:03 +02:00
2010-11-28 21:58:27 +01:00
2009-10-13 06:17:35 -05:00
2010-10-27 22:48:30 +02:00
2008-10-18 21:54:03 +02:00
2010-01-21 22:26:00 +01:00
2009-04-03 23:47:06 +02:00
2011-04-20 15:09:19 -05:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2010-10-12 22:44:33 +02:00
2008-10-18 21:54:03 +02:00
2010-07-16 10:55:09 -05:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2010-11-28 21:56:39 +01:00
2011-02-02 00:54:42 +01:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2010-03-21 22:44:42 +01:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2010-04-21 23:42:38 +02:00
2008-10-18 21:54:03 +02:00
2009-11-13 16:56:18 -06:00
2009-04-03 23:47:06 +02:00
2008-05-21 00:14:08 +02:00
2010-03-12 23:06:04 +01:00
2008-10-18 21:54:03 +02:00
2011-03-27 19:19:54 +02:00
2008-10-18 21:54:03 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2009-10-03 10:17:56 +02:00
2009-10-03 10:17:56 +02:00
2008-05-21 00:14:08 +02:00
2011-04-20 15:09:34 -05:00
2006-06-14 18:14:56 +02:00
2009-01-28 19:57:27 +01:00
2011-02-19 20:32:36 +01:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2009-10-03 10:17:56 +02:00
2008-10-18 21:54:03 +02:00
2010-05-28 10:56:04 -04:00
2006-07-21 15:24:56 +02:00