QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2245|回复: 12

谁能给一个s3c2410的skyeye.conf文件??

[复制链接]
发表于 2005-2-22 22:30:07 | 显示全部楼层 |阅读模式
刚刚接触skyeye,觉得很有用,请给一个s3c2410的skyeye.conf文件。
小女子在此谢过!!
发表于 2005-2-23 08:24:09 | 显示全部楼层
同求
回复

使用道具 举报

发表于 2005-2-24 13:56:16 | 显示全部楼层
OK.如下是shiyang写的一个简要的启动2410的介绍。配置文件在最后给出。

skyeye for s3c2410 document

1.Get s3c2410 kernel
  download linux-2.4.18-rmk7-pxa1-mz5.tar.bz2 from http://www.mizi.com/developer/s3c2410x/download/kernel.html,
  then extract it to get the kernel source code.
  
2.Modify the kernel to adapt skyeye
  a).cd KERNEL_DIR/include/asm/arch
  b).open memory.h
  c).change #define PHYS_OFFSET(0x30000000UL) to  #define PHYS_OFFSET(0xc0000000UL)
  d).cd KERNEL_DIR/arch/arm/mach-s3c2410
  e).open smdk.c
  f).add #include <linux/blk.h> to it
  g).add  initrd_start = 0xc0200000;
          initrd_end = 0xc0200000 + 0x500000;
     to the function fixup_smdk
  h).change BOOTMEM(0x30000000, 0x48000000,0xe8000000)
            BOOTPARAMS(0x30000100)
     to BOOTMEM(0xc0000000, 0x48000000, 0xe8000000)
        BOOTPARAMS(0xc0000100)
        
