TEADEC web site is now being hosted on a new computer. Until the dust settles, so to speak, BBS needs to be closed down temporarily. We will ask the former subscribers of BBS to re-subscribe when it is operational again. Some links may not work during the next few weeks. Thank you for your patience.
TEADEC Web Team
How can I modify the contents of STARTUP.CMD or STARTUP.CLI or .xcli in rda?
One of the ways is make a bootable disk. That is partition a CF card and creates a 7MB size on it; delete all unnecessary partition before hand. Next, set bootable to the disk follow by updating the disk before you format the disk. Format the disk using the following command:
[/SYS]% format –b pca0 WORK
Next you should attach the disk and copy the system file to the disk as shown in the following commands.
[/SYS]% att pca0 /A
[/SYS]% cp –b –v –r * /A
Once you had done that, modify the contains using ed –a command before you use the following command to overwrite the original system files. Warning: the original system files shipped with the kit is overwritten, caution. However, you could always use the romimage.mot file shipped will the kit to refresh the entire ROM.
TM> WriteRda pca0
