Subject: KERNEL_BASE_VIRT & KERNEL_BASE_PHYS
To: None <port-arm@netbsd.org>
From: None <Lin.Colin@iac.com.tw>
List: port-arm
Date: 04/27/2004 09:55:06
=20

Hi there,

I have a problem about kernel loading address.

In my board, the dram starts at 0x10000000.

KERNEL_BASE_PHYS is set to 0x10200000 and KERNEL_BASE_VIRT is set to =
0xc0200000.

When the compiled kernel, which is of ELF format, is loaded by ICE, ICE =
tries to put it to 0xc0200000 and then it produces an error because dram =
isn=A1=A6t there.

What=A1=A6s wrong with my KERNEL_BASE_PHYS & KERNEL_BASE_VIRT setting?

=20

Thanks and regards,

Colin

=20

=20

=20