diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-04-01 09:11:17 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-04-01 09:14:12 +0200 |
commit | e040e0e9bef08b769e1c9db7eedc5047f41dcc1a (patch) | |
tree | dcdd671c70ba6b650f58bbb552a3e58d2cc5b96c | |
parent | 829b6f4e506c9c3c5c2d1242585923b5894090d0 (diff) |
farm: magnus: Add Falcon board
It recycles the port used for Alix before.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | farm/magnus/ssh_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/farm/magnus/ssh_config b/farm/magnus/ssh_config index 42e4db4..598cae8 100644 --- a/farm/magnus/ssh_config +++ b/farm/magnus/ssh_config @@ -101,9 +101,9 @@ host m3n-salvator-x-mgr port 9017 user user -# Alix -# alix -host alix-mgr +# Renesas Falcon / R-Car V3U (r8a779a0) +# falcon +host falcon-jp-mgr hostname 218.219.193.216 port 9018 user user |