Swapnil Ashok Narkhede
2005-09-19 16:34:06 UTC
Hi,
I am working on porting U-boot on pxa255.
I have ported u-boot sucessfully and now
i have to get the OS runing on the board.
I am loading the U-Image at 0xa0800000
and then i execute command
bootm 0xa0800000.
After this i get the following output
o/p>>>
SWAP$ bootm 0xa0800000
## Booting image at a0800000 ...
Image Name: Linux Kernel Image
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 771905 Bytes = 753.8 kB
Load Address: a0800000
Entry Point: a0800000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
o/p<<
As per the feedback from u-boot mailing list
i understand that the load address and entry point address
are not specified properly.
As per the information i gathered
How do i understand what should be the load address and entry point address
for the OS(U-IMAGE).
Help me resolve this error.
Regards,
Swapnil Narkhede
Mob:- 0432025023
Email:- ***@student.rmit.edu.au
School of Computer Science and Information Technology
RMIT University, Melbourne
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
I am working on porting U-boot on pxa255.
I have ported u-boot sucessfully and now
i have to get the OS runing on the board.
I am loading the U-Image at 0xa0800000
and then i execute command
bootm 0xa0800000.
After this i get the following output
o/p>>>
SWAP$ bootm 0xa0800000
## Booting image at a0800000 ...
Image Name: Linux Kernel Image
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 771905 Bytes = 753.8 kB
Load Address: a0800000
Entry Point: a0800000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
o/p<<
As per the feedback from u-boot mailing list
i understand that the load address and entry point address
are not specified properly.
As per the information i gathered
So how do i look up for the proper load address and entry point
address.
How do i define a memory map and configure the linux kernel to use it.address.
You cannot "look it up". You define a memory map for your system. You
configure the Linux kernel according to this memory map. You enter
the corresponding values for load address and antry point when
running the mkimage tool. Then you add at least 2 MB (better a bit
more) to your load address and use this as download address in
U-Boot.
configure the Linux kernel according to this memory map. You enter
the corresponding values for load address and antry point when
running the mkimage tool. Then you add at least 2 MB (better a bit
more) to your load address and use this as download address in
U-Boot.
How do i understand what should be the load address and entry point address
for the OS(U-IMAGE).
Help me resolve this error.
Regards,
Swapnil Narkhede
Mob:- 0432025023
Email:- ***@student.rmit.edu.au
School of Computer Science and Information Technology
RMIT University, Melbourne
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php