-
Notifications
You must be signed in to change notification settings - Fork 558
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Operating System
Linux
INFO_UF2.TXT
N/A, it is about building.
What happened ?
When I want to build according to the instructions in the README.md:
git clone --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Bootloader
cd Adafruit_nRF52_Bootloader
makethe make should output a list of supported boards as the README.md documents:
Build using
make[…]
For the list of supported boards, run
makewithoutBOARD=:make You must provide a BOARD parameter with 'BOARD=' Supported boards are: feather_nrf52840_express feather_nrf52840_express pca10056 Makefile:90: *** BOARD not defined. Stop
But I do not get a list of boards.
When I run make, I only get
Makefile:144: *** Sub Variant is unknown. Stop.
Regards!
How to reproduce ?
As written above:
git clone --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Bootloadercd Adafruit_nRF52_Bootloadermake- Observe that no list of boards is given.
Debug Log
No response
Screenshots
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working