diff --git a/boards/auterion/fmu-v6s/init/rc.board_sensors b/boards/auterion/fmu-v6s/init/rc.board_sensors index 9b2648f8e9..d1fd0f30f1 100644 --- a/boards/auterion/fmu-v6s/init/rc.board_sensors +++ b/boards/auterion/fmu-v6s/init/rc.board_sensors @@ -23,8 +23,8 @@ else bmm350 -I -R 8 start fi -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start # BARO on I2C4 bmp388 -I -b 4 -a 0x77 start diff --git a/boards/cuav/7-nano/init/rc.board_sensors b/boards/cuav/7-nano/init/rc.board_sensors index 343a9a4e8b..f8ca067a18 100644 --- a/boards/cuav/7-nano/init/rc.board_sensors +++ b/boards/cuav/7-nano/init/rc.board_sensors @@ -30,7 +30,7 @@ icp201xx -I start # CUAV pwm voltage 3.3V/5V switch pwm_voltage_apply -# External compass on GPS1/I2C1: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start netman update diff --git a/boards/cuav/nora/init/rc.board_sensors b/boards/cuav/nora/init/rc.board_sensors index b6dcb5b0cb..f37f8850e9 100644 --- a/boards/cuav/nora/init/rc.board_sensors +++ b/boards/cuav/nora/init/rc.board_sensors @@ -25,5 +25,5 @@ then fi ms5611 -s -b 6 start -# External compass on GPS1/I2C1: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start diff --git a/boards/cuav/x7pro/init/rc.board_sensors b/boards/cuav/x7pro/init/rc.board_sensors index da9a45c93c..d627b8f875 100644 --- a/boards/cuav/x7pro/init/rc.board_sensors +++ b/boards/cuav/x7pro/init/rc.board_sensors @@ -28,5 +28,5 @@ then fi ms5611 -s -b 6 start -# External compass on GPS1/I2C1: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start diff --git a/boards/holybro/durandal-v1/init/rc.board_sensors b/boards/holybro/durandal-v1/init/rc.board_sensors index 60519aad1a..e96a28fd26 100644 --- a/boards/holybro/durandal-v1/init/rc.board_sensors +++ b/boards/holybro/durandal-v1/init/rc.board_sensors @@ -29,5 +29,5 @@ ist8310 -I -R 10 start # Baro on internal SPI ms5611 -s start -# External compass on GPS1/I2C1: standard Holybro GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start diff --git a/boards/holybro/pix32v5/init/rc.board_sensors b/boards/holybro/pix32v5/init/rc.board_sensors index 26d3e136a0..1793a29581 100644 --- a/boards/holybro/pix32v5/init/rc.board_sensors +++ b/boards/holybro/pix32v5/init/rc.board_sensors @@ -21,5 +21,5 @@ ist8310 -I -R 10 start # Baro on internal SPI ms5611 -s start -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start diff --git a/boards/nxp/tropic-community/init/rc.board_sensors b/boards/nxp/tropic-community/init/rc.board_sensors index f6bcb1a8fa..a49d94dd37 100644 --- a/boards/nxp/tropic-community/init/rc.board_sensors +++ b/boards/nxp/tropic-community/init/rc.board_sensors @@ -60,8 +60,8 @@ bmi088 -G -R 2 -b 4 -s start # Internal magnetometer on I2c bmm150 -I -b 4 -R 6 -a 18 start -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start # Possible internal Baro diff --git a/boards/px4/fmu-v5/init/rc.board_sensors b/boards/px4/fmu-v5/init/rc.board_sensors index b3d53a4934..92db5178c7 100644 --- a/boards/px4/fmu-v5/init/rc.board_sensors +++ b/boards/px4/fmu-v5/init/rc.board_sensors @@ -27,5 +27,5 @@ ms5611 -s start # internal compass ist8310 -I -R 10 start -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start diff --git a/boards/px4/fmu-v5x/init/rc.board_sensors b/boards/px4/fmu-v5x/init/rc.board_sensors index a19bcdb8cc..188eb07d85 100644 --- a/boards/px4/fmu-v5x/init/rc.board_sensors +++ b/boards/px4/fmu-v5x/init/rc.board_sensors @@ -100,8 +100,8 @@ else bmm150 -I start fi -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start # Possible internal Baro diff --git a/boards/px4/fmu-v6x/init/rc.board_sensors b/boards/px4/fmu-v6x/init/rc.board_sensors index 100c674108..98eaaeed79 100644 --- a/boards/px4/fmu-v6x/init/rc.board_sensors +++ b/boards/px4/fmu-v6x/init/rc.board_sensors @@ -149,8 +149,8 @@ else bmm150 -I -R 0 start fi -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start # Possible internal Baro if param compare SENS_INT_BARO_EN 1 diff --git a/boards/px4/fmu-v6xrt/init/rc.board_sensors b/boards/px4/fmu-v6xrt/init/rc.board_sensors index 1f57640a44..a4e7a60f62 100644 --- a/boards/px4/fmu-v6xrt/init/rc.board_sensors +++ b/boards/px4/fmu-v6xrt/init/rc.board_sensors @@ -99,8 +99,8 @@ icm42688p -R 6 -b 2 -s start bmm150 -I start -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start # Possible internal Baro diff --git a/boards/zeroone/x6/init/rc.board_sensors b/boards/zeroone/x6/init/rc.board_sensors index 19038ecd13..01ab3d3fe8 100644 --- a/boards/zeroone/x6/init/rc.board_sensors +++ b/boards/zeroone/x6/init/rc.board_sensors @@ -146,8 +146,8 @@ rm3100 -I -b 4 start # bmm150 -I -R 0 start # fi -# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) -ist8310 -X -b 1 -R 10 start +# External compass: standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) +ist8310 -X -R 10 start # Internal compass ist8310 start -I -a 0x0E -R 12