Error 209053 unexpected error in jtag server error code 89

Centos 7 запускает Quartus II 17.0 Standard Edition. При загрузке программы ошибка ошибки встречи (209053): Неожиданная ошибка на сервере JTAG - ошибка COD ..., Русские Блоги, лучший сайт для обмена техническими статьями программиста.

Для ошибки ошибки (209053): неожиданная ошибка в коде 89 JTAG Server-error 89, причина в том, что в рамках системы Linux драйвер Quartus II может использоваться только пользователями Root, и обычные пользователи не имеют права на использование. Решение состоит в том, чтобы изменить авторитет использования USB-белика, чтобы обычные пользователи также могли его использовать. В связи с этим Altera также дает соответствующее решение, см. В деталяхUSB-Blaster Driver for Linux。

Чтобы облегчить работу в Linux, конкретные шаги представлены следующим образом:

Сначала откройте терминал и получите разрешения корня.

Дорожка/etc/udev/rules.dСоздайте файл51-usbblaster.ruleS (потому что в этом каталоге много раз, такого файла нет)

    touch /etc/udev/rules.d/51-usbblaster.rules

Измените этот файл

    gedit /etc/udev/rules.d/51-usbblaster.rules

существует51-usbblaster.ruleВвод в S:

$ pwd
/etc/udev/rules.d
$ ls -lZ 51-usbblaster.rules 
-rw-rw-r--. 1 root root unconfined_u:object_r:udev_rules_t:s0 411  6. úno 15.23 51-usbblaster.rules
$ cat 51-usbblaster.rules 
# USB-Blaster
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666"
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6002", MODE="0666" 
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6003", MODE="0666"   

# USB-Blaster II
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6010", MODE="0666"
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6810", MODE="0666"

Наконец, введите команду в рамках корневых разрешений в терминале

  udevadm control --reload

Вообще говоря, USB-белстер должен иметь возможность использовать его обычно. Программист также может загружать программу в настоящее время. Но мой Centos 7 +Quartus II 17.0 все еще не имеет улучшения.Altera Quartus, USB-Blaster, jtagd, udev, USB permissions

Метод состоит в том, чтобы сделать документ, созданный ранее51-usbblaster.rulesПоследние два абзаца

# USB-Blaster
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666"
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6002", MODE="0666" 
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6003", MODE="0666"   

# USB-Blaster II
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6010", MODE="0666"
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6810", MODE="0666"

Изменить на

# USB-Blaster
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6002", MODE="0666"     
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6003", MODE="0666"       

# USB-Blaster II
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6010", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6810", MODE="0666"

Затем выполнить

  udevadm control --reload

Наконец, это прекрасно решило проблему загрузки программы с помощью Quartus II 17.0 под Linux! благодарныйthomaswoodа такжеwoky

 

Thank you slacker, the usb rules you provided work fine with a 64-bit Fedora 19 setup! Problem was solved 

  

— Quote Start —  

Here’s one of the better threads I’ve seen: 

 

=== 

http://www.ict.kth.se/courses/is1500/2011/swsetup/n2errors.html

=== 

 

UPDATE: 

 

To sift through the stuff on this site, error 89 means you don’t have the correct permissions to the JTAG device on your Linux box/VM. I added the following to my USB rules (read the multitude of posts on this topic, but pay attention to what I’ve done as well…yours could be slightly different): 

===# USB-Blaster 

  

SUBSYSTEM==»usb», ENV{DEVTYPE}==»usb_device», ATTRS{idVendor}==»09fb», ATTRS{idProduct}==»6001″, MODE=»0666″, SYMLINK+=»usbblaster/%k» 

SUBSYSTEM==»usb», ENV{DEVTYPE}==»usb_device», ATTRS{idVendor}==»09fb», ATTRS{idProduct}==»6002″, MODE=»0666″, SYMLINK+=»usbblaster/%k» 

SUBSYSTEM==»usb», ENV{DEVTYPE}==»usb_device», ATTRS{idVendor}==»09fb», ATTRS{idProduct}==»6003″, MODE=»0666″, SYMLINK+=»usbblaster/%k» 

 

# USB-Blaster II 

SUBSYSTEM==»usb», ENV{DEVTYPE}==»usb_device», ATTRS{idVendor}==»09fb», ATTRS{idProduct}==»6010″, MODE=»0666″, SYMLINK+=»usbblaster2/%k» 

SUBSYSTEM==»usb», ENV{DEVTYPE}==»usb_device», ATTRS{idVendor}==»09fb», ATTRS{idProduct}==»6810″, MODE=»0666″, SYMLINK+=»usbblaster2/%k» 

=== 

 

Cheers! 

— Quote End —  

Здравствуйте! я начинающий пользователь Quartus и вообще впервые имею дело с FPGA. У меня возникла следующая проблема:

При попытке запрограммировать FPGA, Quartus выдает ошибку Error (209053): Unexpected error in JTAG server — error code 89.

ОС: CENTOS 6.2 64bit

Quartus II v12.0 SP2

Программирую через USB-Blaster.

Логин в ОС под юзером. Quartus установил под юзером в home.

Было сделано:

1)добавлен файл 51-usbblaster.rules в директорию /etc/udev/rules.d со следующим содержимым:

# USB-Blaster

BUS==»usb», SYSFS{idVendor}==»09fb», SYSFS{idProduct}==»6001″,MODE=»0666″, PROGRAM=»/bin/sh -c ‘K=%k; K=$${K#usbdev}; printf /proc/bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'», RUN+=»/bin/chmod 0666 %c»

2)потом еще добавил

BUS==»usb», SYSFS{idVendor}==»09fb», SYSFS{idProduct}==»6002″, MODE=»0666″

BUS==»usb», SYSFS{idVendor}==»09fb», SYSFS{idProduct}==»6003″, MODE=»0666″

# USB-Blaster II

BUS==»usb», SYSFS{idVendor}==»09fb», SYSFS{idProduct}==»6010″, MODE=»0666″

BUS==»usb», SYSFS{idVendor}==»09fb», SYSFS{idProduct}==»6810″, MODE=»0666″

3)добавлена строчка: usbfs /proc/bus/usb usbfs devmode=0666 0 0

в файл /etc/fstab

(пробовал все что находил)

Еще есть непонятный момент: в мануалах и везде где еще видел: поле Hardware в окне Hardware setup (вызываемое из окна programmer) имеет значение USB-Blaster, поле Port имеет значение USB-0. У меня же пишет USB-Blaster variant и 1-1.5 (или 1-1.6 смотря в какой порт присоединить)

при команде /…/quartus/bin/jtagconfig выдает

1) USB-Blaster variant [1-1.5]

Unable to lock chain (Insufficient port permissions)

Пробовал эту команду из под root — тоже самое выдает. Программировать из под root не пробовал.

Содержание

  1. Русские Блоги
  2. Centos 7 запускает Quartus II 17.0 Standard Edition. При загрузке программы ошибка ошибки встречи (209053): Неожиданная ошибка на сервере JTAG — ошибка COD .
  3. ТЕМА: Программатор не загружает чип EP4CGX50CF23I7.
  4. Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3543
  5. Не работает svf player. 7 года 7 мес. назад #3558
  6. Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3560
  7. Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3566
  8. Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3570
  9. ТЕМА: Умер MAXII
  10. Умер MAXII 10 года 11 мес. назад #733
  11. Re: Умер MAXII 10 года 11 мес. назад #734
  12. Re: Умер MAXII 10 года 11 мес. назад #736
  13. Re: Умер MAXII 10 года 11 мес. назад #738
  14. Re: Умер MAXII 10 года 10 мес. назад #899
  15. Re: Умер MAXII 10 года 10 мес. назад #905
  16. Re: Умер MAXII 10 года 10 мес. назад #906
  17. Re: Умер MAXII 10 года 10 мес. назад #907
  18. Re: Умер MAXII 9 года 2 мес. назад #1985
  19. Re: Умер MAXII 9 года 2 мес. назад #1986

