« Back to Glossary Index
FOTA is the ability to push a software update to a device in the field without physically touching it. If a security vulnerability is found in a fleet tracker’s firmware, FOTA lets the manufacturer send a patch to every affected device simultaneously – regardless of where they are deployed.
Secure FOTA implementations sign the firmware package with a private key. The device verifies the signature before installing, so a corrupted or malicious package is rejected before it can cause harm.
- Code signing – firmware signed by the manufacturer; device verifies authenticity before installing
- Encrypted transfer – update package is encrypted during transit over cellular or Wi-Fi
- Rollback capability – good implementations keep the previous firmware available if the update fails
- Batch updates – fleet management platforms support pushing updates to hundreds of devices in a scheduled window
- LoRaWAN (FUOTA) – more complex due to bandwidth limits, uses multicast to update multiple sensors together