# Factory Reset - VOXL2

Source: https://forum.modalai.com/topic/3722/factory-reset-voxl2
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2024-08-15 14:44:01 UTC by Jetson Nano
Replies: 1 · Views: 356

## Jetson Nano · 2024-08-15 14:44:01 UTC

Hey,

I'm using VOXL2, I want to factory reset the board completely within all readable memory, is there any support documentation for the same?

## Reply by tom (ModalAI staff) · 2024-08-15 19:16:08 UTC

@Jetson-Nano You can run the SDK install script with the `-f` flag to do a factory flash (this will wipe any calibration files you have onboard so pull them off first is necessary)

```
cd voxl2_SDK_1.3.3
./install.sh -f
```
