嵌入式爱好者

查看: 4664|回复: 2

[Android] 制作SD卡一键烧写Android 4.2不成功(附COM0打出的log)

[复制链接]

1

主题

1

帖子

4

积分

扫一扫,手机访问本帖
发表于 2015-3-8 21:03:05 | 显示全部楼层 |阅读模式
1. 做卡:按照20140919资料的手册,使用8G 闪迪 SD卡,使用工具HPUSBFW.EXE,在Win7 64系统的笔记本,用笔记本自带的SD卡槽。先用HPUSBFW.EXE将SD卡格式化,然后将Android4.2的uImage,ubi.img(256M),MLO(256M),u-boot.img(256M),logo.bmp拷贝到SD卡。
2. 烧写系统:将SD卡插入OK335xD开发板的SD插口,将boot拨码开关拨为1ON 2ON,打开开发板电源,开始烧写,但从debug串口输出的信息看几十秒后debug信息卡住,开发板LCD在显示完logo.bmp后没有任何反应了,此时仍会看到核心板的led不停闪烁,但是led4-7没有流水灯效果。从debug串口打出的debug信息如下:
\0x00CCCCCCCC
U-Boot SPL 2011.09-00000-g34a3923-dirty (Sep 03 2014 - 15:24:26)
Texas Instruments Revision detection unimplemented
Booting from MMC...
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2011.09-00000-g34a3923-dirty (Sep 03 2014 - 15:24:26)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
Did not find a recognized configuration, assuming General purpose EVM in Profile 0 with Daughter board
NAND:  HW ECC BCH16 Selected
ONFI flash detected
ONFI param page 0 valid
HW ECC BCH8 Selected
Detect MT29F2G08
256 MiB
MMC:   OMAP SD/MMC: 0
ECC: uncorrectable.
ECC: uncorrectable.
ECC: uncorrectable.
ECC: uncorrectable.
ECC: uncorrectable.
ECC: uncorrectable.
NAND read from offset a00000 failed -74
*** Warning - readenv() failed, using default environment

reading logo.bmp

385078 bytes read
Net:   cpsw
Hit any key to stop autoboot:  3 \0x08\0x08\0x08 2 \0x08\0x08\0x08 1 \0x08\0x08\0x08 0
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt

** Unable to read "uEnv.txt" from mmc 0:1 **

0 bytes read
reading uImage

