NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:How to rebuild the C6000 RTS

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article How to rebuild the C6000 RTS here.

Comments on How to rebuild the C6000 RTS


Deepthpk said ...

in the section "If you want to rebuild the .rts archive: " The command for archiving is In the command prompt again type in ar6x r rts.src <filename> <filename>

use --k option along with mk6x to overwrite any extracted files

--Deepthpk 07:45, 4 October 2010 (CDT)

Wang Tianwei said ...

Command ar6x -r <filename> <filename>... should be ar6x -r rts.src <filename> <filename>... Otherwise you will get corrupt member header error.


--Wang Tianwei 21:06, 14 July 2011 (CDT)