hello,
May be following link clear some doubts.
http://www.simtec.co.uk/products/SWLINUX/files/booting_article.pdf
thanks,
mitul modi
May be following link clear some doubts.
http://www.simtec.co.uk/products/SWLINUX/files/booting_article.pdf
thanks,
mitul modi
On Wed, Oct 8, 2008 at 10:53 AM, Roman Mashak <romez777@xxxxxxxxx> wrote:
Hello
2008/10/7 Mitul Modi <mituld.modi@xxxxxxxxx>:
> on which perticular board u r working on?This is ARM926EJ-S based board, by its hardware design close to
ARM/versatile, so took the latter to clone.
Sure, I checked; I understand that TEXT_BASE is related to the
> have you check the config.mk file in board/{board} specific folder.
>
> in this file you have to define TEXT_BASE which is the address to load the
> uboot.
ZRELADDR defined in $(linux)/arch/arm/boot/Makefile, which in turn is
equal to per-board value of 'zreladdr-y' set in
$(linux)/arch/arm/mach-<board>/Makefile.boot
So my questions were rather general:
- how is 'zreladdr-y' defined
- in what order bootloader, its parameters and kernel are following in memory.
I understand that specific addresses are board specific, but the
layout of images in memory should be always constant, isn't it?
--
Roman Mashak