4313032 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 80007fc0 ...
   Image Name:   Linux-3.2.0
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4312968 Bytes = 4.1 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   XIP Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Linux version 3.2.0 (root@lf-bj) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #9 Tue Sep 2 09:38:32 CST 2014
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: am335xevm
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES2.1 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyO0,115200n8 earlyprintk androidboot.console=ttyO0 init=/init root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait ip=none screentype=R screensize=800x480-7 calibrate=Y laohua=N
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 509636k/509636k available, 14652k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07bc000   (7888 kB)
[    0.000000]       .init : 0xc07bc000 - 0xc0810000   ( 336 kB)
[    0.000000]       .data : 0xc0810000 - 0xc0889c70   ( 488 kB)
[    0.000000]        .bss : 0xc0889c94 - 0xc09e0c68   (1372 kB)
[    0.000000] NR_IRQS:396
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
[    0.000000] omap_dm_timer_switch_src: Switching to HW default clocksource(sys_clkin_ck) for timer1, this may impact timekeeping in low power state
[    0.000000] OMAP clocksource: GPTIMER1 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] Console: colour dummy device 80x30
[    0.000224] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[    0.117101] pid_max: default: 32768 minimum: 301
[    0.117243] Security Framework initialized
[    0.117311] Mount-cache hash table entries: 512
[    0.117756] CPU: Testing write buffer coherency: ok
[    0.117822] ftrace: allocating 22266 entries in 66 pages
[    0.168110] devtmpfs: initialized
[    0.188235] omap_hwmod: pruss: failed to hardreset
[    0.189084] print_constraints: dummy:
[    0.189317] NET: Registered protocol family 16
[    0.190470] OMAP GPIO hardware version 0.1
[    0.191571] omap_mux_init: Add partition: #1: core, flags: 0
[    0.192662]  omap_i2c.1: alias fck already exists
[    0.193230]  omap_hsmmc.0: alias fck already exists
[    0.193359]  omap_hsmmc.1: alias fck already exists
[    0.193969]  da8xx_lcdc.0: alias fck already exists
[    0.194132]  omap_i2c.2: alias fck already exists
[    0.195091]  d_can.0: alias fck already exists
[    0.195266]  davinci-mcasp.1: alias fck already exists
[    0.195916]  omap2_mcspi.1: alias fck already exists
[    0.196053]  omap2_mcspi.2: alias fck already exists
[    0.196213]  edma.0: alias fck already exists
[    0.196233]  edma.0: alias fck already exists
[    0.196252]  edma.0: alias fck already exists
[    0.210259] bio: create slab <bio-0> at 0
[    0.211321] SCSI subsystem initialized
[    0.212427] usbcore: registered new inte**ce driver usbfs
[    0.212567] usbcore: registered new inte**ce driver hub
[    0.212712] usbcore: registered new device driver usb
[    0.213022] registerd cppi-dma Intr @ IRQ 17
[    0.213035] Cppi41 Init Done Qmgr-base(e087a000) dma-base(e0878000)
[    0.213045] Cppi41 Init Done
[    0.213080] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[    0.213237] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[    0.227126] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[    0.228643] tps65217 1-0024: TPS65217 ID 0xe version 1.2
[    0.230417] print_constraints: DCDC1: 900 <--> 1800 mV at 1500 mV
[    0.232252] print_constraints: DCDC2: 900 <--> 3300 mV at 1100 mV
[    0.234057] print_constraints: DCDC3: 900 <--> 1500 mV at 1100 mV
[    0.235853] print_constraints: LDO1: 1000 <--> 3300 mV at 1800 mV
[    0.237654] print_constraints: LDO2: 900 <--> 3300 mV at 3300 mV
[    0.239449] print_constraints: LDO3: 1800 <--> 3300 mV at 1800 mV
[    0.241256] print_constraints: LDO4: 1800 <--> 3300 mV at 3300 mV
[    0.257122] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 100 kHz
[    0.257866] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.258416] Bluetooth: Core ver 2.16
[    0.258487] NET: Registered protocol family 31
[    0.258498] Bluetooth: HCI device and connection manager initialized
[    0.258514] Bluetooth: HCI socket layer initialized
[    0.258525] Bluetooth: L2CAP socket layer initialized
[    0.258561] Bluetooth: SCO socket layer initialized
[    0.259039] cfg80211: Calling CRDA to update world regulatory domain
[    0.259912] Switching to clocksource gp timer
[    0.281077] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.281306] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[    0.281507] MUSB0 controller's USBSS revision = 4ea20800
[    0.281539] musb0: Enabled SW babble control
[    0.282395] musb-hdrc musb-hdrc.0: USB OTG mode controller at e083e000 using DMA, IRQ 18
[    0.282639] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[    0.282797] MUSB1 controller's USBSS revision = 4ea20800
[    0.282823] musb1: Enabled SW babble control
[    0.283264] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    0.283365] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    0.283510] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.283527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.283540] usb usb1: Product: MUSB HDRC host driver
[    0.283552] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
[    0.283562] usb usb1: SerialNumber: musb-hdrc.1
[    0.284251] hub 1-0:1.0: USB hub found
[    0.284280] hub 1-0:1.0: 1 port detected
[    0.284781] musb-hdrc musb-hdrc.1: USB Host mode controller at e084a800 using DMA, IRQ 19
[    0.285155] NET: Registered protocol family 2
[    0.285369] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.285765] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.286063] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.286238] TCP: Hash tables configured (established 16384 bind 16384)
[    0.286251] TCP reno registered
[    0.286264] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.286286] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.286494] NET: Registered protocol family 1
[    0.286733] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.286964] omap-gpmc omap-gpmc: GPMC revision 6.0
[    0.411940] ashmem: initialized
[    0.412211] VFS: Disk quotas dquot_6.5.2
[    0.412266] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.412876] fuse init (API version 7.17)
[    0.413176] msgmni has been set to 995
[    0.414287] io scheduler noop registered
[    0.414300] io scheduler deadline registered
[    0.414376] io scheduler cfq registered (default)
[    0.417626] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-7.0-ATXI#-T-1 panel
[    0.427659] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[    1.138497] console [ttyO0] enabled
[    1.142766] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[    1.150610] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[    1.158390] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[    1.166155] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[    1.173903] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[    1.181982] [drm] Initialized drm 1.1.0 20060810
[    1.193476] brd: module loaded
[    1.200304] loop: module loaded
[    1.205375] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.212489] omap2-nand driver initializing
[    1.216847] info->phys_base 8000000
[    1.220582] ONFI flash detected
[    1.223972] ONFI param page 0 valid
[    1.227619] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)
[    1.235978] omap2-nand: detected x8 NAND flash
[    1.240708] Page size 2048 Select ECC BCH8
[    1.244974] Nand ECC BCH8 HW
[    1.248564] Creating 8 MTD partitions on "omap2-nand.0":
[    1.254152] 0x000000000000-0x000000200000 : "SPL"
[    1.260600] 0x000000200000-0x000000400000 : "SPL.backup1"
[    1.267483] 0x000000400000-0x000000600000 : "SPL.backup2"
[    1.274413] 0x000000600000-0x000000800000 : "SPL.backup3"
[    1.281425] 0x000000800000-0x000000a00000 : "U-Boot"
[    1.287921] 0x000000a00000-0x000000c00000 : "U-Boot Env"
[    1.294828] 0x000000c00000-0x000001400000 : "Kernel"
[    1.302422] 0x000001400000-0x000010000000 : "File System"
[    1.352076] CAN device driver inte**ce
[    1.356092] CAN bus driver for Bosch D_CAN controller 1.0
[    1.362475] d_can d_can.0: device registered (irq=52, irq_obj=53)
[    1.410036] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[    1.416490] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
[    1.424062] davinci_mdio.0: probed
[    1.427627] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
[    1.435072] PPP generic driver version 2.4.2
[    1.439792] PPP BSD Compression module registered
[    1.444720] PPP Deflate Compression module registered
[    1.450109] usbcore: registered new inte**ce driver rtl8192cu
[    1.456279] usbcore: registered new inte**ce driver cdc_ether
[    1.462426] usbcore: registered new inte**ce driver cdc_eem
[    1.468388] usbcore: registered new inte**ce driver dm9601
[    1.474268] usbcore: registered new inte**ce driver cdc_subset
[    1.480498] cdc_ncm: 04-Aug-2011
[    1.483918] usbcore: registered new inte**ce driver cdc_ncm
[    1.489903] usbcore: registered new inte**ce driver cdc_acm
[    1.495817] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.504170] Initializing USB Mass Storage driver...
[    1.509369] usbcore: registered new inte**ce driver usb-storage
[    1.515646] USB Mass Storage support registered.
[    1.520617] usbcore: registered new inte**ce driver usbserial
[    1.526743] USB Serial support registered for generic
[    1.532095] usb 1-1: new high-speed USB device number 2 using musb-hdrc
[    1.670163] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[    1.677155] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.685244] hub 1-1:1.0: USB hub found
[    1.689250] hub 1-1:1.0: 4 ports detected
[    1.694271] usbcore: registered new inte**ce driver usbserial_generic
[    1.701110] usbserial: USB Serial Driver core
[    1.705704] USB Serial support registered for GSM modem (1-port)
[    1.712194] usbcore: registered new inte**ce driver option
[    1.718005] option: v0.7.2:USB Driver for GSM modems
[    1.725224]  gadget: Mass Storage Function, version: 2009/09/11
[    1.731441]  gadget: Number of LUNs=1
[    1.735257]  lun0: LUN: removable file: (no medium)
[    1.740667]  gadget: android_usb ready
[    1.744592] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    1.750204] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    1.758006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.765106] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.772646] usb usb2: Product: MUSB HDRC host driver
[    1.777818] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd
[    1.783361] usb usb2: SerialNumber: musb-hdrc.0
[    1.788709] hub 2-0:1.0: USB hub found
[    1.792674] hub 2-0:1.0: 1 port detected
[    1.797698] mousedev: PS/2 mouse device common for all mice
[    1.804193] [wds tsc probe]x.min=140,x.max=3946,y.min=319,y.max=3865,x.inverted=0,y.inverted=1
[    1.813495] input: ti-tsc as /devices/platform/omap/ti_tscadc/tsc/input/input0
[    1.822188] input: ft5x0x_ts as /devices/virtual/input/input1
[    1.984591] using rtc device, ds1307, for alarms
[    1.989292] rtc-ds1307 1-0068: rtc core: registered ds1307 as rtc0
[    1.995960] rtc-ds1307 1-0068: 56 bytes nvram
[    2.000562] i2c /dev entries driver
[    2.004589] Linux video capture inte**ce: v2.00
[    2.009729] usbcore: registered new inte**ce driver uvcvideo
[    2.015752] USB Video Class driver (1.1.1)
[    2.037460] input: lm75-temp as /devices/virtual/input/input2
[    2.043982] lm75 2-004c: hwmon0: sensor 'lm75'
[    2.049853] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.056222] Bluetooth: HCI UART driver ver 2.2
[    2.060871] Bluetooth: HCI H4 protocol initialized
[    2.065863] Bluetooth: HCILL protocol initialized
[    2.071690] cpuidle: using governor ladder
[    2.076104] cpuidle: using governor menu
[    2.084653] usbcore: registered new inte**ce driver usbhid
[    2.090520] usbhid: USB HID core driver
[    2.095041] logger: created 256K log 'log_main'
[    2.099908] logger: created 256K log 'log_events'
[    2.105215] logger: created 256K log 'log_radio'
[    2.110192] logger: created 256K log 'log_system'
[    2.115786] tiadc tiadc: attached adc driver
[    2.120883] usbcore: registered new inte**ce driver snd-usb-audio
[    2.129033] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator
[    2.136857] _regulator_get: 2-001b supply DVDD not found, using dummy regulator
[    2.144552] _regulator_get: 2-001b supply AVDD not found, using dummy regulator
[    2.152233] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator
[    2.164085] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
[    2.208790] ALSA device list:
[    2.211936]   #0: AM335X EVM
[    2.214939] oprofile: hardware counters not available
[    2.220213] oprofile: using timer interrupt.
[    2.224836] Netfilter messages via NETLINK v0.30.
[    2.229867] nf_conntrack version 0.5.0 (7963 buckets, 31852 max)
[    2.236532] ctnetlink v0.93: registering with nfnetlink.
[    2.242167] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    2.249427] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    2.255977] xt_time: kernel timezone is -0000
[    2.260805] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.266555] arp_tables: (C) 2002 David S. Miller
[    2.271468] TCP cubic registered
[    2.275003] NET: Registered protocol family 10
[    2.280521] Mobile IPv6
[    2.283118] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.288941] IPv6 over IPv4 tunneling driver
[    2.294016] NET: Registered protocol family 17
[    2.298691] NET: Registered protocol family 15
[    2.303355] can: controller area network core (rev 20090105 abi 8)
[    2.309920] NET: Registered protocol family 29
[    2.314597] can: raw protocol (rev 20090105)
[    2.319047] can: broadcast manager protocol (rev 20090105 t)
[    2.325179] Bluetooth: RFCOMM TTY layer initialized
[    2.330311] Bluetooth: RFCOMM socket layer initialized
[    2.335669] Bluetooth: RFCOMM ver 1.11
[    2.339576] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.345122] Bluetooth: BNEP filters: protocol multicast
[    2.350577] Bluetooth: HIDP (Human Inte**ce Emulation) ver 1.2
[    2.356875] Registering the dns_resolver key type
[    2.361866] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    2.369865] ThumbEE CPU extension supported.
[    2.374391] mux: Failed to setup hwmod io irq -22
[    2.380057] Power Management for AM33XX family
[    2.384918] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[    2.391617] Copied the M3 firmware to UMEM
[    2.395970] Cortex M3 Firmware Version = 0x181
[    2.405285] clock: disabling unused clocks to save power
[    2.412870] Detected MACID=88:33:14:ef:bf:58
[    2.419868] input: gpio-keys as /devices/platform/gpio-keys/input/input3
[    2.428549] rtc-ds1307 1-0068: setting system clock to 2014-01-08 16:55:29 UTC (1389200129)
[    2.437941] Waiting for root device /dev/mmcblk0p2...
[    2.452917] mmc0: host does not support reading read-only switch. assuming write-enable.
[    2.465285] mmc0: new high speed SDHC card at address e624
[    2.471513] mmcblk0: mmc0:e624 SU08G 7.40 GiB
[    2.478216]  mmcblk0: p1
[    2.550204] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)
[    2.557560] Please append a correct "root=" boot option; here are the available partitions:
[    2.566325] 1f00            2048 mtdblock0  (driver?)
[    2.571613] 1f01            2048 mtdblock1  (driver?)
[    2.576882] 1f02            2048 mtdblock2  (driver?)
[    2.582176] 1f03            2048 mtdblock3  (driver?)
[    2.587448] 1f04            2048 mtdblock4  (driver?)
[    2.592730] 1f05            2048 mtdblock5  (driver?)
[    2.598003] 1f06            8192 mtdblock6  (driver?)
[    2.603282] 1f07          241664 mtdblock7  (driver?)
[    2.608553] b300         7761920 mmcblk0  driver: mmcblk
[    2.614111]   b301         7761888 mmcblk0p1 00000000-0000-0000-0000-000000000000
[    2.621931] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[    2.630737] Backtrace:
[    2.633321] [<c00176e8>] (dump_backtrace+0x0/0x114) from [<c05e061c>] (dump_stack+0x20/0x24)
[    2.642131]  r6:c07ecd5c r5:00000000 r4:c088c9d8 r3:c0837260
[    2.648054] [<c05e05fc>] (dump_stack+0x0/0x24) from [<c05e0834>] (panic+0x6c/0x190)
[    2.656066] [<c05e07c8>] (panic+0x0/0x190) from [<c07bcc2c>] (mount_block_root+0x1dc/0x29c)
[    2.664780]  r3:df61b000 r2:00000000 r1:df06bf60 r0:c070cc18
[    2.670706]  r7:00008000
[    2.673354] [<c07bca50>] (mount_block_root+0x0/0x29c) from [<c07bce30>] (mount_root+0x58/0x68)
[    2.682351] [<c07bcdd8>] (mount_root+0x0/0x68) from [<c07bcfa8>] (prepare_namespace+0x168/0x1cc)
[    2.691519]  r5:c07ecd6d r4:c0889d20
[    2.695260] [<c07bce40>] (prepare_namespace+0x0/0x1cc) from [<c07bc8c8>] (kernel_init+0xf0/0x11c)
[    2.704518]  r5:c080f5c8 r4:c080f5c8
[    2.708271] [<c07bc7d8>] (kernel_init+0x0/0x11c) from [<c0044fcc>] (do_exit+0x0/0x6c4)
[    2.716534]  r5:c07bc7d8 r4:00000000
------------------------------------------------------------------------------------------------------------------------------
3. 初步从debug信息看像是问题出在SD卡只有部分能使用,于是又用SD卡烧写Android2.3系统试一下,还是同样的问题。但是再用SD卡烧写StarterWare编译后的裸机程序,运行正常。然后对SD卡用同样的步骤重新做卡,还是出现这个问题。

因此还请飞凌技术支持帮看下具体是什么原因?应当如何解决呢?
谢谢!
回复

使用道具 举报

4

主题

6

帖子

12

积分

发表于 2015-3-17 10:13:23 | 显示全部楼层
肯定是文件系统那块出错了,是不是加载地址错了。在uboot里面用printf把一般变量值打出来我看看
点评回复 支持 反对

使用道具 举报

7

主题

160

帖子

242

积分

发表于 2015-3-20 09:46:34 | 显示全部楼层
你用的MLO(256M),u-boot.img(256M),是错误的,拷贝batch目录里的同名文件 是用于sd卡烧写
点评回复 支持 反对

使用道具 举报

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

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-12-21 01:40

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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