MS4525: no sensor found. No INS backends available

Hi

I’ve just tried installing ArduPlane on a BeagleBoneBlue using this guide:

but when running

sudo /home/debian/arduplane-3_8_3 -C udp:192.168.1.101:14550

I get this error:

MS4525: no sensor found
No INS backends available

Can anyone tell me what I can do?

Kind Regards
Jacob

Make sure you dont have an instance running already.
Check using sudo top for an existing arduplane running.
Make sure you have enough free space with df

I have free space and there is no other instance running.

In that case you might. need to build a new release for this new sensor

As far as I know I don’t have this sensor.

Also if I run ArduCopter instead I only get the error:

No INS backends available

This is both with pre-compiled and compiled versions of ArduPilot.

What I’m more confused about is, which Debian image should I be running?

/Jacob

I will give it a try

I’m currently running the 9.3 Debian Stretch IoT image.

Is this correct?

/Jacob

OK
I downloaded:
sudo wget http://bbbmini.org/download/blue/ArduPlane/arduplane-3_8_3
And I could start it no problem.

Here is how I build my image:
https://discuss.ardupilot.org/t/beaglebone-blue-ardupilot-blue-real-time-kernel-etc/25530/2

I followed your guide only using 2018-01-28 instead but get the same errors

/Jacob

Just ran rc_test_imu
and got all sorts of errors:

can’t open: /sys/devices/platform/ocp/ocp:P9_22_pinmux/state
Pinmux: No such file or directory
can’t open: /sys/devices/platform/ocp/ocp:P9_21_pinmux/state
Pinmux: No such file or directory
can’t open: /sys/devices/platform/ocp/ocp:P9_26_pinmux/state
Pinmux: No such file or directory
can’t open: /sys/devices/platform/ocp/ocp:P9_24_pinmux/state
Pinmux: No such file or directory
WARNING: missing PINMUX driver
You probbaly just need a newer kernel
ERROR: export failed for hrpwm1 channel A
ERROR: failed to initialize hrpwm1
WARNING: Failed to initialize motors
ERROR: pru-rproc driver missing
rc_i2c_write failed
rc_i2c_write failed
I2C write to MPU9250 Failed
ERROR: failed to reset_mpu9250
rc_initialize_imu_failed

/Jacob

OK can you probe the sensors on the I2C bus ?
i2cdetect -r -y 2
I have this
00: – -- – -- – -- – -- – -- – -- –
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- – -- – -- – -- – -- – -- – -- – --
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- 68 – -- – -- – -- –
70: – -- – -- – -- 76 –

I see that you joined ust at the gitter channel: https://gitter.im/mirkix/BBBMINI
So we will continue there