
6 Aug
2007
6 Aug
'07
8:41 a.m.
In message fa686aa40708052232w52f693d9o2a92ecdab67b3833@mail.gmail.com you wrote:
Wherever you want to load it. u-boot will relocate it to the correct location after uncompressing the kernel uImage file.
Strictly speaking, U-boot *copies* the kernel to the correct address ("relocate" has a somewhat different meaning); also, it does so *while* uncompressing it, not after.
So, when booting your Linux kernel that was built with ARCH=powerpc, you should pass three parameters to the bootm command.
- address of the kernel
- address of the (or '-' if you don't have one)
... address of the initial ramdisk image (or ...
- address of the device tree
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"We all agree on the necessity of compromise. We just can't agree on
when it's necessary to compromise."
- Larry Wall in 1991Nov13.194420.28091@netlabs.com