Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.28 KB

PULPissimo Installation Guide

(TR)

Pulpissimo mikrokontrolcüsünün 0'dan içerisinde C kodu koşturmaya kadar tüm adımları reponun içerisindeki PDF'te Türkçe biçimde anlatılmıştır.

Pulpissimo'nun implementasyonu için bu adımları uygulamanız, yüksek olasılıkla yeterlidir.

Sorularınız için [email protected]

(EN)

This document is the guide of "step by step from 0 to running C code on PULPissimo booted FPGA board."

Implementation of these steps probably enough to make it work.

For your questions:

------------------------------------------ CMAKE PROBLEM ----------------------------------------------------------------

If you are getting error about cmake version after in a step, type "which cmake" and go to that folder and delete it. After deleting that folder, update your cmake. You can google how to update your cmkake. That will solve your problem.

--------------------------------- VIVADO DOESN'T RECOGNIZE MY FPGA BOARD PROBLEM ----------------

If you can not connect to your FPGA device in hardware manager (it seems a name "localhost0" or something etc. in device section), you should install the driver which Vivado 2018.3 has in folders. Check that folder and install it, that'll solve the problem.