"! ssh "syntax error #4
EvanLu0815
started this conversation in
General
Replies: 1 comment
-
BOLEDU 提供的 remote pynq IP 跟server是一樣沒錯,但是帳號與密碼以及 port 我這邊不方便直接留言,如果需要的話可以請清大助教協助。 不過清大這邊應該可以請你們的助教給你們pynq帳號密碼,我印象中清大有自己的pynq板子,基本上設定與 BOLEDU 的 remote pynq 是一樣的。 另外上syntax error的問題我這邊好像沒有遇到過,有可能是因為上述登入資訊錯誤的問題導致,如果屆時還有這個問題可以再留言。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
助教您好:
我是在清大修課的學生。
我在執行part 1的python的時候,執行到test access to PYNQ board的時候他回報說
! ssh {options} {username}@{ip} -p {port} cat /var/run/motd.dynamic 是SyntaxError: invalid syntax。
我有把參數改成:
ip = os.getenv("PYNQ_IP", "140.112.207.200")
username = os.getenv("PYNQ_USERNAME", "nthu02")
port = os.getenv("PYNQ_PORT", 1400)
options則是沒有更動
options = "-o PreferredAuthentications=publickey -o PasswordAuthentication=no"
請問這邊是什麼問題呢?另外我也想確認一下關於ip/username/password/port的設置就是直接使用我們這邊的助教提供的資訊就好了嗎?
謝謝助教
Beta Was this translation helpful? Give feedback.
All reactions