All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [tisdk-setup-scripts][PATCH 4/5] setup-tftp: Copy pmmc-firmware if available
Date: Fri, 4 Dec 2015 11:54:41 -0500	[thread overview]
Message-ID: <5661C551.2030203@ti.com> (raw)
In-Reply-To: <1449241270-6294-5-git-send-email-j-stiffler@ti.com>

Due to recent updates in u-boot, this patch will need to be reworked as 
the pmmc firmware name has been changed.

On 12/4/2015 10:01 AM, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>   setup-tftp.sh | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/setup-tftp.sh b/setup-tftp.sh
> index 714968f..d675ba4 100644
> --- a/setup-tftp.sh
> +++ b/setup-tftp.sh
> @@ -159,6 +159,9 @@ copy_to_tftproot "$uboot_gph_files"
>   monfiles=`cd $prebuiltimagesdir;ls -1 skern*.bin 2> /dev/null`
>   copy_to_tftproot "$monfiles"
>   
> +pmmcfiles=`cd $prebuiltimagesdir;ls -1 pmmc*.bin 2> /dev/null`
> +copy_to_tftproot "$pmmcfiles"
> +
>   echo
>   if [ -f $tftpcfg ]; then
>       echo "$tftpcfg already exists.."



  reply	other threads:[~2015-12-04 16:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04 15:01 [tisdk-setup-scripts][PATCH 0/5] Keystone enhancements Jacob Stiffler
2015-12-04 15:01 ` [tisdk-setup-scripts][PATCH 1/5] setup-minicom: Update list of auto-detected EVMs Jacob Stiffler
2015-12-04 15:01 ` [tisdk-setup-scripts][PATCH 2/5] setup-uboot-env-keystone: Enhance board detection for k2l and k2e Jacob Stiffler
2015-12-04 15:01 ` [tisdk-setup-scripts][PATCH 3/5] setup-uboot-env-keystone: Add error checking to u-boot update Jacob Stiffler
2015-12-04 15:01 ` [tisdk-setup-scripts][PATCH 4/5] setup-tftp: Copy pmmc-firmware if available Jacob Stiffler
2015-12-04 16:54   ` Jacob Stiffler [this message]
2015-12-04 20:08     ` Denys Dmytriyenko
2015-12-04 15:01 ` [tisdk-setup-scripts][PATCH 5/5] setup-uboot-env-k2g-evm: Add u-boot setup for k2g-evm Jacob Stiffler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5661C551.2030203@ti.com \
    --to=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.