Other Parts Discussed in Thread: IWR6843ISK, MMWAVEICBOOST, IWR6843
Tool/software: Code Composer Studio
Hi,
I got an error when loading an image using UNIFLASH.
Here is OS environment.
OS: Ubuntu 16.04 x64
UNIFLASH version: 5.0.0 / 5.1.0 (Both version has the same problem)
GPU: Nvidia MX130 (Laptop GPU)
Nvidia driver: nvidia-410 / nvidia-418 via apt (Both version has the same problem)
Run command: sudo /ti/uniflash-5.1.0/node-webkit/nw
Repro steps: Set terminal as /dev/ttyACM0 and image, then click "load" button, then popped-up loading image got stuck for a while and dismissed with the error "ERR_CONNECTION_REFUSED"
I have another machine (almost identical Ubuntu 16.04 x64 with Nvidia GPU) working well with UNIFLASH. So, it seems something corrupts my laptop.
The machine which works well with UNIFLASH doesn't shows the error "Failed to establish GPU channel". So, I suspect that the root cause is related with GPU/OpenGL part.
The source code, "gpu_process_transport_factory.cc" seems the part of chromium browser source. Anyone can give some suggestion to troubleshoot?
The complete log is as follows.
[3675:1007/150812:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See code.google.com/.../LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[3675:1007/150812:ERROR:gpu_process_transport_factory.cc(418)] Failed to establish GPU channel.
[3675:1007/150813:INFO:CONSOLE(616)] ""2019-10-07T22:08:13.655Z" "INFO" "DAEMON" "dinfra" "/home/jkim/ti/uniflash_5.1.0/dinfra-library/desktop/dinfra.js:494:24:discoverAddress()" "[\n \"multiple candidate address ignored\",\n \"enx00b56d01154c\",\n {\n \"address\": \"10.121.173.228\",\n \"netmask\": \"255.255.255.0\",\n \"family\": \"IPv4\",\n \"mac\": \"00:f4:8d:a8:5a:0b\",\n \"internal\": false\n }\n]"", source: /home/jkim/ti/uniflash_5.1.0/dinfra-library/desktop/dlog.js (616)
[3675:1007/150814:INFO:CONSOLE(697)] ""log flushes failing;" "will message again on success"", source: /home/jkim/ti/uniflash_5.1.0/dinfra-library/desktop/dlog.js (697)
[3675:1007/150815:INFO:CONSOLE(707)] ""log flushes now succeeeding after" 1 "failures (no messages lost)"", source: /home/jkim/ti/uniflash_5.1.0/dinfra-library/desktop/dlog.js (707)
[3675:1007/151333:INFO:CONSOLE(923)] "WebSocket connection to 'ws://127.0.0.1:58424/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED", source: file:///home/jkim/ti/uniflash_5.1.0/ticloudagent/server/public/agent.js (923)