Русские Блоги

Centos 7 запускает Quartus II 17.0 Standard Edition. При загрузке программы ошибка ошибки встречи (209053): Неожиданная ошибка на сервере JTAG — ошибка COD .

Для ошибки ошибки (209053): неожиданная ошибка в коде 89 JTAG Server-error 89, причина в том, что в рамках системы Linux драйвер Quartus II может использоваться только пользователями Root, и обычные пользователи не имеют права на использование. Решение состоит в том, чтобы изменить авторитет использования USB-белика, чтобы обычные пользователи также могли его использовать. В связи с этим Altera также дает соответствующее решение, см. В деталяхUSB-Blaster Driver for Linux。

Чтобы облегчить работу в Linux, конкретные шаги представлены следующим образом:

Сначала откройте терминал и получите разрешения корня.

Дорожка / etc / udev / rules . d Создайте файл 51 — usbblaster . rule S (потому что в этом каталоге много раз, такого файла нет)

touch / etc / udev / rules . d/ 51 — usbblaster . rule s

Измените этот файл

gedit / etc / udev / rules . d/ 51 — usbblaster . rule s

существует 51 — usbblaster . rule Ввод в S:

Наконец, введите команду в рамках корневых разрешений в терминале

Вообще говоря, USB-белстер должен иметь возможность использовать его обычно. Программист также может загружать программу в настоящее время. Но мой Centos 7 +Quartus II 17.0 все еще не имеет улучшения.Altera Quartus, USB-Blaster, jtagd, udev, USB permissions

Метод состоит в том, чтобы сделать документ, созданный ранее 51 — usbblaster . rule s Последние два абзаца

Наконец, это прекрасно решило проблему загрузки программы с помощью Quartus II 17.0 под Linux! благодарныйthomaswoodа также woky

Источник

ТЕМА: Программатор не загружает чип EP4CGX50CF23I7.

Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3543

Auto detect проходит нормально.
При загрузки sof файла вылетает ошибка:

Info (209060): Started Programmer operation at Fri May 29 09:55:54 2015
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x028130DD
Error (209034): Can’t find JTAG Server
Error (209034): Can’t find JTAG Server
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209014): CONF_DONE pin failed to go high in device 1
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri May 29 09:55:55 2015

cyclone iii заливает нормально.
Предположение: не прошивает sof файлы больше 2 метров

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Не работает svf player. 7 года 7 мес. назад #3558

14 версия Quartus формирует svf файл, который не загружает svf player.

Народ, может кто разберется.

mbftdi v1.0 — burn MAX2 CPLD from Altera Vector Programming File *.svf
FTDI port to JTAG is used for programming
Usage example: mbftdi myfile.svf

Checking for FTDI devices.
2 FTDI devices found — the count includes individual ports on a single chip
Assume first device has the MPSSE and open it.
Configuring port for MPSSE use.
Frequency is set to 3.000000e+007Hz (FTDI clk divider 0000), requred 3.300000e+0
07Hz
syntax error for SDR command, unknown parameter word
Unknown command in line: MASK (00000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3560

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3566

свежая версия также вылетает с ошибкой.

приложить файл не получается.

) 0x0D 0x0A MASK — место которое прога неправильно обрабатывает.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Программатор не загружает чип EP4CGX50CF23I7. 7 года 7 мес. назад #3570

dtmf73 пишет: Auto detect проходит нормально.
При загрузки sof файла вылетает ошибка:

Info (209060): Started Programmer operation at Fri May 29 09:55:54 2015
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x028130DD
Error (209034): Can’t find JTAG Server
Error (209034): Can’t find JTAG Server
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209014): CONF_DONE pin failed to go high in device 1
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri May 29 09:55:55 2015

cyclone iii заливает нормально.
Предположение: не прошивает sof файлы больше 2 метров

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Источник

ТЕМА: Умер MAXII

Умер MAXII 10 года 11 мес. назад #733

кто нибудь сталкивался с такой проблемой, при прошивки плисины LPT програматором выдает код ошибки:
Error: Unexpected error in JTAG server — error code 84
Error: Unexpected error in JTAG server — error code 44
Error: Operation failed
при программиоровании USBым програматором выдает код ошибки:
!Cheking SILICON ID
error on check TDO answer

Неужели закончились те сто раз обещенной перепрошивки?

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 11 мес. назад #734

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 11 мес. назад #736

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 11 мес. назад #738

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 10 мес. назад #899

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 10 мес. назад #905

Dog пишет: Николай, запаял новый чип на платку, запустил 11 квартус, и квартус при прошивке выдает ошибку 44 и 84. запустил 9 квартус, проделал все то же самое, прошилась, но старый чип не поддатеся прошивке даже в 9 квартусе. Что это может быть такое. Програматор LPT ый, проверял, прозванивал, перепаивал, все норм, «соплей» не нашел. материнская плата новая, почему такое произошло. две платки марсохода и обе с такими ошибками после перепрошивки.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 10 мес. назад #906

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 10 года 10 мес. назад #907

Dog пишет: Николай, запаял новый чип на платку, запустил 11 квартус, и квартус при прошивке выдает ошибку 44 и 84. запустил 9 квартус, проделал все то же самое, прошилась, но старый чип не поддатся прошивке даже в 9 квартусе. Что это может быть такое. Программатор LPT ый, проверял, прозванивал, перепаивал, все норм, «соплей» не нашел. материнская плата новая, почему такое произошло. две платки марсохода и обе с такими ошибками после перепрошивки.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 9 года 2 мес. назад #1985

Собрал программатор «аля 5 проводков», только добавил в разрез резисторы по 120 Ом.
При попытке программирования пишет:

Error: Can’t access JTAG chain
Error: Unexpected error in JTAG server — error code 44
Error: Operation failed

Жму кнопку «Auto Detect». Выдает варнинг — «Unable to scan device chain/ Can’t scan JTAG chain/ Do you want to open the JTAG Chain Debugger to troubleshoot the JTAG chain?». Жму «Да». При тестировании JTAG выдает следующее:

!Info: Please wait .
!Error: Unknown integrity checking failure!
!Error: Unknown integrity checking failure!
!Info: JTAG chain has been locked
!Error: Incorrect TCK value

Операционная система — win xp sp3 quartus 9.1 web edition. Драйвера на программатор не ставил, т.к. при выборе hardware setup lpt определился.
Подскажите, куда копать. Может проблема с TCK? но я проверил программатро, спаян правильно.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Re: Умер MAXII 9 года 2 мес. назад #1986

Ameba пишет: Собрал программатор «аля 5 проводков», только добавил в разрез резисторы по 120 Ом.
При попытке программирования пишет:

Error: Can’t access JTAG chain
Error: Unexpected error in JTAG server — error code 44
Error: Operation failed

Жму кнопку «Auto Detect». Выдает варнинг — «Unable to scan device chain/ Can’t scan JTAG chain/ Do you want to open the JTAG Chain Debugger to troubleshoot the JTAG chain?». Жму «Да». При тестировании JTAG выдает следующее:

!Info: Please wait .
!Error: Unknown integrity checking failure!
!Error: Unknown integrity checking failure!
!Info: JTAG chain has been locked
!Error: Incorrect TCK value

Операционная система — win xp sp3 quartus 9.1 web edition. Драйвера на программатор не ставил, т.к. при выборе hardware setup lpt определился.
Подскажите, куда копать. Может проблема с TCK? но я проверил программатро, спаян правильно.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Источник

Adblock
detector

Topic: Altera USB Programmer  (Read 52887 times)

0 Members and 2 Guests are viewing this topic.

jucole

I bought and used a cheap byte blaster; as I recall it was a real pain to get the drivers recognized by Quartus; but in the end I got it working though.


