Search found 3 matches

by ejgeiger
Thu Jul 14, 2022 7:06 am
Forum: Other Boards
Topic: [w600x] Compiling Help
Replies: 5
Views: 23781

Re: [w600x] Compiling Help

Hi,

I can compile with

Code: Select all

MICROPY_PY_USSL ?= 0
, but when I compile with

Code: Select all

MICROPY_PY_USSL ?= 1
I get errors related to: undefined references to `mbedtls_...' in modussl_mbedtls.c

any suggestions on how to hunt this down? Is this another module issue?

Thanks!
by ejgeiger
Wed Jun 29, 2022 4:08 pm
Forum: Other Boards
Topic: [w600x] Compiling Help
Replies: 5
Views: 23781

Re: [w600x] Compiling Help

Thank you kindly. I was so sure that I had overlooked something simple. I am very keen on the w60x board, especially the Air602 form factor due to its cost and ability to just plug it into a usb wall adapter. It seems you are the most active maintainer, your efforts are appreciated. Is there somethi...
by ejgeiger
Wed Jun 29, 2022 3:42 am
Forum: Other Boards
Topic: [w600x] Compiling Help
Replies: 5
Views: 23781

[w600x] Compiling Help

Hello everyone but especially RobertHH! I am new to Micropython and now realized I picked a tough board to start with. That said I am trying to compile my own firmware for the w60x chip. I am trying to go step by step as I learn all of this so I started with just trying to compile a firmware using R...