Hallo all,
i'm a linux kernel developer but absolute beginner with jtag and BB.
I wont connect one of my old access points (for experementing) with BBv2. Currently i did fallwoing steps:
- found jtag interface on AP and connected it with BB.
- started AP, BB and urjtag
- programmed BBs CPLD
cable ft2232 pid=0x6010 vid=0x403 interface=1
bsdl path /home/lex/Work/jtag/bsdl/
detect
svf /home/lex/Work/jtag/svf/BBv2-JTAGkey-v1.4-VHDL.svf progress stop
- if i understand correctly, next step is to run ar2312 script.
Here i got fallwoing problems. This parts fail:
register BSR 1 (this registr used by BBs script for xc2c32a-vq44)
register DIR 32 (and this registr used by BBs script for xc2c32a-vq44)
instruction length 5 (xc2c32a-vq44 set lenght to 8 so i can't overwrite it to 5)
sinse lenght is not 5 all fallwoing instruction will fail too:
instruction BYPASS 11111 BR
instruction SAMPLE/PRELOAD 00010 BSR
instruction IDCODE 00001 DIR
instruction EJTAG_IMPCODE 00011 EJIMPCODE
instruction EJTAG_ADDRESS 01000 EJADDRESS
instruction EJTAG_DATA 01001 EJDATA
instruction EJTAG_CONTROL 01010 EJCONTROL
instruction EJTAG_ALL 01011 EJALL
instruction EJTAGBOOT 01100 BR
instruction NORMALBOOT 01101 BR
instruction EJTAG_FASTDATA 01110 EJFASTDATA
I need your help how to solve this problems. Or it is just inpossible to use BBv2 with mips? Or i need to use JP1 instead and avoid CPLD?