Logged


Here is the Altera USB blaster I got from ebay:
And it does not work at all.

What did the seller say? usually they are very nervous about getting bad reviews on ebay.


Logged


Chucked it in the bin. Need to get another one.


Logged

R_G_B


Here is the Altera USB blaster I got from ebay:

And it does not work at all.

That USB Flash MCU I see on board F320 is pretty old, datasheet I found dates back to 2003: http://www.keil.com/dd/docs/datashts/silabs/c8051f32x.pdf. I wonder if you got it with empty flash because there isn’t much else that can fail on this board. Perhaps it is so old that Altera drivers don’t support it anymore.


Logged


Hi everyone !

I have a cheap USB Blaster $9 clone (with a sandpapered cpu with 74hc244) since almost a year, for which I didn’t had any problem programming my boards in AS mode, or JTAG direct mode until now.

Recently, I’ve purchased a Cyclone IV board which has only a JTAG, so the EPCS flash on it can only be programmed using JTAG indirect using SFL.
But, I’m not able to program the EPCS with my cheap Blaster, the SFL macro seems to be loaded properly on the FPGA according to jtagconfig -n, but then, the quartus_pgm is unable to communicate with the SFL and see the EPCS :

Info: ************************************************** *****************
Info: Running Quartus II 64-Bit Programmer
Info: Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition
Info: Copyright (C) 1991-2013 Altera Corporation. All rights reserved.
Info: Your use of Altera Corporation’s design tools, logic functions
Info: and other software and tools, and its AMPP partner logic
Info: functions, and any output files from any of the foregoing
Info: (including device programming or simulation files), and any
Info: associated documentation or information are expressly subject
Info: to the terms and conditions of the Altera Program License
Info: Subscription Agreement, Altera MegaCore Function License
Info: Agreement, or other applicable license agreement, including,
Info: without limitation, that your use is for the sole purpose of
Info: programming logic devices manufactured by Altera and sold by
Info: Altera or its authorized distributors. Please refer to the
Info: applicable agreement for further details.
Info: Processing started: Wed Feb 19 12:11:02 2014
Info: Command: quartus_pgm -m JTAG -o pi;output_files/blinker.jic
Info (213045): Using programming cable «USB-Blaster(Altera) [1-1.3]»
Info (213011): Using programming file output_files/blinker.jic with checksum
0x1A5AF94D for device EP4CE10@1
Info (209060): Started Programmer operation at Wed Feb 19 12:11:03 2014
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x020F10DD
Info (209007): Configuration succeeded — 1 device(s) configured
Error (209037): JTAG Server can’t access selected programming hardware
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Wed Feb 19 12:11:26 2014
Error: Quartus II 64-Bit Programmer was unsuccessful. 2 errors, 0 warnings
Error: Peak virtual memory: 286 megabytes
Error: Processing ended: Wed Feb 19 12:11:26 2014
Error: Elapsed time: 00:00:24
Error: Total CPU time (on all processors): 00:00:00

