GPRS_C_SDK
GPRS_C_SDK copied to clipboard
undefined method `CHST_Read32'
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 }

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
Did you solve it? I have the same problem
Having the same issue in Linux (Ubuntu). Did you manage to solve?
you have to connect serial pins to HST_TX and HST_RX . this will solve the problem
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
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?