2 Jun 2006 14:43
arm nfs boot uvm_fail error
FengXiagen <at> Kobe <hyou-kxc <at> cnt.necst.nec.co.jp>
2006-06-02 12:43:32 GMT
2006-06-02 12:43:32 GMT
Hi,everyone. I am trying to boot MPCore EB which has 4 arm core from nfs root file system. That is to say I want to boot this arm board diskless. The nfs root file system sucessfully booted the Armadillo-9 Board, So the root file system and the configuration is ok for the evbarm platform. But MPCore EB fail to boot from this nfs server. We try to boot the MPCore in the following steps: 1.Download the nfs netbsd image to the MPCore board by RealView ICE to 0x00200000 2.go 0x00200000 3.The NIC is working and sending the nfs request to the nfs server(We verify it by using tcpdump to watch the nfs packets) 4.The kernel goes wrong at sys/kern/kern_exec.c execve1 function with path="/sbin/init" The error message is "uvm_fail (0xc28a8ee0, bffff000, 1)" We have trace to the following line that invoke this error "vm = p->p_vmspace;" The Context of this line is as following(Our source is based on 3.99.17): 627 /* 628 * Do whatever is necessary to prepare the address space 629 * for remapping. Note that this might replace the current 630 * vmspace with another! 631 */(Continue reading)
RSS Feed