Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: panic: pmap_map_chunk: no L2 table for VA 0xc0400000



>> panic: pmap_map_chunk: no L2 table for VA 0xc0400000 

This panic is kernel virtual address mismatch. You need to rewrite the
following to the same values.

<sys/arch/evbarm/include/vmparam.h>
#ifdef KERNEL_BASE_EXT
#define KERNEL_BASE             KERNEL_BASE_EXT
#else
#define KERNEL_BASE             0x80000000
#endif

<sys/arch/evbarm/conf/mk.nslu2>
KERNEL_BASE_VIRT=0xc0200000


Home | Main Index | Thread Index | Old Index