Memory allocation failed, allocating 136 bytes
-
Hi, I wanted to use this requirements, using this and this package. I have project architecture like on the image. But appear errors when I want to run this project.
-
@gruia-nichita I do not work with the pymakr plugin. It's too obscure for my opinion. You can always copy the file to the board with ftp, using FileZilla or FireFTP. Instructions on how to do that are in the docs: https://docs.pycom.io/chapter/toolsandfeatures/FTP.html
-
@robert-hh I used this repo and compiled the mpy file using command like this ./mpy-cross -mcache-lookup-bc foo.py. But now I can't upload mpy file on my board, appear this message.
-
@gruia-nichita Try to pre-compile the code. If that not helps, embed it into the flash. That requires to build your own firmware image, which definitely works best if you use a Unix type OS, like Linux or OS X.