{
  "kind": "tty000-profile",
  "version": 1,
  "id": "uboot",
  "name": "U-Boot",
  "family": "uboot",
  "settings": {
    "baud": 115200,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "lf",
    "flowControl": "none"
  },
  "reset": null,
  "macros": [
    {
      "name": "help",
      "text": "help"
    },
    {
      "name": "printenv",
      "text": "printenv"
    },
    {
      "name": "bdinfo",
      "text": "bdinfo"
    },
    {
      "name": "version",
      "text": "version"
    }
  ],
  "notes": "Hit a key to stop autoboot. 115200 8N1 is the usual SoC UART."
}
