From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gatekeeper.deccanetworld.com (mail.deccanetworld.com [203.196.146.50]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 98C172BDB5 for ; Tue, 28 Dec 2004 16:57:38 +1100 (EST) Received: from gatekeeper.deccanetworld.com (localhost [127.0.0.1]) by gatekeeper.deccanetworld.com (8.12.2/8.12.2/SuSE Linux 0.6) with ESMTP id iBS5jJbJ027043 for ; Tue, 28 Dec 2004 11:15:19 +0530 Received: from mail.deccanetworld.com (server.deccanetworld.com [192.168.1.32]) by gatekeeper.deccanetworld.com (8.12.2/8.12.2/SuSE Linux 0.6) with ESMTP id iBS5jFRq026687 for ; Tue, 28 Dec 2004 11:15:17 +0530 Received: (from root@localhost) by mail.deccanetworld.com (8.11.0/8.11.0) id iBS6Db814672 for linuxppc-embedded@ozlabs.org; Tue, 28 Dec 2004 11:43:37 +0530 Received: from bgcw301 ([10.203.105.18]) by mail.deccanetworld.com (8.11.0/8.11.0) with ESMTP id iBS6DaY14585 for ; Tue, 28 Dec 2004 11:43:36 +0530 From: "Srivatsan" To: Date: Tue, 28 Dec 2004 11:22:49 +0530 Message-ID: <000601c4eca1$786596f0$1269cb0a@bgcw301> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C4ECCF.92201CE0" Subject: Linux Kernel boot problem List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C4ECCF.92201CE0 Content-Type: text/plain; Content-Transfer-Encoding: 7bit Hi all, We are having a Rattler MPC8280 board. We are using Linux Kernel 2.4.21 and the configuration used for building the Linux Kernel is as given under. When the Kernel is booted, it prints the following Uncompressing Linux.......done Now booting the kernel The kernel hangs(or not detecting the console) after printing the above messages. Any pointers would be of great help to us. With thanks, C.R.Srivatsan CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_HAVE_DEC_LOCK=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y # CONFIG_ADVANCED_OPTIONS is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y # # Platform support # CONFIG_PPC=y CONFIG_PPC32=y CONFIG_6xx=y # CONFIG_40x is not set # CONFIG_440 is not set # CONFIG_POWER3 is not set # CONFIG_8xx is not set CONFIG_8260=y CONFIG_PPC_STD_MMU=y CONFIG_SERIAL_CONSOLE=y # CONFIG_ADS8260 is not set # CONFIG_EST8260 is not set # CONFIG_SBS8260 is not set # CONFIG_RPX6 is not set CONFIG_AM_RATTLER=y # CONFIG_TQM8260 is not set # CONFIG_WILLOW is not set # CONFIG_SMP is not set CONFIG_REDBOOT=y CONFIG_EMBEDDEDBOOT=y # # General setup # # CONFIG_HIGHMEM is not set # CONFIG_ISA is not set # CONFIG_EISA is not set # CONFIG_SBUS is not set # CONFIG_MCA is not set # CONFIG_PCI is not set # CONFIG_8260_PCI9 is not set # CONFIG_PC_KEYBOARD is not set CONFIG_NET=y # CONFIG_SYSCTL is not set # CONFIG_SYSVIPC is not set # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_KCORE_ELF is not set # CONFIG_BINFMT_ELF is not set # CONFIG_KERNEL_ELF is not set # CONFIG_BINFMT_MISC is not set # CONFIG_HOTPLUG is not set # CONFIG_PCMCIA is not set # # Memory Technology Devices (MTD) # CONFIG_MTD=y # CONFIG_MTD_DEBUG is not set CONFIG_MTD_PARTITIONS=y CONFIG_MTD_CONCAT=y # CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_CMDLINE_PARTS is not set CONFIG_MTD_CHAR=y CONFIG_MTD_BLOCK=y # CONFIG_FTL is not set # CONFIG_NFTL is not set # Block devices # # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_CISS_SCSI_TAPE is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_LOOP is not set # CONFIG_BLK_DEV_NBD is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=4096 # CONFIG_BLK_DEV_INITRD is not set # CONFIG_BLK_STATS is not set # # Networking options # # CONFIG_PACKET is not set # CONFIG_NETLINK_DEV is not set # CONFIG_NETFILTER is not set # CONFIG_FILTER is not set CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_PNP=y # CONFIG_IP_PNP_DHCP is not set CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set # CONFIG_INET_ECN is not set CONFIG_SYN_COOKIES=y # CONFIG_IPV6 is not set # CONFIG_KHTTPD is not set # CONFIG_ATM is not set # CONFIG_VLAN_8021Q is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # # Network device support # CONFIG_NETDEVICES=y # # Ethernet (10 or 100Mbit) # CONFIG_NET_ETHERNET=y # CONFIG_MACE is not set # CONFIG_BMAC is not set # CONFIG_GMAC is not set # CONFIG_SUNLANCE is not set # CONFIG_SUNBMAC is not set # CONFIG_SUNQE is not set # CONFIG_SUNGEM is not set # CONFIG_NET_VENDOR_3COM is not set # CONFIG_LANCE is not set # CONFIG_NET_VENDOR_SMC is not set # CONFIG_NET_VENDOR_RACAL is not set # CONFIG_NET_ISA is not set # CONFIG_NET_PCI is not set # CONFIG_NET_POCKET is not set # # File systems # # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_REISERFS_FS is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_ADFS_FS is not set # CONFIG_ADFS_FS_RW is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set # CONFIG_EXT3_FS is not set # CONFIG_JBD is not set # CONFIG_JBD_DEBUG is not set # CONFIG_FAT_FS is not set # CONFIG_MSDOS_FS is not set # CONFIG_UMSDOS_FS is not set # CONFIG_VFAT_FS is not set # CONFIG_EFS_FS is not set CONFIG_JFFS_FS=y CONFIG_JFFS_FS_VERBOSE=0 # CONFIG_JFFS_PROC_FS is not set CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_CRAMFS is not set CONFIG_TMPFS=y CONFIG_RAMFS=y # CONFIG_ISO9660_FS is not set # CONFIG_JOLIET is not set # CONFIG_ZISOFS is not set # CONFIG_JFS_FS is not set # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_STATISTICS is not set # CONFIG_MINIX_FS is not set # CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_HPFS_FS is not set CONFIG_PROC_FS=y # CONFIG_DEVFS_FS is not set # CONFIG_DEVFS_MOUNT is not set # CONFIG_DEVFS_DEBUG is not set # CONFIG_DEVPTS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_QNX4FS_RW is not set # CONFIG_ROMFS_FS is not set CONFIG_EXT2_FS=y # CONFIG_SYSV_FS is not set # CONFIG_UDF_FS is not set # CONFIG_UDF_RW is not set # CONFIG_UFS_FS is not set # CONFIG_UFS_FS_WRITE is not set # # Network File Systems # # CONFIG_CODA_FS is not set # CONFIG_INTERMEZZO_FS is not set CONFIG_NFS_FS=y # CONFIG_NFS_V3 is not set CONFIG_ROOT_NFS=y # CONFIG_NFSD is not set # CONFIG_NFSD_V3 is not set # CONFIG_NFSD_TCP is not set # CONFIG_SUNRPC is not set # CONFIG_LOCKD is not set # CONFIG_SMB_FS is not set # CONFIG_NCP_FS is not set # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set # CONFIG_NCPFS_STRONG is not set # CONFIG_NCPFS_NFS_NS is not set # CONFIG_NCPFS_OS2_NS is not set # CONFIG_NCPFS_SMALLDOS is not set # CONFIG_NCPFS_NLS is not set # CONFIG_NCPFS_EXTRAS is not set # CONFIG_ZISOFS_FS is not set # # MPC8260 CPM Options # CONFIG_SCC_CONSOLE=y # CONFIG_SCC_ENET is not set CONFIG_FEC_ENET=y CONFIG_FCC1_ENET=y CONFIG_FCC2_ENET=y # CONFIG_FCC3_ENET is not set # CONFIG_USE_MDIO is not set # # Library routines # CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y ********************************DISCLAIMER********************************** This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege of Deccanet Designs Ltd. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from retaining, using, copying, altering or disclosing the contents of this message. **************************************************************************** ------=_NextPart_000_0007_01C4ECCF.92201CE0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi all,

 

    We are having a = Rattler MPC8280 board. We are using Linux Kernel 2.4.21 and the configuration used for = building the Linux Kernel is as given under.

 

When the Kernel is booted, = it prints the following

Uncompressing = Linux.......done

Now booting the = kernel

 

The kernel hangs(or not = detecting the console) after printing the above messages. Any pointers would be of = great help to us.

 

With = thanks,

C.R.Srivatsan

 

CONFIG_RWSEM_XCHGADD_ALGORI= THM=3Dy

CONFIG_HAVE_DEC_LOCK=3Dy

 

#<= /b>

# Code maturity level = options

#<= /b>

CONFIG_EXPERIMENTAL=3Dy

# CONFIG_ADVANCED_OPTIONS = is not set

 

#<= /b>

# Loadable module = support

#<= /b>

CONFIG_MODULES=3Dy

CONFIG_MODVERSIONS=3Dy=

CONFIG_KMOD=3Dy<= /span>

 

#<= /b>

# Platform = support

#<= /b>

CONFIG_PPC=3Dy

CONFIG_PPC32=3Dy=

CONFIG_6xx=3Dy

# CONFIG_40x is not = set

# CONFIG_440 is not = set

# CONFIG_POWER3 is not = set

# CONFIG_8xx is not = set

CONFIG_8260=3Dy<= /span>

CONFIG_PPC_STD_MMU=3Dy=

CONFIG_SERIAL_CONSOLE=3Dy

# CONFIG_ADS8260 is not = set

# CONFIG_EST8260 is not = set

# CONFIG_SBS8260 is not = set

# CONFIG_RPX6 is not = set

CONFIG_AM_RATTLER=3Dy<= /o:p>

# CONFIG_TQM8260 is not = set

# CONFIG_WILLOW is not = set

# CONFIG_SMP is not = set

CONFIG_REDBOOT=3Dy

CONFIG_EMBEDDEDBOOT=3Dy

 

#<= /b>

# General = setup

#<= /b>

# CONFIG_HIGHMEM is not = set

# CONFIG_ISA is not = set

# CONFIG_EISA is not = set

# CONFIG_SBUS is not = set

# CONFIG_MCA is not = set

# CONFIG_PCI is not = set

# CONFIG_8260_PCI9 is not = set

# CONFIG_PC_KEYBOARD is = not set

CONFIG_NET=3Dy

# CONFIG_SYSCTL is not = set

# CONFIG_SYSVIPC is not = set

# CONFIG_BSD_PROCESS_ACCT = is not set

# = CONFIG_KCORE_EL= F is not set

# CONFIG_BINFMT_ELF is not = set

# CONFIG_KERNEL_ELF is not = set

# CONFIG_BINFMT_MISC is = not set

# CONFIG_HOTPLUG is not = set

# CONFIG_PCMCIA is not = set

 

#<= /b>

# Memory Technology = Devices (MTD)

#<= /b>

CONFIG_MTD=3Dy

# CONFIG_MTD_DEBUG is not = set

CONFIG_MTD_PARTITIONS=3Dy

CONFIG_MTD_CONCAT=3Dy<= /o:p>

# CONFIG_MTD_REDBOOT_PARTS = is not set

# CONFIG_MTD_CMDLINE_PARTS = is not set

CONFIG_MTD_CHAR=3Dy

CONFIG_MTD_BLOCK=3Dy

# CONFIG_FTL is not = set

# CONFIG_NFTL is not = set

 

# Block = devices

#<= /b>

# CONFIG_BLK_DEV_FD is not = set

# CONFIG_BLK_DEV_XD is not = set

# CONFIG_PARIDE is not = set

# CONFIG_BLK_CPQ_DA is not = set

# CONFIG_BLK_CPQ_CISS_DA = is not set

# CONFIG_CISS_SCSI_TAPE is = not set

# CONFIG_BLK_DEV_DAC960 is = not set

# CONFIG_BLK_DEV_UMEM is = not set

# CONFIG_BLK_DEV_LOOP is = not set

# CONFIG_BLK_DEV_NBD is = not set

CONFIG_BLK_DEV_RAM=3Dy=

CONFIG_BLK_DEV_RAM_SIZE=3D4= 096

# CONFIG_BLK_DEV_INITRD is = not set

# CONFIG_BLK_STATS is not = set

 

#<= /b>

# Networking = options

#<= /b>

# CONFIG_PACKET is not = set

# CONFIG_NETLINK_DEV is = not set

# CONFIG_NETFILTER is not = set

# CONFIG_FILTER is not = set

CONFIG_UNIX=3Dy<= /span>

CONFIG_INET=3Dy<= /span>

CONFIG_IP_MULTICAST=3Dy

# = CONFIG_IP_ADVANCED_ROUTER is not set

CONFIG_IP_PNP=3Dy

# CONFIG_IP_PNP_DHCP is = not set

CONFIG_IP_PNP_BOOTP=3Dy

CONFIG_IP_PNP_RARP=3Dy=

# CONFIG_NET_IPIP is not = set

# CONFIG_NET_IPGRE is not = set

# CONFIG_IP_MROUTE is not = set

# CONFIG_ARPD is not = set

# CONFIG_INET_ECN is not = set

CONFIG_SYN_COOKIES=3Dy=

# CONFIG_IPV6 is not = set

# CONFIG_KHTTPD is not = set

# CONFIG_ATM is not = set

# CONFIG_VLAN_8021Q is not = set

# CONFIG_IPX is not = set

# CONFIG_ATALK is not = set

 

#<= /b>

# Network device = support

#<= /b>

CONFIG_NETDEVICES=3Dy<= /o:p>

 

#<= /b>

# Ethernet (10 or = 100Mbit)

#<= /b>

CONFIG_NET_ETHERNET=3Dy

# CONFIG_MACE is not = set

# CONFIG_BMAC is not = set

# CONFIG_GMAC is not = set

# CONFIG_SUNLANCE is not = set

# CONFIG_SUNBMAC is not = set

# CONFIG_SUNQE is not = set

# CONFIG_SUNGEM is not = set

# CONFIG_NET_VENDOR_3COM = is not set

# CONFIG_LANCE is not = set

# CONFIG_NET_VENDOR_SMC is = not set

# CONFIG_NET_VENDOR_RACAL = is not set

# CONFIG_NET_ISA is not = set

# CONFIG_NET_PCI is not = set

# CONFIG_NET_POCKET is not = set

 

#<= /b>

# File = systems

#<= /b>

# CONFIG_QUOTA is not = set

# CONFIG_AUTOFS_FS is not = set

# CONFIG_AUTOFS4_FS is not = set

# CONFIG_REISERFS_FS is = not set

# CONFIG_REISERFS_CHECK is = not set

# = CONFIG_REISERFS_PROC_INFO is not set

# CONFIG_ADFS_FS is not = set

# CONFIG_ADFS_FS_RW is not = set

# CONFIG_AFFS_FS is not = set

# CONFIG_HFS_FS is not = set

# CONFIG_BEFS_FS is not = set

# CONFIG_BEFS_DEBUG is not = set

# CONFIG_BFS_FS is not = set

# CONFIG_EXT3_FS is not = set

# CONFIG_JBD is not = set

# CONFIG_JBD_DEBUG is not = set

# CONFIG_FAT_FS is not = set

# CONFIG_MSDOS_FS is not = set

# CONFIG_UMSDOS_FS is not = set

# CONFIG_VFAT_FS is not = set

# CONFIG_EFS_FS is not = set

CONFIG_JFFS_FS=3Dy

CONFIG_JFFS_FS_VERBOSE=3D0<= o:p>

# CONFIG_JFFS_PROC_FS is = not set

CONFIG_JFFS2_FS=3Dy

CONFIG_JFFS2_FS_DEBUG=3D0

# CONFIG_CRAMFS is not = set

CONFIG_TMPFS=3Dy=

CONFIG_RAMFS=3Dy=

# CONFIG_ISO9660_FS is not = set

# CONFIG_JOLIET is not = set

# CONFIG_ZISOFS is not = set

# CONFIG_JFS_FS is not = set

# CONFIG_JFS_DEBUG is not = set

# CONFIG_JFS_STATISTICS is = not set

# CONFIG_MINIX_FS is not = set

# CONFIG_VXFS_FS is not = set

# CONFIG_NTFS_FS is not = set

# CONFIG_NTFS_RW is not = set

# CONFIG_HPFS_FS is not = set

CONFIG_PROC_FS=3Dy

# CONFIG_DEVFS_FS is not = set

# CONFIG_DEVFS_MOUNT is = not set

# CONFIG_DEVFS_DEBUG is = not set

# CONFIG_DEVPTS_FS is not = set

# CONFIG_QNX4FS_FS is not = set

# CONFIG_QNX4FS_RW is not = set

# CONFIG_ROMFS_FS is not = set

CONFIG_EXT2_FS=3Dy

# CONFIG_SYSV_FS is not = set

# CONFIG_UDF_FS is not = set

# CONFIG_UDF_RW is not = set

# CONFIG_UFS_FS is not = set

# CONFIG_UFS_FS_WRITE is = not set

 

#<= /b>

# Network File = Systems

#<= /b>

# CONFIG_CODA_FS is not = set

# CONFIG_INTERMEZZO_FS is = not set

CONFIG_NFS_FS=3Dy

# CONFIG_NFS_V3 is not = set

CONFIG_ROOT_NFS=3Dy

# CONFIG_NFSD is not = set

# CONFIG_NFSD_V3 is not = set

# CONFIG_NFSD_TCP is not = set

# CONFIG_SUNRPC is not = set

# CONFIG_LOCKD is not = set

# CONFIG_SMB_FS is not = set

# CONFIG_NCP_FS is not = set

# = CONFIG_NCPFS_PACKET_SIGNING is not set

# = CONFIG_NCPFS_IOCTL_LOCKING is not set

# CONFIG_NCPFS_STRONG is = not set

# CONFIG_NCPFS_NFS_NS is = not set

# CONFIG_NCPFS_OS2_NS is = not set

# CONFIG_NCPFS_SMALLDOS is = not set

# CONFIG_NCPFS_NLS is not = set

# CONFIG_NCPFS_EXTRAS is = not set

# CONFIG_ZISOFS_FS is not = set

 

#<= /b>

# MPC8260 CPM = Options

#<= /b>

CONFIG_SCC_CONSOLE=3Dy=

# CONFIG_SCC_ENET is not = set

CONFIG_FEC_ENET=3Dy

CONFIG_FCC1_ENET=3Dy

CONFIG_FCC2_ENET=3Dy

# CONFIG_FCC3_ENET is not = set

# CONFIG_USE_MDIO is not = set

 

#<= /b>

# Library = routines

#<= /b>

CONFIG_ZLIB_INFLATE=3Dy

CONFIG_ZLIB_DEFLATE=3Dy

 

 


********************************DISCLAIMER**********************************

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege of Deccanet Designs Ltd.
If you have received this message in error, please notify the originator
immediately. If you are not the intended recipient, you are notified that
you are strictly prohibited from retaining, using, copying, altering or
disclosing the contents of this message.

****************************************************************************
------=_NextPart_000_0007_01C4ECCF.92201CE0--