uhd/host/apps/omap_debug/fetch-u-boot.sh
2010-04-20 11:07:05 +00:00

7 lines
191 B
Bash
Executable file

if [ $GHQ ]; then
scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u-boot-overo/u-boot.bin /media/mmcblk0p1/
else
scp balister@192.168.1.167:src/git/u-boot/u-boot.bin /media/mmcblk0p1/
fi
sync