- 积分
- 12
贡献62
飞刀13 FD
注册时间2018-3-31
在线时间2 小时
扫一扫,手机访问本帖
|
参考教程,将OKMX6UL-C(eMMC&Nand版)用户资料-20180102\Linux\tools\SD\启动\emmc\createSdcard-sdrun.tar.bz2加载到飞凌下载的虚拟机制作SD卡启动盘。整个过程没有出现异常
。。。。
var/www/cgi-bin/test_cgi
version.txt
Buring th u-boot.imx to sdcard
129+0 records in
129+0 records out
132096 bytes (132 kB) copied, 0.260837 s, 506 kB/s
319+0 records in
319+0 records out
326656 bytes (327 kB) copied, 0.676397 s, 483 kB/s
Syncing....
Un-mount the partitions
Remove created temp directories
Operation Finished
设置拨码后从SD卡启动时,linux内核挂在启动过程中,启动失败。请帮忙看一下是哪里出了问题?下面是启动log信息。
U-Boot 2015.04-g3989e3c (Dec 13 2017 - 16:33:25)
CPU: Freescale i.MX6UL rev1.2 at 396 MHz
CPU: Temperature 39 C
Reset cause: POR
Board: MX6UL 14x14 EVK
I2C: ready
DRAM: 512 MiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
Display: TFT70AB (800x480)
Video: 800x480x24
Error: no valid bmp image at 83800000 cfb_console.c
In: serial
Out: serial
Err: serial
switch to partitions #0, OK
mmc0 is current device
Net: FEC0
Error: FEC0 address not set.
Normal Boot
Hit any key to stop autoboot: 0
reading boot.scr
** Unable to read file boot.scr **
update firmware.........
reading /bin/zImage
6394952 bytes read in 360 ms (16.9 MiB/s)
reading /bin/imx6ul-14x14-evk.dtb
38342 bytes read in 24 ms (1.5 MiB/s)
Kernel image @ 0x80800000 [ 0x000000 - 0x619448 ]
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 8300c5c5
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.38-6UL_ga-00004-gc2cfa49 (hyj@developer-RH2485-V2) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) ) #1 SMP PREEMPT Fri Dec 15 09:41:48 CST 2017
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Freescale i.MX6 UltraLite 14x14 EVK Board
[ 0.000000] cma: CMA: reserved 320 MiB at 8c000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 8 pages/cpu @8bb3e000 s8832 r8192 d15744 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125952
[ 0.000000] Kernel command line: console=ttymxc0,115200 cma=320M root=/dev/mmcblk0p2
[ 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: 162936K/507904K available (7869K kernel code, 485K rwdata, 2780K rodata, 396K init, 433K bss, 344968K 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 : 0xa0800000 - 0xff000000 (1512 MB)
[ 0.000000] lowmem : 0x80000000 - 0xa0000000 ( 512 MB)
[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[ 0.000000] .text : 0x80008000 - 0x80a6e630 (10650 kB)
[ 0.000000] .init : 0x80a6f000 - 0x80ad2280 ( 397 kB)
[ 0.000000] .data : 0x80ad4000 - 0x80b4d720 ( 486 kB)
[ 0.000000] .bss : 0x80b4d72c - 0x80bb9cb4 ( 434 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] Switching to timer-based delay loop
[ 0.000017] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
[ 0.002592] clocksource_of_init: no matching clocksources found
[ 0.002960] Console: colour dummy device 80x30
[ 0.003007] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[ 0.003040] pid_max: default: 32768 minimum: 301
[ 0.003428] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.003457] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.004995] Initializing cgroup subsys net_cls
[ 0.005084] CPU: Testing write buffer coherency: ok
[ 0.005591] /cpus/cpu@0 missing clock-frequency property
[ 0.005631] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.005689] Setting up static identity map for 0x80778350 - 0x807783a8
[ 0.040755] Brought up 1 CPUs
[ 0.040790] SMP: Total of 1 processors activated (6.00 BogoMIPS).
[ 0.040807] CPU: All CPU(s) started in SVC mode.
[ 0.042127] devtmpfs: initialized
[ 0.052526] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.053315] pinctrl core: initialized pinctrl subsystem
[ 0.054222] regulator-dummy: no parameters
[ 0.077918] NET: Registered protocol family 16
[ 0.094360] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.095979] cpuidle: using governor ladder
[ 0.096007] cpuidle: using governor menu
[ 0.096315] Use WDOG1 as reset source
[ 0.114876] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
[ 0.115591] vdd3p0: 2625 <--> 3400 mV at 3000 mV
[ 0.116498] cpu: 725 <--> 1450 mV at 1150 mV
[ 0.117375] vddsoc: 725 <--> 1450 mV at 1175 mV
[ 0.122816] syscon 20e4000.iomuxc-gpr: regmap [mem 0x020e4000-0x020e7fff] registered
[ 0.129909] syscon 21ac000.romcp: regmap [mem 0x021ac000-0x021affff] registered
[ 0.131494] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
[ 0.139038] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.139068] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.143137] imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[ 0.145926] 20dc000.gpc supply pu not found, using dummy regulator
[ 0.181357] bio: create slab <bio-0> at 0
[ 0.188044] mxs-dma 1804000.dma-apbh: initialized
[ 0.189036] can-3v3: 3300 mV
[ 0.189622] VSD_3V3: 3300 mV
[ 0.190409] usb_otg1_vbus: 5000 mV
[ 0.190979] vref-3v3: 3300 mV
[ 0.192533] gpio_dvfs: 1300 <--> 1400 mV at 1400 mV
[ 0.193847] i2c-core: driver [max17135] using legacy suspend method
[ 0.193872] i2c-core: driver [max17135] using legacy resume method
[ 0.195136] SCSI subsystem initialized
[ 0.196378] usbcore: registered new inte**ce driver usbfs
[ 0.196549] usbcore: registered new inte**ce driver hub
[ 0.196876] usbcore: registered new device driver usb
[ 0.201864] i2c i2c-0: IMX I2C adapter registered
[ 0.204377] i2c i2c-1: IMX I2C adapter registered
[ 0.204673] Linux video capture inte**ce: v2.00
[ 0.204864] pps_core: LinuxPPS API ver. 1 registered
[ 0.204884] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.204969] PTP clock support registered
[ 0.207749] MIPI CSI2 driver module loaded
[ 0.208304] Advanced Linux Sound Architecture Driver Initialized.
[ 0.210316] Bluetooth: Core ver 2.18
[ 0.210451] NET: Registered protocol family 31
[ 0.210472] Bluetooth: HCI device and connection manager initialized
[ 0.210512] Bluetooth: HCI socket layer initialized
[ 0.210543] Bluetooth: L2CAP socket layer initialized
[ 0.210647] Bluetooth: SCO socket layer initialized
[ 0.212554] Switched to clocksource mxc_timer1
[ 0.214422] cfg80211: Calling CRDA to update world regulatory domain
[ 0.238160] NET: Registered protocol family 2
[ 0.240151] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.240277] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.240435] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.240559] TCP: reno registered
[ 0.240594] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.240653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.241250] NET: Registered protocol family 1
[ 0.242005] RPC: Registered named UNIX socket transport module.
[ 0.242035] RPC: Registered udp transport module.
[ 0.242055] RPC: Registered tcp transport module.
[ 0.242073] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.245016] imx rpmsg driver is registered.
[ 0.246626] Bus freq driver module loaded
[ 0.248610] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.270672] VFS: Disk quotas dquot_6.5.2
[ 0.271379] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.277563] NFS: Registering the id_resolver key type
[ 0.277694] Key type id_resolver registered
[ 0.277718] Key type id_legacy registered
[ 0.277810] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.279688] fuse init (API version 7.22)
[ 0.280912] msgmni has been set to 958
[ 0.289301] io scheduler noop registered
[ 0.289332] io scheduler deadline registered
[ 0.289836] io scheduler cfq registered (default)
[ 0.290892] imx-weim 21b8000.weim: Driver registered.
[ 0.296951] backlight.9 supply power not found, using dummy regulator
[ 0.300150] MIPI DSI driver module loaded
[ 0.304673] 21c8000.lcdif supply lcd not found, using dummy regulator
[ 0.305076] mxsfb 21c8000.lcdif: failed to find mxc display driver
[ 0.305836] mxsfb 21c8000.lcdif: initialized
[ 0.313721] imx-sdma 20ec000.sdma: no event needs to be remapped
[ 0.313927] imx-sdma 20ec000.sdma: loaded firmware 3.1
[ 0.321950] imx-sdma 20ec000.sdma: initialized
[ 0.323642] Serial: IMX driver
[ 0.324280] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
[ 1.065273] console [ttymxc0] enabled
[ 1.070764] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59, base_baud = 5000000) is a IMX
[ 1.080691] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX
[ 1.090346] serial: Freescale lpuart driver
[ 1.098511] imx sema4 driver is registered.
[ 1.102975] [drm] Initialized drm 1.1.0 20060810
[ 1.108709] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[ 1.136633] brd: module loaded
[ 1.151432] loop: module loaded
[ 1.158476] spi_gpio spi4.15: gpio-miso property not found, switching to no-rx mode
[ 1.170602] CAN device driver inte**ce
[ 1.178052] flexcan 2090000.can: device registered (reg_base=a0968000, irq=142)
[ 1.188225] flexcan 2094000.can: device registered (reg_base=a0970000, irq=143)
[ 1.197804] 20b4000.ethernet supply phy not found, using dummy regulator
[ 1.205958] pps pps0: new PPS source ptp0
[ 1.210476] fec 20b4000.ethernet (unregistered net_device): Invalid MAC address: 00:00:00:00:00:00
[ 1.219637] fec 20b4000.ethernet (unregistered net_device): Using random MAC address: 62:a3:20:90:c1:81
[ 1.229826] libphy: fec_enet_mii_bus: probed
[ 1.237995] fec 20b4000.ethernet eth0: registered PHC device 0
[ 1.245690] 2188000.ethernet supply phy not found, using dummy regulator
[ 1.253787] pps pps1: new PPS source ptp1
[ 1.258215] fec 2188000.ethernet (unregistered net_device): Invalid MAC address: 00:00:00:00:00:00
[ 1.267418] fec 2188000.ethernet (unregistered net_device): Using random MAC address: ca:44:70:18:35:d0
[ 1.278953] fec 2188000.ethernet eth1: registered PHC device 1
[ 1.286597] PPP generic driver version 2.4.2
[ 1.291404] PPP BSD Compression module registered
[ 1.296289] PPP Deflate Compression module registered
[ 1.301587] usbcore: registered new inte**ce driver asix
[ 1.307233] usbcore: registered new inte**ce driver cdc_ether
[ 1.313294] usbcore: registered new inte**ce driver cdc_eem
[ 1.319211] usbcore: registered new inte**ce driver cdc_ncm
[ 1.324957] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.331512] ehci-mxc: Freescale On-Chip EHCI Host driver
[ 1.337319] usbcore: registered new inte**ce driver usb-storage
[ 1.343748] usbcore: registered new inte**ce driver usbserial
[ 1.349720] usbcore: registered new inte**ce driver usbserial_generic
[ 1.356436] usbserial: USB Serial support registered for generic
[ 1.362649] usbcore: registered new inte**ce driver ftdi_sio
[ 1.368530] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 1.376019] usbcore: registered new inte**ce driver option
[ 1.381731] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.388872] usbcore: registered new inte**ce driver pl2303
[ 1.394606] usbserial: USB Serial support registered for pl2303
[ 1.400696] usbcore: registered new inte**ce driver cdc_xr_usb_serial
[ 1.407289] xr_usb_serial_common: Exar USB UART (serial port) driver
[ 1.413827] usbcore: registered new inte**ce driver usb_ehset_test
[ 1.422426] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 1.438810] 2184200.usb supply vbus not found, using dummy regulator
[ 1.449086] ci_hdrc ci_hdrc.1: EHCI Host Controller
[ 1.454137] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[ 1.472652] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[ 1.480143] hub 1-0:1.0: USB hub found
[ 1.484126] hub 1-0:1.0: 1 port detected
[ 1.490364] mousedev: PS/2 mouse device common for all mice
[ 1.498112] input: 20cc000.snvs-pwrkey as /devices/soc0/soc.0/2000000.aips-bus/20cc000.snvs-pwrkey/input/input0
[ 1.509069] snvs_pwrkey 20cc000.snvs-pwrkey: i.MX snvs powerkey probed
[ 1.516602] edt_ft5x06 0-0038: touchscreen probe failed
[ 1.521909] edt_ft5x06: probe of 0-0038 failed with error -5
[ 1.529810] input: iMX6UL TouchScreen Controller as /devices/virtual/input/input2
[ 1.539348] <<-GTP-INFO->> GTP driver installing...
[ 1.545083] <<-GTP-INFO->> GTP Driver Version: V2.4<2014/11/28>
[ 1.551050] <<-GTP-INFO->> GTP Driver Built@09:41:15, Dec 15 2017
[ 1.557293] <<-GTP-INFO->> GTP I2C Address: 0x5d
[ 1.562000] 0-005d supply vdd_ana not found, using dummy regulator
[ 1.568407] 0-005d supply vcc_i2c not found, using dummy regulator
[ 1.574770] <<-GTP-INFO->> Guitar reset
[ 1.703686] <<-GTP-ERROR->> I2C Write: 0x8041, 1 bytes failed, errcode: -5!
[ 1.711742] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5! Process reset.
[ 1.719990] <<-GTP-INFO->> Guitar reset
[ 1.802669] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[ 1.843669] <<-GTP-ERROR->> I2C Write: 0x8041, 1 bytes failed, errcode: -5!
[ 1.850665] <<-GTP-ERROR->> GTP i2c test failed time 1.
[ 1.873621] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5! Process reset.
[ 1.881825] <<-GTP-INFO->> Guitar reset
[ 1.954963] hub 1-1:1.0: USB hub found
[ 1.958955] hub 1-1:1.0: 4 ports detected
[ 2.003703] <<-GTP-ERROR->> I2C Write: 0x8041, 1 bytes failed, errcode: -5!
[ 2.010708] <<-GTP-ERROR->> GTP i2c test failed time 2.
[ 2.033646] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5! Process reset.
[ 2.041850] <<-GTP-INFO->> Guitar reset
[ 2.163655] <<-GTP-ERROR->> I2C Write: 0x8041, 1 bytes failed, errcode: -5!
[ 2.170655] <<-GTP-ERROR->> GTP i2c test failed time 3.
[ 2.193585] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5! Process reset.
[ 2.201788] <<-GTP-INFO->> Guitar reset
[ 2.323632] <<-GTP-ERROR->> I2C Write: 0x8041, 1 bytes failed, errcode: -5!
[ 2.330622] <<-GTP-ERROR->> GTP i2c test failed time 4.
[ 2.353639] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5! Process reset.
[ 2.361844] <<-GTP-INFO->> Guitar reset
[ 2.483623] <<-GTP-ERROR->> I2C Write: 0x8041, 1 bytes failed, errcode: -5!
[ 2.490614] <<-GTP-ERROR->> GTP i2c test failed time 5.
[ 2.512590] <<-GTP-ERROR->> I2C communication ERROR!
[ 2.517632] goodix-ts: probe of 0-005d failed with error -5
[ 2.523631] i2c-core: driver [isl29023] using legacy suspend method
[ 2.529934] i2c-core: driver [isl29023] using legacy resume method
[ 2.539932] rtc-rx8010 0-0032: Update timer was detected
[ 2.548246] rtc-rx8010 0-0032: rtc core: registered rx8010 as rtc0
[ 2.555971] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1
[ 2.564686] i2c /dev entries driver
[ 2.569436] IR NEC protocol handler initialized
[ 2.574086] IR RC5(x) protocol handler initialized
[ 2.578905] IR RC6 protocol handler initialized
[ 2.583497] IR JVC protocol handler initialized
[ 2.588055] IR Sony protocol handler initialized
[ 2.592724] IR RC5 (streamzap) protocol handler initialized
[ 2.598322] IR SANYO protocol handler initialized
[ 2.603076] IR MCE Keyboard/mouse protocol handler initialized
[ 2.611831] pxp-v4l2 pxp_v4l2.10: initialized
[ 2.616709] usbcore: registered new inte**ce driver uvcvideo
[ 2.622490] USB Video Class driver (1.1.1)
[ 2.627759] i2c-core: driver [mag3110] using legacy suspend method
[ 2.634053] i2c-core: driver [mag3110] using legacy resume method
[ 2.641277] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
[ 2.649915] Bluetooth: HCI UART driver ver 2.2
[ 2.654455] Bluetooth: HCI H4 protocol initialized
[ 2.659277] Bluetooth: HCI BCSP protocol initialized
[ 2.664299] Bluetooth: HCIATH3K protocol initialized
[ 2.669512] usbcore: registered new inte**ce driver bcm203x
[ 2.675445] usbcore: registered new inte**ce driver btusb
[ 2.681143] usbcore: registered new inte**ce driver ath3k
[ 2.686912] usbcore: registered new inte**ce driver rtk_btusb
[ 2.693422] sdhci: Secure Digital Host Controller Inte**ce driver
[ 2.699638] sdhci: Copyright(c) Pierre Ossman
[ 2.704076] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.712285] mmc0: no vqmmc regulator found
[ 2.762627] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
[ 2.774335] mmc1: no vqmmc regulator found
[ 2.778485] mmc1: no vmmc regulator found
[ 2.832605] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[ 2.844408] fsl-quadspi 21e0000.qspi: unrecognized JEDEC id ffffff
[ 2.850743] fsl-quadspi 21e0000.qspi: Freescale QuadSPI probe failed
[ 2.865696] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 2.874416] usbcore: registered new inte**ce driver usbhid
[ 2.880025] usbhid: USB HID core driver
[ 2.894478] mmc0: new high speed SDHC card at address aaaa
[ 2.901340] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
[ 2.909444] mmcblk0: p1 p2
[ 2.916831] fsl-asrc 2034000.asrc: driver registered
[ 2.944937] snd-soc-dummy snd-soc-dummy: ASoC: Failed to create platform debugfs directory
[ 2.961015] imx-wm8960 sound.14: wm8960-hifi <-> 202c000.sai mapping ok
[ 2.983072] imx-wm8960 sound.14: snd-soc-dummy-dai <-> 2034000.asrc mapping ok
[ 2.993782] imx-wm8960 sound.14: wm8960-hifi <-> 202c000.sai mapping ok
[ 3.014704] NET: Registered protocol family 26
[ 3.019210] Netfilter messages via NETLINK v0.30.
[ 3.024270] nfnl_acct: registering with nfnetlink.
[ 3.029337] nf_conntrack version 0.5.0 (7665 buckets, 30660 max)
[ 3.038446] ctnetlink v0.93: registering with nfnetlink.
[ 3.044284] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>
[ 3.050969] mmc1: BKOPS_EN bit is not set
[ 3.055099] nf_tables_compat: (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org>
[ 3.064097] xt_time: kernel timezone is -0000
[ 3.070476] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.080652] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 3.089426] arp_tables: (C) 2002 David S. Miller
[ 3.097645] TCP: cubic registered
[ 3.103774] mmc1: new high speed DDR MMC card at address 0001
[ 3.110883] NET: Registered protocol family 10
[ 3.115606] mmcblk1: mmc1:0001 Q2J54A 3.64 GiB
[ 3.123511] sit: IPv6 over IPv4 tunneling driver
[ 3.130052] NET: Registered protocol family 17
[ 3.134812] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 2.00 MiB
[ 3.141108] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 2.00 MiB
[ 3.147288] can: controller area network core (rev 20120528 abi 9)
[ 3.154010] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB
[ 3.160648] NET: Registered protocol family 29
[ 3.168096] can: raw protocol (rev 20120528)
[ 3.172418] can: broadcast manager protocol (rev 20120528 t)
[ 3.178350] can: netlink gateway (rev 20130117) max_hops=1
[ 3.184147] mmcblk1: p1 p2
[ 3.189840] Bluetooth: RFCOMM TTY layer initialized
[ 3.198140] Bluetooth: RFCOMM socket layer initialized
[ 3.203560] Bluetooth: RFCOMM ver 1.11
[ 3.207366] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.212973] mmcblk1boot1: unknown partition table
[ 3.219016] Bluetooth: BNEP filters: protocol multicast
[ 3.226277] Bluetooth: BNEP socket layer initialized
[ 3.231458] mmcblk1boot0: unknown partition table
[ 3.236386] Bluetooth: HIDP (Human Inte**ce Emulation) ver 1.2
[ 3.242368] Bluetooth: HIDP socket layer initialized
[ 3.248369] 8021q: 802.1Q VLAN Support v1.8
[ 3.252883] Key type dns_resolver registered
[ 3.258687] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 3.286884] gpio_dvfs: disabling
[ 3.290164] vref-3v3: disabling
[ 3.293445] usb_otg1_vbus: disabling
[ 3.297053] can-3v3: disabling
[ 3.300133] regulator-dummy: disabling
[ 3.304987] imx mcc test is registered.
[ 3.310907] rtc-rx8010 0-0032: setting system clock to 1970-01-01 15:17:47 UTC (55067)
[ 3.337924] ALSA device list:
[ 3.340939] #0: wm8960-audio
[ 3.355404] EXT3-fs (mmcblk0p2): recovery required on readonly filesystem
[ 3.362224] EXT3-fs (mmcblk0p2): write access will be enabled during recovery
[ 5.369290] kjournald starting. Commit interval 5 seconds
[ 5.379351] EXT3-fs (mmcblk0p2): recovery complete
[ 5.385133] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 5.392108] VFS: Mounted root (ext3 filesystem) readonly on device 179:2.
[ 5.401561] devtmpfs: mounted
[ 5.406016] Freeing unused kernel memory: 396K (80a6f000 - 80ad2000)
Mounting /proc and /sys
Starting the hotplug events dispatcher udevd
Synthesizing initial hotplug even[ 5.777506] udevd (107): /proc/107/oom_adj is deprecated, please use /proc/107/oom_score_adj instead.
ts
[ 9.347315] random: nonblocking pool is initialized
[ 9.477976] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Setting the hostname to freescale
Running depmod
depmod: can't change directory to '3.14.38-6UL_ga-00004-gc2cfa49': No such file or directory
Mounting filesystems
[ 10.548474] EXT3-fs (mmcblk0p2): using internal journal
Starting inetd:
Starting syslogd and klogd
[ 10.843924] flexcan 2090000.can can0: writing ctrl=0x0e312085
[ 10.873766] flexcan 2094000.can can1: writing ctrl=0x0e312085
Reconfiguring network inte**ces... ifdown: inte**ce eth1 not configured
[ 11.203542] fec 20b4000.ethernet eth0: Freescale FEC PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=20b4000.ethernet:01, irq=-1)
[ 11.253282] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.413430] fec 2188000.ethernet eth1: Freescale FEC PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=20b4000.ethernet:02, irq=-1)
[ 11.463243] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
RTNETLINK answers: File exists
done.
alsactl: parse:1655: Unable to open file '/data0/imx6_linux/alsa/tmp/share/alsa/init/00main': No such file or directory
alsactl: set_control:1267: failed to obtain info for control #55 (No such file or directory)
[ 11.693447] Trying to free nonexistent resource <0000000087b00000-0000000087c76fff>
xres = 800, yres = 480
|
|