For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reflash

Help command: help reflash

General configure format: reflash -I <input file>

Command Options

Purpose

Description

-I <input file>

Specify input file path.

Supported formats are: ReXgen Firmware (*.zip)

Example:

To reflash the logger with a particular firmware, use the below script

@echo off

CD C:\Program Files (x86)\Influx Technology\ReXdesk\&&rexdesk reflash -I “C:\Users\user\Desktop\06032021\firmware.zip”

Last updated