Skip to content

question about compiling micropython for rp2 board(s) #17134

Discussion options

You must be logged in to vote

There is a BOARD symbol used in Makefile specifying the board for the build. It is set to a default value in line 14 of Makefile to RP2 Pico: BOARD ?= RPI_PICO. If you want to buidl for another board, call e.g.:

make BOARD=ADAFRUIT_QTPY_RP2040

To build for the ADAFRUIT_QTPY_RP2040 board. Youi may use any other board name for which there is a data set in the boards directory.

Edit: That's as well shown in the README file.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jonnor
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy