Set up the PYNQ-Z2 board from TUL to run PYNQ

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024

ความคิดเห็น • 7

  • @apooravsinghdeo2317
    @apooravsinghdeo2317 2 ปีที่แล้ว +2

    Thanks, it was really helpful!

  • @hschuppan
    @hschuppan 4 ปีที่แล้ว

    what could be the reason if the DONE Led is green (bitstream loaded) but the two color LEDs and the four yellow-green user LEDs remain dark and do nothing ?

    • @cathalmccabe8618
      @cathalmccabe8618  2 ปีที่แล้ว

      Sorry, I didn't see this. For anyone who may find this, please post any questions to the support forum: discuss.pynq.io/

  • @muhammedraeespc2270
    @muhammedraeespc2270 2 ปีที่แล้ว

    Hello, I am not able to connect the board with Jupiter notebook. Please support

    • @cathalmccabe8618
      @cathalmccabe8618  ปีที่แล้ว

      Can you please post to the PYNQ support forum?
      discuss.pynq.io/

  • @amritaranamagar3332
    @amritaranamagar3332 5 ปีที่แล้ว

    Hi there, the video is very helpful. Can you guide me how can I clone any git-hub repository to my PYNQ board ? Thank you !

    • @cathalmccabe8618
      @cathalmccabe8618  5 ปีที่แล้ว +2

      In the Jupyter home area, you can open a new terminal.
      From there you can run a “git clone” ...
      In a Jupyter cell you can also add a ! In front of a command to tell Jupyter to treat the code as a shell command
      I.e. run this in a Jupyter cell
      !git clone ...