Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Quartus II V12.0 Blaster problem

I've just installed Quartus II V12.0. It seems to be working OK, but I can't get my device programmed with a USB Blaster clone, which worked fine with V11.1. The Blaster isn't recognised by the V12.0 programming software. When I use Add Hardware in the Hardware Setup dialogue I get Attempted to access JTAG server - internal error code 82 occurred.

8 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I don't know if this would help you.

    I'm using the Linux version of WebEdition on a 64bit environment.

    The WebEdition version is 32 bits only, and the jtagd was looking for 64bit version which, of course, wasn't installed.

    I realized the file <altera install directory>/12.0/quartus/adm/qenv.sh is used to set up environment variables and near line 90 the following test is done:

    if test `uname -m` = "x86_64" ; then

    export QUARTUS_BIT_TYPE=64

    fi

    I commented these three lines and jtagd seems to work fine for me.

    # FIXME# FIXME# FIXME# FIXME# FIXME# FIXME

    # WORKAROUND ONLY FOR ME.

    # I commented the 3 next lines because

    # I'm using the WebEdition Version on a 64Bit

    # environment.

    # FIXME# FIXME# FIXME# FIXME# FIXME# FIXME

    # if test `uname -m` = "x86_64" ; then

    # export QUARTUS_BIT_TYPE=64

    # fi
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That was there in 11.2 and probably 11.1, which begs the question.

    Do Altera know what they are doing? Perhaps a little less cash on their funky website and a little more investment in software testing/engineering/QA would please their customers more.

    If it wasn't for the PCI express hard core then we would have dropped Altera by now. We have deemed the NIOS development tools far to unreliable for our products.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    well they can solve this by adding a 64Bit webedition to their options. That would also overcome the 32Bit Software running under 64Bit OS (with driver issues) :-)

    Just an idea :-)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I have the same problem with V12.0 USB-Blaster. Quartus programmer cannot see the device, Blaster. What I heard is Win7 64-bit needs to run jtagserver.exe to let V12.0 to see it.

    However, it cannot run 32-bit jtagserver. And when it run bin64/jtagserver, it lack of 64-bit tbbmalloc_proxy.dll file for it.

    Who can resolve this issue?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Try installing the standalone 11.1 programmer. The driver it installed fixed my USB-Blaster problem with Win7 x64 and 12.0.