1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - Gracana
2
Bus Blaster JTAG debugger / Bus Blaster Docs WRT OpenOCD
Also, we made a board configuration for writing to the CPLD. The forum software is convinced I'm a spam bot, so I can't link the file, but I can paste it here:
Code: [Select]
# Dangerous Prototypes - Bus Blaster
#
# http://dangerousprototypes.com/docs/Bus_Blaster
#
# To reprogram the on-board CPLD do:
# openocd -f board/dp_busblaster_v3.cfg -c "adapter_khz 1000; init; svf <path_to_svf>; shutdown"
#
source [find interface/ftdi/dp_busblaster.cfg]
ftdi_channel 1
jtag newtap xc2c32a tap -expected-id 0x06e1c093 -irlen 8
Put that into the board directory and you're good to go. In a week or so that should be merged into the main branch, so if you're reading this in the future, you may already have it.
3
Bus Blaster JTAG debugger / TDO Stuck
If I program the CPLD with v1.4 buffer logic and try 'detect' with TDO tied to VTG or GND, I see "warning: TDO seems to be stuck at 1."
If I program the CPLD with v1.2 buffer logic and try 'detect' with TDO tied to VTG or GND, I see "warning: TDO seems to be stuck at 0."
Is it broken?