kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: Richard <richard_siegfried@systemli.org>
To: kernelnewbies@kernelnewbies.org
Subject: Re: uboot and kernel entry point, load address for booting kernel from FIT image
Date: Fri, 12 Apr 2024 17:49:38 +0200	[thread overview]
Message-ID: <8d8f45e0-f39f-4069-aaed-0ad14f970568@systemli.org> (raw)
In-Reply-To: <12501712928691@mail.yandex.ru>

Hi,

System.map will not help you there, it is a map of all the Symbols (var 
and function names) inside the kernel, and mostly necesarry for debug 
output.

Ich think the load address you mean is dependent on your hardware and 
CPU, you should find it in board documentation. In general "Mastering 
Embedded Linux Programming" (forgot author but it's from Packt) is a 
good book on such things

-- Richard

On 12/04/2024 15:53, Lev Olshvang wrote:
> Hi list,
> uboot requires that  kernel entry point and  load address be specified 
> at FIT spec
> I thought this indo Should be sowewher in System.map
> Can u help me how to find entry point in System.map or perhaps I 
> vmllinux file?
> ThanX
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

      reply	other threads:[~2024-04-12 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-12 13:53 uboot and kernel entry point, load address for booting kernel from FIT image Lev Olshvang
2024-04-12 15:49 ` Richard [this message]

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=8d8f45e0-f39f-4069-aaed-0ad14f970568@systemli.org \
    --to=richard_siegfried@systemli.org \
    --cc=kernelnewbies@kernelnewbies.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 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).