Hi Alberto, thank you for the hint, but it does not help.
I just found out it must have something to do with the romfs I am using as the source for the initramfs. When I use the old initramfs-root-tree I used for the old uClinux-dist-test, the initramfs is correclty mounted. Very strange... Are there any strong size limitations? The romfs uses 1536kB, the older initramfs_test only 328kB, that is the most obvious difference. Regards, Wolfgang On Mon, Nov 26, 2007 at 12:33:13PM +0100, Juan Alberto Mu?oz Sus?n wrote: > Hi, > > I has a similar problem some time ago. Please, try to include > "rootfstype=romfs" in kernel command line (kernel hacking opcion of > menuconfig). > > Best regards > > Alberto > > El Lunes, 26 de Noviembre de 2007 11:39, Wolfgang Wegner escribió: > > Hi, > > > > for speeding up my debugging, I wanted to use an embedded initrd again > > (like I did with a quite ancient uClinux-dist-test), but I can not get > > it to work. > > > > All I get from the kernel is this: > > Creating 7 MTD partitions on "ASTRO5373LFlash": > > 0x00000000-0x02000000 : "Complete Flash" > > 0x00000000-0x00080000 : "bootloader" > > 0x00080000-0x00280000 : "kernel" > > 0x00280000-0x00540000 : "root" > > 0x00540000-0x00800000 : "FPGA" > > 0x00800000-0x01fc0000 : "data" > > 0x01fc0000-0x02000000 : "Parameters" > > i2c /dev entries driver > > TCP cubic registered > > NET: Registered protocol family 1 > > NET: Registered protocol family 17 > > VFS: Cannot open root device "<NULL>" or unknown-block(0,0) > > Please append a correct "root=" boot option; here are the available > > partitions: 1f00 32768 mtdblock0 (driver?) > > 1f01 512 mtdblock1 (driver?) > > 1f02 2048 mtdblock2 (driver?) > > 1f03 2816 mtdblock3 (driver?) > > 1f04 2816 mtdblock4 (driver?) > > 1f05 24320 mtdblock5 (driver?) > > 1f06 256 mtdblock6 (driver?) > > Kernel panic - not syncing: VFS: Unable to mount root fs on > > unknown-block(0,0) > > > > My config is below - if anybody could tell me what I am doing wrong, please > > give me a hint. > > > > BTW, is there any work going on to port the QSPI driver to the currently > > used linux-2.6.23-uc0 kernel? At the moment it does not compile... > > > > Best regards, > > Wolfgang > > > > # > > # Automatically generated make config: don't edit > > # Linux kernel version: 2.6.23-uc0 > > # > > CONFIG_M68K=y > > # CONFIG_MMU is not set > > # CONFIG_FPU is not set > > CONFIG_ZONE_DMA=y > > CONFIG_RWSEM_GENERIC_SPINLOCK=y > > # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set > > # CONFIG_ARCH_HAS_ILOG2_U32 is not set > > # CONFIG_ARCH_HAS_ILOG2_U64 is not set > > CONFIG_GENERIC_FIND_NEXT_BIT=y > > CONFIG_GENERIC_HWEIGHT=y > > CONFIG_GENERIC_HARDIRQS=y > > CONFIG_GENERIC_CALIBRATE_DELAY=y > > CONFIG_TIME_LOW_RES=y > > CONFIG_NO_IOPORT=y > > CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" > > > > # > > # General setup > > # > > CONFIG_EXPERIMENTAL=y > > CONFIG_BROKEN_ON_SMP=y > > CONFIG_INIT_ENV_ARG_LIMIT=32 > > CONFIG_LOCALVERSION="" > > CONFIG_LOCALVERSION_AUTO=y > > CONFIG_SYSVIPC=y > > CONFIG_SYSVIPC_SYSCTL=y > > # CONFIG_POSIX_MQUEUE is not set > > # CONFIG_BSD_PROCESS_ACCT is not set > > # CONFIG_TASKSTATS is not set > > # CONFIG_USER_NS is not set > > # CONFIG_AUDIT is not set > > # CONFIG_IKCONFIG is not set > > CONFIG_LOG_BUF_SHIFT=14 > > CONFIG_SYSFS_DEPRECATED=y > > # CONFIG_RELAY is not set > > CONFIG_BLK_DEV_INITRD=y > > CONFIG_INITRAMFS_SOURCE="../romfs" > > CONFIG_INITRAMFS_ROOT_UID=0 > > CONFIG_INITRAMFS_ROOT_GID=0 > > # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set > > CONFIG_SYSCTL=y > > CONFIG_EMBEDDED=y > > CONFIG_UID16=y > > CONFIG_SYSCTL_SYSCALL=y > > # CONFIG_KALLSYMS is not set > > # CONFIG_HOTPLUG is not set > > CONFIG_PRINTK=y > > CONFIG_BUG=y > > CONFIG_ELF_CORE=y > > CONFIG_BASE_FULL=y > > CONFIG_FUTEX=y > > CONFIG_ANON_INODES=y > > CONFIG_EPOLL=y > > CONFIG_SIGNALFD=y > > CONFIG_EVENTFD=y > > CONFIG_VM_EVENT_COUNTERS=y > > CONFIG_SLAB=y > > # CONFIG_SLUB is not set > > # CONFIG_SLOB is not set > > CONFIG_RT_MUTEXES=y > > CONFIG_TINY_SHMEM=y > > CONFIG_BASE_SMALL=0 > > CONFIG_MODULES=y > > # CONFIG_MODULE_UNLOAD is not set > > # CONFIG_MODVERSIONS is not set > > # CONFIG_MODULE_SRCVERSION_ALL is not set > > # CONFIG_KMOD is not set > > CONFIG_BLOCK=y > > # CONFIG_LBD is not set > > # CONFIG_BLK_DEV_IO_TRACE is not set > > # CONFIG_LSF is not set > > # CONFIG_BLK_DEV_BSG is not set > > > > # > > # IO Schedulers > > # > > CONFIG_IOSCHED_NOOP=y > > # CONFIG_IOSCHED_AS is not set > > # CONFIG_IOSCHED_DEADLINE is not set > > CONFIG_IOSCHED_CFQ=y > > # CONFIG_DEFAULT_AS is not set > > # CONFIG_DEFAULT_DEADLINE is not set > > CONFIG_DEFAULT_CFQ=y > > # CONFIG_DEFAULT_NOOP is not set > > CONFIG_DEFAULT_IOSCHED="cfq" > > > > # > > # Processor type and features > > # > > # CONFIG_M68328 is not set > > # CONFIG_M68EZ328 is not set > > # CONFIG_M68VZ328 is not set > > # CONFIG_M68360 is not set > > # CONFIG_M5206 is not set > > # CONFIG_M5206e is not set > > # CONFIG_M520x is not set > > # CONFIG_M523x is not set > > # CONFIG_M5249 is not set > > # CONFIG_M5271 is not set > > # CONFIG_M5272 is not set > > # CONFIG_M5275 is not set > > # CONFIG_M528x is not set > > # CONFIG_M5307 is not set > > CONFIG_M532x=y > > # CONFIG_M5407 is not set > > CONFIG_COLDFIRE=y > > CONFIG_CLOCK_SET=y > > CONFIG_CLOCK_FREQ=240000000 > > CONFIG_CLOCK_DIV=3 > > > > # > > # Platform > > # > > # CONFIG_M5329EVB is not set > > # CONFIG_COBRA5329 is not set > > CONFIG_4KSTACKS=y > > CONFIG_ASTRO5373L=y > > > > # > > # RAM configuration > > # > > CONFIG_RAMBASE=0x40000000 > > CONFIG_RAMSIZE=0x02000000 > > CONFIG_VECTORBASE=0x40000000 > > CONFIG_KERNELBASE=0x40020000 > > CONFIG_RAMAUTOBIT=y > > # CONFIG_RAM8BIT is not set > > # CONFIG_RAM16BIT is not set > > # CONFIG_RAM32BIT is not set > > > > # > > # ROM configuration > > # > > # CONFIG_ROM is not set > > CONFIG_RAMKERNEL=y > > # CONFIG_ROMKERNEL is not set > > CONFIG_SELECT_MEMORY_MODEL=y > > CONFIG_FLATMEM_MANUAL=y > > # CONFIG_DISCONTIGMEM_MANUAL is not set > > # CONFIG_SPARSEMEM_MANUAL is not set > > CONFIG_FLATMEM=y > > CONFIG_FLAT_NODE_MEM_MAP=y > > # CONFIG_SPARSEMEM_STATIC is not set > > CONFIG_SPLIT_PTLOCK_CPUS=4 > > # CONFIG_RESOURCES_64BIT is not set > > CONFIG_ZONE_DMA_FLAG=1 > > CONFIG_VIRT_TO_BUS=y > > CONFIG_ISA_DMA_API=y > > > > # > > # Bus options (PCI, PCMCIA, EISA, MCA, ISA) > > # > > # CONFIG_PCI is not set > > # CONFIG_ARCH_SUPPORTS_MSI is not set > > > > # > > # PCCARD (PCMCIA/CardBus) support > > # > > > > # > > # Executable file formats > > # > > CONFIG_BINFMT_FLAT=y > > # CONFIG_BINFMT_ZFLAT is not set > > # CONFIG_BINFMT_SHARED_FLAT is not set > > # CONFIG_BINFMT_AOUT is not set > > # CONFIG_BINFMT_MISC is not set > > > > # > > # Power management options > > # > > # CONFIG_PM is not set > > > > # > > # Networking > > # > > CONFIG_NET=y > > > > # > > # Networking options > > # > > CONFIG_PACKET=y > > # CONFIG_PACKET_MMAP is not set > > CONFIG_UNIX=y > > CONFIG_XFRM=y > > # CONFIG_XFRM_USER is not set > > # CONFIG_XFRM_SUB_POLICY is not set > > # CONFIG_XFRM_MIGRATE is not set > > # CONFIG_NET_KEY is not set > > CONFIG_INET=y > > # CONFIG_IP_MULTICAST is not set > > # CONFIG_IP_ADVANCED_ROUTER is not set > > CONFIG_IP_FIB_HASH=y > > # CONFIG_IP_PNP is not set > > # CONFIG_NET_IPIP is not set > > # CONFIG_NET_IPGRE is not set > > # CONFIG_ARPD is not set > > # CONFIG_SYN_COOKIES is not set > > # CONFIG_INET_AH is not set > > # CONFIG_INET_ESP is not set > > # CONFIG_INET_IPCOMP is not set > > # CONFIG_INET_XFRM_TUNNEL is not set > > # CONFIG_INET_TUNNEL is not set > > # CONFIG_IPSEC_NAT_TRAVERSAL is not set > > CONFIG_INET_XFRM_MODE_TRANSPORT=y > > CONFIG_INET_XFRM_MODE_TUNNEL=y > > CONFIG_INET_XFRM_MODE_BEET=y > > CONFIG_INET_DIAG=y > > CONFIG_INET_TCP_DIAG=y > > # CONFIG_TCP_CONG_ADVANCED is not set > > CONFIG_TCP_CONG_CUBIC=y > > CONFIG_DEFAULT_TCP_CONG="cubic" > > # CONFIG_TCP_MD5SIG is not set > > # CONFIG_IPV6 is not set > > # CONFIG_INET6_XFRM_TUNNEL is not set > > # CONFIG_INET6_TUNNEL is not set > > # CONFIG_NETWORK_SECMARK is not set > > # CONFIG_NETFILTER is not set > > # CONFIG_IP_DCCP is not set > > # CONFIG_IP_SCTP is not set > > # CONFIG_TIPC is not set > > # CONFIG_ATM is not set > > # CONFIG_BRIDGE is not set > > # CONFIG_VLAN_8021Q is not set > > # CONFIG_DECNET is not set > > # CONFIG_LLC2 is not set > > # CONFIG_IPX is not set > > # CONFIG_ATALK is not set > > # CONFIG_X25 is not set > > # CONFIG_LAPB is not set > > # CONFIG_ECONET is not set > > # CONFIG_WAN_ROUTER is not set > > > > # > > # QoS and/or fair queueing > > # > > # CONFIG_NET_SCHED is not set > > > > # > > # Network testing > > # > > # CONFIG_NET_PKTGEN is not set > > # CONFIG_HAMRADIO is not set > > # CONFIG_IRDA is not set > > # CONFIG_BT is not set > > # CONFIG_AF_RXRPC is not set > > # CONFIG_KLIPS is not set > > > > # > > # Wireless > > # > > # CONFIG_CFG80211 is not set > > # CONFIG_WIRELESS_EXT is not set > > # CONFIG_MAC80211 is not set > > # CONFIG_IEEE80211 is not set > > # CONFIG_RFKILL is not set > > # CONFIG_NET_9P is not set > > > > # > > # Device Drivers > > # > > > > # > > # Generic Driver Options > > # > > CONFIG_STANDALONE=y > > CONFIG_PREVENT_FIRMWARE_BUILD=y > > # CONFIG_SYS_HYPERVISOR is not set > > # CONFIG_CONNECTOR is not set > > CONFIG_MTD=y > > # CONFIG_MTD_DEBUG is not set > > # CONFIG_MTD_CONCAT is not set > > CONFIG_MTD_PARTITIONS=y > > # CONFIG_MTD_UCBOOTSTRAP_PARTS is not set > > # CONFIG_MTD_REDBOOT_PARTS is not set > > # CONFIG_MTD_CMDLINE_PARTS is not set > > > > # > > # User Modules And Translation Layers > > # > > CONFIG_MTD_CHAR=y > > CONFIG_MTD_BLKDEVS=y > > CONFIG_MTD_BLOCK=y > > # CONFIG_FTL is not set > > # CONFIG_NFTL is not set > > # CONFIG_INFTL is not set > > # CONFIG_RFD_FTL is not set > > # CONFIG_SSFDC is not set > > > > # > > # RAM/ROM/Flash chip drivers > > # > > CONFIG_MTD_CFI=y > > # CONFIG_MTD_JEDECPROBE is not set > > CONFIG_MTD_GEN_PROBE=y > > # CONFIG_MTD_CFI_ADV_OPTIONS is not set > > CONFIG_MTD_MAP_BANK_WIDTH_1=y > > CONFIG_MTD_MAP_BANK_WIDTH_2=y > > CONFIG_MTD_MAP_BANK_WIDTH_4=y > > # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set > > CONFIG_MTD_MAP_BANK_WIDTH_16=y > > # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set > > CONFIG_MTD_CFI_I1=y > > CONFIG_MTD_CFI_I2=y > > # CONFIG_MTD_CFI_I4 is not set > > # CONFIG_MTD_CFI_I8 is not set > > CONFIG_MTD_CFI_INTELEXT=y > > # CONFIG_MTD_CFI_AMDSTD is not set > > # CONFIG_MTD_CFI_STAA is not set > > CONFIG_MTD_CFI_UTIL=y > > CONFIG_MTD_RAM=y > > # CONFIG_MTD_EPCS is not set > > # CONFIG_MTD_ROM is not set > > # CONFIG_MTD_ABSENT is not set > > > > # > > # Mapping drivers for chip access > > # > > # CONFIG_MTD_COMPLEX_MAPPINGS is not set > > # CONFIG_MTD_PHYSMAP is not set > > # CONFIG_MTD_UCLINUX is not set > > # CONFIG_MTD_SNAPGEARuC is not set > > # CONFIG_MTD_M520x is not set > > # CONFIG_MTD_PLATRAM is not set > > # CONFIG_MTD_AVNET5282 is not set > > CONFIG_MTD_ASTRO5373L=y > > > > # > > # Self-contained MTD device drivers > > # > > # CONFIG_MTD_SLRAM is not set > > # CONFIG_MTD_PHRAM is not set > > # CONFIG_MTD_MTDRAM is not set > > # CONFIG_MTD_BLOCK2MTD is not set > > > > # > > # Disk-On-Chip Device Drivers > > # > > # CONFIG_MTD_DOC2000 is not set > > # CONFIG_MTD_DOC2001 is not set > > # CONFIG_MTD_DOC2001PLUS is not set > > # CONFIG_MTD_NAND is not set > > # CONFIG_MTD_ONENAND is not set > > > > # > > # UBI - Unsorted block images > > # > > # CONFIG_MTD_UBI is not set > > # CONFIG_PARPORT is not set > > CONFIG_BLK_DEV=y > > # CONFIG_BLK_DEV_COW_COMMON is not set > > CONFIG_BLK_DEV_LOOP=y > > # CONFIG_BLK_DEV_CRYPTOLOOP is not set > > CONFIG_BLK_DEV_NBD=y > > CONFIG_BLK_DEV_RAM=y > > CONFIG_BLK_DEV_RAM_COUNT=16 > > CONFIG_BLK_DEV_RAM_SIZE=4096 > > CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 > > # CONFIG_CDROM_PKTCDVD is not set > > # CONFIG_ATA_OVER_ETH is not set > > CONFIG_MISC_DEVICES=y > > # CONFIG_EEPROM_93CX6 is not set > > # CONFIG_IDE is not set > > > > # > > # SCSI device support > > # > > # CONFIG_RAID_ATTRS is not set > > # CONFIG_SCSI is not set > > # CONFIG_SCSI_DMA is not set > > # CONFIG_SCSI_NETLINK is not set > > # CONFIG_MD is not set > > CONFIG_NETDEVICES=y > > # CONFIG_NETDEVICES_MULTIQUEUE is not set > > # CONFIG_DUMMY is not set > > # CONFIG_BONDING is not set > > # CONFIG_MACVLAN is not set > > # CONFIG_EQUALIZER is not set > > # CONFIG_TUN is not set > > # CONFIG_NET_ETHERNET is not set > > # CONFIG_NETDEV_1000 is not set > > # CONFIG_NETDEV_10000 is not set > > > > # > > # Wireless LAN > > # > > # CONFIG_WLAN_PRE80211 is not set > > # CONFIG_WLAN_80211 is not set > > # CONFIG_WAN is not set > > # CONFIG_PPP is not set > > # CONFIG_SLIP is not set > > # CONFIG_SHAPER is not set > > # CONFIG_NETCONSOLE is not set > > # CONFIG_NETPOLL is not set > > # CONFIG_NET_POLL_CONTROLLER is not set > > # CONFIG_ISDN is not set > > # CONFIG_PHONE is not set > > > > # > > # Input device support > > # > > CONFIG_INPUT=y > > # CONFIG_INPUT_FF_MEMLESS is not set > > # CONFIG_INPUT_POLLDEV is not set > > > > # > > # Userland interfaces > > # > > # CONFIG_INPUT_MOUSEDEV is not set > > # CONFIG_INPUT_JOYDEV is not set > > # CONFIG_INPUT_TSDEV is not set > > CONFIG_INPUT_EVDEV=y > > # CONFIG_INPUT_EVBUG is not set > > > > # > > # Input Device Drivers > > # > > # CONFIG_INPUT_KEYBOARD is not set > > # CONFIG_INPUT_MOUSE is not set > > # CONFIG_INPUT_JOYSTICK is not set > > # CONFIG_INPUT_TABLET is not set > > # CONFIG_INPUT_TOUCHSCREEN is not set > > # CONFIG_INPUT_MISC is not set > > > > # > > # Hardware I/O ports > > # > > # CONFIG_SERIO is not set > > # CONFIG_GAMEPORT is not set > > > > # > > # Character devices > > # > > CONFIG_VT=y > > # CONFIG_VT_CONSOLE is not set > > CONFIG_HW_CONSOLE=y > > # CONFIG_VT_HW_CONSOLE_BINDING is not set > > # CONFIG_SERIAL_NONSTANDARD is not set > > # CONFIG_LEDMAN is not set > > # CONFIG_SNAPDOG is not set > > # CONFIG_FAST_TIMER is not set > > # CONFIG_RESETSWITCH is not set > > > > # > > # Serial drivers > > # > > # CONFIG_SERIAL_8250 is not set > > > > # > > # Non-8250 serial port support > > # > > CONFIG_SERIAL_COLDFIRE=y > > # CONFIG_SERIAL_MCF is not set > > # CONFIG_UNIX98_PTYS is not set > > CONFIG_LEGACY_PTYS=y > > CONFIG_LEGACY_PTY_COUNT=256 > > # CONFIG_IPMI_HANDLER is not set > > # CONFIG_WATCHDOG is not set > > # CONFIG_MCFWATCHDOG is not set > > CONFIG_HW_RANDOM=y > > # CONFIG_GEN_RTC is not set > > # CONFIG_R3964 is not set > > # CONFIG_RAW_DRIVER is not set > > # CONFIG_TCG_TPM is not set > > # CONFIG_MCF_QSPI is not set > > # CONFIG_M41T11M6 is not set > > CONFIG_ASTRO_BUS=m > > CONFIG_I2C=y > > CONFIG_I2C_BOARDINFO=y > > CONFIG_I2C_CHARDEV=y > > > > # > > # I2C Algorithms > > # > > # CONFIG_I2C_ALGOBIT is not set > > # CONFIG_I2C_ALGOPCF is not set > > # CONFIG_I2C_ALGOPCA is not set > > > > # > > # I2C Hardware Bus support > > # > > CONFIG_I2C_MCF=y > > # CONFIG_I2C_OCORES is not set > > # CONFIG_I2C_PARPORT_LIGHT is not set > > # CONFIG_I2C_SIMTEC is not set > > # CONFIG_I2C_TAOS_EVM is not set > > # CONFIG_I2C_STUB is not set > > > > # > > # Miscellaneous I2C Chip support > > # > > # CONFIG_SENSORS_DS1337 is not set > > # CONFIG_SENSORS_DS1374 is not set > > # CONFIG_DS1682 is not set > > # CONFIG_SENSORS_EEPROM is not set > > # CONFIG_SENSORS_PCF8574 is not set > > # CONFIG_SENSORS_PCA9539 is not set > > # CONFIG_SENSORS_PCF8591 is not set > > # CONFIG_SENSORS_M41T11 is not set > > # CONFIG_SENSORS_MAX6875 is not set > > # CONFIG_SENSORS_TSL2550 is not set > > # CONFIG_I2C_DEBUG_CORE is not set > > # CONFIG_I2C_DEBUG_ALGO is not set > > # CONFIG_I2C_DEBUG_BUS is not set > > # CONFIG_I2C_DEBUG_CHIP is not set > > > > # > > # SPI support > > # > > # CONFIG_SPI is not set > > # CONFIG_SPI_MASTER is not set > > # CONFIG_W1 is not set > > # CONFIG_POWER_SUPPLY is not set > > # CONFIG_HWMON is not set > > > > # > > # Multifunction device drivers > > # > > # CONFIG_MFD_SM501 is not set > > > > # > > # Multimedia devices > > # > > # CONFIG_VIDEO_DEV is not set > > # CONFIG_DVB_CORE is not set > > CONFIG_DAB=y > > > > # > > # Graphics support > > # > > # CONFIG_BACKLIGHT_LCD_SUPPORT is not set > > > > # > > # Display device support > > # > > # CONFIG_DISPLAY_SUPPORT is not set > > # CONFIG_VGASTATE is not set > > CONFIG_VIDEO_OUTPUT_CONTROL=m > > CONFIG_FB=y > > CONFIG_FIRMWARE_EDID=y > > # CONFIG_FB_DDC is not set > > CONFIG_FB_CFB_FILLRECT=y > > CONFIG_FB_CFB_COPYAREA=y > > CONFIG_FB_CFB_IMAGEBLIT=y > > # CONFIG_FB_SYS_FILLRECT is not set > > # CONFIG_FB_SYS_COPYAREA is not set > > # CONFIG_FB_SYS_IMAGEBLIT is not set > > # CONFIG_FB_SYS_FOPS is not set > > CONFIG_FB_DEFERRED_IO=y > > # CONFIG_FB_SVGALIB is not set > > # CONFIG_FB_MACMODES is not set > > # CONFIG_FB_BACKLIGHT is not set > > # CONFIG_FB_MODE_HELPERS is not set > > # CONFIG_FB_TILEBLITTING is not set > > > > # > > # Frame buffer hardware drivers > > # > > # CONFIG_FB_S1D13XXX is not set > > CONFIG_FB_M532x=y > > # CONFIG_LCD_640x480 is not set > > CONFIG_LCD_800x600=y > > # CONFIG_LCD_240x320 is not set > > # CONFIG_FB_VIRTUAL is not set > > > > # > > # Console display driver support > > # > > CONFIG_DUMMY_CONSOLE=y > > CONFIG_FRAMEBUFFER_CONSOLE=y > > # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set > > # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set > > CONFIG_FONTS=y > > CONFIG_FONT_8x8=y > > CONFIG_FONT_8x16=y > > # CONFIG_FONT_6x11 is not set > > # CONFIG_FONT_7x14 is not set > > # CONFIG_FONT_PEARL_8x8 is not set > > # CONFIG_FONT_ACORN_8x8 is not set > > CONFIG_FONT_MINI_4x6=y > > # CONFIG_FONT_SUN8x16 is not set > > # CONFIG_FONT_SUN12x22 is not set > > # CONFIG_FONT_10x18 is not set > > CONFIG_LOGO=y > > CONFIG_LOGO_LINUX_MONO=y > > CONFIG_LOGO_LINUX_VGA16=y > > CONFIG_LOGO_LINUX_CLUT224=y > > > > # > > # Sound > > # > > # CONFIG_SOUND is not set > > CONFIG_HID_SUPPORT=y > > CONFIG_HID=y > > # CONFIG_HID_DEBUG is not set > > CONFIG_USB_SUPPORT=y > > # CONFIG_USB_ARCH_HAS_HCD is not set > > # CONFIG_USB_ARCH_HAS_OHCI is not set > > # CONFIG_USB_ARCH_HAS_EHCI is not set > > > > # > > # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' > > # > > > > # > > # USB Gadget Support > > # > > # CONFIG_USB_GADGET is not set > > # CONFIG_MMC is not set > > # CONFIG_NEW_LEDS is not set > > # CONFIG_RTC_CLASS is not set > > > > # > > # DMA Engine support > > # > > # CONFIG_DMA_ENGINE is not set > > > > # > > # DMA Clients > > # > > > > # > > # DMA Devices > > # > > > > # > > # Userspace I/O > > # > > # CONFIG_UIO is not set > > > > # > > # File systems > > # > > # CONFIG_EXT2_FS is not set > > # CONFIG_EXT3_FS is not set > > # CONFIG_EXT4DEV_FS is not set > > # CONFIG_REISERFS_FS is not set > > # CONFIG_JFS_FS is not set > > # CONFIG_FS_POSIX_ACL is not set > > # CONFIG_XFS_FS is not set > > # CONFIG_GFS2_FS is not set > > # CONFIG_OCFS2_FS is not set > > # CONFIG_MINIX_FS is not set > > CONFIG_ROMFS_FS=y > > CONFIG_INOTIFY=y > > CONFIG_INOTIFY_USER=y > > # CONFIG_QUOTA is not set > > CONFIG_DNOTIFY=y > > # CONFIG_AUTOFS_FS is not set > > # CONFIG_AUTOFS4_FS is not set > > # CONFIG_FUSE_FS is not set > > CONFIG_DIRECTIO=y > > > > # > > # CD-ROM/DVD Filesystems > > # > > # CONFIG_ISO9660_FS is not set > > # CONFIG_UDF_FS is not set > > > > # > > # DOS/FAT/NT Filesystems > > # > > # CONFIG_MSDOS_FS is not set > > # CONFIG_VFAT_FS is not set > > # CONFIG_NTFS_FS is not set > > > > # > > # Pseudo filesystems > > # > > CONFIG_PROC_FS=y > > CONFIG_PROC_SYSCTL=y > > CONFIG_SYSFS=y > > # CONFIG_TMPFS is not set > > # CONFIG_HUGETLB_PAGE is not set > > CONFIG_RAMFS=y > > # CONFIG_CONFIGFS_FS is not set > > > > # > > # Miscellaneous filesystems > > # > > # CONFIG_ADFS_FS is not set > > # CONFIG_AFFS_FS is not set > > # CONFIG_HFS_FS is not set > > # CONFIG_HFSPLUS_FS is not set > > # CONFIG_BEFS_FS is not set > > # CONFIG_BFS_FS is not set > > # CONFIG_EFS_FS is not set > > CONFIG_JFFS2_FS=y > > CONFIG_JFFS2_FS_DEBUG=0 > > CONFIG_JFFS2_FS_WRITEBUFFER=y > > # CONFIG_JFFS2_SUMMARY is not set > > # CONFIG_JFFS2_FS_XATTR is not set > > # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set > > CONFIG_JFFS2_ZLIB=y > > CONFIG_JFFS2_RTIME=y > > # CONFIG_JFFS2_RUBIN is not set > > # CONFIG_CRAMFS is not set > > # CONFIG_SQUASHFS is not set > > # CONFIG_VXFS_FS is not set > > # CONFIG_HPFS_FS is not set > > # CONFIG_QNX4FS_FS is not set > > # CONFIG_SYSV_FS is not set > > # CONFIG_UFS_FS is not set > > > > # > > # Network File Systems > > # > > # CONFIG_NFS_FS is not set > > # CONFIG_NFSD is not set > > # CONFIG_SMB_FS is not set > > # CONFIG_CIFS is not set > > # CONFIG_NCP_FS is not set > > # CONFIG_CODA_FS is not set > > # CONFIG_AFS_FS is not set > > > > # > > # Partition Types > > # > > # CONFIG_PARTITION_ADVANCED is not set > > CONFIG_MSDOS_PARTITION=y > > > > # > > # Native Language Support > > # > > # CONFIG_NLS is not set > > > > # > > # Distributed Lock Manager > > # > > # CONFIG_DLM is not set > > > > # > > # Debug > > # > > # CONFIG_COREDUMP_PRINTK is not set > > > > # > > # Kernel hacking > > # > > # CONFIG_PRINTK_TIME is not set > > CONFIG_ENABLE_MUST_CHECK=y > > # CONFIG_MAGIC_SYSRQ is not set > > # CONFIG_UNUSED_SYMBOLS is not set > > # CONFIG_DEBUG_FS is not set > > # CONFIG_HEADERS_CHECK is not set > > # CONFIG_DEBUG_KERNEL is not set > > # CONFIG_DEBUG_BUGVERBOSE is not set > > CONFIG_FULLDEBUG=y > > # CONFIG_HIGHPROFILE is not set > > CONFIG_BOOTPARAM=y > > CONFIG_BOOTPARAM_STRING="console=ttyS2,115200,earlyprintk" > > # CONFIG_DUMPTOFLASH is not set > > # CONFIG_NO_KERNEL_MSG is not set > > # CONFIG_BDM_DISABLE is not set > > > > # > > # Security options > > # > > # CONFIG_KEYS is not set > > # CONFIG_SECURITY is not set > > # CONFIG_CRYPTO is not set > > > > # > > # Library routines > > # > > CONFIG_BITREVERSE=y > > # CONFIG_CRC_CCITT is not set > > # CONFIG_CRC16 is not set > > # CONFIG_CRC_ITU_T is not set > > CONFIG_CRC32=y > > # CONFIG_CRC7 is not set > > # CONFIG_LIBCRC32C is not set > > CONFIG_ZLIB_INFLATE=y > > CONFIG_ZLIB_DEFLATE=y > > CONFIG_PLIST=y > > CONFIG_HAS_IOMEM=y > > CONFIG_HAS_DMA=y > > _______________________________________________ > > uClinux-dev mailing list > > [email protected] > > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > > This message was resent by [email protected] > > To unsubscribe see: > > http://mailman.uclinux.org/mailman/options/uclinux-dev > > _______________________________________________ > uClinux-dev mailing list > [email protected] > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by [email protected] > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
