Other Parts Discussed in Thread: RM46L852, LAUNCHXL2-RM46
I recently purchased a LaunchpadXL2 Hercules RM46 and am trying to flash the initial project example with a limited CCS license on Ubuntu 14.04.
Having tried installing and updating CCS through both the online and offline installers, compilation is fine. After each attempt I ran 'install_drivers.sh' and restarted.
hekar@hekar-ThinkPad-T520:~/share/ti/ccsv6/install_scripts$ sudo ./install_drivers.sh
Uninstalling /etc/udev/rules.d/71-ti-permissions.rules
TI XDS100 installation completed successfully. Some versions of Linux
require a reboot in order for the driver to function properly. For other
versions restarting udev is sufficient. Restarting udev now ...
udev stop/waiting
udev start/running, process 3264
udev stop/waiting
udev start/running, process 3288
Install 99-icdi.rules in /etc/udev/rules.d directory
Copy libftdi to /usr/lib directory
Creat symbolic link to ftdi library
However, I cannot get the XDS100 emulator to find the device:
hekar@hekar-ThinkPad-T520:~/share/ti/ccsv6/ccs_base/common/uscif$ sudo ./xds100serial
Scanning for XDS100 emulators...
No XDS100 emulators were found on the system.
While XDS110 works correctly and finds the device:
hekar@hekar-ThinkPad-T520:~/share/ti/ccsv6/ccs_base/common/uscif/xds110$ sudo ./xdsdfu -e
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2014 Texas Instruments Incorporated. All rights reserved.
Scanning USB buses for supported XDS110 devices...
<<<< Device 0 >>>>
VID: 0x0451 PID: 0xbef3
Device Name: XDS110 with CMSIS-DAP
Version: 2.2.4.0
Manufacturer: Texas Instruments
Serial Num: HLR46000
Mode: Runtime
Found 1 device.
Is there an FTDI kernel module that XDS100 requires to be loaded or something else that I am missing?