博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
i.mx53 启动信息
阅读量:4060 次
发布时间:2019-05-25

本文共 16423 字,大约阅读时间需要 54 分钟。

Serial reinitilized!

 

U-Boot 2009.08 (12鏈?13 2011 - 17:39:38)

CPU:   Freescale i.MX53 family 2.1V at 1000 MHz

mx53 pll1: 1000MHz

mx53 pll2: 400MHz

mx53 pll3: 216MHz

mx53 pll4: 455MHz

ipg clock     : 66666666Hz

ipg per clock : 33333333Hz

uart clock    : 66666666Hz

cspi clock    : 54000000Hz

ahb clock     : 133333333Hz

axi_a clock   : 400000000Hz

axi_b clock   : 200000000Hz

emi_slow clock: 133333333Hz

ddr clock     : 400000000Hz

esdhc1 clock  : 80000000Hz

esdhc2 clock  : 80000000Hz

esdhc3 clock  : 80000000Hz

esdhc4 clock  : 80000000Hz

nfc clock     : 26666666Hz

Board: MX53-SMD Rev. A

Boot Reason: [POR]

Boot Device: MMC

I2C:   ready

DRAM:   1 GB

MMC:   FSL_ESDHC: 0, FSL_ESDHC: 1

In:    serial

Out:   serial

Err:   serial

Net:   got MAC address from IIM: 00:00:00:00:00:00

FEC0 [PRIME]

Hit any key to stop autoboot:  0

MX53-SMD U-Boot > printenv

bootdelay=3

baudrate=115200

loadaddr=0x70800000

netdev=eth0

ethprime=FEC0

uboot=u-boot.bin

kernel=uImage

nfsroot=/opt/eldk/arm

bootargs_base=setenv bootargs console=ttymxc0,115200

bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp

bootcmd_net=run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm

bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp root=/dev/mmcblk0p1 rootwait rw

bootcmd=run bootcmd_mmc

ethact=FEC0

bootargs=console=ttymxc0,115200 ip=dhcp root=/dev/mmcblk0p1 rootwait rw

bootcmd_mmc=run bootargs_base bootargs_mmc;mmc read 1 ${loadaddr} 0x800 0x1800;bootm

ethaddr=00:01:02:03:04:05

stdin=serial

stdout=serial

stderr=serial

Environment size: 704/131068 bytes

MX53-SMD U-Boot > setenv bootargs_mmc 'setenv bootargs ${bootargs} ip=192.168.0.99 root=/dev/mmcblk0p1 rootwait rw'

MX53-SMD U-Boot > saveenv

Saving Environment to MMC...

Writing to MMC(1)... done

MX53-SMD U-Boot > re

resetting ...

Serial reinitilized!

 

U-Boot 2009.08 (12鏈?13 2011 - 17:39:38)

CPU:   Freescale i.MX53 family 2.1V at 1000 MHz

mx53 pll1: 1000MHz

mx53 pll2: 400MHz

mx53 pll3: 216MHz

mx53 pll4: 455MHz

ipg clock     : 66666666Hz

ipg per clock : 33333333Hz

uart clock    : 66666666Hz

cspi clock    : 54000000Hz

ahb clock     : 133333333Hz

axi_a clock   : 400000000Hz

axi_b clock   : 200000000Hz

emi_slow clock: 133333333Hz

ddr clock     : 400000000Hz

esdhc1 clock  : 80000000Hz

esdhc2 clock  : 80000000Hz

esdhc3 clock  : 80000000Hz

esdhc4 clock  : 80000000Hz

nfc clock     : 26666666Hz

Board: MX53-SMD Rev. A

Boot Reason: [WDOG]

Boot Device: MMC

I2C:   ready

DRAM:   1 GB

MMC:   FSL_ESDHC: 0, FSL_ESDHC: 1

In:    serial

Out:   serial

Err:   serial

Net:   got MAC address from IIM: 00:00:00:00:00:00

FEC0 [PRIME]

Hit any key to stop autoboot:  0

MMC read: dev # 1, block # 2048, count 6144 partition # 0 ...

6144 blocks read: OK

## Booting kernel from Legacy Image at 70800000 ...

   Image Name:   Linux-2.6.35.3

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    2772356 Bytes =  2.6 MB

   Load Address: 70008000

   Entry Point:  70008000

   Verifying Checksum ... OK

   Loading Kernel Image ... OK

OK

Starting kernel ...

Linux version 2.6.35.3 () (gcc version 4.4.0 (GCC) ) #1 PREEMPT Sun Dec 2 19:12:05 PST 2012
CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c53c7f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: Freescale MX53 SMD Board
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 250880
Kernel command line: console=ttymxc0,115200 ip=192.168.0.99 root=/dev/mmcblk0p1 rootwait rw
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 480MB 512MB = 992MB total
Memory: 998728k/998728k available, 17080k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    DMA     : 0xf9e00000 - 0xffe00000   (  96 MB)
    vmalloc : 0xe0800000 - 0xf4000000   ( 312 MB)
    lowmem  : 0x80000000 - 0xe0000000   (1536 MB)
    pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
    modules : 0x7f000000 - 0x7fe00000   (  14 MB)
      .init : 0x80008000 - 0x8002d000   ( 148 kB)
      .text : 0x8002d000 - 0x80788000   (7532 kB)
      .data : 0x807ac000 - 0x807f98a0   ( 311 kB)
SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Hierarchical RCU implementation.
 RCU-based detection of stalled CPUs is disabled.
 Verbose stalled-CPUs detection is disabled.
NR_IRQS:368
MXC GPIO hardware
MXC IRQ initialized
MXC_Early serial console at MMIO 0x53fbc000 (options '115200')
bootconsole [ttymxc0] enabled
Console: colour dummy device 80x30
Calibrating delay loop... 999.42 BogoMIPS (lpj=4997120)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
regulator: core version 0.5
NET: Registered protocol family 16
i.MX IRAM pool: 128
IRAM READY
CPU is i.MX53 Revision 2.1
Using SDMA I.API
MXC DMA API initialized
IMX usb wakeup probe
IMX usb wakeup probe
bio: create slab <bio-0> at 0
SCSI subsystem initialized
CSPI: mxc_spi-0 probed
Freescale USB OTG Driver loaded, $Revision: 1.55 $
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
da9052_i2c_is_connected - i2c read success..............
reg-fixed-voltage reg-fixed-voltage.0: Could not obtain regulator enable GPIO 74: -16
reg-fixed-voltage: probe of reg-fixed-voltage.0 failed with error -16
regulator: DA9052_LDO1: 600 <--> 1800 mV at 1300 mV normal
regulator: DA9052_LDO2: 600 <--> 1800 mV at 1300 mV normal
regulator: DA9052_LDO3: 1725 <--> 3300 mV at 3300 mV normal
regulator: DA9052_LDO4: 1725 <--> 3300 mV at 2775 mV normal
regulator: DA9052_LDO5: 1200 <--> 3600 mV at 1300 mV normal
regulator: DA9052_LDO6: 1200 <--> 3600 mV at 1300 mV normal
regulator: DA9052_LDO7: 1200 <--> 3600 mV at 2750 mV normal
regulator: DA9052_LDO8: 1200 <--> 3600 mV at 1800 mV normal
regulator: DA9052_LDO9: 1250 <--> 3650 mV at 2500 mV normal
regulator: DA9052_LDO10: 1200 <--> 3600 mV at 1300 mV normal
regulator: DA9052_BUCK_CORE: 500 <--> 2075 mV at 1250 mV normal
regulator: DA9052_BUCK_PRO: 500 <--> 2075 mV at 1300 mV normal
regulator: DA9052_BUCK_MEM: 925 <--> 2500 mV at 1500 mV normal
regulator: DA9052_BUCK_PERI: 1800 <--> 3600 mV at 3600 mV normal
DA9053 chip ID reg read=0xa3
BB version probed
IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
Advanced Linux Sound Architecture Driver Version 1.0.23.
Switching to clocksource mxc_timer1
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 1, 8192 bytes)
UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
LPMode driver module loaded
Static Power Management for Freescale i.MX5
PM driver module loaded
sdram autogating driver module loaded
Bus freq driver module loaded
DI1 is primary
mxc_dvfs_core_probe
DVFS driver module loaded
i.MXC CPU frequency driver
DVFS PER driver module loaded
msgmni has been set to 1950
alg: No test for stdrng (krng)
cryptodev: driver loaded.
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
By setting, TVE driver will not be enabled
sii902x 2-0039: cound not find device
regulator: get() with no identifier
mxc_ldb mxc_ldb: default di1 single mode
mxc_ipu mxc_ipu: Channel already disabled 9
mxc_ipu mxc_ipu: Channel already uninitialized 9
IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
Console: switching to colour frame buffer device 128x48
mxc_ipu mxc_ipu: Channel already disabled 7
mxc_ipu mxc_ipu: Channel already uninitialized 7
mxc_ipu mxc_ipu: Channel already disabled 10
mxc_ipu mxc_ipu: Channel already uninitialized 10
IT6610 device ID: 0x00 CA 11 16
InitCAT6611():
Serial: MXC Internal UART driver
mxcintuart.0: ttymxc0 at MMIO 0x53fbc000 (irq = 31) is a Freescale i.MX
console [ttymxc0] enabled, bootconsole disabled

console [ttymxc0] enabled, bootconsole disabled

mxcintuart.1: ttymxc1 at MMIO 0x53fc0000 (irq = 32) is a Freescale i.MX

