tree: d8f74d5fa22e0116f1022a8425681c2c57904a51 [path history] [tgz]
  1. netboot
  2. README.md
netboot/README.md

Netboot a remote OpenBMC host via telnet (and hopefully at some stage, ssh).

To configure, edit ${HOME}/.config/obmc-scripts/netboot to configure a machine:

[foo]
platform = "bar"
user = "baz"
password = "quux"

    # telnet serial server
    [foo.console]
    host = "1.2.3.4"
    port = 5678

    [foo.u-boot]
    commands = [
        "setenv bootfile fitImage",
        "tftp",
    ]

Then netboot your machine:

$ ./netboot foo