<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><P>Hi All,</P><P>I am currently attempting to get the 2.6 Linux Kernel ( Sylvain's&nbsp;Kernel from <A href="http://gitbits.246tNt.com/gitbits/linux-2.6-mpc52xx.git" target=blank>http://gitbits.246tNt.com/gitbits/linux-2.6-mpc52xx.git</A>) &nbsp;booting over NFS on a Freescale LITE5200 board.&nbsp; At present, I have been able to successfully mount the rootfs over NFS, but am encountering the following issue... </P><P>After the kernel frees the unused memory after the NFS mount, I get a string of </P><P><FONT face="Courier New">request_module: runaway loop modprobe binfmt-4c46</FONT></P><P><FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif">errors and the console appears to hang.&nbsp; Any help would be greatly appreciated!</FONT></P><P>A copy of the bootlog follows.</P><P>&nbsp;</P><P><FONT face="Default Monospace,Courier New,Courier,monospace">U-Boot 1.1.4 (May 1 2006 - 10:27:04)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">CPU: MPC5200 v1.2 at 396 MHz</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Bus 132 MHz, IPB 66 MHz, PCI 33 MHz</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Board: Motorola MPC5200 (IceCube)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">I2C: 85 kHz, ready</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">DRAM: 64 MB</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">FLASH: 16 MB</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">PCI: Bus Dev VenId DevId Class Int</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">00 1a 1057 5803 0680 00</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">In: serial</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Out: serial</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Err: serial</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Net: FEC ETHERNET</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">IDE: Bus 0: not available </FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Autostarting... Press any key to abort...</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Hit any key to stop autoboot: 5 4 3 2 1 0</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Using FEC ETHERNET device</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">TFTP from server 192.168.0.39; our IP address is 192.168.0.50</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Filename '/tftpboot/MPC5200_2_6/uImage'.</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Load address: 0x200000</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Loading: *#################################################################</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">#################################################################</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">#################################################################</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">##############################################################</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">done</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Bytes transferred = 1314615 (140f37 hex)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">ethaddr=00:04:9F:00:01:02</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">hostname=mpc5200</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">flash_jffs2=run jffs2args;bootm ${kernel_addr}</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">bootdelay=5</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">baudrate=115200</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">preboot=echo;echo Autostarting... Press any key to abort...;echo</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">autoload=no</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">ethact=FEC ETHERNET</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">ramargs=setenv bootargs root=/dev/ram rw</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">jffs2args=setenv bootargs root=/dev/mtdblock0 rw rootfstype=jffs2</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">flash_nfs=run nfsargs addip;bootm $(kernel_addr)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">flash_self=run ramargs addip;bootm $(kernel_addr) $(ramdisk_addr)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">netdev=eth0</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">kernel_addr=ffd00000</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">bootcmd=run net_nfs</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">net_nfs=tftp 200000 $(bootfile);run nfsargs addip;printenv;bootm</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):$(netdev):off panic=5</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">flash_jff2=run jffs2args; bootm $(kernel_addr)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">bootfile=/tftpboot/MPC5200_2_6/uImage</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">root_path=/tftpboot/MPC5200_2_6/rootfs</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">nfsargs=setenv bootargs console=ttyPSC0,115200 root=/dev/nfs rw nfsroot=$(serverip):$(root_path)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">stdin=serial</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">stdout=serial</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">stderr=serial</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">filesize=140f37</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">fileaddr=200000</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">netmask=255.255.255.0</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">ipaddr=192.168.0.50</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">serverip=192.168.0.39</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">bootargs=console=ttyPSC0,115200 root=/dev/nfs rw nfsroot=192.168.0.39:/tftpboot/MPC5200_2_6/rootfs ip=192.168.0.50:192.168.0.39::255.255.255.0:mpc5200:eth0:off panic=5</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Environment size: 1198/65532 bytes</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">## Booting image at 00200000 ...</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Image Name: Linux-2.6.16-mpc52xx-ga8651bf3-d</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Created: 2006-07-07 20:56:15 UTC</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Image Type: PowerPC Linux Kernel Image (gzip compressed)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Data Size: 1314551 Bytes = 1.3 MB</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Load Address: 00000000</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Entry Point: 00000000</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Verifying Checksum ... OK</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Uncompressing Kernel Image ... OK</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">id mach(): done</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">MMU:enter</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">MMU:hw init</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">MMU:mapin</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">MMU:setio</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">MMU:exit</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">setup_arch: enter</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">setup_arch: bootmem</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">arch: exit</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Linux version 2.6.16-mpc52xx-ga8651bf3-dirty (gturnock@localhost.localdomain) (gcc version 4.0.0 (DENX ELDK 4.0 4.0.0)) #4 Fri Jul 7 16:56:01 EDT 2006</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Built 1 zonelists</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Kernel command line: console=ttyPSC0,115200 root=/dev/nfs rw nfsroot=192.168.0.39:/tftpboot/MPC5200_2_6/rootfs ip=192.168.0.50:192.168.0.39::255.255.255.0:mpc5200:eth0:off panic=5</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">PID hash table entries: 512 (order: 9, 8192 bytes)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Console: colour dummy device 80x25</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Memory: 62080k available (2052k kernel code, 608k data, 104k init, 0k highmem)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Mount-cache hash table entries: 512</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">NET: Registered protocol family 16</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace"></FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">PCI: Probing PCI hardware</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">DMA: MPC52xx BestComm driver</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">MPC52xx BestComm inited</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Generic PHY: Registered new driver</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">JFS: nTxBlock = 485, nTxLock = 3883</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Initializing Cryptographic API</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">io scheduler noop registered</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">io scheduler anticipatory registered (default)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">io scheduler deadline registered</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">io scheduler cfq registered</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Serial: MPC52xx PSC driver</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">ttyPSC0 at MMIO 0xf0002000 (irq = 40) is a MPC52xx PSC</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">nbd: registered device at major 43</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">LXT970: Registered new driver</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">LXT971: Registered new driver</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">eth0: Phy @ 0x0, type LXT971 (0x001378e2)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">mice: PS/2 mouse device common for all mice</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">NET: Registered protocol family 2</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">IP route cache hash table entries: 1024 (order: 0, 4096 bytes)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">TCP established hash table entries: 4096 (order: 2, 16384 bytes)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">TCP bind hash table entries: 4096 (order: 2, 16384 bytes)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">TCP: Hash tables configured (established 4096 bind 4096)</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">TCP reno registered</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">TCP bic registered</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">NET: Registered protocol family 10</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">IPv6 over IPv4 tunneling driver</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">eth0: config: auto-negotiation on, 100HDX, 10HDX.</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">IP-Config: Complete:</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">device=eth0, addr=192.168.0.50, mask=255.255.255.0, gw=255.255.255.255,</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">host=mpc5200, domain=, nis-domain=(none),</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">bootserver=192.168.0.39, rootserver=192.168.0.39, rootpath=</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Looking up port of RPC 100003/2 on 192.168.0.39</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Looking up port of RPC 100005/1 on 192.168.0.39</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">VFS: Mounted root (nfs filesystem).</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">Freeing unused kernel memory: 104k init</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">request_module: runaway loop modprobe binfmt-4c46</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">request_module: runaway loop modprobe binfmt-4c46</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">request_module: runaway loop modprobe binfmt-4c46</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">request_module: runaway loop modprobe binfmt-4c46</FONT></P><P><FONT face="Default Monospace,Courier New,Courier,monospace">request_module: runaway loop modprobe binfmt-4c46</FONT></P><P>&nbsp;</P><P>Any assistance would be greatly appreciated</P><P>Glenn</P><DIV><BR></DIV><DIV>----------------------------------------------<BR>Glenn Turnock<BR>Software Engineer<BR>MarkIV Industries - IVHS Division<BR>6020 Ambler Drive<BR>Mississauga, Ontario<BR>Canada <BR>L4W 2P1<BR><BR>Tel: 905-624-3025 x1295<BR>Fax: 905-624-4572<BR><BR><A href="mailto:gturnock@ivhs.com" target=blank >gturnock@ivhs.com</A><BR></DIV></FONT>