nrf9160

Set command

The set command disables R&D features by closing the modem Universal Asynchronous Receiver/Transmitter (UART) connection, which is meant only for nRF9160 System in Package (SiP) manufacturing test purposes. The command allows permanently disabling the use of the %XRFTEST and %XEMPR commands. The command also permanently enables the downgrade prevention of modem firmware.

Downgrade prevention means that it is not possible to update an older modem firmware version to a device. Downgrade prevention applies to both Firmware-Over-The-Air (FOTA) and wired firmware updates.

If <value> is not set or is 0, the %XRFTEST and %XEMPR commands are permanently disabled after the %XPRODDONE command has been performed. To keep the commands usable after %XPRODDONE, use AT%XPRODDONE=1. If commands have been disabled with %XPRODDONE, they cannot be re-enabled. If %XRFTEST is not disabled when issuing %XPRODDONE, it remains permanently enabled and cannot be disabled later.

The %XEMPR TX power reduction feature can be used with the PTI modem firmware even if it has been disabled with %XPRODDONE.

CAUTION:
Downgrade prevention cannot be disabled once it has been enabled.

The %XRFTEST test and %XEMPR TX power reduction features can be used with the PTI modem firmware even if they have been disabled with %XPRODDONE.pti_v1.1.x≥3

Syntax:

%XPRODDONE=[<value>]

The set command parameter and its defined values are the following:

<value>
0 – Permanently disable %XRFTEST and %XEMPR.
1 – Leave %XRFTEST and %XEMPR usable.

The following command example sets the customer production to done and permanently disables the %XRFTEST command:

AT%XPRODDONE
OK

or

AT%XPRODDONE=0
OK

The following command example sets customer production to done and leaves %XRFTEST usable:

AT%XPRODDONE=1
OK
CAUTION:
In modem firmware versions 1.0.x (x ≥ 2) and 1.1.0, downgrade prevention is enabled after first modem firmware update after issuing %XPRODDONE. In modem firmware versions 1.1.x (x ≥ 1), 1.2.x, and 1.3.x, downgrade prevention becomes active immediately after the command is issued.