GPRS_C_SDK icon indicating copy to clipboard operation
GPRS_C_SDK copied to clipboard

undefined method `CHST_Read32'

Open PascalKEMAJOU opened this issue 7 years ago • 6 comments

1. SDK version(SDK 版本)

{

V2.112

}


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

{

I use mac for my development and i launched coolwatcher over Docker in Virtualbox i can get messsages comming from device but unable to upload firmware.

Any Idea on what to do? Regards }


image

PascalKEMAJOU avatar Aug 10 '18 14:08 PascalKEMAJOU

To launch on mac, i use xQuartz, socat and start my docker like this:

start socket on mac

socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:"$DISPLAY"

start docker in virtualbox docker-machine (default)

docker run --privileged --network host -it --name gprs_builder -e DISPLAY=10.0.1.111:0 -v /projects:/projects neucrack/gprs_build /bin/bash

PascalKEMAJOU avatar Aug 10 '18 14:08 PascalKEMAJOU

Did you solve it? I have the same problem

dhernandezl avatar Dec 17 '19 08:12 dhernandezl

Having the same issue in Linux (Ubuntu). Did you manage to solve?

natrayanp avatar Sep 07 '20 16:09 natrayanp

you have to connect serial pins to HST_TX and HST_RX . this will solve the problem

iamDshetty avatar Jun 09 '21 11:06 iamDshetty

you have to connect serial pins to HST_TX and HST_RX . this will solve the problem

I have found this working. It seems to be burning fine only when connected with the HST_RX/HST_TX pins. Thank you @iamDshetty

TNeutron avatar Jun 30 '22 09:06 TNeutron

Hi, I am having the same problem. I think I have the pins connected properly, but I am not sure about it. Are you using external usb-serial bridge or are you connecting something on the board itself?

haberturdeur avatar Oct 26 '22 17:10 haberturdeur