I have just started using the Soundbite board yesterday, so this may not be correct, but that same document, the Symphony SoundBite Demo User’s Guide, pages 7 and 8, details a way to program the EEPROM by first starting OpenOCD (by running 00-OpenOCD.bat), and then running the batch file: "01-programSoundBite.bat".
These batch files are in the PRODTEST_DEMOAPPSRC/2-testfiles area.
I suspect you can edit the "programSoundBite.gdbcmd" file that "01-programSoundBite.bat" calls to point to your .cld file and program it that way.
This is what is in the "programSoundBite.gdbcmd" file:
file board_test.cld
target remote localhost:9998
M p:0 0x000084
M p:1 0x000200
set $pc=0
cont
load board_test.cld
monitor set memspace 0
set $pc=0x406
cont
quit
I'm not sure what all these commands are yet, but I suspect a bit of poking around will make it clear...
Message Edited by RandallAiken on
2008-10-22 01:58 AMMessage Edited by RandallAiken on
2008-10-22 01:58 AM