LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
To: Shivdas Gujare <shivdas.tech@gmail.com>
Cc: linux-kernel@vger.kernel.org, beagleboard@googlegroups.com
Subject: Re: Diff between Linux-2.6.27-omap1-dirty and Linux-2.6.27-omap1 ?
Date: Fri, 31 Oct 2008 13:35:03 +0000 [thread overview]
Message-ID: <490B0987.2050801@tuffmail.co.uk> (raw)
In-Reply-To: <cf70f0210810310608x37f8e3dcu3ab0023891fcb339@mail.gmail.com>
Shivdas Gujare wrote:
> Hi All,
>
> I am working on testing Linux-2.6.27 omap kernel on beagle board.
>
> I cloned kernel from
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
>
> and checked out to tag v2.6.27-omap1, I loaded kernel on beagle board,
> and was able to boot properly like....
>
> OMAP3 beagleboard.org # bootm 0x80300000
> ## Booting kernel from Legacy Image at 80300000 ...
> Image Name: Linux-2.6.27-omap1
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 1614320 Bytes = 1.5 MB
> Load Address: 80008000
> Entry Point: 80008000
> Verifying Checksum ... OK
> Loading Kernel Image ... OK
> OK
>
> Now, I done some operations, like checkout to master, checkout to
> v2.6.26-omap1 and v2.6.25-omap1, loaded corresponding uImages to
> beagle board
> and was able to boot board every time.
>
> After this, I again checkout to v2.6.27-omap1, compiled and loaded
> uImage to beagleboard
> But this time I am not able to boot the board.
> and Got the message like
>
> OMAP3 beagleboard.org # bootm 0x80300000
> ## Booting kernel from Legacy Image at 80300000 ...
> Image Name: Linux-2.6.27-omap1-dirty
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 1669176 Bytes = 1.6 MB
> Load Address: 80008000
> Entry Point: 80008000
> Verifying Checksum ... OK
> Loading Kernel Image ... OK
> OK
>
> Starting kernel ...
>
> Uncompressing Linux...........................................................................................................
> done, booting the kernel.
>
> and it, stucks at here..
>
> Here, the only difference I observed is "Image Name:
> Linux-2.6.27-omap1" and "Image Name: Linux-2.6.27-omap1-dirty",
> where uImage with second Image name is not booting.
>
> I think, I have done something wrong here, while compilation and checkout.
>
> I just want to know in what cases "-dirty" is appended to linux kernel
> Image Names or anything I done wrong?
-dirty is appended to the version string when there are differences between the working tree and the git HEAD. In other words, it sounds like you accidentally modified some file.
You can see which files have been modified with "git status". It will also show extra files under "untracked"; you may see a few arch-specific object files, but all the .o, .ko, etc. files will be hidden by virtue of gitignore.
If the files were modified before the last "git checkout", it would have tried to preserve the modifications. It would also warn you by listing the files, with an "M" next to their name.
Hope that helps. You described your problem very well, btw.
Regards
Alan
next prev parent reply other threads:[~2008-10-31 13:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-31 13:08 Shivdas Gujare
2008-10-31 13:35 ` Alan Jenkins [this message]
2008-11-01 4:25 ` [beagleboard] " Ming Lei
2008-11-03 21:04 ` Tony Lindgren
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=490B0987.2050801@tuffmail.co.uk \
--to=alan-jenkins@tuffmail.co.uk \
--cc=beagleboard@googlegroups.com \
--cc=linux-kernel@vger.kernel.org \
--cc=shivdas.tech@gmail.com \
--subject='Re: Diff between Linux-2.6.27-omap1-dirty and Linux-2.6.27-omap1 ?' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).