Xinyuan-LilyGO / lilygo-micropython

Micropython for LILYGO boards
GNU General Public License v3.0
88 stars 28 forks source link

Build failure Invalid Micropy_board Lilygo_T-SIM7000G #20

Closed rwslippey closed 1 year ago

rwslippey commented 1 year ago

Just getting started with the board and trying to use micropython, getting a build failure though.

CMake Error at CMakeLists.txt:18 (message):
  Invalid MICROPY_BOARD specified: LILYGO_T-SIM7000G
lbuque commented 1 year ago

image

rwslippey commented 1 year ago

image

Will double check to make sure they installed but I did install the prerequisites per the documentation. Will report back later on today when I get home.

rwslippey commented 1 year ago

Ok, an update here. Ive managed to get the build to work. Turns out a package failed to install first run and I missed it.

Next question, is there any documentation aside from this old code example, which isn't working currently with this build. Really, I'm just looking for where to start, network connection, gps, etc

besi commented 1 year ago

I got the same error on a mac and all I need to get it to work was install quilt:

brew install quilt