I’m now suspecting the Blaster clone itself … So, I’ve ordered a new one based on FT245+CPLD, hoping I did the right choice across all the offerings … But shipment will take 4 weeks before I can try it …
(I’ve choose the following one : http://www.ebay.com/itm/FT245-CPLD-USB-Blaster-Programmer-Download-For-Altera-FPGA-CPLD-Stable-Version-/180978173969?pt=LH_DefaultDomain_0&hash=item2a2323c811)

Is anybody got such behaviour with their clones ?

Thanks in advance.


Logged


I’ve received my new USBlaster which use FT245+CPLD yesterday.
I’ve got the JTAG-Indirect-SFL working to program the EPCS flash correctly, but unfortunately, this new clone is unable to do «examine», it shows the following :

Info (209060): Started Programmer operation at Fri Mar 7 11:05:22 2014
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x020F10DD
Error (209040): Can’t access JTAG chain
Error (209040): Can’t access JTAG chain
Error (209015): Can’t configure device. Expected JTAG ID code 0x020F10DD for device 1, but found JTAG ID code 0xFFFFFFFF.
Error (209053): Unexpected error in JTAG server — error code 35
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri Mar 7 11:05:23 2014

But even programming, for which it succeed one time, it seems to be intermittent, another trial failed :

Info (209060): Started Programmer operation at Fri Mar 7 11:08:44 2014
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x020F10DD
Error (209040): Can’t access JTAG chain
Error (209015): Can’t configure device. Expected JTAG ID code 0x020F10DD for device 1, but found JTAG ID code 0x00820F10.
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri Mar 7 11:08:45 2014

Some other trials failed to communicate with SFL :

Info (209060): Started Programmer operation at Fri Mar 7 11:11:15 2014
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x020F10DD
Info (209007): Configuration succeeded — 1 device(s) configured
Error (209062): Flash Loader IP not loaded on device 1
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri Mar 7 11:11:16 2014

And finally, without doing anything special, I got it worked once :

Info (209060): Started Programmer operation at Fri Mar 7 11:17:26 2014
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x020F10DD
Info (209007): Configuration succeeded — 1 device(s) configured
Info (209018): Device 1 silicon ID is 0x14
Info (209044): Erasing ASP configuration device(s)
Info (209023): Programming device(s)
Info (209011): Successfully performed operation(s)
Info (209061): Ended Programmer operation at Fri Mar 7 11:17:35 2014

Also, on some other FPGA boards, Quartus programmer is unable to connect to JTAG chain at all.

So, I guess I will have to purchase a more expensive USBlaster if I don’t want to suffer of all those troubles anymore…  :'(


Logged


Anyway, fortunately, when I’ve ordered the FT245+CPLD few weeks ago, I’ve also ordered another cheap one, $8, which look very simiar like the one I used since months, the one with «sandpapered» MCU.
This one just came in this afternoon. I’ve tried with without much hope, but a big smile appear on my face : Hey ! this one is working ! and not intermittent at all ! Hourra !  :)
I’ve open the small plastic enclosure, and discovered that it is completly different from the other, although the enclosures and stickers are similiar. This one is using a SiLab MCU with 74HC125.

Conclusion, yes, sometime it is maybe waste of time and money to try to save few pennies, but sometime it can be rewarded …  :)

Ciao


Logged


Here is the internals of a «real» altera byte-blaster. For $250, I’d probably feel ripped off if I had personally paid for it (it’s from work).

Note the fancy multi-layer flat-flex programming cable.


Logged



Logged


I just got 2 from eBay that were $7 each from China.  They contain an STM32 micro, I’ll post pictures tomorrow.  I’m trying to get it to work with urJTAG or GDB but it seems to be stuck at 12 MHz.  In gdb (running in Ubuntu), after it’s connected and I type ‘frequency 5000000’ at the (gdb) prompt, it responds something to the effect that the Alter USB Blaster is fixed at 12000000 frequency.

Did I buy a dud or is there a workaround?


Logged

If at first you don’t succeed, get a bigger hammer



Logged


I just got 2 from eBay that were $7 each from China.  They contain an STM32 micro, I’ll post pictures tomorrow.  I’m trying to get it to work with urJTAG or GDB but it seems to be stuck at 12 MHz.  In gdb (running in Ubuntu), after it’s connected and I type ‘frequency 5000000’ at the (gdb) prompt, it responds something to the effect that the Alter USB Blaster is fixed at 12000000 frequency.

Did I buy a dud or is there a workaround?

I just received one as well — the STM32F101CBT6 should be at least as powerful as the Silicon Labs, Cypress, Microchip or FTDI microprocessors in similar clones. Unfortunately, the firmware in it isn’t quite FTDI compatible so plugging it into the PC crashes it into a blue screen and reboot.

Has anyone found the driver for the STM32F1xx based USB Blasters in Windows 10?

Many thanks!


Logged

So many signals, so little bandwidth!


