iMX6 OpenRex Linux
Jump to navigation
Jump to search
This section shows how to prepare a customized Linux kernel.
Set toolchain
Before building images can be achieved, export toolchain variables for every related terminal session.
Linux 4.1
Create working directory
mkdir -pv ~/workdir/imx6/kernel/
Download and extract source code
cd ~/workdir/imx6/kernel git clone -b 4.1-2.0.x-imx-rex --single-branch https://github.com/voipac/linux-fslc linux-fslc-4.1-rex cd linux-fslc-4.1-rex
Compile
Note: Output file is called arch/arm/boot/zImage.
Production
make clean make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- imx_v7_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j4 zImage modules imx6-openrexbasic.dtb imx6-openrexmax.dtb imx6-openrexmax4g.dtb imx6-openrexultra.dtb #sudo make ARCH=arm INSTALL_MOD_PATH=/srv/nfs/imx6tinyrex-rootfs modules_install
Dmesg log
Booting Linux on physical CPU 0x0 Linux version 4.1.36-yocto+g0048d0c (marek@marek-ThinkPad-T530) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Sat Mar 25 07:45:00 CET 2017 CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine model: Fedevel i.MX6 QuadPlus OpenREX Board Reserved memory: created CMA memory pool at 0x2a000000, size 320 MiB Reserved memory: initialized node linux,cma, compatible id shared-dma-pool Memory policy: Data cache writealloc On node 0 totalpages: 983039 free_area_init_node: node 0, pgdat c0b7d980, node_mem_map d8200000 Normal zone: 1520 pages used for memmap Normal zone: 0 pages reserved Normal zone: 194560 pages, LIFO batch:31 HighMem zone: 788479 pages, LIFO batch:31 PERCPU: Embedded 12 pages/cpu @ef6fa000 s16908 r8192 d24052 u49152 pcpu-alloc: s16908 r8192 d24052 u49152 alloc=12*4096 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 981519 Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk1p2 rootwait rw PID hash table entries: 4096 (order: 2, 16384 bytes) Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 3559676K/3932156K available (7986K kernel code, 426K rwdata, 2888K rodata, 436K init, 445K bss, 44800K reserved, 327680K cma-reserved, 3153916K highmem) Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) lowmem : 0xc0000000 - 0xef800000 ( 760 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .text : 0xc0008000 - 0xc0aa6d94 (10876 kB) .init : 0xc0aa7000 - 0xc0b14000 ( 436 kB) .data : 0xc0b14000 - 0xc0b7eb60 ( 427 kB) .bss : 0xc0b81000 - 0xc0bf0530 ( 446 kB) SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Preemptible hierarchical RCU implementation. Additional per-CPU info printed with stalls. NR_IRQS:16 nr_irqs:16 16 L2C-310 erratum 769419 enabled L2C-310 enabling early BRESP for Cortex-A9 L2C-310 full line of zeros enabled for Cortex-A9 L2C-310 ID prefetch enabled, offset 16 lines L2C-310 dynamic clock gating enabled, standby mode enabled L2C-310 cache controller enabled, 16 ways, 1024 kB L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76070001 VPU 352M is enabled! mxc_clocksource_init 3000000 Switching to timer-based delay loop, resolution 333ns sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns Console: colour dummy device 80x30 Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) CPU: Testing write buffer coherency: ok CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0x100082c0 - 0x10008318 CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 Brought up 4 CPUs SMP: Total of 4 processors activated (24.00 BogoMIPS). CPU: All CPU(s) started in SVC mode. devtmpfs: initialized VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns pinctrl core: initialized pinctrl subsystem NET: Registered protocol family 16 DMA: preallocated 256 KiB pool for atomic coherent allocations cpuidle: using governor ladder cpuidle: using governor menu CPU identified as i.MX6QP, silicon rev 1.0 hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. hw-breakpoint: maximum watchpoint size is 4 bytes. imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver mxs-dma 110000.dma-apbh: initialized vgaarb: loaded SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator i2c i2c-0: IMX I2C adapter registered i2c i2c-0: cant use DMA i2c i2c-1: IMX I2C adapter registered i2c i2c-1: cant use DMA i2c i2c-2: IMX I2C adapter registered i2c i2c-2: cant use DMA Linux video capture interface: v2.00 pps_core: LinuxPPS API ver. 1 registered pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> PTP clock support registered imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7) imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7) imx-prg 21cc000.prg: driver probed imx-prg 21cd000.prg: driver probed imx-pre 21c8000.pre: driver probed imx-pre 21c9000.pre: driver probed imx-pre 21ca000.pre: driver probed imx-pre 21cb000.pre: driver probed mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a MIPI CSI2 driver module loaded Advanced Linux Sound Architecture Driver Initialized. Bluetooth: Core ver 2.20 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized Switched to clocksource mxc_timer1 NET: Registered protocol family 2 TCP established hash table entries: 8192 (order: 3, 32768 bytes) TCP bind hash table entries: 8192 (order: 4, 65536 bytes) TCP: Hash tables configured (established 8192 bind 8192) UDP hash table entries: 512 (order: 2, 16384 bytes) UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. PCI: CLS 0 bytes, default 64 CPU PMU: Failed to parse /soc/pmu/interrupt-affinity[0] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available imx rpmsg driver is registered. futex hash table entries: 1024 (order: 4, 65536 bytes) VFS: Disk quotas dquot_6.6.0 VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) NFS: Registering the id_resolver key type Key type id_resolver registered Key type id_legacy registered jffs2: version 2.2. (NAND) \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc. fuse init (API version 7.23) bounce: pool size: 64 pages io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) imx-weim 21b8000.weim: Driver registered. MIPI DSI driver module loaded MIPI DSI driver module loaded 20e0000.hdmi_video supply HDMI not found, using dummy regulator mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1 fbcvt: 1920x1080@60: CVT Name - 2.073M9 mxc_sdc_fb fb@0: registered mxc display driver hdmi imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7) Console: switching to colour frame buffer device 240x67 mxc_sdc_fb fb@1: registered mxc display driver ldb mxc_sdc_fb fb@1: ipu0-di0 already in use mxc_sdc_fb: probe of fb@1 failed with error -16 imx-sdma 20ec000.sdma: no iram assigned, using external mem imx-sdma 20ec000.sdma: no event needs to be remapped imx-sdma 20ec000.sdma: loaded firmware 3.3 imx-sdma 20ec000.sdma: initialized pfuze100-regulator 0-0008: Full layer: 2, Metal layer: 1 pfuze100-regulator 0-0008: FAB: 0, FIN: 0 pfuze100-regulator 0-0008: pfuze100 found. 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 27, base_baud = 5000000) is a IMX console [ttymxc0] enabled 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 304, base_baud = 5000000) is a IMX 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 305, base_baud = 5000000) is a IMX 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 306, base_baud = 5000000) is a IMX 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 307, base_baud = 5000000) is a IMX imx sema4 driver is registered. [drm] Initialized drm 1.1.0 20060810 [drm] Initialized vivante 1.0.0 20120216 on minor 0 brd: module loaded loop: module loaded ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024 ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480 ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000 ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000 ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst scsi host0: ahci-imx ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 321 spi_imx 2008000.ecspi: probed spi_imx 200c000.ecspi: probed m25p80 spi2.1: found sst26vf032b, expected m25p32 m25p80 spi2.1: sst26vf032b (4096 Kbytes) spi_imx 2010000.ecspi: probed CAN device driver interface 2090000.flexcan supply xceiver not found, using dummy regulator flexcan 2090000.flexcan: device registered (reg_base=f0360000, irq=36) 2094000.flexcan supply xceiver not found, using dummy regulator flexcan 2094000.flexcan: device registered (reg_base=f0368000, irq=37) 2188000.ethernet supply phy not found, using dummy regulator pps pps0: new PPS source ptp0 libphy: fec_enet_mii_bus: probed fec 2188000.ethernet eth0: registered PHC device 0 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver ehci-mxc: Freescale On-Chip EHCI Host driver usbcore: registered new interface driver usb-storage usbcore: registered new interface driver usb_ehset_test 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator 2184000.usb supply vbus not found, using dummy regulator 2184200.usb supply vbus not found, using dummy regulator ci_hdrc ci_hdrc.1: EHCI Host Controller ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected mousedev: PS/2 mouse device common for all mice snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0 i2c /dev entries driver IR NEC protocol handler initialized IR RC5(x/sz) protocol handler initialized IR RC6 protocol handler initialized IR JVC protocol handler initialized IR Sony protocol handler initialized IR SANYO protocol handler initialized IR Sharp protocol handler initialized IR MCE Keyboard/mouse protocol handler initialized IR XMP protocol handler initialized Registered IR keymap rc-empty input: gpio_ir_recv as /devices/soc0/ir-receiver/rc/rc0/input0 rc0: gpio_ir_recv as /devices/soc0/ir-receiver/rc/rc0 input: MCE IR Keyboard/Mouse (gpio-rc-recv) as /devices/virtual/input/input1 mxc_v4l2_output v4l2_out: V4L2 device registered as video16 mxc_v4l2_output v4l2_out: V4L2 device registered as video17 imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0) Bluetooth: HCI UART driver ver 2.3 Bluetooth: HCI UART protocol H4 registered Bluetooth: HCI UART protocol BCSP registered Bluetooth: HCI UART protocol ATH3K registered usbcore: registered new interface driver bcm203x usbcore: registered new interface driver btusb usbcore: registered new interface driver ath3k sdhci: Secure Digital Host Controller Interface driver sdhci: Copyright(c) Pierre Ossman sdhci-pltfm: SDHCI platform and OF driver helper /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO sdhci-esdhc-imx 2194000.usdhc: Got WP GPIO sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found ata1: SATA link down (SStatus 0 SControl 300) ahci-imx 2200000.sata: no device found, disabling link. ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA mxc_vpu 2040000.vpu_fsl: VPU initialized mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed mxc_hdmi_cec soc:hdmi_cec@00120000: HDMI CEC initialized caam 2100000.caam: Entropy delay = 3200 caam 2100000.caam: Instantiated RNG4 SH0 mmc1: new high speed SDHC card at address aaaa mmcblk1: mmc1:aaaa SS08G 7.40 GiB caam 2100000.caam: Instantiated RNG4 SH1 mmcblk1: p1 p2 caam 2100000.caam: device ID = 0x0a16010000000000 (Era -524) caam 2100000.caam: job rings = 2, qi = 0 usb 1-1: new high-speed USB device number 2 using ci_hdrc caam algorithms registered in /proc/crypto caam_jr 2101000.jr0: registering rng-caam platform caam_sm: blkkey_ex: 4 keystore units available platform caam_sm: 64-bit clear key: platform caam_sm: [0000] 00 01 02 03 04 0f 06 07 platform caam_sm: 64-bit black key: platform caam_sm: [0000] 26 7b 15 0e 45 32 bc ad platform caam_sm: [0008] be 76 b8 16 b5 29 13 23 platform caam_sm: 128-bit clear key: platform caam_sm: [0000] 00 01 02 03 04 0f 06 07 platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f platform caam_sm: 128-bit black key: platform caam_sm: [0000] 11 64 ec ee 65 ef 8a 6a platform caam_sm: [0008] 91 ca 46 2e 30 d5 98 3e platform caam_sm: 192-bit clear key: platform caam_sm: [0000] 00 01 02 03 04 0f 06 07 platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f platform caam_sm: [0016] 10 11 12 13 14 15 16 17 platform caam_sm: 192-bit black key: platform caam_sm: [0000] 19 35 b4 cf 05 24 bf e9 platform caam_sm: [0008] 89 b3 e3 b2 63 d9 9b 47 platform caam_sm: [0016] 96 dd 3e 89 5a 06 f9 64 platform caam_sm: [0024] d6 c7 1c 09 c4 5f 25 a4 platform caam_sm: 256-bit clear key: platform caam_sm: [0000] 00 01 02 03 04 0f 06 07 platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f hub 1-1:1.0: USB hub found hub 1-1:1.0: 4 ports detected platform caam_sm: [0016] 10 11 12 13 14 15 16 17 platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f platform caam_sm: 256-bit black key: platform caam_sm: [0000] af 58 f8 11 f0 17 aa 0f platform caam_sm: [0008] b4 53 7d 4a f9 90 da e7 platform caam_sm: [0016] d3 13 52 7c 68 d8 b1 10 platform caam_sm: [0024] 36 05 25 1a 24 8d 13 bc platform caam_sm: 64-bit unwritten blob: platform caam_sm: [0000] 00 00 00 00 00 00 00 00 platform caam_sm: [0008] 00 00 00 00 00 00 00 00 platform caam_sm: [0016] 00 00 00 00 00 00 00 00 platform caam_sm: [0024] 00 00 00 00 00 00 00 00 platform caam_sm: [0032] 00 00 00 00 00 00 00 00 platform caam_sm: [0040] 00 00 00 00 00 00 00 00 platform caam_sm: [0048] 00 00 00 00 00 00 00 00 platform caam_sm: [0056] 00 00 00 00 00 00 00 00 platform caam_sm: [0064] 00 00 00 00 00 00 00 00 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 128-bit unwritten blob: platform caam_sm: [0000] 00 00 00 00 00 00 00 00 platform caam_sm: [0008] 00 00 00 00 00 00 00 00 platform caam_sm: [0016] 00 00 00 00 00 00 00 00 platform caam_sm: [0024] 00 00 00 00 00 00 00 00 platform caam_sm: [0032] 00 00 00 00 00 00 00 00 platform caam_sm: [0040] 00 00 00 00 00 00 00 00 platform caam_sm: [0048] 00 00 00 00 00 00 00 00 platform caam_sm: [0056] 00 00 00 00 00 00 00 00 platform caam_sm: [0064] 00 00 00 00 00 00 00 00 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 196-bit unwritten blob: platform caam_sm: [0000] 00 00 00 00 00 00 00 00 platform caam_sm: [0008] 00 00 00 00 00 00 00 00 platform caam_sm: [0016] 00 00 00 00 00 00 00 00 platform caam_sm: [0024] 00 00 00 00 00 00 00 00 platform caam_sm: [0032] 00 00 00 00 00 00 00 00 platform caam_sm: [0040] 00 00 00 00 00 00 00 00 platform caam_sm: [0048] 00 00 00 00 00 00 00 00 platform caam_sm: [0056] 00 00 00 00 00 00 00 00 platform caam_sm: [0064] 00 00 00 00 00 00 00 00 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 256-bit unwritten blob: platform caam_sm: [0000] 00 00 00 00 00 00 00 00 platform caam_sm: [0008] 00 00 00 00 00 00 00 00 platform caam_sm: [0016] 00 00 00 00 00 00 00 00 platform caam_sm: [0024] 00 00 00 00 00 00 00 00 platform caam_sm: [0032] 00 00 00 00 00 00 00 00 platform caam_sm: [0040] 00 00 00 00 00 00 00 00 platform caam_sm: [0048] 00 00 00 00 00 00 00 00 platform caam_sm: [0056] 00 00 00 00 00 00 00 00 platform caam_sm: [0064] 00 00 00 00 00 00 00 00 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 64-bit black key in blob: platform caam_sm: [0000] 5d 4b 20 c6 dc 15 e7 10 platform caam_sm: [0008] 0d a9 89 2c 9b eb a2 eb platform caam_sm: [0016] eb 78 a1 43 e8 68 7a 91 platform caam_sm: [0024] f9 21 8f 0d 70 e4 0c 7f platform caam_sm: [0032] 56 e4 01 45 08 3e 0a 68 platform caam_sm: [0040] 7f 09 bc 18 40 f1 e5 9c platform caam_sm: [0048] d9 d3 58 84 38 23 9c 8e platform caam_sm: [0056] 00 00 00 00 00 00 00 00 platform caam_sm: [0064] 00 00 00 00 00 00 00 00 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 128-bit black key in blob: platform caam_sm: [0000] f8 fe ea 9f 0d 78 a7 eb platform caam_sm: [0008] 74 31 20 26 8d 7e 4f 0f platform caam_sm: [0016] ef 3c 54 e2 1c 1a 1c 36 platform caam_sm: [0024] 8e e9 fd 51 a7 50 10 0c platform caam_sm: [0032] 0c 1f 5b 37 fe 14 df 7b platform caam_sm: [0040] 86 b7 ab 7f c0 9a f3 82 platform caam_sm: [0048] 20 65 99 1c 8c 17 fc e3 platform caam_sm: [0056] bc 5e d9 88 6e 69 67 38 platform caam_sm: [0064] 00 00 00 00 00 00 00 00 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 192-bit black key in blob: platform caam_sm: [0000] e4 d5 db b0 1f 76 6b e4 platform caam_sm: [0008] de 20 01 e9 30 04 58 f6 platform caam_sm: [0016] 0e 14 82 a6 8c fd e6 d3 platform caam_sm: [0024] 24 b8 11 0f cf cc 5b 86 platform caam_sm: [0032] 34 e5 66 78 05 e3 c3 88 platform caam_sm: [0040] d2 1f 12 89 75 a0 dd 5b platform caam_sm: [0048] 01 40 bd d3 90 f2 6e 58 platform caam_sm: [0056] b5 6b c0 bf 84 f2 e7 0d platform caam_sm: [0064] 96 7d 50 93 9f ac 9c 15 platform caam_sm: [0072] 00 00 00 00 00 00 00 00 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: 256-bit black key in blob: platform caam_sm: [0000] 7b 40 f3 68 74 10 07 2b platform caam_sm: [0008] ee 3a 93 f4 ea 5d e4 97 platform caam_sm: [0016] 22 45 fb e6 54 45 f9 e3 platform caam_sm: [0024] 3c 02 c5 c6 a7 3d 24 a9 platform caam_sm: [0032] 9a 88 0b 3f 75 78 d2 10 platform caam_sm: [0040] 79 53 ce 05 0a 72 06 33 platform caam_sm: [0048] c0 5a c8 2c 90 09 62 6e platform caam_sm: [0056] 97 6a 67 db d8 55 33 21 platform caam_sm: [0064] ae 07 7a f3 31 99 ac 96 platform caam_sm: [0072] a8 b8 7a 7d fe e3 be d5 platform caam_sm: [0080] 00 00 00 00 00 00 00 00 platform caam_sm: [0088] 00 00 00 00 00 00 00 00 platform caam_sm: restored 64-bit black key: platform caam_sm: [0000] c4 46 c0 31 08 47 d3 fa platform caam_sm: [0008] a0 34 63 a6 1b 48 54 fc platform caam_sm: restored 128-bit black key: platform caam_sm: [0000] 11 64 ec ee 65 ef 8a 6a platform caam_sm: [0008] 91 ca 46 2e 30 d5 98 3e platform caam_sm: restored 192-bit black key: platform caam_sm: [0000] 19 35 b4 cf 05 24 bf e9 platform caam_sm: [0008] 89 b3 e3 b2 63 d9 9b 47 platform caam_sm: [0016] ce 00 ea f9 e8 e2 1b 27 platform caam_sm: [0024] f4 13 c1 9a fe 21 06 b5 platform caam_sm: restored 256-bit black key: platform caam_sm: [0000] af 58 f8 11 f0 17 aa 0f platform caam_sm: [0008] b4 53 7d 4a f9 90 da e7 platform caam_sm: [0016] d3 13 52 7c 68 d8 b1 10 platform caam_sm: [0024] 36 05 25 1a 24 8d 13 bc snvs-secvio 20cc000.caam-snvs: cant get snvs clock snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state usbcore: registered new interface driver usbhid usbhid: USB HID core driver sgtl5000 1-000a: sgtl5000 revision 0x11 fsl-asrc 2034000.asrc: driver registered sgtl5000 1-000a: Using internal LDO instead of VDDD imx-sgtl5000 sound-sgtl5000: sgtl5000 <-> 2028000.ssi mapping ok imx-audio-hdmi sound-hdmi: hdmi-hifi <-> soc:hdmi_audio@00120000 mapping ok NET: Registered protocol family 26 NET: Registered protocol family 10 sit: IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 can: controller area network core (rev 20120528 abi 9) NET: Registered protocol family 29 can: raw protocol (rev 20120528) can: broadcast manager protocol (rev 20120528 t) can: netlink gateway (rev 20130117) max_hops=1 Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM ver 1.11 Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Bluetooth: BNEP filters: protocol multicast Bluetooth: BNEP socket layer initialized Bluetooth: HIDP (Human Interface Emulation) ver 1.2 Bluetooth: HIDP socket layer initialized 8021q: 802.1Q VLAN Support v1.8 Key type dns_resolver registered remove 396MHz OPP for VPU running at 352MHz! increase SOC/PU voltage for VPU352MHz 1ffc000.pcie supply pcie-bus not found, using dummy regulator imx6q-pcie 1ffc000.pcie: phy link never came up imx6q-pcie 1ffc000.pcie: failed to initialize host imx6q-pcie: probe of 1ffc000.pcie failed with error -22 input: gpio-keys as /devices/soc0/gpio-keys/input/input2 snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1) ALSA device list: #0: imx-audio-sgtl5000 #1: imx-hdmi-soc EXT3-fs (mmcblk1p2): error: couldnt mount because of unsupported optional features (240) EXT2-fs (mmcblk1p2): error: couldnt mount because of unsupported optional features (240) EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) VFS: Mounted root (ext4 filesystem) on device 179:2. devtmpfs: mounted Freeing unused kernel memory: 436K (c0aa7000 - c0b14000) udevd[196]: starting version 3.1.5 random: udevd urandom read with 15 bits of entropy available Galcore version 5.0.11.41671 input: fxos8700 as /devices/soc0/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-001c/input/input3 lm75 1-0048: hwmon1: sensor 'tmp101' fxos8700 device driver probe successfully input: fxas2100x as /devices/soc0/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0020/input/input4 fxas2100x 0-0020: fxas2100x device driver probe successfully at24 0-0050: 2048 byte 24c16 EEPROM, writable, 1 bytes/write ov5647_read_reg(mipi):reg=300a ret=-5 camera ov5647_mipi is not found ERROR: v4l2 capture: slave not found! FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) fec 2188000.ethernet eth0: Freescale FEC PHY driver [Micrel KSZ9021 Gigabit PHY] (mii_bus:phy_addr=2188000.ethernet:03, irq=-1) IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready