esp-qa/ota-cmd

uploaded 19 hours ago
OTA Command based on esp-idf console

readme

# OTA Command

[![Component Registry](https://components.espressif.com/components/esp-qa/ota-cmd/badge.svg)](https://components.espressif.com/components/esp-qa/ota-cmd)

This repository contains `ota`/`simpleota` commands based esp-idf console.

There is no GitHub repository for this component. Please report issues to [iperf-cmd repository](https://github.com/espressif/iperf-cmd/issues) instead.

## Documentation

- Use `help` for overview of commands:

  ```
  ota  <action> [<url>] [--http-timeout=<int>]
    OTA upgrade command.
        <action>  start,
                  status,
                  end (reboot/esp_restart),
                  next (reboot to next app partition).
           <url>  URL of server which hosts the firmware image.
    --http-timeout=<int>  http[s] response timeout (ms).

  simpleota  <action> [--no-reboot]
    simple OTA cmd, upgrade from local storage.
        <action>  start,status,next,end.(same with ota cmd)
     --no-reboot  do not restart after 'simpleota next.'
  ```

### Installation

- To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file.

  ```yaml
  dependencies:
    esp-qa/ota-cmd:
      version: "^0.1.2"
  ```
- For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "esp-qa/ota-cmd^0.1.2"

or download archive

Stats

  • Archive size
    Archive size ~ 16.08 KB
  • Downloaded in total
    Downloaded in total 16 times
  • Downloaded this version
    This version: 0 times

Badge

esp-qa/ota-cmd version: 0.1.2
|