stevexk 发表于 2017-3-29 21:19:01

imx6ul核心板提供的SDK里面dts文件问题


imx6ul核心板套件提供的内核版本为3.14.38,   不做任何修改情况下编译生成的imx6ul-14x14-evk.dtb文件,烧录后会导致内核启动失败。



启动日志

U-Boot 2015.04-g63911b6 (Oct 28 2016 - 08:41:19)

CPU:   Freescale i.MX6UL rev1.1 at 396 MHz
CPU:   Temperature 42 C
Reset cause: POR
Board: MX6UL 14x14 EVK
I2C:   ready
DRAM:256 MiB
NAND:256 MiB
MMC:   FSL_SDHC: 0
*** Warning - bad CRC, using default environment

Display: TFT70AB (800x480)
Video: 800x480x24

NAND read: device 0 offset 0x400000, size 0x80000
524288 bytes read: OK
In:    serial
Out:   serial
Err:   serial
Net:   FEC1
Error: FEC1 address not set.

Normal Boot
Hit any key to stop autoboot:0
nand boot..........

NAND read: device 0 offset 0x800000, size 0x800000
8388608 bytes read: OK

NAND read: device 0 offset 0x700000, size 0x100000
1048576 bytes read: OK
Kernel image @ 0x80800000 [ 0x000000 - 0x5e4740 ]
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
   Using Device Tree in place at 83000000, end 8300be29

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.38-6UL_ga-g7635c53-dirty (root@develop) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 06
[    0.000000] CPU: ARMv7 Processor 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 64 MiB at 8c000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] PERCPU: Embedded 8 pages/cpu @8bdc0000 s8320 r8192 d16256 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.Total pages: 65024
[    0.000000] Kernel command line: console=ttymxc0,115200 cma=64M root=/dev/mtdblock5 rootfstype=yaffs2
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 182484K/262144K available (7607K kernel code, 453K rwdata, 2676K rodata, 392K init, 433K bss, 79660K 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 : 0x90800000 - 0xff000000   (1768 MB)
[    0.000000]   lowmem: 0x80000000 - 0x90000000   ( 256 MB)
[    0.000000]   pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
[    0.000000]   modules : 0x7f000000 - 0x7fe00000   (14 MB)
[    0.000000]       .text : 0x80008000 - 0x80a13160   (10285 kB)
[    0.000000]       .init : 0x80a14000 - 0x80a76080   ( 393 kB)
[    0.000000]       .data : 0x80a78000 - 0x80ae9780   ( 454 kB)
[    0.000000]      .bss : 0x80ae978c - 0x80b55ba4   ( 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.002678] clocksource_of_init: no matching clocksources found
[    0.003060] Console: colour dummy device 80x30
[    0.003106] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[    0.003140] pid_max: default: 32768 minimum: 301
[    0.003549] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.003576] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.005225] CPU: Testing write buffer coherency: ok
[    0.005747] /cpus/cpu@0 missing clock-frequency property
[    0.005789] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005851] Setting up static identity map for 0x80739698 - 0x807396f0
[    0.040761] Brought up 1 CPUs
[    0.040794] SMP: Total of 1 processors activated (6.00 BogoMIPS).
[    0.040811] CPU: All CPU(s) started in SVC mode.
[    0.042139] devtmpfs: initialized
[    0.053277] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.054071] pinctrl core: initialized pinctrl subsystem
[    0.054994] regulator-dummy: no parameters
[    0.060315] NET: Registered protocol family 16
[    0.078458] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.080137] cpuidle: using governor ladder
[    0.080166] cpuidle: using governor menu
[    0.080506] Use WDOG1 as reset source
[    0.099617] syscon 20c8000.anatop: regmap registered
[    0.100369] vdd3p0: 2625 <--> 3400 mV at 3000 mV
[    0.101392] cpu: 725 <--> 1450 mV at 1150 mV
[    0.102347] vddsoc: 725 <--> 1450 mV at 1175 mV
[    0.107701] syscon 20e4000.iomuxc-gpr: regmap registered
[    0.115215] syscon 21ac000.romcp: regmap registered
[    0.116728] syscon 21bc000.ocotp-ctrl: regmap registered
[    0.124317] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.124347] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.128479] imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[    0.131599] 20dc000.gpc supply pu not found, using dummy regulator
[    0.163933] bio: create slab <bio-0> at 0
[    0.170806] mxs-dma 1804000.dma-apbh: initialized
[    0.171970] can-3v3: 3300 mV
[    0.172574] VSD_3V3: 3300 mV
[    0.173339] usb_otg1_vbus: 5000 mV
[    0.174729] gpio_dvfs: 1300 <--> 1400 mV at 1400 mV
[    0.176037] i2c-core: driver using legacy suspend method
[    0.176061] i2c-core: driver using legacy resume method
[    0.177414] SCSI subsystem initialized
[    0.178722] usbcore: registered new inte**ce driver usbfs
[    0.178903] usbcore: registered new inte**ce driver hub
[    0.179231] usbcore: registered new device driver usb
[    0.182524] i2c i2c-0: IMX I2C adapter registered
[    0.185039] i2c i2c-1: IMX I2C adapter registered
[    0.185344] Linux video capture inte**ce: v2.00
[    0.185542] pps_core: LinuxPPS API ver. 1 registered
[    0.185563] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.185642] PTP clock support registered
[    0.188414] MIPI CSI2 driver module loaded
[    0.189011] Advanced Linux Sound Architecture Driver Initialized.
[    0.191117] Bluetooth: Core ver 2.18
[    0.191386] NET: Registered protocol family 31
[    0.191409] Bluetooth: HCI device and connection manager initialized
[    0.191453] Bluetooth: HCI socket layer initialized
[    0.191489] Bluetooth: L2CAP socket layer initialized
[    0.191584] Bluetooth: SCO socket layer initialized
[    0.193331] Switched to clocksource mxc_timer1
[    0.194989] cfg80211: Calling CRDA to update world regulatory domain
[    0.219701] NET: Registered protocol family 2
[    0.221684] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    0.221765] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
[    0.221855] TCP: Hash tables configured (established 2048 bind 2048)
[    0.221973] TCP: reno registered
[    0.222011] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.222069] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.222648] NET: Registered protocol family 1
[    0.223682] RPC: Registered named UNIX socket transport module.
[    0.223716] RPC: Registered udp transport module.
[    0.223735] RPC: Registered tcp transport module.
[    0.223753] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.226616] imx rpmsg driver is registered.
[    0.228282] Bus freq driver module loaded
[    0.230321] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.249280] VFS: Disk quotas dquot_6.5.2
[    0.250027] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.256301] NFS: Registering the id_resolver key type
[    0.256463] Key type id_resolver registered
[    0.256486] Key type id_legacy registered
[    0.256579] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.258519] fuse init (API version 7.22)
[    0.259800] msgmni has been set to 484
[    0.268699] io scheduler noop registered
[    0.268733] io scheduler deadline registered
[    0.269237] io scheduler cfq registered (default)
[    0.270324] imx-weim 21b8000.weim: Driver registered.
[    0.276663] backlight.9 supply power not found, using dummy regulator
[    0.279970] MIPI DSI driver module loaded
[    0.284692] 21c8000.lcdif supply lcd not found, using dummy regulator
[    0.289856] mxsfb 21c8000.lcdif: failed to find mxc display driver
[    0.300402] Console: switching to colour frame buffer device 100x30
[    0.307247] mxsfb 21c8000.lcdif: initialized
[    0.314982] imx-sdma 20ec000.sdma: no event needs to be remapped
[    0.315192] imx-sdma 20ec000.sdma: loaded firmware 3.1
[    0.323015] imx-sdma 20ec000.sdma: initialized
[    0.324748] Serial: IMX driver
[    0.325383] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
[    1.065117] console enabled
[    1.070455] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59, base_baud = 5000000) is a IMX
[    1.080375] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX
[    1.090024] serial: Freescale lpuart driver
[    1.098195] imx sema4 driver is registered.
[    1.102599] Initialized drm 1.1.0 20060810
[    1.108409] Initialized vivante 1.0.0 20120216 on minor 0
[    1.135923] brd: module loaded
[    1.150532] loop: module loaded
[    1.162338] spi_gpio spi4.15: gpio-miso property not found, switching to no-rx mode
[    1.174675] CAN device driver inte**ce
[    1.181700] flexcan 2090000.can: device registered (reg_base=90970000, irq=142)
[    1.191885] flexcan 2094000.can: device registered (reg_base=90978000, irq=143)
[    1.201398] 20b4000.ethernet supply phy not found, using dummy regulator
[    1.209579] pps pps0: new PPS source ptp0
[    1.214220] fec 20b4000.ethernet (unregistered net_device): Invalid MAC address: 00:00:00:00:00:00
[    1.223287] fec 20b4000.ethernet (unregistered net_device): Using random MAC address: 66:4c:7c:d4:68:bb
[    1.233635] libphy: fec_enet_mii_bus: probed
[    1.241620] fec 20b4000.ethernet eth0: registered PHC device 0
[    1.249260] 2188000.ethernet supply phy not found, using dummy regulator
[    1.257302] pps pps1: new PPS source ptp1
[    1.261787] fec 2188000.ethernet (unregistered net_device): Invalid MAC address: 00:00:00:00:00:00
[    1.271006] fec 2188000.ethernet (unregistered net_device): Using random MAC address: 26:9c:77:96:00:74
[    1.282525] fec 2188000.ethernet eth1: registered PHC device 1
[    1.290194] PPP generic driver version 2.4.2
[    1.295235] PPP BSD Compression module registered
[    1.299979] PPP Deflate Compression module registered
[    1.305322] usbcore: registered new inte**ce driver cdc_ether
[    1.311346] usbcore: registered new inte**ce driver cdc_eem
[    1.317340] usbcore: registered new inte**ce driver cdc_ncm
[    1.323034] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.329634] ehci-mxc: Freescale On-Chip EHCI Host driver
[    1.335465] usbcore: registered new inte**ce driver usb-storage
[    1.341813] usbcore: registered new inte**ce driver usbserial
[    1.347879] usbcore: registered new inte**ce driver usbserial_generic
[    1.354590] usbserial: USB Serial support registered for generic
[    1.360725] usbcore: registered new inte**ce driver ftdi_sio
[    1.366648] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.374124] usbcore: registered new inte**ce driver option
[    1.379840] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.386998] usbcore: registered new inte**ce driver usb_ehset_test
[    1.395540] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[    1.411772] 2184200.usb supply vbus not found, using dummy regulator
[    1.422104] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    1.427154] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    1.453435] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    1.460944] hub 1-0:1.0: USB hub found
[    1.464932] hub 1-0:1.0: 1 port detected
[    1.471035] mousedev: PS/2 mouse device common for all mice
[    1.478757] input: 20cc000.snvs-pwrkey as /devices/soc0/soc.0/2000000.aips-bus/20cc000.snvs-pwrkey/input/input0
[    1.489668] snvs_pwrkey 20cc000.snvs-pwrkey: i.MX snvs powerkey probed
[    1.498861] input: iMX6UL TouchScreen Controller as /devices/virtual/input/input1
[    1.508650] i2c-core: driver using legacy suspend method
[    1.515044] i2c-core: driver using legacy resume method
[    1.524847] rtc-rx8010 0-0032: Frequency stop was detected, probably due to a supply voltage drop
[    1.533815] rtc-rx8010 0-0032: Update timer was detected
[    1.540099] rtc-rx8010 0-0032: bad conditions detected, resetting date
[    1.552032] rtc-rx8010 0-0032: rtc core: registered rx8010 as rtc0
[    1.559680] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1
[    1.568617] i2c /dev entries driver
[    1.573445] IR NEC protocol handler initialized
[    1.578019] IR RC5(x) protocol handler initialized
[    1.582834] IR RC6 protocol handler initialized
[    1.587427] IR JVC protocol handler initialized
[    1.591985] IR Sony protocol handler initialized
[    1.596659] IR RC5 (streamzap) protocol handler initialized
[    1.602259] IR SANYO protocol handler initialized
[    1.607018] IR MCE Keyboard/mouse protocol handler initialized
[    1.615976] pxp-v4l2 pxp_v4l2.10: initialized
[    1.621513] i2c-core: driver using legacy suspend method
[    1.627821] i2c-core: driver using legacy resume method
[    1.635044] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
[    1.643680] Bluetooth: HCI UART driver ver 2.2
[    1.648163] Bluetooth: HCI H4 protocol initialized
[    1.652977] Bluetooth: HCI BCSP protocol initialized
[    1.658019] Bluetooth: HCIATH3K protocol initialized
[    1.663222] usbcore: registered new inte**ce driver bcm203x
[    1.669479] usbcore: registered new inte**ce driver btusb
[    1.675261] usbcore: registered new inte**ce driver ath3k
[    1.680945] usbcore: registered new inte**ce driver rtk_btusb
[    1.687490] sdhci: Secure Digital Host Controller Inte**ce driver
[    1.693865] sdhci: Copyright(c) Pierre Ossman
[    1.698254] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.707523] mmc0: no vqmmc regulator found
[    1.753405] mmc0: SDHCI controller on 2190000.usdhc using ADMA
[    1.765092] mmc1: no vqmmc regulator found
[    1.769247] mmc1: no vmmc regulator found
[    1.784491] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[    1.823404] mmc1: SDHCI controller on 2194000.usdhc using ADMA
[    1.838798] caam 2140000.caam: Instantiated RNG4 SH0
[    1.879703] mmc0: host does not support reading read-only switch. assuming write-enable.
[    1.899557] caam 2140000.caam: Instantiated RNG4 SH1
[    1.904652] caam 2140000.caam: device ID = 0x0a160300 (Era 8)
[    1.911546] caam 2140000.caam: job rings = 3, qi = 0
[    1.945787] hub 1-1:1.0: USB hub found
[    1.949786] hub 1-1:1.0: 4 ports detected
[    2.023411] mmc0: new ultra high speed DDR50 SDHC card at address 37a2
[    2.031206] mmcblk0: mmc0:37a2 SE16G 14.4 GiB
[    2.046274]mmcblk0: p1
[    2.056347] caam algorithms registered in /proc/crypto
[    2.100556] caam_jr 2141000.jr0: registering rng-caam
[    2.107940] platform caam_sm: blkkey_ex: 8 keystore units available
[    2.114725] platform caam_sm: 64-bit clear key:
[    2.119313] platform caam_sm: 00 01 02 03 04 0f 06 07
[    2.127187] platform caam_sm: 64-bit black key:
[    2.131766] platform caam_sm: 59 03 a1 33 36 dd 3f b9
[    2.137518] platform caam_sm: d3 2a 74 2e d6 ae a6 53
[    2.143212] platform caam_sm: 128-bit clear key:
[    2.147967] platform caam_sm: 00 01 02 03 04 0f 06 07
[    2.155814] platform caam_sm: 08 09 0a 0b 0c 0d 0e 0f
[    2.165656] platform caam_sm: 128-bit black key:
[    2.173412] platform caam_sm: 83 60 bc 8a f2 a1 7a 5c
[    2.181186] platform caam_sm: 60 9f 71 63 a0 33 77 9a
[    2.188989] platform caam_sm: 192-bit clear key:
[    2.195771] platform caam_sm: 00 01 02 03 04 0f 06 07
[    2.203580] platform caam_sm: 08 09 0a 0b 0c 0d 0e 0f
[    2.211355] platform caam_sm: 10 11 12 13 14 15 16 17
[    2.219203] platform caam_sm: 192-bit black key:
[    2.225987] platform caam_sm: 56 ea e2 a9 62 99 ec 64
[    2.233812] platform caam_sm: d2 b2 f8 a1 99 a5 d9 ca
[    2.242606] platform caam_sm: 40 09 bb 80 da 6f 78 5c
[    2.252474] platform caam_sm: fe e9 df ee b1 52 9e 03
[    2.258264] platform caam_sm: 256-bit clear key:
[    2.262924] platform caam_sm: 00 01 02 03 04 0f 06 07
[    2.268657] platform caam_sm: 08 09 0a 0b 0c 0d 0e 0f
[    2.276453] platform caam_sm: 10 11 12 13 14 15 16 17
[    2.282153] platform caam_sm: 18 19 1a 1b 1c 1d 1e 1f
[    2.287875] platform caam_sm: 256-bit black key:
[    2.292532] platform caam_sm: 63 c7 ec 7e 19 4d 04 5f
[    2.298360] platform caam_sm: 55 e4 08 b2 91 aa dd 13
[    2.306198] platform caam_sm: b7 0f cf 0f 04 f2 a4 a2
[    2.316049] platform caam_sm: 02 0d 16 fb 45 c1 bf 2e
[    2.324862] platform caam_sm: 64-bit unwritten blob:
[    2.331943] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.339754] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.347567] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.355377] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.363148] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.370977] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.378799] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.386615] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.395452] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.405296] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.411043] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.416777] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.422465] platform caam_sm: 128-bit unwritten blob:
[    2.429645] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.435380] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.441079] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.446853] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.454677] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.464509] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.473292] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.481109] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.488918] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.496779] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.504603] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.512384] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.520196] platform caam_sm: 196-bit unwritten blob:
[    2.527412] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.535225] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.544053] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.553839] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.559539] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.565276] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.570974] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.576701] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.582398] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.588124] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.593920] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.599620] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.605343] platform caam_sm: 256-bit unwritten blob:
[    2.610434] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.616161] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.621858] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.627585] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.633282] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.639007] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.644734] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.650431] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.656155] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.661854] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.667578] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.673277] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.679264] platform caam_sm: 64-bit black key in blob:
[    2.684574] platform caam_sm: cf 04 15 83 0a bf 2c b9
[    2.690272] platform caam_sm: c0 98 5e 37 d7 39 42 bd
[    2.696063] platform caam_sm: d6 f1 f0 13 1a 7c f7 c5
[    2.701765] platform caam_sm: b9 bd 58 cb 2c 43 96 93
[    2.707505] platform caam_sm: f9 1e 5e c9 d6 68 09 4a
[    2.713205] platform caam_sm: 95 cb d0 a7 47 13 73 9a
[    2.718932] platform caam_sm: 9b 4c 35 a1 10 74 4b ca
[    2.724661] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.730360] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.736086] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.741783] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.747511] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.753200] platform caam_sm: 128-bit black key in blob:
[    2.758584] platform caam_sm: 6d 60 13 a9 80 7a 80 ed
[    2.764310] platform caam_sm: 23 2d 98 f7 14 f1 af 2a
[    2.770008] platform caam_sm: f6 5b d3 36 9a 08 85 a4
[    2.775734] platform caam_sm: 44 14 14 79 e0 81 f0 c8
[    2.781432] platform caam_sm: 13 dd 1c a9 f8 25 8d a6
[    2.787156] platform caam_sm: 2e 9a a0 2a 2c 33 d8 37
[    2.792854] platform caam_sm: c6 92 4e 32 49 85 b3 f0
[    2.798580] platform caam_sm: f1 82 4c 3b 3d b7 32 b9
[    2.804305] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.810002] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.815724] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.821423] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.827136] platform caam_sm: 192-bit black key in blob:
[    2.832488] platform caam_sm: 3d bb d1 f3 fe 19 3c 46
[    2.838213] platform caam_sm: d6 f9 48 1e 69 94 77 3b
[    2.843940] platform caam_sm: 25 5c ff 7d b0 0f bf 21
[    2.849637] platform caam_sm: 2d 57 bc 15 15 09 34 a2
[    2.855363] platform caam_sm: 55 4d 3b 5e 70 07 8a e2
[    2.861060] platform caam_sm: e8 54 f1 d8 96 9f e7 de
[    2.866784] platform caam_sm: 30 44 4b 0d 69 c4 ec 15
[    2.872482] platform caam_sm: c8 ae 8a 51 3b 33 40 de
[    2.878206] platform caam_sm: 39 3e a2 83 0a 58 de 0c
[    2.883935] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.889631] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.895415] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.901105] platform caam_sm: 256-bit black key in blob:
[    2.906492] platform caam_sm: 76 8f d8 6c 3e 7f 72 99
[    2.912191] platform caam_sm: 2b 00 02 6c ca c9 85 c1
[    2.917918] platform caam_sm: a7 fe 69 2a fb 16 4a 36
[    2.923648] platform caam_sm: ed c1 49 be 13 60 e0 84
[    2.929345] platform caam_sm: 0d 7e b4 90 00 b1 30 9d
[    2.935075] platform caam_sm: ec 03 dd ae 62 b9 e6 46
[    2.940773] platform caam_sm: b3 c1 c1 28 4f 4e d2 0f
[    2.946499] platform caam_sm: 55 b0 a4 f5 c7 be 09 29
[    2.952197] platform caam_sm: 87 fe 2f b2 c8 8e 71 ab
[    2.957923] platform caam_sm: db a2 97 44 b0 1f 37 f1
[    2.963649] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.969347] platform caam_sm: 00 00 00 00 00 00 00 00
[    2.975313] platform caam_sm: restored 64-bit black key:
[    2.980671] platform caam_sm: 30 72 51 f9 15 ce 1c 85
[    2.986406] platform caam_sm: 5f 7a 23 88 38 18 89 2b
[    2.992096] platform caam_sm: restored 128-bit black key:
[    2.997565] platform caam_sm: 83 60 bc 8a f2 a1 7a 5c
[    3.003263] platform caam_sm: 60 9f 71 63 a0 33 77 9a
[    3.008983] platform caam_sm: restored 192-bit black key:
[    3.014450] platform caam_sm: 56 ea e2 a9 62 99 ec 64
[    3.020147] platform caam_sm: d2 b2 f8 a1 99 a5 d9 ca
[    3.025872] platform caam_sm: 9a 11 c6 96 63 e2 3c dc
[    3.031570] platform caam_sm: cf 63 d7 13 ce 0e 2f 31
[    3.037283] platform caam_sm: restored 256-bit black key:
[    3.042722] platform caam_sm: 63 c7 ec 7e 19 4d 04 5f
[    3.048500] platform caam_sm: 55 e4 08 b2 91 aa dd 13
[    3.054238] platform caam_sm: b7 0f cf 0f 04 f2 a4 a2
[    3.059936] platform caam_sm: 02 0d 16 fb 45 c1 bf 2e
[    3.066294] snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state
[    3.075170] usbcore: registered new inte**ce driver usbhid
[    3.080781] usbhid: USB HID core driver
[    3.098130] fsl-asrc 2034000.asrc: driver registered
[    3.112471] snd-soc-dummy snd-soc-dummy: ASoC: Failed to create platform debugfs directory
[    3.122063] imx-wm8960 sound.14: wm8960-hifi <-> 202c000.sai mapping ok
[    3.130273] imx-wm8960 sound.14: snd-soc-dummy-dai <-> 2034000.asrc mapping ok
[    3.137866] imx-wm8960 sound.14: wm8960-hifi <-> 202c000.sai mapping ok
[    3.157606] NET: Registered protocol family 26
[    3.162386] TCP: cubic registered
[    3.167297] NET: Registered protocol family 10
[    3.174651] sit: IPv6 over IPv4 tunneling driver
[    3.181160] NET: Registered protocol family 17
[    3.185845] can: controller area network core (rev 20120528 abi 9)
[    3.192245] NET: Registered protocol family 29
[    3.196839] can: raw protocol (rev 20120528)
[    3.201142] can: broadcast manager protocol (rev 20120528 t)
[    3.206893] can: netlink gateway (rev 20130117) max_hops=1
[    3.213105] Bluetooth: RFCOMM TTY layer initialized
[    3.218310] Bluetooth: RFCOMM socket layer initialized
[    3.223588] Bluetooth: RFCOMM ver 1.11
[    3.227390] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.232726] Bluetooth: BNEP filters: protocol multicast
[    3.238037] Bluetooth: BNEP socket layer initialized
[    3.243035] Bluetooth: HIDP (Human Inte**ce Emulation) ver 1.2
[    3.249033] Bluetooth: HIDP socket layer initialized
[    3.254215] 8021q: 802.1Q VLAN Support v1.8
[    3.258573] Key type dns_resolver registered
[    3.264491] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[    3.287379] gpio_dvfs: disabling
[    3.290661] usb_otg1_vbus: disabling
[    3.294489] can-3v3: disabling
[    3.297585] regulator-dummy: disabling
[    3.301909] imx mcc test is registered.
[    3.308925] rtc-rx8010 0-0032: setting system clock to 1970-01-01 00:00:01 UTC (1)
[    3.335032] ALSA device list:
[    3.338048]   #0: wm8960-audio
[    3.342077] VFS: Cannot open root device "mtdblock5" or unknown-block(0,0): error -6
[    3.350057] Please append a correct "root=" boot option; here are the available partitions:
[    3.358555] b300      15122432 mmcblk0driver: mmcblk
[    3.363980]   b301          512000 mmcblk0p1 00000000-01
[    3.369324] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   75.293353] random: nonblocking pool is initialized






飞凌-chongzi 发表于 2017-3-30 09:00:47

您好:
       我们提供的编译好的镜像直接烧录有问题吗?您是不是修改过其他地方?

stevexk 发表于 2017-3-30 09:13:33

测试下来是这些情况:
1. 制作SD卡时原生的zImage和dtb烧录后启动正常; 
2. 自己重新编译的内核(打开spi驱动选项) 加上SD卡中原生的dtb烧录启动正常; 
3. SD卡原生的zImage加上自己重新编译生成的dtb烧录启动失败,为了验证问题,把dts文件内容还原又重新编译过
4. 自已重新编译的内核加上未经修改重新编译的dtb文件烧录启动失败。


stevexk 发表于 2017-3-31 10:58:06

飞凌-chongzi 发表于 2017-3-30 09:00
您好:
       我们提供的编译好的镜像直接烧录有问题吗?您是不是修改过其他地方?

能否确认这个问题?是什么原因? 还是烧录用的dtb文件不对,应该用哪一个?

gbm618 发表于 2017-4-14 17:54:48

飞凌提供的dts文件关于nand分区部分有错误,各分区起始和大小里面写错了,需要改一下
页: [1]
查看完整版本: imx6ul核心板提供的SDK里面dts文件问题