Jump to content
  • 0

SDK 2018.3


ababa

Question

I'm using SDK 2018.3 for the first time

I've correctly sent the bitstream file from Vivado 2018.3 

Then; I launched SDK 2018.3, I did the following:

File->New->application project (then give the name of the project then select for example the code hello_world)

Click SDK terminal; then select the choice: (connect to a serial port)

Xilinix->Program FPGA

Under Project Explorer; right click on the project file; then I selected :

Debug as-> Launch on Hardware (GDB)

I got the error illustrated on the attached screenshot; I have the impression that I missed doing something! what I have to do to avoid that error?

Thanks

Untitled.png

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Hi @ababa,

The SDK application send the words "hello world" out through the usb uart of the Nexys 4 DDR. It can be read with athe serial emulator on SDK or as we suggest on a serial emulator like tera term. You need to be connected to the correct com port and the baud rate set to 9600 (left on the default settings typically).

thank you,

Jon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...