# VOXL2 Stuck in Fastboot

Source: https://forum.modalai.com/topic/2789/voxl2-stuck-in-fastboot
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2023-10-31 03:22:19 UTC by wilkinsaf
Replies: 2 · Views: 1563

## wilkinsaf · 2023-10-31 03:22:19 UTC

My VOXL2 is stuck in fastboot. I tried to 
1. QDL
2. Force fastboot using button on VOXL2 and reflash

Neither of these could get the VOXL2 out of Fastboot. It seemed like something was corrupted on the board (it was the filesystem I believe)

Here are the steps I took to fix it

1. Download the system image from: https://developer.modalai.com/asset
2. unzip the file `tar -xzf voxl2_SDK_1.0.0.tar.gz`
3. navigate into the file folder, and the "system-image" folder there within `cd voxl2_SDK_1.0.0/system-image`
4. Factory reset flash using `flash-system-image.sh -f`
5. You should now see the "Qualcomm-KONA" device, and you should be able to adb in
6. navigate back to the root of the folder "voxl2_SDK_1.0.0"
7. run the install script `./install.sh`
8. follow the prompts

You should be good to go from here. I found this information from this other post: https://forum.modalai.com/topic/1931/voxl2-not-coming-out-of-fastboot?_=1698713877796

But thought I would type this up to make it a bit more concise incase anyone came across this same issue in the future

## Reply by tom (ModalAI staff) · 2023-10-31 17:08:29 UTC

@wilkinsaf This is really helpful, thanks!

## Reply by saegsali · 2026-07-01 13:02:08 UTC

Hi @wilkinsaf 

Thank you for this post!

I had the same issue and was able to solve it using these steps.
