All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-setup-scripts][PATCH 1/2] setup-tftp: support k3
@ 2018-08-30 13:51 Jacob Stiffler
  2018-08-30 13:51 ` [tisdk-setup-scripts][PATCH 2/2] setup-uboot-env-am65x: add U-Boot setup for am65x Jacob Stiffler
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2018-08-30 13:51 UTC (permalink / raw)
  To: meta-arago

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

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-30 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 13:51 [tisdk-setup-scripts][PATCH 1/2] setup-tftp: support k3 Jacob Stiffler
2018-08-30 13:51 ` [tisdk-setup-scripts][PATCH 2/2] setup-uboot-env-am65x: add U-Boot setup for am65x Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.