diff options
author | root <root@usrp1-e.(none)> | 2010-02-23 02:09:51 +0000 |
---|---|---|
committer | root <root@usrp1-e.(none)> | 2010-02-23 02:09:51 +0000 |
commit | 1e49264f713701a89fb2bc079344273df5a94c06 (patch) | |
tree | fdbcde2fb60f190c1932064ef0fddd08bfea0b24 /host/apps | |
parent | fa35b710c09d7cb4a410313fd24d0ea2aa4172a3 (diff) | |
download | uhd-1e49264f713701a89fb2bc079344273df5a94c06.tar.gz uhd-1e49264f713701a89fb2bc079344273df5a94c06.tar.bz2 uhd-1e49264f713701a89fb2bc079344273df5a94c06.zip |
Initial checkin of useful shell scripts.
Diffstat (limited to 'host/apps')
-rwxr-xr-x | host/apps/omap_debug/fetch-bin.sh | 1 | ||||
-rwxr-xr-x | host/apps/omap_debug/fetch-kernel.sh | 2 | ||||
-rwxr-xr-x | host/apps/omap_debug/fetch-module.sh | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/host/apps/omap_debug/fetch-bin.sh b/host/apps/omap_debug/fetch-bin.sh new file mode 100755 index 000000000..9fb09a10d --- /dev/null +++ b/host/apps/omap_debug/fetch-bin.sh @@ -0,0 +1 @@ +scp balister@192.168.1.182:Download/u1e.bin . diff --git a/host/apps/omap_debug/fetch-kernel.sh b/host/apps/omap_debug/fetch-kernel.sh new file mode 100755 index 000000000..e3bc1b0ad --- /dev/null +++ b/host/apps/omap_debug/fetch-kernel.sh @@ -0,0 +1,2 @@ +scp balister@192.168.1.182:src/git/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage + diff --git a/host/apps/omap_debug/fetch-module.sh b/host/apps/omap_debug/fetch-module.sh new file mode 100755 index 000000000..95140df15 --- /dev/null +++ b/host/apps/omap_debug/fetch-module.sh @@ -0,0 +1 @@ +scp balister@192.168.1.182:src/git/kernel_usrp/drivers/misc/usrp1_e.ko /lib/modules/2.6.33-rc3/kernel/drivers/misc |