mxcintuart.2: ttymxc2 at MMIO 0x5000c000 (irq = 33) is a Freescale i.MX

mxcintuart.3: ttymxc3 at MMIO 0x53ff0000 (irq = 13) is a Freescale i.MX

mxcintuart.4: ttymxc4 at MMIO 0x63f90000 (irq = 86) is a Freescale i.MX

loop: module loaded

m25p80 spi1.1: non-JEDEC variant of m25p32

m25p80 spi1.1: m25p32 (4096 Kbytes)

Creating 2 MTD partitions on "m25p32":

0x000000000000-0x000000040000 : "bootloader"

0x000000040000-0x000000400000 : "kernel"

MXC MTD nand Driver 3.0

vcan: Virtual CAN interface driver

Freescale FlexCAN Driver

FEC Ethernet Driver

fec_enet_mii_bus: probed

iMX PTP Driver

Register PTP as char device

ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller

fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1

fsl-ehci fsl-ehci.0: irq 18, io base 0x53f80000

fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 1 port detected

fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller

fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2

fsl-ehci fsl-ehci.1: irq 14, io base 0x53f80200

fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00

hub 2-0:1.0: USB hub found

hub 2-0:1.0: 1 port detected

usbcore: registered new interface driver cdc_acm

cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters

Initializing USB Mass Storage driver...

usbcore: registered new interface driver usb-storage

USB Mass Storage support registered.

ARC USBOTG Device Controller driver (1 August 2005)

mice: PS/2 mouse device common for all mice

input: gpio-keys as /devices/platform/gpio-keys/input/input0

MXC keypad loaded

mpr121 1-005a: i2c write error[-5]

mpr121 1-005a: Failed to init register

mpr121: probe of 1-005a failed with error -5

egalax_ts 2-0004: egalax_ts: failed to read firmware version

egalax_ts: probe of 2-0004 failed with error -5

p1003_fwv33 2-0041: couldn't read panel infomation.

p1003_fwv33: probe of 2-0041 failed with error -5

DA9052 TSI Device Driver, v1.0

input: da9052-tsi as /devices/virtual/input/input1

TSI Drv Successfully Inserted da9052-tsi

input: da9052-onkey as /devices/platform/imx-i2c.0/i2c-0/0-0048/da9052-onkey/input/input2

input: isl29023 light sensor as /devices/virtual/input/input3

isl29023 2-0044: driver version 1.0 enabled

mxc_rtc mxc_rtc.0: rtc core: registered mxc_rtc as rtc0

i2c /dev entries driver

IR NEC protocol handler initialized

IR RC5(x) protocol handler initialized

IR RC6 protocol handler initialized

IR JVC protocol handler initialized

IR Sony protocol handler initialized

Linux video capture interface: v2.00

mxc_v4l2_output mxc_v4l2_output.0: Registered device video0

usbcore: registered new interface driver uvcvideo

USB Video Class driver (v0.1.0)

APM Battery Driver

add mma8450 i2c driver

mma8451 0-001c: read chip ID 0x3a is not equal to 0x2a!

mma8451: probe of 0-001c failed with error -22

mag3110 1-000e: check mag3110 chip ID

mag3110 1-000e: read chip ID 0xfffffffb is not equal to 0xc4!

mag3110: probe of 1-000e failed with error -22

MXC WatchDog Driver 2.0

MXC Watchdog # 0 Timer: initial timeout 60 sec

VPU initialized

mxc_asrc registered

gpu mmu enabled

usb 2-1: new high speed USB device using fsl-ehci and address 2

mxsdhci: MXC Secure Digital Host Controller Interface driver

mxsdhci: MXC SDHCI Controller Driver.

mmc0: SDHCI detect irq 0 irq 3 INTERNAL DMA

mxsdhci: MXC SDHCI Controller Driver.

mmc1: SDHCI detect irq 205 irq 1 INTERNAL DMA

mxsdhci: MXC SDHCI Controller Driver.

mmc2: SDHCI detect irq 0 irq 2 INTERNAL DMA

usbcore: registered new interface driver usbhid

usbhid: USB HID core driver

Cirrus Logic CS42888 ALSA SoC Codec Driver

sgtl5000-i2c 1-000a: SGTL5000 revision 17

mxc_spdif mxc_spdif.0: MXC SPDIF Audio Transmitter

No device for codec mxc spdif

No device for DAI mxc spdif

No device for DAI imx-ssi-1-0

No device for DAI imx-ssi-1-1

No device for DAI imx-ssi-2-0

No device for DAI imx-ssi-2-1

No device for DAI imx-spdif-dai

capture=0 ext_ram=0 UseIram=1

DMA Sound Buffers Allocated:UseIram=1 buf->addr=f8016000 buf->area=e0856000 size=24576

