Implementing "Hello world" on Zybo board using Vivado and Vitis 2023.2 in Ubuntu 22.04

Implementing serial UART on Zybo board by using the Vivado 2023.2 tool and Vitis 2023.2 in Ubuntu 22.04 and watching the output in PuTTY serial terminal.
how to open putty in Ubuntu:
$ sudo apt install putty
$ sudo apt get update
$ env GDK_BACKEND=x11 putty

Пікірлер: 10

  • @JithendranPonnuswamy
    @JithendranPonnuswamy3 ай бұрын

    nice video really use full

  • @ricardovaras4667
    @ricardovaras46673 ай бұрын

    🤝🤝🤝🤝🤝 thanks!

  • @souravkumar5120
    @souravkumar51203 ай бұрын

    I need to implement AND gate similarly. Can you suggest any material for that?

  • @glennimmanuel9338
    @glennimmanuel93382 ай бұрын

    in my vitis 2023.2, when i clicked to program device the output shows an error

  • @noormahammad-tr1yd

    @noormahammad-tr1yd

    2 ай бұрын

    elaborate the which error is occurred, if it is hardware error check the connections before you program

  • @souravkumar5120
    @souravkumar51203 ай бұрын

    Hi bro, can you explain when are you connecting the ZYBO board as its not clear from video.

  • @noormahammad-tr1yd

    @noormahammad-tr1yd

    3 ай бұрын

    before you click on Program Device @11:25 you have to connect the ZYBO board

  • @souravkumar5120
    @souravkumar51203 ай бұрын

    After building at 12:30, you are using terminal run env command, so can I use the same command in windows. Till now in the video I was not using terminal like you used. So I'm my case where will the output be shown.

  • @noormahammad-tr1yd

    @noormahammad-tr1yd

    3 ай бұрын

    Download PuTTy or TeraTerm to view the output (I'm using Ubuntu22.04)

  • @souravkumar5120

    @souravkumar5120

    3 ай бұрын

    Thanks it ran successfully.