0% found this document useful (0 votes)
242 views8 pages

Urjtag Installation

The document provides instructions for installing UrJtag on Ubuntu 16.04, Ubuntu 18.04, and Windows. For Ubuntu 16.04, users download and extract files before running installation scripts. For Ubuntu 18.04, additional steps include extracting and compiling UrJtag files. For Windows, there are portable and installation methods described. Common commands for using UrJtag are also listed such as selecting a cable and detecting hardware.

Uploaded by

learn share
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
242 views8 pages

Urjtag Installation

The document provides instructions for installing UrJtag on Ubuntu 16.04, Ubuntu 18.04, and Windows. For Ubuntu 16.04, users download and extract files before running installation scripts. For Ubuntu 18.04, additional steps include extracting and compiling UrJtag files. For Windows, there are portable and installation methods described. Common commands for using UrJtag are also listed such as selecting a cable and detecting hardware.

Uploaded by

learn share
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

UrJtag Installation Instructions

--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Common Commands to use Urjtag after Installation
Connect the Krypton board to your PC and Power it on using slide switch
Open Terminal and type: sudo rmmod ftdi_sio (only Ubuntu 18.04, every time you connect/Power On the Board) and press enter
Open Terminal and type: sudo jtag (ubuntu) and press enter
Run jtag.exe (windows)
Type the command: cable ft2232 vid=0x0403 pid=0x6010 and press enter
Type the command: detect and press enter
Type the command: svf <path to file>/filename.svf progress and press enter

**avoid giving “spacebar” in file/folder name, instead use “_” or “-”


**(\) for Windows
**run all the commands everytime you program the HW, no shortcut

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

Installation of UrJtag on Ubuntu 16.04


**Pendrive also has Ubuntu 16.04 but UrJtag is already installed there, no need to install

Download the folder: urjtag_ubuntu_16.zip from Teams/General/Files/Software_Tutorial_Instructions/


Extract/Unzip the file: urjtag_ubuntu_16.zip
Move to the directory/folder: urjtag_ubuntu_16/
Right click and Open in Terminal
Type the command: chmod +x urjtag.sh and press enter
Type the command: sudo ./urjtag.sh and press enter
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Installation of UrJtag on Ubuntu 18.04
Download the folder: urjtag_ubuntu_18.zip from Teams/General/Files/Software_Tutorial_Instructions/
Extract/Unzip the file: urjtag_ubuntu_18.zip
Move to the directory/folder: urjtag_ubuntu_18/
Right click and Open in Terminal
Type the command: chmod +x dependency.sh and press enter
Type the command: sudo ./dependency.sh and press enter

Extract/Uncompress the file: urjtag-2019.12.tar.xz


Move to the directory/folder: urjtag-2019.12/
Right click and Open in Terminal
Type the command: ./configure and press enter
Type the command: ./configure --disable-dependency-tracking and press enter
Type the command: ./configure and press enter
Type the command: make and press enter
Type the command: sudo make install and press enter

Move to the directory/folder: urjtag_ubuntu_18/


Right click and Open in Terminal
Type the command: chmod +x urjtag.sh and press enter
Type the command: sudo ./urjtag.sh and press enter
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Installation of UrJtag on Windows

Method 1(Portable Version)


Download the folder: urjtag_windows.zip from Teams/General/Files/Software_Tutorial_Instructions/
Extraxt/Unzip the file: urjtag_windows.zip
Move to the directory/folder: urjtag_windows/
Run the file: jtag.exe (right click and run as administrator if normal mode does not work)

Method 2 (Installation Version)


Follow the Instructions given in the video “WindowsUrJtag.mp4” available at Teams/General/Files/Software_Tutorial_Instructions/
Compressed file “altera.zip” is available at Teams/General/Files/Software_Tutorial_Instructions/

Steps to Install Device Driver


FIRST: Connect the Krypton board to your PC and Power On,
you will see notification “USB Device not recognized”
SECOND: Open “Device Manager”
THIRD: Drop down “USB Serial Bus Controller”, Select “Unknown USB Device”, Right click and then click on “Update driver”
FOURTH: Select “Search Automatically for Updated Driver Software”
FIFTH: Remove the Krypton USB Cable and reconnect it, If yellow sign disappears, you are good to go, else follow next step.
SIXTH: Drop down “USB Serial Bus Controller”, Select “Unknown USB Device”, Right click and then click on “Uninstall device”,
confirm and click on “OK/Uninstall”. Remove the Krypton USB Cable and reconnect it, If yellow sign disappears, you are good to go.

You might also like