diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-03-16 10:26:52 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-03-16 15:05:45 +0100 |
commit | ca4bec8e62e92cd695307f461ee58d60eba68d52 (patch) | |
tree | 42369c715e0832524655c4e616eb2bcd1b91e855 /farm/magnus/README | |
parent | f23496b936db647cfe1290c5bb7cde7698bc91e7 (diff) |
farm: magnus: Add README
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'farm/magnus/README')
-rw-r--r-- | farm/magnus/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/farm/magnus/README b/farm/magnus/README new file mode 100644 index 0000000..74ac590 --- /dev/null +++ b/farm/magnus/README @@ -0,0 +1,18 @@ + + - Include ssh_config in your ~/.ssh/config + + - Connect to screen on <board> (<CTRL-A> followed by "D" to disconnect): + + screen-<board> + + - Start/stop TFTP on management host for <board>: + + tftpd-<board> start | stop + + - Power control for <board>: + + ssh <board->-mgr power on | off | status + + - Boot <board>: + + boot-<board> [<appended args> ...] |