diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 16733fc000..a90267cd4c 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -79,11 +79,6 @@ ver all # uorb start -# -# Start the tone_alarm driver. -# -tone_alarm start - # # Try to mount the microSD card. # @@ -173,6 +168,13 @@ else param reset fi + # + # Start the tone_alarm driver. + # Needs to be started after the parameters are loaded (for CBRK_BUZZER). + # Note that this will still play the already published startup tone. + # + tone_alarm start + # # Start system state indicator. #