Debugging DSP Application Remotly With GDB and QT Creator -


i have image processing application uses qt , ti video decoder example, runs on ti davinci, dm6446.

i using qt creator , compile process gives me 2 binaries, 1 arm core, 1 dsp. dsp binary has extension of ".x64p".

there no problem if start app directly target board.but if start using gdb on host, can see debug messages on arm side, however, crashes immediately, because not able open dsp binary.

is there way debug arm+dsp application without using ti ccs or jtag device ?

ok can see have 3 "apps" here

  1. main app arm side
  2. the codec
  3. the server dsp side

if right can use linux os (if have virtual machine known child , parent has ubuntu can find @ ti website) run vm and

  1. build codec (make command)
  2. build server (make build_server command)
  3. build app (make command)

hope help

but wanna ask how can make using ccs, can build separate project dsp or arm wanna build whole system..

help me if can ...regards


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -