From ab320017ccf5efb6818fbc41d8995b413eb995d4 Mon Sep 17 00:00:00 2001 From: Sergei Grichine Date: Thu, 28 Nov 2024 10:44:44 -0600 Subject: [PATCH] boards: emlid_navio - support 64-bit OS on Raspberry Pi 4,5 (#24006) adds the `emlid_navio2_arm64` build target - supports 64-bit OS on Raspberry Pi 4,5 (#24006) --- boards/emlid/navio2/arm64.px4board | 1 + 1 file changed, 1 insertion(+) create mode 100644 boards/emlid/navio2/arm64.px4board diff --git a/boards/emlid/navio2/arm64.px4board b/boards/emlid/navio2/arm64.px4board new file mode 100644 index 000000000000..35e129220273 --- /dev/null +++ b/boards/emlid/navio2/arm64.px4board @@ -0,0 +1 @@ +CONFIG_BOARD_TOOLCHAIN="aarch64-linux-gnu"