Resetting ssh password
-
I purchased the VOXL M500 over a year ago. I set it up initially but due to other projects I’m just getting back to it. Unable to ssh in using root/oelinux123 so worried I may have changed the password. How do I go about resetting it?
-
Hi,
If you're just getting back to it after a while anyways i'd recommend reflashing the board with our latest software stack from downloads.modalai.com . You'll find it under voxl1 platform releases and then platform 3.8.0-0.7. This will both reset the voxl's environment and get you up to date with our latest stuff.
-
Thanks @Alex-Gardner . I reflashed the board. Went through all the setup instructions but I'm stuck at https://docs.modalai.com/voxl-m500-user-guide-px4/#connect-m500-to-qgroundcontrol.
QGC can see the drone, I can see telemetry streaming, but when trying to access vehicle settings I encounter the message
Vehicle settings and info will display after connecting your vehicle.
When attempting to arm I encounter the error
Vehicle did not respond to command: MAV_CMD_COMPONENT_ARM_DISARM
.This is what's running on the drone:
root@apq8096:~# voxl-inspect-services --version Service Name | Version | Enabled | Running | CPU Usage --------------------------------------------------------------------------- docker-autorun | 1.2.4 | Disabled | Not Running | docker-daemon | 1.2.4 | Disabled | Not Running | modallink-relink | 0.15.1 | Disabled | Not Running | voxl-camera-server | 0.9.1 | Enabled | Running | 2.0 voxl-cpu-monitor | 0.2.5 | Enabled | Running | 0.0 voxl-dfs-server | 0.2.6 | Disabled | Not Running | voxl-imu-server | 1.0.1 | Enabled | Running | 0.0 voxl-mavlink-server | 0.1.1 | Enabled | Running | 0.0 voxl-modem | 0.15.1 | Disabled | Not Running | voxl-portal | 0.2.6 | Enabled | Running | 0.0 voxl-qvio-server | 0.4.6 | Enabled | Running | 10.1 voxl-streamer | 0.3.1 | Disabled | Not Running | voxl-tag-detector | 0.0.4 | Disabled | Not Running | voxl-tflite-server | 0.2.3 | Disabled | Not Running | voxl-time-sync | 1.1.1 | Disabled | Not Running | voxl-vision-px4 | 1.0.5 | Enabled | Running | 0.0 voxl-wait-for-fs | 1.1.1 | Enabled | Completed |
Any ideas?
-
Sounds like QGC is in the state where it failed to load all of the PX4 params and appears connected but not fully. When connecting to QGC does the green progress bar at the top of the QGC window completely go from left to right or does it get stuck halfway and throw a warning that it failed to load params?
-
@James-Strawson Just restarted QGC to test. Correct. Green line stops just over 1/3 of the way and error
Vehicle 1 did not respond to request for parameters. This will cause QGroundControl to be unable to display its full user interface
is displayed. -
Are you trying to connect over Wifi? I generally see this when trying to get QGC to connect over a really slow data link instead of wifi. QGC is particularly sensitive to dropped packets during that initial param load phase.
-
@James-Strawson Yes wifi (softAP mode).
-
Seems to be an issue with QGC itself. The latest v4.2.3 I’m running is where it’s failing. If I revert back to the latest 4.1.* (4.1.7) it works.