pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
102 stars 30 forks source link

How to get coolwatcher working? #62

Closed bokolob closed 4 years ago

bokolob commented 4 years ago

I use Debian stable (buster) and got Linux coolwatcher from the docker image (I hadn't found any other way to get it). But it doesn't work. I copied 8955 stuff from windows version to linux, because the last one doesn't have it.

Last error is require': no such file to load -- rbconfig (LoadError)

`

I've also tried to use wine and windows version of coolwatcher, but it gave me other error - connection timeout (it seemed that it couldn't connect to coolhost daemon)

Could you give me some piece of advice, and tell me please where I can get a working coolwatcher?

Thanks!

pulkin commented 4 years ago

https://github.com/pulkin/csdtk42-linux

It is also a submodule in this repo so you might have it already. Unfortunately, I cannot help you with the rest.

bokolob commented 4 years ago

Thanks! It works :)