Search found 5 matches

by ndshah88
Fri Mar 20, 2020 7:08 am
Forum: Other Boards
Topic: Building micrpython on unix
Replies: 3
Views: 3302

Re: Building micrpython on unix

Thank you.

We will check that out and come back to this post shortly.
by ndshah88
Wed Mar 18, 2020 1:32 pm
Forum: Other Boards
Topic: Building micrpython on unix
Replies: 3
Views: 3302

Building micrpython on unix

Hello,

I am trying to build micropython on unix. Here is the link I follow to do that:

https://github.com/micropython/micropyt ... ed#mac-osx

However, while I try to make axtls I get an error. The error is attached here.

Can someone guide on what I am missing?

Thanks in advance
by ndshah88
Wed Mar 18, 2020 12:57 pm
Forum: Other Boards
Topic: Micropython Main file corrupt
Replies: 1
Views: 2397

Micropython Main file corrupt

Dear Forum members, We are working on the STM32F407 DISCO board. https://www.st.com/en/evaluation-tools/stm32f4discovery.html We followed the instructions here: https://medium.com/@circuit4us/setup-micropython-on-stm32f407-discovery-board-165e0f9d875e to load our board with the micropython v1.12 and...
by ndshah88
Wed Mar 18, 2020 10:17 am
Forum: Other Boards
Topic: How to create a DFU file on our own?
Replies: 3
Views: 2997

Re: How to create a DFU file on our own?

Thank you for the replies guys!

We were able to build the DFU file.
by ndshah88
Mon Mar 16, 2020 12:26 pm
Forum: Other Boards
Topic: How to create a DFU file on our own?
Replies: 3
Views: 2997

How to create a DFU file on our own?

Hello,

Using the make command we are able to create a .hex file but how can we create a .dfu file?

Can you please explain?

Thanks