Ai-Thinker-Open / GPRS_C_SDK

Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
https://ai-thinker-open.github.io/GPRS_C_SDK_DOC
MIT License
448 stars 235 forks source link

Missing 8955 profile in Coolwatcher for CSDTK42_Linux #281

Open craigMull opened 5 years ago

craigMull commented 5 years ago

1. SDK version(SDK 版本)

{ V2112 }


2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)

{

when launching coolwatcher from CSDTK/bin folder, there is no option to select the 8955 profile as described in wiki: https://ai-thinker-open.github.io/GPRS_C_SDK_DOC/en/c-sdk/burn-debug.html

}

I am not sure how to move forward with this

wsangam commented 5 years ago

there is logo DRY FLASH (choose flash programmer file ) and as mentioned in wiki they shown "ramrun file" arrow towards that logo

craigMull commented 5 years ago

let me clarify, I cannot get to the screen which shows the DRY Flash Logo as I have to select a profile. if I choose a different profile , example Profile 8809 [CT8851] the I get the following output from the Ruby Script Tab and there is no menu bar with the DRY Flash Logo.

include CoolWatcher $LOAD_PATH << "./rbbase" $LOAD_PATH << "./rbbase/common" $LOAD_PATH << "/home/devuser/Applications/AI_thinker/CSDTK/bin/profiles" load 'CoolWatcher/cwuser.rb'

`load': no such file to load -- CoolWatcher/cwuser.rb (LoadError)

I am running on kubuntu 18.04, so maybe there is some issue on this OS.

ichanjz commented 5 years ago

@craigMull Interested to know if the issue was solved eventually, and how? I tried coolwatcher in different distributions of linux already, including the docker environment suggested here: https://github.com/Neutree/gprs_build and always got stuck at the same point as you did. I managed to move a little bit further though, by copying the missing 'profiles/8955.cwp' (and many other missing files) from another folder CSDTK/cooltools. At the end, I jumped to the conclusion that coolwatcher is for Windows users ONLY. Poor linux users like you and I still have to wait. Perhaps someone cares to share some more successful experience in CSDTK for linux here

sytabaresa commented 5 years ago

There is some advance in this issue?? many Linux users needs to use A9G hardware...

edvm commented 4 years ago

++1, it would be great to have CoolWatcher running on Gnu/Linux ! :partying_face:

sbluhm commented 3 years ago

just copy the profile from the Windows version to bin/profiles and adapt the paths.

logan-dunbar commented 2 years ago

Instead of running just coolwatcher (which seems to point to /home/logan/CSDTK/bin/coolwatcher in my case), if I run /home/logan/CSDTK/cooltools/coolwatcher it seems to load with the profiles available. Hope it helps!