From bcae99e34a2620e0f8fd77ea38f8ffdb3cee4419 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 22 Feb 2021 11:33:17 -0500 Subject: [PATCH] boards: CUAV Nora don't start icm20649 on SPI6 by default - waiting on NuttX SPI6 BDMA to be fixed --- boards/cuav/nora/init/rc.board_sensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/cuav/nora/init/rc.board_sensors b/boards/cuav/nora/init/rc.board_sensors index 05375d625c..fd626eb54a 100644 --- a/boards/cuav/nora/init/rc.board_sensors +++ b/boards/cuav/nora/init/rc.board_sensors @@ -16,7 +16,7 @@ bmi088 -s -b 4 -G -R 2 start ms5611 -s -b 4 start # SPI6 -icm20649 -s -b 6 -R 2 start +#icm20649 -s -b 6 -R 2 start # TODO: not started by default until NuttX SPI6 BDMA is fixed ms5611 -s -b 6 start # External compass on GPS1/I2C1: standard CUAV GPS/compass puck (with lights, safety button, and buzzer)