diff options
author | Alagu Sankar <alagusankar@embwise.com> | 2012-06-27 14:57:31 +0530 |
---|---|---|
committer | Rajashekhara, Sudhakar <sudhakar.raj@ti.com> | 2012-06-27 14:57:31 +0530 |
commit | 269d186ab8eb3ad22d4fa89b159d02c060b95be7 (patch) | |
tree | 2340320a1abaa05822d0cafb7a1878c6d26b36e2 /tools/uflash/config.txt | |
parent | c99eac11764a9ecda292982469f519e2083d31a5 (diff) |
Davinci: Utility for MMC boot
This is a Linux command line tool specific to TI's Davinci platforms, for
flashing UBL (User Boot Loader), u-boot and u-boot Environment in the MMC/SD
card. This MMC/SD card can be used for booting Davinci platforms that supports
MMC/SD boot option.
This patch was submitted by Alagu Sankar
(http://www.mail-archive.com/u-boot@lists.denx.de/msg32309.html),
but couldn't make into mainline. Resubmitting the patch, with modifications to
build with u-boot, Fixed compilation issues and fixed uflash.c to write u-boot properly.
Signed-off-by: Alagu Sankar <alagusankar@embwise.com>
Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Diffstat (limited to 'tools/uflash/config.txt')
-rw-r--r-- | tools/uflash/config.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/uflash/config.txt b/tools/uflash/config.txt new file mode 100644 index 00000000000..f6acb225fb6 --- /dev/null +++ b/tools/uflash/config.txt @@ -0,0 +1,11 @@ +bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p1 rootwait rootfstype=ext3 rw +bootcmd=ext2load mmc 0 0x80700000 boot/uImage; bootm 0x80700000 +bootdelay=1 +baudrate=115200 +bootfile="uImage" +stdin=serial +stdout=serial +stderr=serial +ethact=dm9000 +videostd=ntsc + |