TI Flash and Boot Utilities
TI Flash and Boot Utilities
Serial Boot and Flash Loading
Utility
from Texas Instruments Embedded Processors Wiki
Jump to: navigation, search
Serial Boot and Flash
Loading Utility
TI Flash and Boot Utilities
These packages (currently available for the DM35x, DM644x, and DM646x)
contain a set of utilities, some for running under CCS on Windows, and others
for running from the command-line on both Windows and Linux. In these second set
of utilities are applications for flashing the NOR and NAND (and in the future
SD cards, SPI FLash/EEPROM, I2C EEPROM) of the EVMs via the serial port. All
source is included for users who wish to adapt the applications to their own
custom platform. The entire project is released under the GPLv2 license.
The Serial Flashing Host Utility (which offers the same functionality as a
previous program called DVFlasher) executable is called
sfh_<DEVICENAME>.exe, where device name is DM35x, DM644x, or DM646x.
The Serial Loading Host Utility (which offers the same functionality as a
previous program called DVLoader) executable is called
slh_<DEVICENAME>.exe, where device name is DM35x, DM644x, or DM646x.
These programs each encapsulate a distinct binary UBL which is transferred
via the UART. This implies that the chip must be operating in the UART boot
mode, showing the BOOTME prompt.
NOTE: The assumption is made that the UART of the device operates at 115200,
8N1. If the oscillator used with the device does not match the one used on the
EVM (e.g. on a custom platform), the baud rate assumption may be incorrect.
The binary UBL in the case of the Serial Flasher program is known as the
Serial Flasher Target, or sft. The binary UBL in the case of the Serial Loader
program is the Serial Loader Target, or slt. The code for these is present in
the directories of the same name.
Other alternatives for RBL UBL and host programs are
also available.
Running
- Under Windows -
Ïà¹ØÎĵµ£º
ÓÃSWFObject£¬½«swfÎļþǶÈëÍøÒ³ºó£¬ÔÚIEä¯ÀÀÆ÷ÖÐÊ×´Îä¯ÀÀÕý³££¬Ë¢Ðºó£¬stageWidth¾ÍΪ0ÁË£¬swfÖлùÓÚstageWidth¶¨Î»µÄÔªËØ£¬¾Í»á´íÂÒ¡£
ת×Ô£¨ljhzzyx 2009-09-24 14:44:20£©
Ê×ÏÈÇø·ÖÒ»ÏÂstageµÄstageWidthºÍwidthÊôÐÔ¡£stage.stageWidthÊÇflash playerµÄ¿í¶È£¬stage.widthÊÇÖ¸stageÀïcontentµÄ¿í¶È£¬Èç¹ûÕâ¸öÎę̀(sta ......
¡¶FLASH·ÉϵĿìÀÖ¡·
ÎÄ·ÀîöÎ
¡¡¡¡´óѧѧµÄÊǼÆËã»úϵ£¬Õâ±¾ÊÇÎÞÄÎÖ®¾Ù£¬ÆäʵÎÒµÚÒ»Ö¾Ô¸ÊÇÂÃÓιÜÀí£¬¾ÍÊDZ¼×ÅÃÀŮȥµÄ£¬ÎÞÄηÖÊý²îÁËÄÇôµã£¬¾ÍÀ´µ½ÁËÕâ¸öÀǶàÈâÉÙµÄϵ¡£´óѧÉú»î¾ÍÊÇ»ì¹ýÀ´µÄ£¬×ܽáÏ´óѧÊÕ»ñÁËʲô£¬ÏëÀ´ÏëÈ¥¾ÍÊǾ«Í¨Á˸÷ÖÖÓÎÏ·£¬È»ºó¹ÒÁËÈý·ÖÖ®Ò»µÄ¿Î³Ì¡£ÃæÁÙ±ÏÒµ£¬ÏëÀ´ÏëÈ¥Ò²²»ÖªµÀ×Ô¼ ......
Beside the different silicon cell design, the most important difference between NAND and NOR Flash is the bus interface. NOR Flash is connected to a address / data bus direct like other memory devices as SRAM etc. NAND Flash uses a multiplexed I/O Interface with some additional control pins. NAND fl ......
½ñÌìÕý´òËã°Ñ¸Õ×öÍêµÄÒ»¸öÍøÕ¾Ìá½»¸ø¿Í»§Ê±Í»È»·¢ÏÖÍøÕ¾Ê×Ò³ÖÐÒòΪ·ÅÁ˺öàFlash£¬½á¹û°Ñ¼¸¸ö¸¡¶¯µÄ¶¼µ²×¡ÁË¡£
µÚÒ»Ïëµ½µÄµ±È»ÊǰѸ¡¶¯²ãµÄz-indexµ÷¸ß£¬µ«Ëƺõz-index¶ÔFlash²»Æð×÷Óá£
ÓÖÏëµ½£º°ÑFlashÉèΪ͸Ã÷ÄØ£¿Ò»ÊÔ֮ϹûÈ»ºÃÓãºÖ»ÒªÔÚFlash¶ÔÏó¼ÓÈëÒ³ÃæʱÉú³ÉµÄHTML´úÂëÖмÓÈëÒÔϲÎÊý¾Í¿ÉÒÔÈÃDiv¸¡¶¯²ã´Ó
Fla ......