# VOXL-2 Drone M0054-2 Boot Issue After C26 Camera Update

Source: https://forum.modalai.com/topic/4086/voxl-2-drone-m0054-2-boot-issue-after-c26-camera-update
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: voxl2, starling2, starling
Posted: 2025-01-14 18:38:19 UTC by antenna-eng
Replies: 20 · Views: 5470

## antenna-eng · 2025-01-14 18:38:19 UTC

Hi everyone,
I recently upgraded my VOXL2 Starling drone to the C26 camera package. I didn’t have the TOF sensor and needed one to run the VOXL Mapper (and have obstacle avoidance). I disassembled the drone, removed the old camera interface modules. Then installed the new camera interface module (now a larger single board). I then reassembled the drone. 

I’m running into an issue with my VOXL-2 board (M0054-2) after attempting to update the camera to a C26 configuration. Here’s what I’ve done so far:
1.	I 3D printed the mounts and connected everything according to the C26 setup.
2.	After connecting the new camera, the drone powers on, plays the boot chime, and shows the following status lights: 
     * D1: Green
     * DS1: Green

However, the drone doesn’t fully boot and doesn’t show up via USB connection.
Troubleshooting Steps Taken:
* I tried putting the drone into fastboot mode, but it still didn’t register any USB connection. (I couldn’t confirm visually if it entered fastboot mode as there don’t seem to be any indicator lights for this.)
* I followed the Emergency Download Mode guide (https://docs.modalai.com/voxl2-unbricking/) to attempt a recovery. I reached the “Provision” step, where I was supposed to provision the device through the web UI. However, this step failed. 
* I could see Qualcomm’s chip listed in my USB devices, so there seems to be some connectivity at that level.
At this point, I’m stuck and not sure how to proceed. Has anyone experienced something similar or have any suggestions on how to get the drone up and running again?

Thanks,
Daniel

## Reply by tom (ModalAI staff) · 2025-01-14 19:32:41 UTC

@antenna-eng Can you try removing any peripherals including cameras from the board and see if you can get it to enumerate?

## Reply by antenna-eng · 2025-01-14 22:46:23 UTC

Hi Tom,

I did try removing all of the cameras. Still had the same result. After removing the cameras, I next removed the Wifi board to see if that was causing an issue. Also had the same result. At that point, the only board connected to the VOXL 2 was the power board.

## Reply by tom (ModalAI staff) · 2025-01-14 23:39:51 UTC (in reply to antenna-eng)

@antenna-eng When the switch is set to OFF and the board is powered and plugged in to your machine, what do you see with `lsusb`?

## Reply by antenna-eng · 2025-01-15 15:56:46 UTC (in reply to tom)

@tom I ran lsusb before connecting and after to see the change. Only the normal system USB devices are appearing.

## Reply by antenna-eng · 2025-01-23 22:43:54 UTC (in reply to tom)

@tom Is the VOXL2 board is malfunctioning? Is there any other way to test the board?

## Reply by tom (ModalAI staff) · 2025-01-24 19:10:29 UTC (in reply to antenna-eng)

@antenna-eng Are you running linux natively on your machine or are you using a VM?

## Reply by antenna-eng · 2025-01-30 20:57:16 UTC (in reply to tom)

@tom I'm using WSL Ubuntu to connect to it. It was working well previously.

## Reply by tom (ModalAI staff) · 2025-01-30 21:48:33 UTC (in reply to antenna-eng)

@antenna-eng It's possible that the board is booting into a mode that WSL doesn't recognize. I haven't used WSL myself, I would recommend booting a linux machine or dual booting your machine if possible.

Does the windows device manager recognize it at all? It may be enumerating as a different device type depending on the state of the board

## Reply by Vinny (ModalAI staff) · 2025-02-01 00:18:55 UTC (in reply to antenna-eng)

Hi @antenna-eng 
I've tried WSL for years internally with no luck.. it just does not work!!
It's worth buying a $300 Ubuntu laptop and know your issues may all be solved!!! I just searched AMZN and found some for less than $250!!!

## Reply by Vinny (ModalAI staff) · 2025-02-01 00:19:47 UTC (in reply to Vinny)

@antenna-eng ![17c7725c-359e-4e0d-a25f-4e693524da7d-image.png](https://forum.modalai.com/assets/uploads/files/1738369180372-17c7725c-359e-4e0d-a25f-4e693524da7d-image.png)

## Reply by antenna-eng · 2025-02-04 21:17:41 UTC (in reply to Vinny)

@Vinny I also have other Linux systems (Ubuntu, Redhat, etc) that I can use. We were using WSL to connect to it and it was working fine. We can try some other systems to rule out that issue.

## Reply by antenna-eng · 2025-02-04 21:53:11 UTC (in reply to Vinny)

@Vinny I was reminded after my post that our team did try the system on Ubuntu. Just to check, one of my team members just tried it on a Ubuntu system we have and it doesn't show up as a USB device. What do you think we should do?

## Reply by Vinny (ModalAI staff) · 2025-02-05 17:30:14 UTC (in reply to antenna-eng)

Hi @antenna-eng ,
@tom has you covered, I was just expressing my experiences with WSL in the hopes it helped.
Thanks!

## Reply by tom (ModalAI staff) · 2025-02-05 18:51:48 UTC (in reply to antenna-eng)

@antenna-eng What do you see with `lsusb`?

## Reply by antenna-eng · 2025-02-06 14:25:45 UTC (in reply to tom)

@tom 
The VOXL board isn't appearing when connected. I'm just seeing the system USB bus devices and things like the mouse/keyboard. Below is the output of lsusb

drone@ubuntu:~$ lsusb
Bus 002 Device 002: ID 2109:0822 VIA Labs, Inc. USB3.1 Hub             
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
Bus 001 Device 004: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 001 Device 003: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 001 Device 002: ID 2109:2822 VIA Labs, Inc. USB2.0 Hub             
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

## Reply by tom (ModalAI staff) · 2025-02-06 17:30:08 UTC (in reply to antenna-eng)

@antenna-eng Can you run `sudo dmesg -wH` and then plug in the board to your machine and see if it's enumerating?

## Reply by antenna-eng · 2025-02-07 13:46:17 UTC (in reply to tom)

@tom Using the dmesg -wH command you provided, I can't see the device enumerating after plugging it in. I also tried different USB cables just to check. Still no change.

## Reply by tom (ModalAI staff) · 2025-02-07 17:34:37 UTC (in reply to antenna-eng)

@antenna-eng How are you powering the board?

## Reply by antenna-eng · 2025-02-19 21:47:22 UTC (in reply to tom)

@tom I connected it to the battery. I made sure the battery was charged.

## Reply by tom (ModalAI staff) · 2025-02-19 22:01:33 UTC (in reply to antenna-eng)

@antenna-eng What hardware do you  have connected to the VOXL 2 board? Cameras etc.
