Hi All,
Here's an interesting case I'm phasing :
The situation:
- Ubuntu 12.04LTS 64 bits is freshly installed on a new PC.
- Installed 32bit application libraries
with sudo apt-get install ia32-libs
- Installed libjpeg library with
sudo apt-get install libjpeg62:i386
CCS5.2.1.00018 for linux installed OK and has a full License
- C6678 EVM with native XDS100 is coming up fine.
The Issue
- the same EVM 6678 as above, either now connected with its XDS560v2 Mezzanine emulator or an external Blackhawk BH-USB-560M emulator is not coming up at emulator launch time (see below traces).
What can cause such behaviour ? we replicated the issue on two different Computers, each time the same issue, as if the XDS560 is not recognized.
Any comments welcome.
Cheers.
[Start] (this is with the mezzanine xds560v2)
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
/home/user/.TI/3205019477/0/0/BrdDat/testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 560/2xx-class product.
This utility will load the program 'bh560v2u.out'.
E_RPCENV_IO_ERROR(-6) No connection: open failed: code 19
Download failed for file /opt/ti/ccsv5/ccs_base/common/uscif/./././././xds560v2.out
An error occurred while soft opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-250' (0xffffff06).
The title is 'SC_ERR_ECOM_EMUNAME'.
The explanation is:
An attempt to access the named emulator via USCIF ECOM has failed.
[End]
[Start] (this is with an external Blackhawk BH-USB-560M)
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
/home/user/.TI/3205019477/0/0/BrdDat/testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 560/2xx-class product.
This utility will load the program 'bh560usbm.out'.
E_RPCENV_IO_ERROR(-6) No connection: Emulator open error
Failed to open i/o connection (bh560usbm:0)
An error occurred while soft opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-250' (0xffffff06).
The title is 'SC_ERR_ECOM_EMUNAME'.
The explanation is:
An attempt to access the named emulator via USCIF ECOM has failed.
[End]