From 574c2accad12aabd6191d0d46f9ede980cafbc27 Mon Sep 17 00:00:00 2001 From: Sid Price Date: Thu, 30 Jan 2025 17:43:54 -0700 Subject: [PATCH] Blackpill/readme: Update to describe need for "on_carrier_board" option --- src/platforms/common/blackpill-f4/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platforms/common/blackpill-f4/README.md b/src/platforms/common/blackpill-f4/README.md index 0bff9f2dbe7..fdddb63303c 100644 --- a/src/platforms/common/blackpill-f4/README.md +++ b/src/platforms/common/blackpill-f4/README.md @@ -50,6 +50,10 @@ meson setup build --cross-file=cross-file/blackpill-xxxxxx.ini -Dbmd_bootloader= Note: While the above command uses the 'build' directory, the name used is arbitrary, meaning, should a user wish to have multiple platforms built, they may use a more descriptive folder name. + Also Note: If the bootloader and firmware are going to be built for a Blackpill connected to a "Blackpill Carrier", the above + setup MUST have "-Don_carrier_board=true" added to it. This is required to ensure the LEDs are correctly mapped to + the Blackpill Carrier Board. + 2. Compile the firmware and bootloader ```sh