Hi
I got my TMS320DM368 EVM from TI E-Store, and am having trouble with the setup.sh script. I am following the instructions in the TMS320DM368 Software Developers Guide.
I am running Win7 Pro on my computer, and have installed Ubuntu 10.04 via VMWare.
There are two network cards on my computer, the wireless one connects to the internet, and the wired one connects to the target. I used NAT networking in vmware to access external internet (it seems to be working well), and adopted bridged networking in vm using static IP address to connect with the target. The procedure of setting static IP address is as show below.
I edited the '/etc/network/interfaces' files, and added the following instructions
Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service smbd restart
Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the restart(8) utility, e.g. restart smbd smbd start/running, process 9265.
Is this a problem?
Any help would be very much appreciated. Thanks.