* Enable copy of uImage and Image in addition to zImage.
* Enable copy of device tree overlays.

Signed-off-by: Jacob Stiffler <[email protected]>
---
 setup-tftp.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/setup-tftp.sh b/setup-tftp.sh
index 90f122b..e4dc816 100644
--- a/setup-tftp.sh
+++ b/setup-tftp.sh
@@ -114,7 +114,7 @@ else
 fi
 
 platform=`cat $cwd/../Rules.make | grep -e "^PLATFORM=" | cut -d= -f2`
-kernelimage="zImage-""$platform"".bin"
+kernelimage="*Image-""$platform"".bin"
 kernelimagesrc=`ls -1 $cwd/../board-support/prebuilt-images/$kernelimage`
 if [ -f $tftproot/$kernelimage ]; then
     echo
@@ -153,6 +153,9 @@ fi
 dtbfiles=`cd $prebuiltimagesdir;ls -1 *.dtb`
 copy_to_tftproot "$dtbfiles"
 
+dtbofiles=`cd $prebuiltimagesdir;ls -1 *.dtbo`
+copy_to_tftproot "$dtbofiles"
+
 uboot_gph_files=`cd $prebuiltimagesdir;ls -1 u-boot*.gph 2> /dev/null`
 copy_to_tftproot "$uboot_gph_files"
 
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to