I've tried a variety of things with flashburn to write to my ezDSP 2808 via
jtag via the blackhawk usb2000 controller.
BlackHawk provides BHFlashBurn for this purpose..
I've tried things like:
@cls
@rem @path %path%;c:\progra~1\Blackhawk\flashburn_v3\bin\
bhflashburn -d bhemu28x.dvr -f lf28xx.dat -p0x0 -r -e -cx30x6
c:\progra~1\blackhawk\flashburn_v3\bin\flash28xx\algorithms\2812\flashapiinterface2812v2_10.out
@rem erasing flash
@rem BHflashburn.exe -f lf28xx.dat -d bhemu28x.dvr -p0x0 -e -c30x6
debug\example.out
@rem erasing flash -q option
@rem bhflashburn -q- -f lf28xx.dat -d bhemu28x.dvr -e -c30x6
debug\example.out
@rem Programming f28xx flash
@rem bhflashburn -f lf28xx.dat -d bhemu28x.dvr -v -c30x6
c:\progra~1\Blackhawk\flashburn_v3\bin\flash28xx\algorithms\2812\flashAPIInterface2812V2_10.out
debug\example.out
which give me things like:
C:\home\BLACKH~1\example>bhflashburn -d bhemu28x.dvr -f lf28xx.dat -p0x0 -r -e
-cx30x6
c:\progra~1\blackhawk\flashburn_v3\bin\flash28xx\algorithms\2812\flashapiinterface2812v2_10.out
Opening driver 'bhemu28x.dvr', dat-file 'lf28xx.dat', port
0, target 0
Error: gti_api::open failed, code 0
(null)
Suggestions?
_____________________________________