user@user-laptop:~/ti-dvsdk_omapl138-evm_04_03_00_06$ ./setup.sh | |
TISDK setup script | |
This script will set up your development host for dvsdk development. | |
Parts of this script require administrator priviliges (sudo access). | |
Verifying Linux host distribution | |
Ubuntu 10.04 LTS found successfully, continuing.. | |
-------------------------------------------------------------------------------- | |
... | |
-------------------------------------------------------------------------------- | |
In which directory do you want to install the target filesystem?(if this directory does not exist it will be created) | |
[ /home/user/targetfs ] /media/main-A | |
-------------------------------------------------------------------------------- | |
-------------------------------------------------------------------------------- | |
This step will extract the target filesystem to /media/main-A | |
Note! This command requires you to have administrator priviliges (sudo access) | |
on your host. | |
Press return to continue | |
/media/main-A already exists | |
(r) rename existing filesystem (o) overwrite existing filesystem (s) skip filesystem extraction | |
[r] o | |
rm: cannot remove directory `/media/main-A': Device or resource busy | |
Old /media/main-A removed | |
Successfully extracted dvsdk-da850-omapl138-evm-rootfs.tar.gz to /media/main-A | |
-------------------------------------------------------------------------------- | |
-------------------------------------------------------------------------------- | |
This step will update the EXEC_DIR variables in the Rules.make file | |
This will facilitate the SDK to install (with make install) rebuilt binaries in | |
/media/main-A | |
The files will be available from / on the target. | |
This setting can be changed later by editing Rules.make and changing the | |
EXEC_DIR variable. | |
Press return to continue | |
^C | |
user@user-laptop:~/ti-dvsdk_omapl138-evm_04_03_00_06$ cd ~/update/alexa | |
user@user-laptop:~/update/alexa$ sudo cp -r * /media/main-A/ | |
cp: cannot overwrite non-directory `/media/main-A/lib/udev/rules.d' with directory `lib/udev/rules.d' | |
cp: not writing through dangling symlink `/media/main-A/sbin/init' | |
cp: not writing through dangling symlink `/media/main-A/sbin/telinit' | |
cp: cannot stat `/media/main-A/sbin/reboot': Too many levels of symbolic links | |
cp: cannot overwrite directory `/media/main-A/tmp' with non-directory | |
cp: cannot overwrite directory `/media/main-A/var/volatile' with non-directory | |
cp: cannot overwrite non-directory `/media/main-A/var/log' with directory `var/log' | |
user@user-laptop:~/update/alexa$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment