Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 29 Jun 2012 07:01 PM by  ftiernan
u-boot patch problem
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
ftiernan
New Member
New Member
Posts:


--
29 Jun 2012 06:21 PM
    when trying to apply the patches to u-boot included with the patches-2.1 download using both the u-boot tar file and the u-boot patches files included in the download I get the follow error message:
    Quote:
    ftiernan@ftiernan-Latitude-2120:~/olfs/u-boot/u-boot-1.1.4$ for p in $HOME/olfs/patches/linux-omap-patches-2.1/u-boot-2009.08-rc2/patches/*.patch; do echo "Applying patch ${p}"; patch -p1 < ${p}; done
    Applying patch /home/ftiernan/olfs/patches/linux-omap-patches-2.1/u-boot-2009.08-rc2/patches/u-boot-2009.08-rc2-logic-01.patch
    patching file Makefile
    Hunk #1 succeeded at 1852 with fuzz 2 (offset -1232 lines).
    patching file board/omap3/logic/Makefile
    patching file board/omap3/logic/config.mk
    patching file board/omap3/logic/logic.c
    patching file board/omap3/logic/logic.h
    can't find file to patch at input line 687
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |diff --exclude CVS -uNr u-boot-2009.08-rc2/cpu/arm_cortexa8/omap3/board.c u-boot-2009.08-rc2.modified/cpu/arm_cortexa8/omap3/board.c
    |--- u-boot-2009.08-rc2/cpu/arm_cortexa8/omap3/board.c 2009-08-10 04:39:12.000000000 -0400
    |+++ u-boot-2009.08-rc2.modified/cpu/arm_cortexa8/omap3/board.c 2009-08-12 15:40:41.000000000 -0400
    --------------------------
    File to patch: ^C
    ftiernan@ftiernan-Latitude-2120:~/olfs/u-boot/u-boot-1.1.4$


    Am I doing something wrong? Please advise. Thank you!
    ftiernan
    New Member
    New Member
    Posts:


    --
    29 Jun 2012 07:01 PM
    Sorry, you can ignore or delete this post as I started over from scratch and do not see this problem now.
    You are not authorized to post a reply.