GPRS_C_SDK icon indicating copy to clipboard operation
GPRS_C_SDK copied to clipboard

Missing 8955 profile in Coolwatcher for CSDTK42_Linux

Open craigMull opened this issue 6 years ago • 7 comments

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

craigMull avatar Dec 23 '18 12:12 craigMull

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

wsangam avatar Dec 24 '18 09:12 wsangam

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.

craigMull avatar Dec 27 '18 12:12 craigMull

@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

ichanjz avatar Jan 15 '19 03:01 ichanjz

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

sytabaresa avatar May 25 '19 20:05 sytabaresa

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

edvm avatar Jun 09 '20 21:06 edvm

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

sbluhm avatar Nov 22 '20 19:11 sbluhm

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!

logan-dunbar avatar Sep 03 '22 11:09 logan-dunbar