3.The kernel configuration file is as follows:
  #
  # Automatically generated by make menuconfig: don't edit
  #
  CONFIG_ARM=y
  # CONFIG_EISA is not set
  # CONFIG_SBUS is not set
  # CONFIG_MCA is not set
  CONFIG_UID16=y
  CONFIG_RWSEM_GENERIC_SPINLOCK=y
  # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
  # CONFIG_GENERIC_BUST_SPINLOCK is not set
  # CONFIG_GENERIC_ISA_DMA is not set

  #
  # Code maturity level options
  #
  CONFIG_EXPERIMENTAL=y
  # CONFIG_OBSOLETE is not set

  #
  # Loadable module support
  #
  # CONFIG_MODULES is not set
  # CONFIG_MODVERSIONS is not set
  # CONFIG_KMOD is not set

  #
  # System Type
  #
  # CONFIG_ARCH_ANAKIN is not set
  # CONFIG_ARCH_ARCA5K is not set
  # CONFIG_ARCH_CLPS7500 is not set
  # CONFIG_ARCH_CLPS711X is not set
  # CONFIG_ARCH_CO285 is not set
  # CONFIG_ARCH_PXA is not set
  # CONFIG_ARCH_EBSA110 is not set
  # CONFIG_ARCH_CAMELOT is not set
  # CONFIG_ARCH_FOOTBRIDGE is not set
  # CONFIG_ARCH_INTEGRATOR is not set
  # CONFIG_ARCH_L7200 is not set
  # CONFIG_ARCH_MX1ADS is not set
  # CONFIG_ARCH_RPC is not set
  # CONFIG_ARCH_SA1100 is not set
  # CONFIG_ARCH_S3C2400 is not set
  CONFIG_ARCH_S3C2410=y
  # CONFIG_ARCH_SHARK is not set
  # CONFIG_ARCH_LUBBOCK is not set
  # CONFIG_ARCH_PXA_IDP is not set
  # CONFIG_ARCH_PXA_CERF is not set
  # CONFIG_ARCH_PREMIUM is not set
  # CONFIG_ARCH_NIPC2 is not set
  # CONFIG_ARCH_AUTCPU12 is not set
  # CONFIG_ARCH_CDB89712 is not set
  # CONFIG_ARCH_CLEP7312 is not set
  # CONFIG_ARCH_EDB7211 is not set
  # CONFIG_ARCH_P720T is not set
  # CONFIG_ARCH_FORTUNET is not set
  CONFIG_S3C2410_SMDK=y
  # CONFIG_SMDK_AIJI is not set
  # CONFIG_S3C2410_USB is not set
  # CONFIG_S3C2410_USB_CHAR is not set
  # CONFIG_ARCH_ACORN is not set
  # CONFIG_FOOTBRIDGE is not set
  # CONFIG_FOOTBRIDGE_HOST is not set
  # CONFIG_FOOTBRIDGE_ADDIN is not set
  CONFIG_CPU_32=y
  # CONFIG_CPU_26 is not set
  # CONFIG_CPU_32v3 is not set
  CONFIG_CPU_32v4=y
  # CONFIG_CPU_ARM610 is not set
  # CONFIG_CPU_ARM710 is not set
  # CONFIG_CPU_ARM720T is not set
  CONFIG_CPU_ARM920T=y
  CONFIG_CPU_ARM920_CPU_IDLE=y
  CONFIG_CPU_ARM920_I_CACHE_ON=y
  CONFIG_CPU_ARM920_D_CACHE_ON=y
  # CONFIG_CPU_ARM920_WRITETHROUGH is not set
  # CONFIG_CPU_ARM922T is not set
  # CONFIG_CPU_ARM926T is not set
  # CONFIG_CPU_ARM1020 is not set
  # CONFIG_CPU_SA110 is not set
  # CONFIG_CPU_SA1100 is not set
  CONFIG_ARM_THUMB=y
  # CONFIG_DISCONTIGMEM is not set

  #
  # General setup
  #
  CONFIG_MIZI=y
  # CONFIG_PCI is not set
  CONFIG_ISA=y
  # CONFIG_ISA_DMA is not set
  # CONFIG_ZBOOT_ROM is not set
  CONFIG_ZBOOT_ROM_TEXT=0
  CONFIG_ZBOOT_ROM_BSS=0
  # CONFIG_HOTPLUG is not set
  # CONFIG_PCMCIA is not set
  CONFIG_NET=y
  CONFIG_SYSVIPC=y
  # CONFIG_BSD_PROCESS_ACCT is not set
  CONFIG_SYSCTL=y
  CONFIG_FPE_NWFPE=y
  # CONFIG_FPE_FASTFPE is not set
  CONFIG_KCORE_ELF=y
  # CONFIG_KCORE_AOUT is not set
  # CONFIG_BINFMT_AOUT is not set
  CONFIG_BINFMT_ELF=y
  # CONFIG_BINFMT_MISC is not set
  # CONFIG_PM is not set
  # CONFIG_APM is not set
  # CONFIG_CONSOLE_PM is not set
  # CONFIG_NO_OOM_KILLER is not set
  # CONFIG_REDUCE_TTY_MODULAR is not set
  # CONFIG_ARTHUR is not set
  # CONFIG_NO_TAG_CMDLINE is not set
  CONFIG_CMDLINE="root=/dev/ram rw console=ttyS0 "
  # CONFIG_LEDS is not set
  CONFIG_ALIGNMENT_TRAP=y

  #
  # Parallel port support
  #
  # CONFIG_PARPORT is not set

  #
  # Memory Technology Devices (MTD)
  #
  # CONFIG_MTD is not set

  #
  # Plug and Play configuration
  #
  # CONFIG_PNP is not set
  # CONFIG_ISAPNP 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_BLK_DEV_DAC960 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=y

  #
  # Multi-device support (RAID and LVM)
  #
  # CONFIG_MD is not set
  # CONFIG_BLK_DEV_MD is not set
  # CONFIG_MD_LINEAR is not set
  # CONFIG_MD_RAID0 is not set
  # CONFIG_MD_RAID1 is not set
  # CONFIG_MD_RAID5 is not set
  # CONFIG_MD_MULTIPATH is not set
  # CONFIG_BLK_DEV_LVM 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 is not set
  # CONFIG_IP_ADVANCED_ROUTER is not set
  # CONFIG_IP_PNP is not set
  # CONFIG_NET_IPIP is not set
  # CONFIG_NET_IPGRE is not set
  # CONFIG_ARPD is not set
  # CONFIG_INET_ECN is not set
  # CONFIG_SYN_COOKIES is not set
  # 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
  # CONFIG_DECNET is not set
  # CONFIG_BRIDGE is not set
  # CONFIG_X25 is not set
  # CONFIG_LAPB is not set
  # CONFIG_LLC is not set
  # CONFIG_NET_DIVERT is not set
  # CONFIG_ECONET is not set
  # CONFIG_WAN_ROUTER is not set
  # CONFIG_NET_FASTROUTE is not set
  # CONFIG_NET_HW_FLOWCONTROL is not set

  #
  # QoS and/or fair queueing
  #
  # CONFIG_NET_SCHED is not set

  #
  # Network device support
  #
  CONFIG_NETDEVICES=y

  #
  # ARCnet devices
  #
  # CONFIG_ARCNET is not set
  # CONFIG_DUMMY is not set
  # CONFIG_BONDING is not set
  # CONFIG_EQUALIZER is not set
  # CONFIG_TUN is not set
  # CONFIG_ETHERTAP is not set

  #
  # Ethernet (10 or 100Mbit)
  #
  # CONFIG_NET_ETHERNET is not set

  #
  # Ethernet (1000 Mbit)
  #
  # CONFIG_ACENIC is not set
  # CONFIG_DL2K is not set
  # CONFIG_MYRI_SBUS is not set
  # CONFIG_NS83820 is not set
  # CONFIG_HAMACHI is not set
  # CONFIG_YELLOWFIN is not set
  # CONFIG_SK98LIN is not set
  # CONFIG_FDDI is not set
  # CONFIG_HIPPI is not set
  # CONFIG_PLIP is not set
  # CONFIG_PPP is not set
  # CONFIG_SLIP is not set

  #
  # Wireless LAN (non-hamradio)
  #
  # CONFIG_NET_RADIO is not set

  #
  # Token Ring devices
  #
  # CONFIG_TR is not set
  # CONFIG_NET_FC is not set
  # CONFIG_RCPCI is not set
  # CONFIG_SHAPER is not set

  #
  # Wan interfaces
  #
  # CONFIG_WAN is not set

  #
  # Amateur Radio support
  #
  # CONFIG_HAMRADIO is not set

  #
  # IrDA (infrared) support
  #
  # CONFIG_IRDA is not set

  #
  # ATA/IDE/MFM/RLL support
  #
  # CONFIG_IDE is not set
  # CONFIG_BLK_DEV_IDE_MODES is not set
  # CONFIG_BLK_DEV_HD is not set

  #
  # SCSI support
  #
  # CONFIG_SCSI is not set

  #
  # I2O device support
  #
  # CONFIG_I2O is not set
  # CONFIG_I2O_BLOCK is not set
  # CONFIG_I2O_LAN is not set
  # CONFIG_I2O_SCSI is not set
  # CONFIG_I2O_PROC is not set

  #
  # ISDN subsystem
  #
  # CONFIG_ISDN is not set

  #
  # Input core support
  #
  # CONFIG_INPUT is not set
  # CONFIG_INPUT_KEYBDEV is not set
  # CONFIG_INPUT_MOUSEDEV is not set
  # CONFIG_INPUT_JOYDEV is not set
  # CONFIG_INPUT_EVDEV is not set

  #
  # Character devices
  #
  # CONFIG_VT is not set
  # CONFIG_SERIAL is not set
  # CONFIG_SERIAL_EXTENDED is not set
  # CONFIG_SERIAL_NONSTANDARD is not set

  #
  # Serial drivers
  #
  # CONFIG_SERIAL_ANAKIN is not set
  # CONFIG_SERIAL_ANAKIN_CONSOLE is not set
  # CONFIG_SERIAL_AMBA is not set
  # CONFIG_SERIAL_AMBA_CONSOLE is not set
  # CONFIG_SERIAL_CLPS711X is not set
  # CONFIG_SERIAL_CLPS711X_CONSOLE is not set
  # CONFIG_SERIAL_21285 is not set
  # CONFIG_SERIAL_21285_OLD is not set
  # CONFIG_SERIAL_21285_CONSOLE is not set
  # CONFIG_SERIAL_UART00 is not set
  # CONFIG_SERIAL_UART00_CONSOLE is not set
  # CONFIG_SERIAL_SA1100 is not set
  # CONFIG_SERIAL_SA1100_CONSOLE is not set
  # CONFIG_SERIAL_S3C2400 is not set
  # CONFIG_SERIAL_S3C2400_CONSOLE is not set
  CONFIG_SERIAL_S3C2410=y
  CONFIG_SERIAL_S3C2410_CONSOLE=y
  # CONFIG_SERIAL_8250 is not set
  # CONFIG_SERIAL_8250_CONSOLE is not set
  # CONFIG_SERIAL_8250_EXTENDED is not set
  # CONFIG_SERIAL_8250_MANY_PORTS is not set
  # CONFIG_SERIAL_8250_SHARE_IRQ is not set
  # CONFIG_SERIAL_8250_DETECT_IRQ is not set
  # CONFIG_SERIAL_8250_MULTIPORT is not set
  # CONFIG_SERIAL_8250_HUB6 is not set
  CONFIG_SERIAL_CORE=y
  CONFIG_SERIAL_CORE_CONSOLE=y
  # CONFIG_S3C2410_TOUCHSCREEN is not set
  # CONFIG_S3C2410_GPIO_BUTTONS is not set
  CONFIG_UNIX98_PTYS=y
  CONFIG_UNIX98_PTY_COUNT=256

  #
  # I2C support
  #
  # CONFIG_I2C is not set

  #
  # L3 serial bus support
  #
  # CONFIG_L3 is not set
  # CONFIG_L3_ALGOBIT is not set
  # CONFIG_L3_BIT_SA1100_GPIO is not set
  # CONFIG_L3_SA1111 is not set
  # CONFIG_BIT_SA1100_GPIO is not set

  #
  # Mice
  #
  # CONFIG_BUSMOUSE is not set
  # CONFIG_MOUSE is not set

  #
  # Joysticks
  #
  # CONFIG_INPUT_GAMEPORT is not set
  # CONFIG_QIC02_TAPE is not set

  #
  # Watchdog Cards
  #
  # CONFIG_WATCHDOG is not set
  # CONFIG_INTEL_RNG is not set
  # CONFIG_NVRAM is not set
  # CONFIG_RTC is not set
  # CONFIG_S3C2410_RTC is not set
  # CONFIG_DTLK is not set
  # CONFIG_R3964 is not set
  # CONFIG_APPLICOM is not set

  #
  # Ftape, the floppy tape device driver
  #
  # CONFIG_FTAPE is not set
  # CONFIG_AGP is not set
  # CONFIG_DRM is not set

  #
  # Multimedia devices
  #
  # CONFIG_VIDEO_DEV 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_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 is not set
  # CONFIG_JFFS2_FS is not set
  # 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_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=y
  # 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 is not set
  # CONFIG_NFS_V3 is not set
  # CONFIG_ROOT_NFS is not set
  # CONFIG_NFSD is not set
  # CONFIG_NFSD_V3 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
  # CONFIG_ZLIB_FS_INFLATE is not set

  #
  # Partition Types
  #
  # CONFIG_PARTITION_ADVANCED is not set
  CONFIG_MSDOS_PARTITION=y
  # CONFIG_SMB_NLS is not set
  # CONFIG_NLS is not set

  #
  # Sound
  #
  # CONFIG_SOUND is not set

  #
  # Multimedia Capabilities Port drivers
  #
  # CONFIG_MCP is not set
  # CONFIG_MCP_SA1100 is not set
  # CONFIG_MCP_UCB1200 is not set
  # CONFIG_MCP_UCB1200_AUDIO is not set
  # CONFIG_MCP_UCB1200_TS is not set
  # CONFIG_MCP_UCB1400_TS is not set

  #
  # USB support
  #
  # CONFIG_USB is not set
  # CONFIG_USB_UHCI is not set
  # CONFIG_USB_UHCI_ALT is not set
  # CONFIG_USB_UHCI124 is not set
  # CONFIG_USB_OHCI is not set
  # CONFIG_USB_OHCI_SA1111 is not set
  # CONFIG_USB_OHCI_S3C2410 is not set
  # CONFIG_USB_AUDIO is not set
  # CONFIG_USB_BLUETOOTH is not set
  # CONFIG_USB_STORAGE is not set
  # CONFIG_USB_STORAGE_DEBUG is not set
  # CONFIG_USB_STORAGE_DATAFAB is not set
  # CONFIG_USB_STORAGE_FREECOM is not set
  # CONFIG_USB_STORAGE_ISD200 is not set
  # CONFIG_USB_STORAGE_DPCM is not set
  # CONFIG_USB_STORAGE_HP8200e is not set
  # CONFIG_USB_STORAGE_SDDR09 is not set
  # CONFIG_USB_STORAGE_JUMPSHOT is not set
  # CONFIG_USB_ACM is not set
  # CONFIG_USB_PRINTER is not set
  # CONFIG_USB_DC2XX is not set
  # CONFIG_USB_MDC800 is not set
  # CONFIG_USB_SCANNER is not set
  # CONFIG_USB_MICROTEK is not set
  # CONFIG_USB_HPUSBSCSI is not set
  # CONFIG_USB_PEGASUS is not set
  # CONFIG_USB_KAWETH is not set
  # CONFIG_USB_CATC is not set
  # CONFIG_USB_CDCETHER is not set
  # CONFIG_USB_USBNET is not set
  # CONFIG_USB_USS720 is not set

  #
  # USB Serial Converter support
  #
  # CONFIG_USB_SERIAL is not set
  # CONFIG_USB_SERIAL_GENERIC is not set
  # CONFIG_USB_SERIAL_BELKIN is not set
  # CONFIG_USB_SERIAL_WHITEHEAT is not set
  # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  # CONFIG_USB_SERIAL_EMPEG is not set
  # CONFIG_USB_SERIAL_FTDI_SIO is not set
  # CONFIG_USB_SERIAL_VISOR is not set
  # CONFIG_USB_SERIAL_IPAQ is not set
  # CONFIG_USB_SERIAL_IR is not set
  # CONFIG_USB_SERIAL_EDGEPORT is not set
  # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  # CONFIG_USB_SERIAL_KEYSPAN is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
  # CONFIG_USB_SERIAL_MCT_U232 is not set
  # CONFIG_USB_SERIAL_KLSI is not set
  # CONFIG_USB_SERIAL_PL2303 is not set
  # CONFIG_USB_SERIAL_CYBERJACK is not set
  # CONFIG_USB_SERIAL_XIRCOM is not set
  # CONFIG_USB_SERIAL_OMNINET is not set
  # CONFIG_USB_RIO500 is not set

  #
  # Bluetooth support
  #
  # CONFIG_BLUEZ is not set

  #
  # Kernel hacking
  #
  CONFIG_FRAME_POINTER=y
  CONFIG_DEBUG_USER=y
  CONFIG_DEBUG_INFO=y
  # CONFIG_NO_PGT_CACHE is not set
  # CONFIG_DEBUG_KERNEL is not set
  # CONFIG_DEBUG_SLAB is not set
  # CONFIG_MAGIC_SYSRQ is not set
  # CONFIG_DEBUG_SPINLOCK is not set
  # CONFIG_DEBUG_WAITQ is not set
  # CONFIG_DEBUG_BUGVERBOSE is not set
  # CONFIG_DEBUG_ERRORS is not set
  # CONFIG_DEBUG_LL is not set
  # CONFIG_DEBUG_DC21285_PORT is not set
  # CONFIG_DEBUG_CLPS711X_UART2 is not set
  
4.The skyeye configuration file is as follows:
  #skyeye config file sample

  cpu:  arm920t
  mach: s3c2410x

  #physical memory  
  #mem_bank: map=M, type=RW, addr=0x20000000, size=0x01000000
  mem_bank: map=M, type=RW, addr=0xc0000000, size=0x00200000
  mem_bank: map=M, type=RW, addr=0xc0200000, size=0x00500000, file=./initrd.img
  mem_bank: map=M, type=RW, addr=0xc0700000, size=0x00900000
  #all peripherals I/O mapping area
  #mem_bank: map=I, type=RW, addr=0xfefa0000, size=0x00060000
  mem_bank: map=I, type=RW, addr=0x48000000, size=0x20000000
回复

使用道具 举报

发表于 2005-2-24 16:25:32 | 显示全部楼层
下载不了了

[quote:cc3fecfd3f="walimis"]OK.如下是shiyang写的一个简要的启动2410的介绍。配置文件在最后给出。

skyeye for s3c2410 document

1.Get s3c2410 kernel
  download linux-2.4.18-rmk7-pxa1-mz5.tar.bz2 from http://www.mizi.com/developer/s3c2410x/download/kernel.html,
  then extract it to get the kernel source code.
  
2.Modify the kernel to adapt skyeye
  a).cd KERNEL_DIR/include/asm/arch
  b).open memory.h
  c).change #define PHYS_OFFSET(0x30000000UL) to  #define PHYS_OFFSET(0xc0000000UL)
  d).cd KERNEL_DIR/arch/arm/mach-s3c2410
  e).open smdk.c
  f).add #include <linux/blk.h> to it
  g).add  initrd_start = 0xc0200000;
          initrd_end = 0xc0200000 + 0x500000;
     to the function fixup_smdk
  h).change BOOTMEM(0x30000000, 0x48000000,0xe8000000)
            BOOTPARAMS(0x30000100)
     to BOOTMEM(0xc0000000, 0x48000000, 0xe8000000)
        BOOTPARAMS(0xc0000100)
        
3.The kernel configuration file is as follows:
  #
  # Automatically generated by make menuconfig: don't edit
  #
  CONFIG_ARM=y
  # CONFIG_EISA is not set
  # CONFIG_SBUS is not set
  # CONFIG_MCA is not set
  CONFIG_UID16=y
  CONFIG_RWSEM_GENERIC_SPINLOCK=y
  # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
  # CONFIG_GENERIC_BUST_SPINLOCK is not set
  # CONFIG_GENERIC_ISA_DMA is not set

  #
  # Code maturity level options
  #
  CONFIG_EXPERIMENTAL=y
  # CONFIG_OBSOLETE is not set

  #
  # Loadable module support
  #
  # CONFIG_MODULES is not set
  # CONFIG_MODVERSIONS is not set
  # CONFIG_KMOD is not set

  #
  # System Type
  #
  # CONFIG_ARCH_ANAKIN is not set
  # CONFIG_ARCH_ARCA5K is not set
  # CONFIG_ARCH_CLPS7500 is not set
  # CONFIG_ARCH_CLPS711X is not set
  # CONFIG_ARCH_CO285 is not set
  # CONFIG_ARCH_PXA is not set
  # CONFIG_ARCH_EBSA110 is not set
  # CONFIG_ARCH_CAMELOT is not set
  # CONFIG_ARCH_FOOTBRIDGE is not set
  # CONFIG_ARCH_INTEGRATOR is not set
  # CONFIG_ARCH_L7200 is not set
  # CONFIG_ARCH_MX1ADS is not set
  # CONFIG_ARCH_RPC is not set
  # CONFIG_ARCH_SA1100 is not set
  # CONFIG_ARCH_S3C2400 is not set
  CONFIG_ARCH_S3C2410=y
  # CONFIG_ARCH_SHARK is not set
  # CONFIG_ARCH_LUBBOCK is not set
  # CONFIG_ARCH_PXA_IDP is not set
  # CONFIG_ARCH_PXA_CERF is not set
  # CONFIG_ARCH_PREMIUM is not set
  # CONFIG_ARCH_NIPC2 is not set
  # CONFIG_ARCH_AUTCPU12 is not set
  # CONFIG_ARCH_CDB89712 is not set
  # CONFIG_ARCH_CLEP7312 is not set
  # CONFIG_ARCH_EDB7211 is not set
  # CONFIG_ARCH_P720T is not set
  # CONFIG_ARCH_FORTUNET is not set
  CONFIG_S3C2410_SMDK=y
  # CONFIG_SMDK_AIJI is not set
  # CONFIG_S3C2410_USB is not set
  # CONFIG_S3C2410_USB_CHAR is not set
  # CONFIG_ARCH_ACORN is not set
  # CONFIG_FOOTBRIDGE is not set
  # CONFIG_FOOTBRIDGE_HOST is not set
  # CONFIG_FOOTBRIDGE_ADDIN is not set
  CONFIG_CPU_32=y
  # CONFIG_CPU_26 is not set
  # CONFIG_CPU_32v3 is not set
  CONFIG_CPU_32v4=y
  # CONFIG_CPU_ARM610 is not set
  # CONFIG_CPU_ARM710 is not set
  # CONFIG_CPU_ARM720T is not set
  CONFIG_CPU_ARM920T=y
  CONFIG_CPU_ARM920_CPU_IDLE=y
  CONFIG_CPU_ARM920_I_CACHE_ON=y
  CONFIG_CPU_ARM920_D_CACHE_ON=y
  # CONFIG_CPU_ARM920_WRITETHROUGH is not set
  # CONFIG_CPU_ARM922T is not set
  # CONFIG_CPU_ARM926T is not set
  # CONFIG_CPU_ARM1020 is not set
  # CONFIG_CPU_SA110 is not set
  # CONFIG_CPU_SA1100 is not set
  CONFIG_ARM_THUMB=y
  # CONFIG_DISCONTIGMEM is not set

  #
  # General setup
  #
  CONFIG_MIZI=y
  # CONFIG_PCI is not set
  CONFIG_ISA=y
  # CONFIG_ISA_DMA is not set
  # CONFIG_ZBOOT_ROM is not set
  CONFIG_ZBOOT_ROM_TEXT=0
  CONFIG_ZBOOT_ROM_BSS=0
  # CONFIG_HOTPLUG is not set
  # CONFIG_PCMCIA is not set
  CONFIG_NET=y
  CONFIG_SYSVIPC=y
  # CONFIG_BSD_PROCESS_ACCT is not set
  CONFIG_SYSCTL=y
  CONFIG_FPE_NWFPE=y
  # CONFIG_FPE_FASTFPE is not set
  CONFIG_KCORE_ELF=y
  # CONFIG_KCORE_AOUT is not set
  # CONFIG_BINFMT_AOUT is not set
  CONFIG_BINFMT_ELF=y
  # CONFIG_BINFMT_MISC is not set
  # CONFIG_PM is not set
  # CONFIG_APM is not set
  # CONFIG_CONSOLE_PM is not set
  # CONFIG_NO_OOM_KILLER is not set
  # CONFIG_REDUCE_TTY_MODULAR is not set
  # CONFIG_ARTHUR is not set
  # CONFIG_NO_TAG_CMDLINE is not set
  CONFIG_CMDLINE="root=/dev/ram rw console=ttyS0 "
  # CONFIG_LEDS is not set
  CONFIG_ALIGNMENT_TRAP=y

  #
  # Parallel port support
  #
  # CONFIG_PARPORT is not set

  #
  # Memory Technology Devices (MTD)
  #
  # CONFIG_MTD is not set

  #
  # Plug and Play configuration
  #
  # CONFIG_PNP is not set
  # CONFIG_ISAPNP 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_BLK_DEV_DAC960 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=y

  #
  # Multi-device support (RAID and LVM)
  #
  # CONFIG_MD is not set
  # CONFIG_BLK_DEV_MD is not set
  # CONFIG_MD_LINEAR is not set
  # CONFIG_MD_RAID0 is not set
  # CONFIG_MD_RAID1 is not set
  # CONFIG_MD_RAID5 is not set
  # CONFIG_MD_MULTIPATH is not set
  # CONFIG_BLK_DEV_LVM 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 is not set
  # CONFIG_IP_ADVANCED_ROUTER is not set
  # CONFIG_IP_PNP is not set
  # CONFIG_NET_IPIP is not set
  # CONFIG_NET_IPGRE is not set
  # CONFIG_ARPD is not set
  # CONFIG_INET_ECN is not set
  # CONFIG_SYN_COOKIES is not set
  # 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
  # CONFIG_DECNET is not set
  # CONFIG_BRIDGE is not set
  # CONFIG_X25 is not set
  # CONFIG_LAPB is not set
  # CONFIG_LLC is not set
  # CONFIG_NET_DIVERT is not set
  # CONFIG_ECONET is not set
  # CONFIG_WAN_ROUTER is not set
  # CONFIG_NET_FASTROUTE is not set
  # CONFIG_NET_HW_FLOWCONTROL is not set

  #
  # QoS and/or fair queueing
  #
  # CONFIG_NET_SCHED is not set

  #
  # Network device support
  #
  CONFIG_NETDEVICES=y

  #
  # ARCnet devices
  #
  # CONFIG_ARCNET is not set
  # CONFIG_DUMMY is not set
  # CONFIG_BONDING is not set
  # CONFIG_EQUALIZER is not set
  # CONFIG_TUN is not set
  # CONFIG_ETHERTAP is not set

  #
  # Ethernet (10 or 100Mbit)
  #
  # CONFIG_NET_ETHERNET is not set

  #
  # Ethernet (1000 Mbit)
  #
  # CONFIG_ACENIC is not set
  # CONFIG_DL2K is not set
  # CONFIG_MYRI_SBUS is not set
  # CONFIG_NS83820 is not set
  # CONFIG_HAMACHI is not set
  # CONFIG_YELLOWFIN is not set
  # CONFIG_SK98LIN is not set
  # CONFIG_FDDI is not set
  # CONFIG_HIPPI is not set
  # CONFIG_PLIP is not set
  # CONFIG_PPP is not set
  # CONFIG_SLIP is not set

  #
  # Wireless LAN (non-hamradio)
  #
  # CONFIG_NET_RADIO is not set

  #
  # Token Ring devices
  #
  # CONFIG_TR is not set
  # CONFIG_NET_FC is not set
  # CONFIG_RCPCI is not set
  # CONFIG_SHAPER is not set

  #
  # Wan interfaces
  #
  # CONFIG_WAN is not set

  #
  # Amateur Radio support
  #
  # CONFIG_HAMRADIO is not set

  #
  # IrDA (infrared) support
  #
  # CONFIG_IRDA is not set

  #
  # ATA/IDE/MFM/RLL support
  #
  # CONFIG_IDE is not set
  # CONFIG_BLK_DEV_IDE_MODES is not set
  # CONFIG_BLK_DEV_HD is not set

  #
  # SCSI support
  #
  # CONFIG_SCSI is not set

  #
  # I2O device support
  #
  # CONFIG_I2O is not set
  # CONFIG_I2O_BLOCK is not set
  # CONFIG_I2O_LAN is not set
  # CONFIG_I2O_SCSI is not set
  # CONFIG_I2O_PROC is not set

  #
  # ISDN subsystem
  #
  # CONFIG_ISDN is not set

  #
  # Input core support
  #
  # CONFIG_INPUT is not set
  # CONFIG_INPUT_KEYBDEV is not set
  # CONFIG_INPUT_MOUSEDEV is not set
  # CONFIG_INPUT_JOYDEV is not set
  # CONFIG_INPUT_EVDEV is not set

  #
  # Character devices
  #
  # CONFIG_VT is not set
  # CONFIG_SERIAL is not set
  # CONFIG_SERIAL_EXTENDED is not set
  # CONFIG_SERIAL_NONSTANDARD is not set

  #
  # Serial drivers
  #
  # CONFIG_SERIAL_ANAKIN is not set
  # CONFIG_SERIAL_ANAKIN_CONSOLE is not set
  # CONFIG_SERIAL_AMBA is not set
  # CONFIG_SERIAL_AMBA_CONSOLE is not set
  # CONFIG_SERIAL_CLPS711X is not set
  # CONFIG_SERIAL_CLPS711X_CONSOLE is not set
  # CONFIG_SERIAL_21285 is not set
  # CONFIG_SERIAL_21285_OLD is not set
  # CONFIG_SERIAL_21285_CONSOLE is not set
  # CONFIG_SERIAL_UART00 is not set
  # CONFIG_SERIAL_UART00_CONSOLE is not set
  # CONFIG_SERIAL_SA1100 is not set
  # CONFIG_SERIAL_SA1100_CONSOLE is not set
  # CONFIG_SERIAL_S3C2400 is not set
  # CONFIG_SERIAL_S3C2400_CONSOLE is not set
  CONFIG_SERIAL_S3C2410=y
  CONFIG_SERIAL_S3C2410_CONSOLE=y
  # CONFIG_SERIAL_8250 is not set
  # CONFIG_SERIAL_8250_CONSOLE is not set
  # CONFIG_SERIAL_8250_EXTENDED is not set
  # CONFIG_SERIAL_8250_MANY_PORTS is not set
  # CONFIG_SERIAL_8250_SHARE_IRQ is not set
  # CONFIG_SERIAL_8250_DETECT_IRQ is not set
  # CONFIG_SERIAL_8250_MULTIPORT is not set
  # CONFIG_SERIAL_8250_HUB6 is not set
  CONFIG_SERIAL_CORE=y
  CONFIG_SERIAL_CORE_CONSOLE=y
  # CONFIG_S3C2410_TOUCHSCREEN is not set
  # CONFIG_S3C2410_GPIO_BUTTONS is not set
  CONFIG_UNIX98_PTYS=y
  CONFIG_UNIX98_PTY_COUNT=256

  #
  # I2C support
  #
  # CONFIG_I2C is not set

  #
  # L3 serial bus support
  #
  # CONFIG_L3 is not set
  # CONFIG_L3_ALGOBIT is not set
  # CONFIG_L3_BIT_SA1100_GPIO is not set
  # CONFIG_L3_SA1111 is not set
  # CONFIG_BIT_SA1100_GPIO is not set

  #
  # Mice
  #
  # CONFIG_BUSMOUSE is not set
  # CONFIG_MOUSE is not set

  #
  # Joysticks
  #
  # CONFIG_INPUT_GAMEPORT is not set
  # CONFIG_QIC02_TAPE is not set

  #
  # Watchdog Cards
  #
  # CONFIG_WATCHDOG is not set
  # CONFIG_INTEL_RNG is not set
  # CONFIG_NVRAM is not set
  # CONFIG_RTC is not set
  # CONFIG_S3C2410_RTC is not set
  # CONFIG_DTLK is not set
  # CONFIG_R3964 is not set
  # CONFIG_APPLICOM is not set

  #
  # Ftape, the floppy tape device driver
  #
  # CONFIG_FTAPE is not set
  # CONFIG_AGP is not set
  # CONFIG_DRM is not set

  #
  # Multimedia devices
  #
  # CONFIG_VIDEO_DEV 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_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 is not set
  # CONFIG_JFFS2_FS is not set
  # 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_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=y
  # 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 is not set
  # CONFIG_NFS_V3 is not set
  # CONFIG_ROOT_NFS is not set
  # CONFIG_NFSD is not set
  # CONFIG_NFSD_V3 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
  # CONFIG_ZLIB_FS_INFLATE is not set

  #
  # Partition Types
  #
  # CONFIG_PARTITION_ADVANCED is not set
  CONFIG_MSDOS_PARTITION=y
  # CONFIG_SMB_NLS is not set
  # CONFIG_NLS is not set

  #
  # Sound
  #
  # CONFIG_SOUND is not set

  #
  # Multimedia Capabilities Port drivers
  #
  # CONFIG_MCP is not set
  # CONFIG_MCP_SA1100 is not set
  # CONFIG_MCP_UCB1200 is not set
  # CONFIG_MCP_UCB1200_AUDIO is not set
  # CONFIG_MCP_UCB1200_TS is not set
  # CONFIG_MCP_UCB1400_TS is not set

  #
  # USB support
  #
  # CONFIG_USB is not set
  # CONFIG_USB_UHCI is not set
  # CONFIG_USB_UHCI_ALT is not set
  # CONFIG_USB_UHCI124 is not set
  # CONFIG_USB_OHCI is not set
  # CONFIG_USB_OHCI_SA1111 is not set
  # CONFIG_USB_OHCI_S3C2410 is not set
  # CONFIG_USB_AUDIO is not set
  # CONFIG_USB_BLUETOOTH is not set
  # CONFIG_USB_STORAGE is not set
  # CONFIG_USB_STORAGE_DEBUG is not set
  # CONFIG_USB_STORAGE_DATAFAB is not set
  # CONFIG_USB_STORAGE_FREECOM is not set
  # CONFIG_USB_STORAGE_ISD200 is not set
  # CONFIG_USB_STORAGE_DPCM is not set
  # CONFIG_USB_STORAGE_HP8200e is not set
  # CONFIG_USB_STORAGE_SDDR09 is not set
  # CONFIG_USB_STORAGE_JUMPSHOT is not set
  # CONFIG_USB_ACM is not set
  # CONFIG_USB_PRINTER is not set
  # CONFIG_USB_DC2XX is not set
  # CONFIG_USB_MDC800 is not set
  # CONFIG_USB_SCANNER is not set
  # CONFIG_USB_MICROTEK is not set
  # CONFIG_USB_HPUSBSCSI is not set
  # CONFIG_USB_PEGASUS is not set
  # CONFIG_USB_KAWETH is not set
  # CONFIG_USB_CATC is not set
  # CONFIG_USB_CDCETHER is not set
  # CONFIG_USB_USBNET is not set
  # CONFIG_USB_USS720 is not set

  #
  # USB Serial Converter support
  #
  # CONFIG_USB_SERIAL is not set
  # CONFIG_USB_SERIAL_GENERIC is not set
  # CONFIG_USB_SERIAL_BELKIN is not set
  # CONFIG_USB_SERIAL_WHITEHEAT is not set
  # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  # CONFIG_USB_SERIAL_EMPEG is not set
  # CONFIG_USB_SERIAL_FTDI_SIO is not set
  # CONFIG_USB_SERIAL_VISOR is not set
  # CONFIG_USB_SERIAL_IPAQ is not set
  # CONFIG_USB_SERIAL_IR is not set
  # CONFIG_USB_SERIAL_EDGEPORT is not set
  # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  # CONFIG_USB_SERIAL_KEYSPAN is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
  # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
  # CONFIG_USB_SERIAL_MCT_U232 is not set
  # CONFIG_USB_SERIAL_KLSI is not set
  # CONFIG_USB_SERIAL_PL2303 is not set
  # CONFIG_USB_SERIAL_CYBERJACK is not set
  # CONFIG_USB_SERIAL_XIRCOM is not set
  # CONFIG_USB_SERIAL_OMNINET is not set
  # CONFIG_USB_RIO500 is not set

  #
  # Bluetooth support
  #
  # CONFIG_BLUEZ is not set

  #
  # Kernel hacking
  #
  CONFIG_FRAME_POINTER=y
  CONFIG_DEBUG_USER=y
  CONFIG_DEBUG_INFO=y
  # CONFIG_NO_PGT_CACHE is not set
  # CONFIG_DEBUG_KERNEL is not set
  # CONFIG_DEBUG_SLAB is not set
  # CONFIG_MAGIC_SYSRQ is not set
  # CONFIG_DEBUG_SPINLOCK is not set
  # CONFIG_DEBUG_WAITQ is not set
  # CONFIG_DEBUG_BUGVERBOSE is not set
  # CONFIG_DEBUG_ERRORS is not set
  # CONFIG_DEBUG_LL is not set
  # CONFIG_DEBUG_DC21285_PORT is not set
  # CONFIG_DEBUG_CLPS711X_UART2 is not set
  