A further note: On my Windows 10 Pro 64 bit Surface Pro 3, the STM32F101 based USB Blaster is recognized by the Quartus Programmer and Device Manager shows it as such. However, any attempt to use it (find devices or program them via JTAG) results in an endless wait. At least it doesn’t crash.

Further, when it receives USB power, *both* LEDs light up. I’ve yet to see the ACTive LED not lit when there’s power. The CPU’s 8MHz crystal is oscillating well, and as mentioned it is recognized by the Altera driver. So it must have been programmed with *something*.


Logged

So many signals, so little bandwidth!


You’re talking about the cpld based original type, but posted pictures of the FX2 type clones (which are about 1/10 the speed)

The original USB blaster JTAG serial clock is 6MHz.  The FX2 clone has a serial clock of 3MHz.  That is 1/2 the speed, not 1/10.


Logged

Homer: Kids, there’s three ways to do things; the right way, the wrong way and the Max Power way!
Bart: Isn’t that the wrong way?
Homer: Yeah, but faster!


If you just wan to try Altera FPGA’s, a very convenient way is by getting a DEx board from Terasic.   The USB blaster is built-in the board.  I quite like the DE0-CV Board (150 US$).


Logged

Homer: Kids, there’s three ways to do things; the right way, the wrong way and the Max Power way!
Bart: Isn’t that the wrong way?
Homer: Yeah, but faster!


Сообщения без ответов | Активные темы

ПРЯМО СЕЙЧАС:

Автор Сообщение

Не в сети

Заголовок сообщения: Re: Мелкие вопросы по ПЛИС ( FPGA/CPLD ) и прошивки на них

СообщениеДобавлено: Ср янв 29, 2020 02:02:18 

Поставщик валерьянки для Кота
Аватар пользователя

Карма: 20

Рейтинг сообщений: 648

Зарегистрирован: Пт май 31, 2013 17:14:38
Сообщений: 2081
Откуда: Украина, Винница

Рейтинг сообщения: 0

переехал на линукс. 18й квартус под линуксом отказывается шить макс: Error (209053): Unexpected error in JTAG server — error code 35
Програматор китайский. Рядом стоит ноут с семеркой. Там конечно танцы с бубном по подсовыванию правильного драйвера, но в итоге этот же проект шьется. Так что это точно не програматор или провода. Может кто-то поделится опытом в даной области?

Добавлено after 7 hours 5 minutes 10 seconds:
ну, в общем, проблема гуглится. решение состоит из двух действий:
1) https://blog.atomminer.com/fighting-alt … er-ubuntu/
2) https://electronics.stackexchange.com/q … rogramming
Суть в том чтобы прописать правила представления бластера в системе и сделать линк на библиотеку — подсунуть квартусу новую вместо отсутствующей старой.
Но еще не финиш. Сейчас из терминала джитаг конфигуратор видит мой камень. Но после попытки из квартуса, что-то отваливается. Подозреваю в самом китайском бластере (внутри stm32). Перевтык юсб и в терминале опять все видно.

Вернуться наверх
 

ПрофильПрофиль

 

Реклама

Ярослав555

Не в сети

Заголовок сообщения: Re: Мелкие вопросы по ПЛИС ( FPGA/CPLD ) и прошивки на них

СообщениеДобавлено: Сб фев 01, 2020 01:35:16 

Поставщик валерьянки для Кота
Аватар пользователя

Карма: 20

Рейтинг сообщений: 648

Зарегистрирован: Пт май 31, 2013 17:14:38
Сообщений: 2081
Откуда: Украина, Винница

Рейтинг сообщения: 0

купил человеческий бластер — waveshare. вместо стм32 строящей из себя фт232, нормальный фт232 и плисинка. в винде даже танцев с дровами не нужно. и шьется в винде на раз. а из линухов хрен там — то сигнатуры не сходятся, то доступа к джитаг цепочке нет то еще что-то. у меня коса была сантиметров 40, думал в линуксе частота большая выставляется, укоротил до 10см — тоже самое. :cry:

