Firmware Update#
(NitroPad - Ubuntu Linux)
This guide describes how to update the Heads firmware of the NitroPad.
These instructions are relevant in the following cases:
You want to update the Heads firmware.
You have already performed an OEM factory reset, but the TPM counter has not been reset.
Preparation#
Connect your NitroPad to a power plug and load its battery to over 70%
Download the latest firmware and store it on a USB drive. For the NitroPad T430 use
nitropad-t430-[version].npf
and for the NitroPad X230 usenitropad-x230-[version].npf
.For hash sum verification, store
sha256sum
file at the USB drive.
Firmware file verification#
It is mandatory to run a firmware file consistency check before writing it to the device. After copying the firmware file to the USB drive make sure the latter is properly unmounted/ejected to avoid write issues. The consistency check should be run on NitroPad, so the data verified will be exact same as the later read by the update application. This action will not be required in the further firmware updates.
Start Nitropad and open recovery console from
Options -> Exit to recovery shell
Execute the following to verify the firmware:
$ mount-usb # select USB device
$ cd /media
$ sha256sum -c sha256sum
For v1.1-rc3
version this should result in:
$ sha256sum -c sha256sum
nitropad_x230_v1.1-rc3.rom: OK
This confirms the content of the file is as expected. Please reboot the Nitropad to continue (either by switching off and powering on again, or hitting CTRL+ALT+DELETE).
Procedure#
This is the actual update procedure. Usually the first two screens will not be shown - in that case please start from step 3.
(Optional screen) Select “Ignore error and continue to default boot menu”.

(Optional screen) Select “Ignore error and continue to default boot menu”.

Go to “Options”.

Select “Flash/Update the BIOS”.

Please confirm the first option.

Confirm the process with Enter.

Select the desired .npf file.

Confirm the process with Enter.

Confirm the restart with Enter.

You have successfully updated your firmware!
Further steps#
In case ERROR: TOTP Generation Failed!
screen will show up, please follow the instructions for Factory Reset (on the left side menu), starting from step 11.