4.The skyeye configuration file is as follows:
  #skyeye config file sample

  cpu:  arm920t
  mach: s3c2410x

  #physical memory  
  #mem_bank: map=M, type=RW, addr=0x20000000, size=0x01000000
  mem_bank: map=M, type=RW, addr=0xc0000000, size=0x00200000
  mem_bank: map=M, type=RW, addr=0xc0200000, size=0x00500000, file=./initrd.img
  mem_bank: map=M, type=RW, addr=0xc0700000, size=0x00900000
  #all peripherals I/O mapping area
  #mem_bank: map=I, type=RW, addr=0xfefa0000, size=0x00060000
  mem_bank: map=I, type=RW, addr=0x48000000, size=0x20000000[/quote]
回复

使用道具 举报

发表于 2005-2-24 17:27:41 | 显示全部楼层
下载地址:
http://www.mizi.com/developer/s3c2410x/download/kernel.html
回复

使用道具 举报

发表于 2005-2-24 17:35:02 | 显示全部楼层
walimis:你好厉害啊,你是mizi的开发还是管理人员啊?
回复

使用道具 举报

发表于 2005-2-24 19:50:36 | 显示全部楼层
我只是skyeye的开发人员。
回复

使用道具 举报

发表于 2005-2-24 22:21:25 | 显示全部楼层
那你怎么能改变mizi网站的下载权限呢?
回复

使用道具 举报

发表于 2005-2-25 08:49:13 | 显示全部楼层
哈哈,他没有改变权限呀,他只是去掉了原来网址后边的一个逗号
在正确网址后边加个逗号当然上不去了,下回细心一些吧
不过他是高手倒是真的
回复

使用道具 举报

发表于 2005-2-25 10:20:57 | 显示全部楼层
没有啦
我知道那个逗号的问题
开始说不行的时候,我已经进入那个网页找到下载连接了,结果告诉我无权限下载
后来他又发一次,我再次登陆网页下载就可以了。。。
回复

使用道具 举报

发表于 2005-2-25 10:34:33 | 显示全部楼层
这样啊
那我就不清楚了
不过第一次的时候我就可以下载啊
回复

使用道具 举报

发表于 2005-2-25 11:27:22 | 显示全部楼层
我更新了下载的kernel,可是make menuconfig为什么system type没有2410可选呢?
回复

使用道具 举报

发表于 2005-2-25 11:35:53 | 显示全部楼层
  
性别歧视
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-10 11:22 , Processed in 0.144304 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表