public inbox for kernelnewbies@kernelnewbies.org
 help / color / mirror / Atom feed
* uboot and kernel entry point, load address for booting kernel from FIT image
@ 2024-04-12 13:53 Lev Olshvang
  2024-04-12 15:49 ` Richard
  0 siblings, 1 reply; 2+ messages in thread
From: Lev Olshvang @ 2024-04-12 13:53 UTC (permalink / raw)
  To: kernelnewbies

[-- Attachment #1: Type: text/html, Size: 324 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

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

* Re: uboot and kernel entry point, load address for booting kernel from FIT image
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Richard @ 2024-04-12 15:49 UTC (permalink / raw)
  To: kernelnewbies

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

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

end of thread, other threads:[~2024-04-12 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox