本帖最后由 gjianw217 于 2016-1-27 15:54 编辑
按照官方教程,烧写Ubuntu Mate镜像文件,烧写也成功了, 但没有使用多久,就出现启动不了的问题,当把SD卡插入PC后,也识别不了,不显示SD卡的盘符,不像其他的系统,可以显示盘符,进行格式化后重新烧写,故不知何解。
一 问题所在(解决方法在最下面)
1 使用的SD卡
2串口端显示的信息:
- Loaded environment from uEnv.txt
- Running uenvcmd ...
- GUID Partition Table Entry Array CRC is wrong: 0x1f0fba91 != 0xd07d4623
- get_partition_info_efi: *** ERROR: Invalid GPT ***
- get_partition_info_efi: *** Using Backup GPT ***
- reading boot.scr
- ** Unable to read file boot.scr **
- GUID Partition Table Entry Array CRC is wrong: 0x1f0fba91 != 0xd07d4623
- get_partition_info_efi: *** ERROR: Invalid GPT ***
- get_partition_info_efi: *** Using Backup GPT ***
- reading uImage
- 5710784 bytes read in 246 ms (22.1 MiB/s)
- GUID Partition Table Entry Array CRC is wrong: 0x1f0fba91 != 0xd07d4623
- get_partition_info_efi: *** ERROR: Invalid GPT ***
- get_partition_info_efi: *** Using Backup GPT ***
- fatload - load binary file from a dos filesystem
- Usage:
- fatload [ [ [ [bytes [pos]]]]]
- - Load binary file 'filename' from 'dev' on 'interface'
- to address 'addr' from dos filesystem.
- 'pos' gives the file position to start loading from.
- If 'pos' is omitted, 0 is used. 'pos' requires 'bytes'.
- 'bytes' gives the size to load. If 'bytes' is 0 or omitted,
- the load stops on end of file.
- If either 'pos' or 'bytes' are not aligned to
- ARCH_DMA_MINALIGN then a misaligned buffer warning will
- be printed and performance will suffer for the load.
- GUID Partition Table Entry Array CRC is wrong: 0x1f0fba91 != 0xd07d4623
- get_partition_info_efi: *** ERROR: Invalid GPT ***
- get_partition_info_efi: *** Using Backup GPT ***
- reading kernel.dtb
- 34456 bytes read in 5 ms (6.6 MiB/s)
- ## Booting kernel from Legacy Image at 00007fc0 ...
- Image Name: Linux-3.10.37
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 5710720 Bytes = 5.4 MiB
- Load Address: 00008000
- Entry Point: 00008000
- Verifying Checksum ... OK
- ## Flattened Device Tree blob at 04000000
- Booting using the fdt blob at 0x4000000
- XIP Kernel Image ... OK
- Using Device Tree in place at 04000000, end 0400b697
- owl_boot_fdt_setup linux
- devpart 0:1
- cmdline: clk_ignore_unused selinux=0 scandelay root=/dev/mmcblk0p2 rw console=tty0 rootfstype=ext4 console=ttyS3 rootwait console=ttyS3 boot_dev=sd0
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Initializing cgroup subsys cpu
- [ 0.000000] Initializing cgroup subsys cpuacct
- [ 0.000000] Linux version 3.10.37 (root@hayden-pc) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #2 SMP PREEMPT Sat Jan 16 14:33:53 CST 2016
- [ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] Machine: gs705a, model: Actions GS705A board
- [ 0.000000] owl_reserve: pyhsical memory size 1073741824 bytes, end @0x2f800000
- [ 0.000000] ion_reserve: ion_fb reserved base 1fb00000 size 255852544
- [ 0.000000] Reserved memory 342MB
- [ 0.000000] FB: 0x2f000000, 8MB
- [ 0.000000] KINFO: 0x2ef00000, 1MB
- [ 0.000000] ION0: 0x1fb00000, 244MB
- [ 0.000000] ION1: 0x19900000, 98MB
- [ 0.000000] cma: CMA: reserved 100 MiB at 19400000
- [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
- [ 0.000000] owl_smp_init_cpus(): ncores 4
- [ 0.000000] PERCPU: Embedded 9 pages/cpu @c1497000 s13888 r8192 d14784 u36864
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
- [ 0.000000] Kernel command line: clk_ignore_unused selinux=0 scandelay root=/dev/mmcblk0p2 rw console=tty0 rootfstype=ext4 console=ttyS3 rootwait console=ttyS3 boot_dev=sd0
- [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
- [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
- [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
- [ 0.000000] allocated 2097152 bytes of page_cgroup
- [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
- [ 0.000000] Memory: 1024MB = 1024MB total
- [ 0.000000] Memory: 662784k/662784k available, 385792k reserved, 270336K highmem
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
- [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
- [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
- [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
- [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
- [ 0.000000] .text : 0xc0008000 - 0xc0a42790 (10474 kB)
- [ 0.000000] .init : 0xc0a43000 - 0xc0aae640 ( 430 kB)
- [ 0.000000] .data : 0xc0ab0000 - 0xc0b38f94 ( 548 kB)
- [ 0.000000] .bss : 0xc0b38f94 - 0xc0c82204 (1317 kB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] NR_IRQS:247
- [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
- [ 0.000000] Console: colour dummy device 80x30
- [ 0.000000] console [tty0] enabled
- [ 0.000000] kmemleak: Kernel memory leak detector disabled
- [ 0.001073] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
- [ 0.090239] pid_max: default: 32768 minimum: 301
- [ 0.090495] Security Framework initialized
- [ 0.090558] SELinux: Disabled at boot.
- [ 0.090592] AppArmor: AppArmor disabled by boot time parameter
- [ 0.090721] Mount-cache hash table entries: 512
- [ 0.099180] Initializing cgroup subsys debug
- [ 0.099236] Initializing cgroup subsys memory
- [ 0.099310] Initializing cgroup subsys freezer
- [ 0.099409] CPU: Testing write buffer coherency: ok
- [ 0.100003] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.100081] owl_smp_prepare_cpus(max_cpus:4)
- [ 0.100189] Setting up static identity map for 0xc0745038 - 0xc0745134
- [ 0.100367] L310 cache controller enabled
- [ 0.100401] l2x0: 16 ways, CACHE_ID 0x410080c9, AUX_CTRL 0x3e050000, Cache size: 524288 B
- [ 0.140346] ftrace: Allocated trace_printk buffers
- [ 0.180096] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
- [ 0.240094] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
- [ 0.300094] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
- [ 0.300252] Brought up 4 CPUs
- [ 0.300296] SMP: Total of 4 processors activated (4787.40 BogoMIPS).
- [ 0.300319] CPU: All CPU(s) started in SVC mode.
- [ 0.301515] devtmpfs: initialized
- [ 0.307352] pinctrl core: initialized pinctrl subsystem
- [ 0.311591] NET: Registered protocol family 16
- [ 0.345548] DMA: preallocated 14336 KiB pool for atomic coherent allocations
- [ 0.349430] sirq map 45 -> 213
- [ 0.349460] sirq map 46 -> 214
- [ 0.349484] sirq map 47 -> 215
- [ 0.352922] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
- [ 0.352957] hw-breakpoint: maximum watchpoint size is 4 bytes.
- [ 0.353212] free reserve pages 256 to buddy system
- [ 0.354267] dmm debugfs support
- [ 0.358996] i2c i2c-2: of_i2c: invalid reg on /i2c@b0178000/mpu6515@68
- [ 0.370184] bio: create slab at 0
- [ 0.371934] owl_dma b0260000.dma: actions AHB DMA Controller ( cpy slave memset ), 12 channels
- [ 0.376904] atc260x_i2c 0-0065: icm_ohm not config, use default value
- [ 0.376943] atc260x_i2c 0-0065: auxadc icm_ohm = 20
- [ 0.401013] atc260x-switch-ldo atc2603c-switch1.1: Probing atc2603c-switch1, id=1
- [ 0.401072] atc260x-switch-ldo atc2603c-switch1.1: pmic_ver=0
- [ 0.401253] [SWITCH1] set switch 1 to ldo mode Version D!
- [ 0.402457] atc260x-ext-pwm-dcdc atc2603c-ext-pwm-dcdc1.1: got init voltage selector 8
- [ 0.403022] atc260x-ext-pwm-dcdc atc2603c-ext-pwm-dcdc2.2: got init voltage selector 6
- [ 0.404415] atc2603c-sgpio atc2603c-sgpio.0: root virq num : 218
- [ 0.406878] atc260x-pm atc2603c-pm.0: _set_s2_mode() can not get of_property s2_mode
- [ 0.410173] [PM] set pmic suspend ops 0xc0afca08
- [ 0.410573] SCSI subsystem initialized
- [ 0.411366] asoc_spi0 b0200000.spi: master is unqueued, this is deprecated
- [ 0.412274] u***core: registered new interface driver u***fs
- [ 0.412371] u***core: registered new interface driver hub
- [ 0.412537] u***core: registered new device driver u***
- [ 0.412704] Linux video capture interface: v2.00
- [ 0.956974] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.957701] Bluetooth: Core ver 2.16
- [ 0.957774] NET: Registered protocol family 31
- [ 0.957797] Bluetooth: HCI device and connection manager initialized
- [ 0.957833] Bluetooth: HCI socket layer initialized
- [ 0.957871] Bluetooth: L2CAP socket layer initialized
- [ 0.957921] Bluetooth: SCO socket layer initialized
- [ 0.958354] cfg80211: Calling CRDA to update world regulatory domain
- [ 0.959802] Switching to clocksource timer0
- [ 1.001715] NET: Registered protocol family 2
- [ 1.002552] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
- [ 1.002754] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
- [ 1.002946] TCP: Hash tables configured (established 8192 bind 8192)
- [ 1.003040] TCP: reno registered
- [ 1.003070] UDP hash table entries: 512 (order: 2, 16384 bytes)
- [ 1.003135] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
- [ 1.003524] NET: Registered protocol family 1
- [ 1.004020] RPC: Registered named UNIX socket transport module.
- [ 1.004054] RPC: Registered udp transport module.
- [ 1.004074] RPC: Registered tcp transport module.
- [ 1.004094] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 1.004710] hw perfevents: enabled with ARMv7_Cortex_A9 PMU driver, 7 counters available
- [ 1.005365] owl_uart: no device is found
- [ 1.005582] b0120000.serial: ttyS0 at MMIO 0xb0120000 (irq = 61) is a OWL_SERIAL
- [ 1.006121] b0124000.serial: ttyS2 at MMIO 0xb0124000 (irq = 63) is a OWL_SERIAL
- [ 1.006591] b0126000.serial: ttyS3 at MMIO 0xb0126000 (irq = 64) is a OWL_SERIAL
- [ 1.696910] console [ttyS3] enabled
- [ 1.700889] b012a000.serial: ttyS5 at MMIO 0xb012a000 (irq = 66) is a OWL_SERIAL
- [ 1.708768] ## boot_dev: 0x20
- [ 1.712664] audit: initializing netlink socket (disabled)
- [ 1.718099] type=2000 audit(1.690:1): initialized
- [ 1.735045] NFS: Registering the id_resolver key type
- [ 1.740204] Key type id_resolver registered
- [ 1.744386] Key type id_legacy registered
- [ 1.749121] Key type cifs.spnego registered
- [ 1.753386] Key type cifs.idmap registered
- [ 1.757489] NTFS driver 2.1.30 [Flags: R/W].
- [ 1.762378] fuse init (API version 7.22)
- [ 1.766816] exFAT: Core Version 1.1.3
- [ 1.770510] exFAT: FS Version 1.1.3
- [ 1.774190] msgmni has been set to 968
- [ 1.780212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
- [ 1.787618] io scheduler noop registered
- [ 1.791560] io scheduler deadline registered
- [ 1.796017] io scheduler cfq registered (default)
- [ 1.804676] #### insmod vde driver!
- [ 1.808495] mali0 b0280000.vde: Probe vde device
- [ 1.816323] mali0 b0280000.vde: resource: iomem: [mem 0xb0280000-0xb0280107] mapping to f8280000, irq 82
- [ 1.838598] owl_dss MMU: mmu_init: base 0xda200000 base_phys 0xc07a0b581a200000 free_info->addr 0xda200000
- [ 1.849299] owl pinctrl: 1pinmux_request_check_gpio
- [ 1.854293] owl pinctrl: 1CHECK PMX:P_LVDS_OBN has already been requested by owl-gpio:49
- [ 1.862351] owl_dss LCDC: error!lcdchw_parse_params, fail to get lcd reset gpio
- [ 1.869833] owl_dss LCDC: error!lcdchw_parse_params, fail to get lcd standby gpio
- [ 1.877688] current type lcd
- [ 1.881925] timings : xres 1280 yres 720 size of 40 4
- [ 1.887144] Actions CEC for OWL Driver, (c) 2009 ACTIONS Electronics
- [ 1.893870] atm7059a-hdmi-cec b02c0000.hdmi_cec: probe successful
- [ 1.908607] brd: module loaded
- [ 1.916092] loop: module loaded
- [ 1.920446] tun: Universal TUN/TAP device driver, 1.6
- [ 1.925500] tun: (C) 1999-2004 Max Krasnyansky
- [ 1.931802] no blk dev
- [ 1.934159] read MiscInfoHeader failed
- [ 1.937900] read Head failed
- [ 1.940891] OWL_HDMI_ERR: failed to read hdcp key from secure storage
- [ 1.941178] u***core: registered new interface driver rtl8150
- [ 1.941229] u***core: registered new interface driver r8152
- [ 1.959574] GS705A phy init for dwc3 gadget 14:22:11
- [ 1.964910] GS705A phy init for dwc3 gadget 14:22:11
- [ 1.985204] aotg_hcd b0600000.u***: can't find u***h-1 dts node
- [ 1.990995] aotg_hcd b0600000.u***: aotg_hub_probe: u*** probe hcd failed, error is -19
- [ 1.999093] aotg_hcd b0700000.u***: can't find u***h-1 dts node
- [ 2.004866] aotg_hcd b0700000.u***: aotg_hub_probe: u*** probe hcd failed, error is -19
- [ 2.013109] port_host_plug_detect[0]:1
- [ 2.016858] port0_vubs_en:-1
- [ 2.019803] port_host_plug_detect[1]:1
- [ 2.023570] can't find vbus_otg1_en_gpio config
- [ 2.028094] port1_vubs_en:-1
- [ 2.031271] start mon 0 ......
- [ 2.034521] start mon 1 ......
- [ 2.037697] u***core: registered new interface driver cdc_acm
- [ 2.043380] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
- [ 2.051478] u***core: registered new interface driver u***-storage
- [ 2.057622] u***core: registered new interface driver u***serial
- [ 2.063524] u***core: registered new interface driver u***serial_generic
- [ 2.070114] u***serial: USB Serial support registered for generic
- [ 2.076162] u***core: registered new interface driver option
- [ 2.081791] u***serial: USB Serial support registered for GSM modem (1-port)
- [ 2.089319] mousedev: PS/2 mouse device common for all mice
- [ 2.095401] atc260x-onoff atc2603c-onoff.0: Probing atc2603c-onoff
- [ 2.101619] atc260x-onoff atc2603c-onoff.0: atc260x_onoff IRQ num : 216
- [ 2.108472] input: atc260x_onoff as /devices/b0170000.i2c/i2c-0/0-0065/atc2603c-onoff.0/input/input0
- [ 2.118750] u***core: registered new interface driver xpad
- [ 2.124258] u***core: registered new interface driver u***_acecad
- [ 2.130266] u***core: registered new interface driver aiptek
- [ 2.135884] u***core: registered new interface driver gtco
- [ 2.141352] u***core: registered new interface driver hanwang
- [ 2.147053] u***core: registered new interface driver kbtab
- [ 2.152617] u***core: registered new interface driver wacom
- [ 2.162198] atc260x-rtc atc2603c-rtc.0: rtc core: registered atc260x-RTC as rtc0
- [ 2.169927] atc260x-rtc atc2603c-rtc.0: invalid year(0), reset to year 2011
- [ 2.179454] atc260x-hwmon atc2603c-hwmon.0: Probing atc2603c-hwmon
- [ 2.186691] device-mapper: uevent: version 1.0.3
- [ 2.191785] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
- [ 2.200661] Bluetooth: HCI UART driver ver 2.2
- [ 2.205107] Bluetooth: HCI H4 protocol initialized
- [ 2.209933] Bluetooth: Realtek h5 driver version 1.0.1
- [ 2.215065] Realtek h5 driver version 1.0.1
- [ 2.219063] Bluetooth: HCI Realtek H5 protocol initialized
- [ 2.224729] HCI Realtek H5 protocol initialized
- [ 2.229076] rtk_btu***: Realtek Bluetooth USB driver module init, version 2.21
- [ 2.236483] u***core: registered new interface driver rtk_btu***
- [ 2.242468] cpuidle: using governor ladder
- [ 2.246564] cpuidle: using governor menu
- [ 2.251003] pinctrl-owl pinctrl.1: pin P_SD0_D0 already requested by b012a000.serial; cannot claim for b0230000.mmc
- [ 2.261483] pinctrl-owl pinctrl.1: pin-74 (b0230000.mmc) status -22
- [ 2.267751] pinctrl-owl pinctrl.1: could not request pin 74 on device pinctrl.1
- [ 2.275075] gl520x_mmc b0230000.mmc: Error applying setting, reverse things back
- [ 2.282544] ## host_id: 0 boot_dev 20 host->index: 0
- [ 2.288065] SDC0 use sdio uart conversion
- [ 2.292259] gl520x_mmc b0230000.mmc: using dma0chan2 for DMA transfers
- [ 2.299160] use GPIO to detect SD/MMC card
- [ 2.303569] ## host_id: 1 boot_dev 20 host->index: 1
- [ 2.308923] gl520x_mmc b0234000.mmc: using dma0chan3 for DMA transfers
- [ 2.316151] ## host_id: 2 boot_dev 20 host->index: 2
- [ 2.321532] gl520x_mmc b0238000.mmc: using dma0chan4 for DMA transfers
- [ 2.328450] leds-gpio leds.6: pins are not configured from the driver
- [ 2.334959] owl pinctrl: 1gpio_request_check_pinmux
- [ 2.339941] owl pinctrl: 1CHECK PMX:P_LVDS_ODP has already been requested by b02a0000.lcd0
- [ 2.348512] ledtrig-cpu: registered to indicate activity on CPUs
- [ 2.354898] hidraw: raw HID events driver (C) Jiri Kosina
- [ 2.363266] u***core: registered new interface driver u***hid
- [ 2.368839] u***hid: USB HID core driver
- [ 2.373366] zram: Created 1 device(s) ...
- [ 2.378056] ashmem: initialized
- [ 2.381484] logger: created 256K log 'log_main'
- [ 2.386230] logger: created 256K log 'log_events'
- [ 2.391180] logger: created 256K log 'log_radio'
- [ 2.396007] logger: created 256K log 'log_system'
- [ 2.402608] [SNDRV]:[atc2603a_get_cfg] Fail to get device_node
- [ 2.408442] [SNDRV]:[atc2603a_init] audio get cfg failed!
- [ 2.413997] [SNDRV]:[atc2603c_get_cfg] get gpio[speaker_en_gpios] fail
- [ 2.422164] [SNDRV]:[atm7059_audio_gpio_init] find i2s_switch_gpio property fail
- [ 2.429565] [SNDRV]:[atm7059_audio_gpio_init] find earphone_detect_gpios property fail
- [ 2.437560] [SNDRV]:[atm7059_audio_gpio_init] find speaker_en_gpios property fail
- [ 2.445114] [SNDRV]:[atm7059_link_init] maybe using irq
- [ 2.450395] soc-audio soc-audio: ASoC: machine atm7059_link should use snd_soc_register_card()
- [ 2.540934] acts_mmc_get_ro: Card read-only status -38
- [ 2.546074] mmc0: host does not support reading read-only switch. assuming write-enable.
- [ 2.557319] sd card init ok
- [ 2.560135] mmc_add_card: bootdev 0x20
- [ 2.563878] force sd0/sd1 host ext-card
- [ 2.567714] mmc0: new ultra high speed SDR50 SDHC card at address aaaa
- [ 2.574522] ## md->name_idx: 0
- [ 2.577831] mmcblk0: sd_card SL16G 14.8 GiB
- [ 2.586817] mmcblk0: unknown partition table
- [ 2.614221] atc2603c-audio atc260x-audio: ASoC: no dapm match for AOUT FL FR Mixer --> AOUT MIXER --> ADC0 Mux
- [ 2.624274] atc2603c-audio atc260x-audio: ASoC: Failed to add route AOUT FL FR Mixer -> AOUT MIXER -> ADC0 Mux
- [ 2.637667] soc-audio soc-audio: atc2603c-dai <-> owl-audio-i2s mapping ok
- [ 2.645348] soc-audio soc-audio: atm7059-hdmi-dai <-> owl-audio-i2s mapping ok
- [ 2.654254] u32 classifier
- [ 2.656981] Actions configured
- [ 2.660060] Netfilter messages via NETLINK v0.30.
- [ 2.664783] nfnl_acct: registering with nfnetlink.
- [ 2.669643] nf_conntrack version 0.5.0 (11972 buckets, 47888 max)
- [ 2.675826] mmc2: BKOPS_EN bit is not set
- [ 2.676599] ctnetlink v0.93: registering with nfnetlink.
- [ 2.676662] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
- [ 2.676664] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
- [ 2.676915] xt_time: kernel timezone is -0000
- [ 2.677140] ip_tables: (C) 2000-2006 Netfilter Core Team
- [ 2.677367] TCP: cubic registered
- [ 2.677371] Initializing XFRM netlink socket
- [ 2.678137] NET: Registered protocol family 10
- [ 2.679038] mip6: Mobile IPv6
- [ 2.679083] ip6_tables: (C) 2000-2006 Netfilter Core Team
- [ 2.679409] sit: IPv6 over IPv4 tunneling driver
- [ 2.680811] NET: Registered protocol family 17
- [ 2.680855] NET: Registered protocol family 15
- [ 2.680967] Bridge firewalling registered
- [ 2.681213] Bluetooth: RFCOMM socket layer initialized
- [ 2.681218] Bluetooth: RFCOMM ver 1.11
- [ 2.681224] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
- [ 2.681238] Bluetooth: HIDP socket layer initialized
- [ 2.681365] l2tp_core: L2TP core driver, V2.0
- [ 2.681370] 8021q: 802.1Q VLAN Support v1.8
- [ 2.681401] lib80211: common routines for IEEE802.11 drivers
- [ 2.681466] Key type dns_resolver registered
- [ 2.783463] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
- [ 2.791167] ThumbEE CPU extension supported.
- [ 2.793734] mmc_add_card: bootdev 0x20
- [ 2.793737] force sd2(emmc) host ext-card
- [ 2.793749] mmc2: new high speed DDR MMC card at address 0001
- [ 2.794029] ## md->name_idx: 1
- [ 2.794278] mmcblk1: emmc H8G1e 7.28 GiB
- [ 2.801119] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
- [ 2.821504] train_Msize:1024, train_ces:1
- [ 2.843052] start:0xc0008000, end:0xc0a42790, checksum:0x620ff9b5
- [ 2.850284] fbdev info : xres 1280 yres 720 refresh 60 name hdmi
- [ 2.856385] connected display to managers is fb0
- [ 2.926819] owldss_hdmi_read_edid ~~~ error hdmi not connected
- [ 2.948270] Console: switching to colour frame buffer device 160x45
- [ 3.001267] regulator-dummy: disabling
- [ 3.005989] atc260x-rtc atc2603c-rtc.0: setting system clock to 2011-01-01 00:00:11 UTC (1293840011)
- [ 3.017277] ATC260X_POWER: create sysfs for atc260x power
- [ 3.102620] clk: Not disabling unused clocks
- [ 3.114394] ALSA device list:
- [ 3.117410] #0: atm7059_link
- [ 3.120974] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2): error -6
- [ 3.128986] Please append a correct "root=" boot option; here are the available partitions:
- [ 3.137467] b300 15558144 mmcblk0 driver: sd_card
- [ 3.142976] b310 7634944 mmcblk1 driver: sd_card
- [ 3.150754] b311 49152 mmcblk1p1 50e36a57-d166-45f7-8195-3d9f61427179
- [ 3.160701] b312 49152 mmcblk1p2 7c6e6620-0b0d-4b3d-8047-c4713aa02762
- [ 3.170631] b313 1597440 mmcblk1p3 b55bc5d4-898b-4c87-b81b-50d094a29a76
- [ 3.185415] OWL: Kernel Thermal management registered
- [ 3.192912] b314 1024 mmcblk1p4 635fac47-72a1-46c1-a4eb-1796773b23dd
- [ 3.202933] b315 2097152 mmcblk1p5 2f34ccd4-bc56-49c5-8bb8-b9cfae54562a
- [ 3.212979] b316 524288 mmcblk1p6 a0ea28ea-6f22-4587-ac2f-b35585109f2a
- [ 3.223008] b317 1024 mmcblk1p7 41db5a24-85cb-4459-ad6b-b10d4f8a0515
- [ 3.233052] b318 1024 mmcblk1p8 5dda2bf0-d6e1-4df8-adef-b9981bbb628c
- [ 3.243088] b319 1024 mmcblk1p9 838a0287-7156-4c8a-9ac0-1c26b6801cb6
- [ 3.253134] b31a 262144 mmcblk1p10 00895f3f-aef9-40e4-9c93-40e44b0d698d
- [ 3.263276] b31b 3035136 mmcblk1p11 dc5b245c-221b-4b47-9769-0f3ffce35299
- [ 3.273436] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
- [ 3.284491] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.37 #2
- [ 3.293142] [] (unwind_backtrace+0x0/0x138) from [] (show_stack+0x24/0x2c)
- [ 3.304438] [] (show_stack+0x24/0x2c) from [] (panic+0x90/0x1e4)
- [ 3.314863] [] (panic+0x90/0x1e4) from [] (mount_block_root+0x184/0x230)
- [ 3.316520] mmc0: Slot status change detected (0 -> 1)
- [ 3.333871] [] (mount_block_root+0x184/0x230) from [] (mount_root+0xf4/0x114)
- [ 3.345576] [] (mount_root+0xf4/0x114) from [] (prepare_namespace+0x158/0x1b8)
- [ 3.357393] [] (prepare_namespace+0x158/0x1b8) from [] (kernel_init_freeable+0x180/0x1c8)
- [ 3.370223] [] (kernel_init_freeable+0x180/0x1c8) from [] (kernel_init+0x8/0xe4)
- [ 3.382330] [] (kernel_init+0x8/0xe4) from [] (ret_from_fork+0x14/0x3c)
- [ 3.393672] CPU2: stopping
- [ 3.399356] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.10.37 #2
- [ 3.408371] [] (unwind_backtrace+0x0/0x138) from [] (show_stack+0x24/0x2c)
- [ 3.420046] [] (show_stack+0x24/0x2c) from [] (handle_IPI+0x264/0x29c)
- [ 3.431392] [] (handle_IPI+0x264/0x29c) from [] (gic_handle_irq+0x54/0x5c)
- [ 3.443110] [] (gic_handle_irq+0x54/0x5c) from [] (__irq_svc+0x40/0x70)
- [ 3.454580] Exception stack(0xd9213f98 to 0xd9213fe0)
- [ 3.462732] 3f80: ffffffed 009fe000
- [ 3.474024] 3fa0: c0ac6514 00000000 d9212000 d9212000 d9212000 c0b24aac c0ac4e14 414fc091
- [ 3.485297] 3fc0: c074a920 c0b2427d 00000000 d9213fe0 c000fff0 c000ffe8 60000113 ffffffff
- [ 3.496584] [] (__irq_svc+0x40/0x70) from [] (arch_cpu_idle+0x28/0x38)
- [ 3.508006] [] (arch_cpu_idle+0x28/0x38) from [] (cpu_startup_entry+0x68/0x24c)
- [ 3.520286] [] (cpu_startup_entry+0x68/0x24c) from [<0000821c>] (0x821c)
- [ 3.531070] CPU3: stopping
- [ 3.536938] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.10.37 #2
- [ 3.546107] [] (unwind_backtrace+0x0/0x138) from [] (show_stack+0x24/0x2c)
- [ 3.557986] [] (show_stack+0x24/0x2c) from [] (handle_IPI+0x264/0x29c)
- [ 3.569518] [] (handle_IPI+0x264/0x29c) from [] (gic_handle_irq+0x54/0x5c)
- [ 3.581438] [] (gic_handle_irq+0x54/0x5c) from [] (__irq_svc+0x40/0x70)
- [ 3.593122] Exception stack(0xd9215f98 to 0xd9215fe0)
- [ 3.601478] 5f80: ffffffed 00a07000
- [ 3.612987] 5fa0: c0ac6514 00000000 d9214000 d9214000 d9214000 c0b24aac c0ac4e14 414fc091
- [ 3.624526] 5fc0: c074a920 c0b2427d 00000000 d9215fe0 c000fff0 c000ffe8 60000113 ffffffff
- [ 3.636085] [] (__irq_svc+0x40/0x70) from [] (arch_cpu_idle+0x28/0x38)
- [ 3.647765] [] (arch_cpu_idle+0x28/0x38) from [] (cpu_startup_entry+0x68/0x24c)
- [ 3.660282] [] (cpu_startup_entry+0x68/0x24c) from [<0000821c>] (0x821c)
- [ 3.671353] CPU0: stopping
- [ 3.677531] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.37 #2
- [ 3.687055] [] (unwind_backtrace+0x0/0x138) from [] (show_stack+0x24/0x2c)
- [ 3.699213] [] (show_stack+0x24/0x2c) from [] (handle_IPI+0x264/0x29c)
- [ 3.711014] [] (handle_IPI+0x264/0x29c) from [] (gic_handle_irq+0x54/0x5c)
- [ 3.723150] [] (gic_handle_irq+0x54/0x5c) from [] (__irq_svc+0x40/0x70)
- [ 3.735018] Exception stack(0xc0ab1f68 to 0xc0ab1fb0)
- [ 3.743556] 1f60: ffffffed 009ec000 c0ac6514 00000000 c0ab0000 c0ab0000
- [ 3.755257] 1f80: c0ab0000 c0b24aac c0ac4e14 414fc091 c074a920 c0b2427d 00000000 c0ab1fb0
- [ 3.766924] 1fa0: c000fff0 c000ffe8 60000113 ffffffff
- [ 3.775435] [] (__irq_svc+0x40/0x70) from [] (arch_cpu_idle+0x28/0x38)
- [ 3.787180] [] (arch_cpu_idle+0x28/0x38) from [] (cpu_startup_entry+0x68/0x24c)
- [ 3.799709] [] (cpu_startup_entry+0x68/0x24c) from [] (start_kernel+0x280/0x2cc)
- [ 3.812331] [] (start_kernel+0x280/0x2cc) from [<00008074>] (0x8074)
复制代码
二 解决方法
现象:
1 如果在使用SD卡,烧写Ubuntu Mate镜像系统后,出现错误,如上所述,要想还原为普通卡,再次烧写
2 如果烧写了Guitar的Ubuntu Mate系统,烧写成功后,在主机Window下和虚拟机Ubuntu下,都找不到SD卡的盘符,如果想还原SD卡为普通的卡,是不可能的
方法:
1 使用DiskGenius 数据恢复软件,硬盘分区工具,系统备份软件,该软件可识别已经烧写了镜像文件的SD
2 选择SD卡的某一分区,然后点击菜单栏的格式化
|
|
|
|
看log是mmc出问题,你的sd卡在别的板子上用过吗?类似拷贝了操作系统启动,sd卡直接启动系统对sd卡要求比较高滴!
|
|
|
|
|
就是使用读卡器插入到PC上后,出现如上问题的;但插入PC后,由于没有显示盘符,什么也没有做!
|
|
|
|
|
我就是打算重新烧写镜像时,出现以上问题的,不是这位仁兄知道怎么重新烧写?我都说了,SD卡插入PC后,由于没有显示盘符,什么也没有做!何谈重新烧写?
|
|
|
|
|
PC是lunux还是Windows,前者l***lk能够看到/dev/sdb之类的信息,如果有就fdisk重新设置一下sd卡,如果是Windows,可以尝试DiskGenius_4.7.2重新格式化一下sd卡,另外lemaker提供的sd卡制作教程中也有一个格式化的工具,试试。
|
|
|
|
|
xble 发表于 2016-1-27 09:46
PC是lunux还是Windows,前者l***lk能够看到/dev/sdb之类的信息,如果有就fdisk重新设置一下sd卡,如果是Windows,可以尝试DiskGenius_4.7.2重新格式化一下sd卡,另外lemaker提供的sd卡制作教程中也有一个格式化的工具,试试。
谢谢,格式化成功!
|
|
|
|
|