FMU_LOST Error with original PX4 uploaded from QGC

Hello everyone,

After uploading an original version of PX4 in my Pixhawk 1 (through QGroundControl, so no modification on the code), I realized that even though I was armed, my PWM outputs were on their failsafe value.

I tried uploading PX4 through QGroundControl to a Pixhawk 3 Pro (a new one, taken out of the box only for that) and the problem stays the same.

I then took a look at what “px4io status” would give me and here it is :

WARN [px4io] loaded
protocol 4 hardware 2 bootloader 3 buffer 64B crc 0xffc04bb2
8 controls 8 actuators 18 R/C inputs 2 analog inputs 0 relays
1048 bytes free
status 0x1f25 OUTPUTS_ARMED SAFETY_OFF RC_OK SBUS FMU_FAIL MIXER_OK ARM_SYNC INIT_OK FAILSAFE
alarms 0x0010 FMU_LOST
vservo 38 mV vservo scale 10000
vrssi 1247
actuators -10000 -10000 -10000 -10000 -10000 -10000 -10000 -10000
servos 900 900 900 900 900 900 900 900
reversed outputs: [________] trims: r: 0.0000 p: 0.0000 y: 0.0000
18 raw R/C inputs 1510 1514 1094 1513 1094 1094 1094 1094 1514 1514 1514 1514 944 944 1514 1514 998 998
R/C flags: 0x0018 MAPPING_OK
mapped R/C inputs 0x000f 0:0 1:0 2:0 3:0
ADC inputs 17 1823
features 0x0008 RSSI_ADC
arming 0x0431 FMU_DISARMED IO_ARM_OK INAIR_RESTART_OK ALWAYS_PWM_ENABLE OVERRIDE_IMMEDIATE
rates 0x00ff default 50 alt 400 sbus 72
debuglevel 0
controls 0: 0 0 0 0 0 0 0 0
controls 1: 0 0 0 0 0 0 0 0
controls 2: 0 0 0 0 0 0 0 0
controls 3: 0 0 0 0 0 0 0 0
input 0 min 1094 center 1511 max 1934 deadzone 10 assigned 0 options 0x0001 ENABLED
input 1 min 1094 center 1514 max 1934 deadzone 10 assigned 1 options 0x0003 ENABLED REVERSED
input 2 min 1094 center 1094 max 1934 deadzone 10 assigned 3 options 0x0001 ENABLED
input 3 min 1094 center 1513 max 1934 deadzone 10 assigned 2 options 0x0001 ENABLED
input 4 min 1094 center 1514 max 1934 deadzone 10 assigned 255 options 0x0000
input 5 min 1000 center 1500 max 2000 deadzone 10 assigned 255 options 0x0000
input 6 min 1000 center 1500 max 2000 deadzone 10 assigned 255 options 0x0000
input 7 min 1094 center 1514 max 1934 deadzone 10 assigned 255 options 0x0000
input 8 min 1000 center 1500 max 2000 deadzone 0 assigned 255 options 0x0000
input 9 min 1000 center 1500 max 2000 deadzone 0 assigned 255 options 0x0000
input 10 min 1000 center 1500 max 2000 deadzone 0 assigned 255 options 0x0000
input 11 min 1000 center 1500 max 2000 deadzone 0 assigned 255 options 0x0000
input 12 min 944 center 1514 max 2084 deadzone 0 assigned 255 options 0x0000
input 13 min 944 center 1514 max 2084 deadzone 0 assigned 255 options 0x0000
input 14 min 1000 center 1500 max 2000 deadzone 0 assigned 255 options 0x0000
input 15 min 1000 center 1500 max 2000 deadzone 0 assigned 255 options 0x0000
input 16 min 998 center 1498 max 1998 deadzone 0 assigned 255 options 0x0000
input 17 min 998 center 1498 max 1998 deadzone 0 assigned 255 options 0x0000
failsafe 900 900 900 900 900 900 900 900
disarmed values 950 950 950 950 950 950 950 950

As you can see, I get the FM_LOST alarm and can’t get why this happens ! Also, I have the Amer LED blink at 4Hz on the IO side. Any help would be really appreciated as I can’t seem to find any explanation !

Thanks in advance !