Добавлено after 49 minutes 51 second:
оказывается sof шьет. проблема только с pof. хм…

Вернуться наверх
Реклама

Lum1noFor

Не в сети

Заголовок сообщения: Re: Мелкие вопросы по ПЛИС ( FPGA/CPLD ) и прошивки на них

СообщениеДобавлено: Пн фев 24, 2020 17:04:00 

Зарегистрирован: Ср сен 24, 2014 12:30:09
Сообщений: 59

Рейтинг сообщения: 0

Всем привет! Начинаю изучать ПЛИС. Больше склоняюсь к Xilinx, в связи с чем есть несколько глупых вопросов. Для начала мои предпочтения: бесплатная среда разработки; разработка схемой. Собственно, вопросы:

-Правильно ли я понимаю, что среда разработки Xilinx ISE Design Suite сдохла и теперь называется Vivado Design Suite?
-Если да, то какую версию Vivado Design Suite качать? Что за версия «LAB»? Что такое «WebPack»? Какие ограничения в бесплатной версии?
-Возможно ли где-то найти современные уроки на русском языке? То, что я находил, все под старую программу ISE Design Suite.

Спасибо.

Вернуться наверх

Кто сейчас на форуме

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1

Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

  • Страница:
  • 1

Auto detect проходит нормально.
При загрузки sof файла вылетает ошибка:

Info (209060): Started Programmer operation at Fri May 29 09:55:54 2015
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x028130DD
Error (209034): Can’t find JTAG Server
Error (209034): Can’t find JTAG Server
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209014): CONF_DONE pin failed to go high in device 1
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri May 29 09:55:55 2015

cyclone iii заливает нормально.
Предположение: не прошивает sof файлы больше 2 метров

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.


Последнее редактирование: от dtmf73.

14 версия Quartus формирует svf файл, который не загружает svf player.

Народ, может кто разберется….

mbftdi v1.0 — burn MAX2 CPLD from Altera Vector Programming File *.svf
FTDI port to JTAG is used for programming
Usage example: mbftdi myfile.svf

Checking for FTDI devices…
2 FTDI devices found — the count includes individual ports on a single chip
Assume first device has the MPSSE and open it…
Configuring port for MPSSE use…
Frequency is set to 3.000000e+007Hz (FTDI clk divider 0000), requred 3.300000e+0
07Hz
syntax error for SDR command, unknown parameter word
Unknown command in line: MASK (00000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Есть версия более свежая -https://marsohod.org/index.php/downloads/doc_download/129-programmator-usb-mbftdi-versiya-1-4
Может будет лучше.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

свежая версия также вылетает с ошибкой.

приложить файл не получается.

) 0x0D 0x0A MASK — место которое прога неправильно обрабатывает…

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.


Последнее редактирование: от dtmf73.

dtmf73 пишет: Auto detect проходит нормально.
При загрузки sof файла вылетает ошибка:

Info (209060): Started Programmer operation at Fri May 29 09:55:54 2015
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x028130DD
Error (209034): Can’t find JTAG Server
Error (209034): Can’t find JTAG Server
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209014): CONF_DONE pin failed to go high in device 1
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209053): Unexpected error in JTAG server — error code 44
Error (209012): Operation failed
Info (209061): Ended Programmer operation at Fri May 29 09:55:55 2015

cyclone iii заливает нормально.
Предположение: не прошивает sof файлы больше 2 метров

Проблема такая есть :(
Я думаю, через пару дней драйвер поправим.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Спасибо, протестировал новые драйвера.
Все заработало!!!!!!!

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Страница:
  • 1

Время создания страницы: 0.277 секунд

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Error 1952 no operation system found
  • Error 195 radeon software
  • Error 195 amd radeon windows 7
  • Error 1935 ошибка при установке сборки microsoft visual c windows 10 x64
  • Error 1935 ошибка при установке сборки microsoft vc80 crt type win32

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии