⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.m54455evb

📁 uboot详细解读可用启动引导LINUX2.6内核
💻 M54455EVB
📖 第 1 页 / 共 2 页
字号:
5. SCREEN DUMP==============5.1 M54455EVB Development board    Boot from Atmel (NOTE: May not show exactly the same)U-Boot 1.2.0-g98c80b46-dirty (Jul 26 2007 - 12:44:08)CPU:   Freescale MCF54455 (Mask:48 Version:1)       CPU CLK 266 Mhz BUS CLK 133 Mhz FLB CLK 66 Mhz       PCI CLK 33 Mhz INP CLK 33 Mhz VCO CLK 533 MhzBoard: Freescale M54455 EVBI2C:   readyDRAM:  256 MBFLASH: 16.5 MBIn:    serialOut:   serialErr:   serialNet:   FEC0, FEC1IDE:   Bus 0: not available-> printbootargs=root=/dev/ram rwbootdelay=1baudrate=115200ethaddr=00:e0:0c:bc:e5:60eth1addr=00:e0:0c:bc:e5:61hostname=M54455EVBnetdev=eth0inpclk=33333333loadaddr=40010000load=tftp ${loadaddr) ${u-boot}upd=run load; run progprog=prot off 0 2ffff;era 0 2ffff;cp.b ${loadaddr} 0 ${filesize};saveethact=FEC0mtdids=nor0=M54455EVB-1mtdparts=M54455EVB-1:16m(user)u-boot=u-boot54455.binfilesize=292b4fileaddr=40010000gatewayip=192.168.1.1netmask=255.255.255.0ipaddr=192.168.1.3serverip=192.168.1.2stdin=serialstdout=serialstderr=serialmem=261632kEnvironment size: 563/8188 bytes-> bdinfomemstart    = 0x40000000memsize     = 0x10000000flashstart  = 0x00000000flashsize   = 0x01080000flashoffset = 0x00000000sramstart   = 0x80000000sramsize    = 0x00008000mbar        = 0xFC000000busfreq     = 133.333 MHzpcifreq     = 33.333 MHzflbfreq     = 66.666 MHzinpfreq     = 33.333 MHzvcofreq     = 533.333 MHzethaddr     = 00:E0:0C:BC:E5:60eth1addr    = 00:E0:0C:BC:E5:61ip_addr     = 192.168.1.3baudrate    = 115200 bps->-> help?       - alias for 'help'autoscr - run script from memorybase    - print or set address offsetbdinfo  - print Board Info structureboot    - boot default, i.e., run 'bootcmd'bootd   - boot default, i.e., run 'bootcmd'bootelf - Boot from an ELF image in memorybootm   - boot application image from memorybootp	- boot image via network using BootP/TFTP protocolbootvx  - Boot vxWorks from an ELF imagecmp     - memory compareconinfo - print console devices and informationcp      - memory copycrc32   - checksum calculationdate    - get/set/reset date & timedcache  - enable or disable data cachediskboot- boot from IDE deviceecho    - echo args to consoleerase   - erase FLASH memoryext2load- load binary file from a Ext2 filesystemext2ls  - list files in a directory (default /)fatinfo - print information about filesystemfatload - load binary file from a dos filesystemfatls   - list files in a directory (default /)flinfo  - print FLASH memory informationfsinfo	- print information about filesystemsfsload	- load binary file from a filesystem imagego      - start application at address 'addr'help    - print online helpicache  - enable or disable instruction cacheicrc32  - checksum calculationide     - IDE sub-systemiloop   - infinite loop on address rangeimd     - i2c memory displayiminfo  - print header information for application imageimls    - list all images found in flashimm     - i2c memory modify (auto-incrementing)imw     - memory write (fill)inm     - memory modify (constant address)iprobe  - probe to discover valid I2C chip addressesitest	- return true/false on integer compareloadb   - load binary file over serial line (kermit mode)loads   - load S-Record file over serial lineloady   - load binary file over serial line (ymodem mode)loop    - infinite loop on address rangels	- list files in a directory (default /)md      - memory displaymii     - MII utility commandsmm      - memory modify (auto-incrementing)mtest   - simple RAM testmw      - memory write (fill)nfs	- boot image via network using NFS protocolnm      - memory modify (constant address)pci     - list and access PCI Configuration Spaceping	- send ICMP ECHO_REQUEST to network hostprintenv- print environment variablesprotect - enable or disable FLASH write protectionrarpboot- boot image via network using RARP/TFTP protocolreset   - Perform RESET of the CPUrun     - run commands in an environment variablesaveenv - save environment variables to persistent storagesetenv  - set environment variablessleep   - delay execution for some timetftpboot- boot image via network using TFTP protocolversion - print monitor version->bootm 4000000## Booting image at 04000000 ...   Image Name:   Linux Kernel Image   Created:      2007-08-14  15:13:00 UTC   Image Type:   M68K Linux Kernel Image (uncompressed)   Data Size:    2301952 Bytes =  2.2 MB   Load Address: 40020000   Entry Point:  40020000   Verifying Checksum ... OKOKLinux version 2.6.20-gfe5136d6-dirty (mattw@kea) (gcc version 4.2.0 20070318 (prerelease) (Sourcery G++ Lite 4.2-20)) #108 Mon Aug 13 13:00:13 MDT 2007starting up linux startmem 0xc0254000, endmem 0xcfffffff, size 253MBBuilt 1 zonelists.  Total pages: 32624Kernel command line: root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel)ro,-(jffs2)PID hash table entries: 1024 (order: 10, 4096 bytes)Console: colour dummy device 80x25Dentry cache hash table entries: 32768 (order: 4, 131072 bytes)Inode-cache hash table entries: 16384 (order: 3, 65536 bytes)Memory: 257496k/262136k available (1864k kernel code, 2440k data, 88k init)Mount-cache hash table entries: 1024NET: Registered protocol family 16SCSI subsystem initializedNET: Registered protocol family 2IP route cache hash table entries: 2048 (order: 0, 8192 bytes)TCP established hash table entries: 8192 (order: 2, 32768 bytes)TCP bind hash table entries: 4096 (order: 1, 16384 bytes)TCP: Hash tables configured (established 8192 bind 4096)TCP reno registeredJFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.io scheduler noop registeredio scheduler anticipatory registeredio scheduler deadline registeredio scheduler cfq registered (default)ColdFire internal UART serial driver version 1.00ttyS0 at 0xfc060000 (irq = 90) is a builtin ColdFire UARTttyS1 at 0xfc064000 (irq = 91) is a builtin ColdFire UARTttyS2 at 0xfc068000 (irq = 92) is a builtin ColdFire UARTRAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksizeloop: loaded (max 8 devices)FEC ENET Version 0.2fec: PHY @ 0x0, ID 0x20005ca2 -- DP83849eth0: ethernet 00:08:ee:00:e4:19physmap platform flash device: 01000000 at 04000000physmap-flash.0: Found 1 x16 devices at 0x0 in 8-bit bank Intel/Sharp Extended Query Table at 0x0031Using buffer write methodcfi_cmdset_0001: Erase suspend on write enabled2 cmdlinepart partitions found on MTD device physmap-flash.0Creating 2 MTD partitions on "physmap-flash.0":0x00000000-0x00500000 : "kernel"mtd: Giving out device 0 to kernel0x00500000-0x01000000 : "jffs2"mtd: Giving out device 1 to jffs2mice: PS/2 mouse device common for all micei2c /dev entries driverTCP cubic registeredNET: Registered protocol family 1NET: Registered protocol family 17NET: Registered protocol family 15VFS: Mounted root (jffs2 filesystem).Setting the hostname to freescaleMounting filesystemsmount: Mounting usbfs on /proc/bus/usb failed: No such file or directoryStarting syslogd and klogdSetting up networking on loopback device:Setting up networking on eth0:eth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.Adding static route for default gateway to 172.27.255.254:Setting nameserver to 172.27.0.1 in /etc/resolv.conf:Starting inetd:/ #

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -