# ADB shell connects to root@m0054:/# instead of voxl2:/$

Source: https://forum.modalai.com/topic/3183/adb-shell-connects-to-root-m0054-instead-of-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-03-07 22:43:35 UTC by swickliff
Replies: 6 · Views: 1374

## swickliff · 2024-03-07 22:43:35 UTC

When I try to ADB shell, it accesses root@m0054:/# instead of voxl2:/$
This root interface does not have any of the voxl bash commands. For instance I couldn't use voxl-inspect-services. 

![Screenshot 2024-03-06 173349.png](https://forum.modalai.com/assets/uploads/files/1709850649920-screenshot-2024-03-06-173349.png) 

I've tried killing and restarting the ADB server, but that did nothing

lsusb is reading the device as Qualcomm, Inc. KONA-QRD _SN:3C6BFAA2

A previous forum post had the same issue, they said it was a permissions issue.
I am not sure what permissions I should try to change. How can I change what ADB shell connects to?

## Reply by tom (ModalAI staff) · 2024-03-07 23:08:18 UTC

@swickliff It seems as though the voxl-suite hasn't been installed. Can you download and install the latest SDK (1.1.3) from our downloads page? downloads.modalai.com

## Reply by swickliff · 2024-03-08 16:39:31 UTC (in reply to tom)

@tom 

The SDK install failed to locate the voxl-suite-offline-packages. I used the 1.1.2 release because that is what we currently have on our other Voxl2 boards at the moment. If you think the 1.1.3 release will produce different results I can try that.

Here's a screenshot of the errors:
![Screenshot 2024-03-08 112648.png](https://forum.modalai.com/assets/uploads/files/1709915931270-screenshot-2024-03-08-112648.png) 

This board was originally bricked by accident and went through the unbricking guide but had some warnings or errors pop up when the Image was re-flashed. I believe the Image reflash was attempted again but failed.

## Reply by tom (ModalAI staff) · 2024-03-08 17:03:52 UTC (in reply to swickliff)

@swickliff What command did you run to generate the above failure? Are you running `./install.sh` from the SDK download dir

## Reply by swickliff · 2024-03-08 19:40:20 UTC (in reply to tom)

@tom  yes, I used ./install.sh from the voxl2_SDK_1.1.2 dir

## Reply by tom (ModalAI staff) · 2024-03-08 22:54:40 UTC (in reply to swickliff)

@swickliff Can you try `./install.sh -w` ? That will do a full system wipe in case a partition is corrupt

## Reply by swickliff · 2024-03-12 15:55:58 UTC (in reply to tom)

@tom That worked! thanks for the help
