Search found 2 matches

by Kenjutsu
Sun Jun 23, 2019 3:22 pm
Forum: Other Boards
Topic: Build for NUCLEO_F411RE fails
Replies: 2
Views: 1849

Re: Build for NUCLEO_F411RE fails

Thank you, that did it ;) I did a: git clone https://github.com/micropython/micropython.git Followed by: make -C mpy-cross Then: make BOARD=NUCLEO_F411RE deploy-stlink however, I ran into the same problem described here: https://github.com/micropython/micropython/issues/4455 mpy-cross broken on macO...
by Kenjutsu
Fri Jun 21, 2019 6:01 am
Forum: Other Boards
Topic: Build for NUCLEO_F411RE fails
Replies: 2
Views: 1849

Build for NUCLEO_F411RE fails

Hello everyone, I am trying to build MicroPython for my NUCLEO_F411RE board. I downloaded the latest master from github and proceded as follows: 1. unzip micropython-master.zip 2. cd mpy-cross 3. make 4. git submodule update --init I then get the error: fatal: not a git repository (or any of the par...