Skip to content

Compile Micropython with Ulab on SAMD51 Thing Plus #14017

Discussion options

You must be logged in to vote

I suggest trying to compile MP for your board without ULAB first. Without interfering (copying ULAB) in the cloned file structure.
Follow instructions here.

$ make -C mpy-cross
This command should be executed from the root directory of this repository. All other commands below should be executed from the ports/stm32/ directory.

I assume that this last instruction was not corrected there. When doing the make BOARD=SPARKFUN_SAMD51_THING_PLUS you probably should be in the ports/samd MP subdirectory.

If you managed to do that and you find a nice firmware in the boards/SPARKFUN_SAMD51_THING_PLUS subdirectory then try to make with
make BOARD=SPARKFUN_SAMD51_THING_PLUS USER_C_MODULES=../../../…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@LeandroFernandes88
Comment options

Answer selected by LeandroFernandes88
Comment options

You must be logged in to vote
1 reply
@LeandroFernandes88
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
SAMD
Labels
None yet
3 participants