Hello!
I apologize if I post to wrong place and ask to move this question to more appropriate forum in such a case.
I am trying Ethernet boot for C6670. At first I want to verify boot process with EVM, next I will proceed with custom board. I have found example called 'simple' in MCSDK. Though batch file did not work for me, I was able to reproduce all steps one by one and booted example to DSP. Next I am trying to load my custom app. One of the first steps is to perform hex conversion. For that I see
hex6x simple.rmd
command in the makefile. My concern is .rmd file. From its contents I can guess that is kind of option set for hex conversion utility. I'd like to know how do I get this file for my custom application. Is there a way to automate this task? Pointing to further reading appreciated.
Thanks in advance.