capture=1 ext_ram=0 UseIram=1

DMA Sound Buffers Allocated:UseIram=1 buf->addr=cf3b8000 buf->area=fabc1000 size=24576

asoc: SGTL5000 <-> imx-ssi-2-0 mapping ok

hub 2-1:1.0: USB hub found

hub 2-1:1.0: 4 ports detected

mmc0: new high speed MMC card at address 0001

mmcblk0: mmc0:0001 M4G1EM 3.72 GiB

 mmcblk0: p1

capture=0 ext_ram=1 UseIram=1

DMA Sound Buffers Allocated:UseIram=1 buf->addr=cf428000 buf->area=fabc7000 size=24576

asoc: mxc spdif <-> imx-spdif-dai mapping ok

ALSA device list:

  #0: imx-3stack (SGTL5000)

  #1: imx-3stack-spdif (mxc spdif)

TCP cubic registered

NET: Registered protocol family 17

can: controller area network core (rev 20090105 abi 8)

NET: Registered protocol family 29

can: raw protocol (rev 20090105)

can: broadcast manager protocol (rev 20090105 t)

VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2

regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_PERI on

regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_MEM on

regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_PRO on

regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_CORE on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO10 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO8 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO7 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO6 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO5 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO4 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO3 on

regulator_init_complete: incomplete constraints, leaving DA9052_LDO1 on

mxc_rtc mxc_rtc.0: setting system clock to 1970-01-01 00:04:10 UTC (250)

eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=0:00, irq=-1)

IP-Config: Guessing netmask 255.255.255.0

IP-Config: Complete:

     device=eth0, addr=192.168.0.99, mask=255.255.255.0, gw=255.255.255.255,

     host=192.168.0.99, domain=, nis-domain=(none),

     bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=

EXT3-fs: barriers not enabled

kjournald starting.  Commit interval 5 seconds

EXT3-fs (mmcblk0p1): using internal journal

EXT3-fs (mmcblk0p1): recovery complete

EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode

VFS: Mounted root (ext3 filesystem) on device 179:1.

Freeing init memory: 148K

init started: BusyBox v1.15.0 ()

starting pid 1191, tty '': '/etc/rc.d/rcS'

Mounting /proc and /sys
Starting the hotplug events dispatcher udevd
Synthesizing initial hotplug events
PHY: 0:00 - Link is Up - 100/Full

Setting the hostname to freescale

Mounting filesystems
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
mount: mounting usbfs on /proc/bus/usb failed: No such file or directory
Starting inetd:

starting pid 2261, tty '': '/sbin/getty -L ttymxc0 115200 vt100

arm-none-linux-gnueabi-gcc (4.4.4_09.06.2010) 4.4.4

root filesystem built on Mon, 12 Dec 2011 13:57:10 +0800

Freescale Semiconductor, Inc.

 

freescale login: root

login[2261]: root login on

root@freescale ~$ ifconfig eth0

eth0      Link encap:Ethernet  HWaddr 00:01:02:03:04:05 
          inet addr:192.168.0.99  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4838 (4.7 KiB)  TX bytes:0 (0.0 B)
          Base address:0x4000

~$ ping 192.168.0.100

PING 192.168.0.100 (192.168.0.100): 56 data bytes
64 bytes from 192.168.0.100: seq=0 ttl=128 time=5.723 ms
64 bytes from 192.168.0.100: seq=1 ttl=128 time=0.332 ms
64 bytes from 192.168.0.100: seq=2 ttl=128 time=0.285 ms
--- 192.168.0.100 ping statistics ---
3 packets transmitted, 3 packets received, 000000000acket loss
round-trip min/avg/max = 0.285/2.113/5.723 ms
~$

转载地址:http://sjzji.baihongyu.com/

你可能感兴趣的文章
剑指offer算法题分析与整理(三)
查看>>
mint/ubuntu安装搜狗输入法
查看>>
C++动态申请数组和参数传递问题
查看>>
opencv学习——在MFC中读取和显示图像
查看>>
JVM并发机制探讨—内存模型、内存可见性和指令重排序
查看>>
nginx+tomcat+memcached (msm)实现 session同步复制
查看>>
WAV文件解析
查看>>
WPF中PATH使用AI导出SVG的方法
查看>>
QT打开项目提示no valid settings file could be found
查看>>
Win10+VS+ESP32环境搭建
查看>>
android 代码实现圆角
查看>>
flutter-解析json
查看>>
android中shader的使用
查看>>
java LinkedList与ArrayList迭代器遍历和for遍历对比
查看>>
drat中构造方法
查看>>
JavaScript的一些基础-数据类型
查看>>
ReactNative使用Redux例子
查看>>
Promise的基本使用
查看>>
coursesa课程 Python 3 programming 统计文件有多少单词
查看>>
course_2_assessment_6
查看>>