aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/fetch-kernel.sh
blob: a3cddb3397e8e4326b67bac74c3a064a51b982fa (plain)
1
2
3
4
5
6
7
if [ $GHQ]; then
	scp $GHQ_USER@astro:/workspace/usrp1-e-dev/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage
else
	scp balister@192.168.1.167:src/git/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage
fi
sync