Project

General

Profile

Boot Issues with Yocto distibution on bootable SD card for MitySOM-iMX6

Added by Raymond Flach almost 6 years ago

Here is where I am at with my project using Yocto, and where I could use some help:
1. I have a serial connection to the Target.
2. I have an Ethernet connection to the target.
3. I can compile the Yocto distribution. I have added a meta data layer to add my own hellow world test application to the distribution in the rootfs /usr/bin directory. I see this in the compiled distribution tarball.
4. When I put the files from the build, located in folder /poky/build/tmp/deploy/images/imx6dl-igep0046/, onto an SD card and place it in my target, and set target to boot to SD, the MitySOM fails to boot. I use a script to create the SD. The SD is mounted as /dev/sdb in a VirtualBox Lunux Ubuntu 16.04 running on a Windows 7 PC host. The contents of the script are:

#!/bin/sh
  1. dspm-media-create - Automatically create a bootable SD cards or HD from images #
    echo
    echo "Unmounting partitions"
    echo
    umount /dev/sdb1
    umount /dev/sdb2

sync
sleep 2

echo
echo "Creating mount points for partitions"
echo
mkdir /media/sd_dos
mkdir /media/sd_linux

echo
echo "Create msdos disk label"
echo
sudo parted -s /dev/sdb mklabel msdos

echo
echo "create partitions"
echo
sudo sfdisk /dev/sdb <<EOF
label: dos
16065,128520,0x0C,*
144585,,,-
EOF

sleep 2

echo
echo "Make file systems"
echo
sudo mkfs.fat -F32 -v -n "BOOT" /dev/sdb1
sudo mkfs.ext4 -F -L "rootfs" /dev/sdb2

sync
sleep 2

echo
echo "Mount partitions"
echo
mount -t vfat /dev/sdb1 /media/sd_dos
mount -t ext4 /dev/sdb2 /media/sd_linux

sync
sleep 2

echo
echo "Restore uboot image"
echo
sudo dd if=u-boot.imx of=/dev/sdb bs=512 seek=2
echo
echo "copy image files"
echo
sudo cp zImage /media/sd_dos
sudo cp *.dtb /media/sd_dos

echo
echo "Unpack rootfs"
echo
sudo tar -xvjf isee-fsl-image-dev-imx6dl-igep0046.tar.bz2 -C /media/sd_linux
sync

I notice that the link file to the .dtb device tree blog file is named “zImage-imx6dl-igep-base0040rc2.dtb”. I also notice that when trying to boot the SD, that u-boot is trying to read a different filename for the .dtb labeled “imx6dl-igep-base0040rc2.dtb”. Renaming the file does not help. The zimage fails to load and boot. Here is a boot attempt capture:
U-Boot 2015.04 (Jul 12 2017 - 15:11:00)

CPU: Freescale i.MX6DL rev1.3 at 792MHz
CPU: Industrial temperature grade (-40C to 105C) at 43C
Reset cause: POR
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE100 ID=0x10
MMC: FSL_SDHC: 0, FSL_SDHC: 1
In: serial
Out: serial
Err: serial
Board: MX6-IGEP0046 Rev C/D
Net: Phy 1 not found
PHY reset timed out
FEC [PRIME]
Press ESC to abort autoboot in 1 seconds
Try first mmc (SD)...
switch to partitions #0, OK
mmc0 is current device
reading uEnv.txt
  • Unable to read file uEnv.txt **
    reading zImage
    5552336 bytes read in 313 ms (16.9 MiB/s)
    Booting from mmc ...
    reading imx6dl-igep-base0040rc2.dtb
  • Unable to read file imx6dl-igep-base0040rc2.dtb **
    Kernel image @ 0x12000000 [ 0x000000 - 0x54b8d0 ]

Starting kernel ...

6. I am able to boot the MitySOM to whatever image resides on the flash. This image was created before I got my hands on the target, by a different group at my workplace.
7. I am able to boot the MitySOM to the SD card I was given with the board, I think this SD was created by copying the image from the Flash of the MitySOM to an SD card.
8. Taking the files from the working SD card I have, and using those files with my SD creation script mentioned above, results in a bootable disk, but the console never reaches a prompt due to an error in the image load. It works to the point of running the kernel, but the kernel never reaches a command prompt on bootup and I cannot access the system. It fails after:
devtmpfs: error mounting -2
Freeing unused kernel memory: 324K (80c7f000 - 80cd0000)
random: nonblocking pool is initialized

output below:

U-Boot 2015.04 (Jul 12 2017 - 15:11:00)

CPU: Freescale i.MX6DL rev1.3 at 792MHz
CPU: Industrial temperature grade (-40C to 105C) at 38C
Reset cause: POR
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE100 ID=0x10
MMC: FSL_SDHC: 0, FSL_SDHC: 1
In: serial
Out: serial
Err: serial
Board: MX6-IGEP0046 Rev C/D
Net: Phy 1 not found
PHY reset timed out
FEC [PRIME]
Press ESC to abort autoboot in 1 seconds
Try first mmc (SD)...
switch to partitions #0, OK
mmc0 is current device
reading uEnv.txt
  • Unable to read file uEnv.txt **
    reading zImage
  • Unable to read file zImage **
    Try second mmc (eMMC)...
    switch to partitions #0, OK
    mmc1(part 0) is current device
    reading uEnv.txt
  • Unable to read file uEnv.txt **
    reading zImage
    5551672 bytes read in 309 ms (17.1 MiB/s)
    Booting from mmc ...
    reading imx6dl-igep-base0040rc2.dtb
    42427 bytes read in 19 ms (2.1 MiB/s)
    Kernel image @ 0x12000000 [ 0x000000 - 0x54b638 ]
    1. Flattened Device Tree blob at 18000000
      Booting using the fdt blob at 0x18000000
      Using Device Tree in place at 18000000, end 1800d5ba

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 3.14.28-1.0.0_ga+yocto+gf9c29a6 (dev@dev-vbox) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Wed Dec 6 10:21:57 EST 2017
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine model: ISEE IGEP i.MX6 DualLite SMARC Kit Rev C2
cma: CMA: reserved 320 MiB at 3c000000
Memory policy: Data cache writealloc
PERCPU: Embedded 8 pages/cpu @ab732000 s8896 r8192 d15680 u32768
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk2p2 rootwait rw video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb1:dev=ldb,1280x720M@60,if=RGB24 video=mxcfb2:dev=hdmi,1920x1080M@60,if=RGB24
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: 697120K/1048576K available (6656K kernel code, 396K rwdata, 6104K rodata, 324K init, 427K bss, 351456K reserved, 0K highmem)
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
lowmem : 0x80000000 - 0xc0000000 (1024 MB)
pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
.text : 0x80008000 - 0x80c7e56c (12762 kB)
.init : 0x80c7f000 - 0x80cd02c0 ( 325 kB)
.data : 0x80cd2000 - 0x80d352a0 ( 397 kB)
.bss : 0x80d352ac - 0x80da0044 ( 428 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Preemptible hierarchical RCU implementation.
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
NR_IRQS:16 nr_irqs:16 16
L310 cache controller enabled
l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32450000, Cache size: 512 kB
failed to set parent of clk gpu2d_core_sel to pll2_pfd1_594m: 22
Switching to timer-based delay loop
sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
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 0x106562c0 - 0x10656318
CPU1: Booted secondary processor
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Brought up 2 CPUs
SMP: Total of 2 processors activated.
CPU: All CPU started in SVC mode.
devtmpfs: initialized
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
pinctrl core: initialized pinctrl subsystem
regulator-dummy: no parameters
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.MX6DL, silicon rev 1.3
Use WDOG2 as reset source
syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
vdd1p1: 800 <-
> 1375 mV at 1100 mV
vdd3p0: 2800 <--> 3150 mV at 3000 mV
vdd2p5: 2000 <--> 2750 mV at 2400 mV
vddarm: 725 <--> 1450 mV at 1150 mV
vddpu: 725 <--> 1450 mV at 1150 mV
vddsoc: 725 <--> 1450 mV at 1175 mV
syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
hw-breakpoint: found 5 (1 reserved) breakpoint and 1 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 4 bytes.
imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
bio: create slab <bio-0> at 0
mxs-dma 110000.dma-apbh: initialized
wlan-en-regulator: 1800 mV
modem_reset: no parameters
usb_pwr1: no parameters
usb_pwr2: no parameters
usb_pwr3: no parameters
usb_reset: no parameters
carrier_pwr_on: no parameters
tlv320aic3106-supply: no parameters
i2c-core: driver [max17135] using legacy suspend method
i2c-core: driver [max17135] using legacy resume method
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usbphy_nop1.12 supply vcc not found, using dummy regulator
usbphy_nop2.13 supply vcc not found, using dummy regulator
i2c i2c-0: IMX I2C adapter registered
i2c i2c-1: IMX I2C adapter registered
i2c i2c-2: IMX I2C adapter registered
i2c i2c-3: IMX I2C adapter registered
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 <>
PTP clock support registered
imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
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.
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)
TCP: reno registered
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.
hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
Bus freq driver module loaded
futex hash table entries: 512 (order: 3, 32768 bytes)
VFS: Disk quotas dquot_6.5.2
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) © 2001-2006 Red Hat, Inc.
fuse init (API version 7.22)
msgmni has been set to 2001
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
imx-weim 21b8000.weim: Driver registered.
pwmgeneric1.22 supply power not found, using dummy regulator
pwmgeneric3.23 supply power not found, using dummy regulator
backlight.24 supply power not found, using dummy regulator
MIPI DSI driver module loaded
mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0x1a:0xa0:0xc1
fbcvt: 1920x1080@60: CVT Name - 2.073M9
mxc_sdc_fb fb.20: 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.21: registered mxc display driver ldb
imx_epdc_fb 20f4000.epdc: can't get/select pinctrl
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.1
imx-sdma 20ec000.sdma: initialized
pfuze100-regulator 1-0008: Full layer: 2, Metal layer: 1
pfuze100-regulator 1-0008: FAB: 0, FIN: 0
pfuze100-regulator 1-0008: pfuze100 found.
SW1AB: 300 <--> 1875 mV at 1375 mV
SW1C: 300 <--> 1875 mV at 1375 mV
SW2: 800 <--> 3300 mV at 3300 mV
SW3A: 400 <--> 1975 mV at 1500 mV
SW3B: 400 <--> 1975 mV at 1500 mV
SW4: 800 <--> 3300 mV at 3150 mV
SWBST: 5000 <--> 5150 mV at 5000 mV
VSNVS: 1000 <--> 3000 mV at 3000 mV
VREFDDR: 750 mV
VGEN1: 800 <--> 1550 mV at 1500 mV
VGEN2: 800 <--> 1550 mV at 1500 mV
VGEN3: 1800 <--> 3300 mV at 2500 mV
VGEN4: 1800 <--> 3300 mV at 1800 mV
VGEN5: 1800 <--> 3300 mV at 3000 mV
VGEN6: 1800 <--> 3300 mV at 2500 mV
Serial: IMX driver
2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59, base_baud = 5000000) is a IMX
console [ttymxc1] enabled
21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX
21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61, base_baud = 5000000) is a IMX
serial: Freescale lpuart driver
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
at24 2-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
of_dma_request_slave_channel: dma-names property of node '/soc/aips-bus@02000000/spba-bus@02000000/ecspi@0200c000' missing or empty
spi_imx 200c000.ecspi: cannot get the TX DMA channel!
spi_imx 200c000.ecspi: dma setup error,use pio instead
spi_imx 200c000.ecspi: probed
of_dma_request_slave_channel: dma-names property of node '/soc/aips-bus@02000000/spba-bus@02000000/ecspi@02010000' missing or empty
spi_imx 2010000.ecspi: cannot get the TX DMA channel!
spi_imx 2010000.ecspi: dma setup error,use pio instead
m25p80 spi2.0: found mr25h256, expected sst25wf040
m25p80 spi2.0: mr25h256 (32 Kbytes)
spi_imx 2010000.ecspi: probed
CAN device driver interface
2090000.can supply xceiver not found, using dummy regulator
flexcan 2090000.can: device registered (reg_base=c09f8000, irq=142)
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-mxc: Freescale On-Chip EHCI Host driver
usbcore: registered new interface driver usb-storage
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: doesn't support gadget
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
i2c-core: driver [isl29023] using legacy suspend method
i2c-core: driver [isl29023] using legacy resume method
snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
i2c /dev entries driver
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
IR RC5 (streamzap) protocol handler initialized
IR SANYO protocol handler initialized
IR MCE Keyboard/mouse protocol handler initialized
mxc_v4l2_output v4l2_out.26: V4L2 device registered as video16
mxc_v4l2_output v4l2_out.26: V4L2 device registered as video17
mxc_v4l2_output v4l2_out.26: V4L2 device registered as video18
i2c-core: driver [mag3110] using legacy suspend method
i2c-core: driver [mag3110] using legacy resume method
imx2-wdt 20c0000.wdog: IMX2
Watchdog Timer enabled. timeout=60s (nowayout=0)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
mmc0: no vqmmc regulator found
mmc0: no vmmc regulator found
mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
mmc1: no vqmmc regulator found
mmc0: host does not support reading read-only switch. assuming write-enable.
mmc0: new high speed SDHC card at address 0007
mmcblk0: mmc0:0007 SDCIT 14.5 GiB
mmcblk0: p1 p2
mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
mmc2: no vqmmc regulator found
mmc2: no vmmc regulator found
usb 1-1: new high-speed USB device number 2 using ci_hdrc
mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
galcore: clk_get vg clock failed, disable vg!
Galcore version 5.0.11.25762
sdhci-esdhc-imx 2194000.usdhc: card claims to support voltages below defined range
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
mmc1: new high speed SDIO card at address 0001
mmc2: BKOPS_EN bit is not set
mmc2: new HS200 MMC card at address 0001
mmcblk2: mmc2:0001 Q2J54A 3.58 GiB
mmcblk2boot0: mmc2:0001 Q2J54A partition 1 16.0 MiB
mmcblk2boot1: mmc2:0001 Q2J54A partition 2 16.0 MiB
mmcblk2rpmb: mmc2:0001 Q2J54A partition 3 512 KiB
mmcblk2: p1 p2 p3 p4 < p5 p6 p7 >
mmcblk2boot1: unknown partition table
mmcblk2boot0: unknown partition table
mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
mxc_vpu 2040000.vpu: VPU initialized
caam 2100000.caam: Instantiated RNG4 SH0
caam 2100000.caam: Instantiated RNG4 SH1
caam 2100000.caam: device ID = 0x0a160100 (Era 4)
caam 2100000.caam: job rings = 2, qi = 0
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] 20 d3 92 79 5b ab 3e 2b
platform caam_sm: [0008] 81 4c 2f 1d 97 77 d6 f9
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] 83 4a 79 a0 db 2a 48 7f
platform caam_sm: [0008] 71 03 b1 df 3d 04 bf c1
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] ef 47 9f c8 5d 9d 55 9f
platform caam_sm: [0008] 92 51 0c 7f 2b 19 a9 1d
platform caam_sm: [0016] 71 c2 43 21 69 be e7 02
platform caam_sm: [0024] dd ac 4b ee 14 b5 c3 e1
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
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 32 46 18 7e 7f 10 15
platform caam_sm: [0008] db a0 ef 5e 62 9a 2a ef
platform caam_sm: [0016] 72 e4 ad 1d bb e5 c1 c4
platform caam_sm: [0024] ec a1 f0 ce 73 03 bc 1a
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] 8b 5b 12 86 e7 83 29 5a
platform caam_sm: [0008] 07 a7 40 55 4b 79 75 67
platform caam_sm: [0016] 3b ec ff db cf c3 8a 1c
platform caam_sm: [0024] a2 84 4a cc 61 c1 3f a9
platform caam_sm: [0032] 62 10 ff ad 7c de 65 4c
platform caam_sm: [0040] 55 11 ac 57 c2 d1 48 ee
platform caam_sm: [0048] f6 af d9 ac 72 9e 00 33
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] 01 fa 9b b7 db 3f d0 61
platform caam_sm: [0008] 83 b5 3f d1 8c fc e0 ee
platform caam_sm: [0016] f1 a3 7c 30 e8 cf 9a eb
platform caam_sm: [0024] b6 96 01 a8 b1 5a 56 cb
platform caam_sm: [0032] df 05 e4 45 4b d7 03 64
platform caam_sm: [0040] 3b db 15 bf 5e 6d 4f 11
platform caam_sm: [0048] 6f c4 1c 0f b9 f5 52 d5
platform caam_sm: [0056] 3f 38 4a bd 8f e5 5c 01
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] 78 9c bd 0a a7 00 57 01
platform caam_sm: [0008] a2 06 40 15 b8 35 da 8c
platform caam_sm: [0016] 0c 36 2c da 35 9a 04 2f
platform caam_sm: [0024] 05 2d 5f b4 65 c2 ec ef
platform caam_sm: [0032] 41 a0 bf 10 25 8f d2 ab
platform caam_sm: [0040] 47 5a 25 bd 09 8f f0 2a
platform caam_sm: [0048] 5e 72 2a ce 3b fb 79 01
platform caam_sm: [0056] 6d 8f 91 f7 c6 9a 2b bc
platform caam_sm: [0064] c8 73 e4 1f 44 36 c7 5c
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] e7 f0 11 35 98 30 a2 dd
platform caam_sm: [0008] 0d 11 d1 c7 07 7c ef 58
platform caam_sm: [0016] fb 05 7b ed f5 75 ec 07
platform caam_sm: [0024] a6 76 8f 13 61 38 00 d2
platform caam_sm: [0032] 7c 47 ee 14 d9 8c 0c b7
platform caam_sm: [0040] ae 9c db a7 8b f0 a1 1d
platform caam_sm: [0048] 66 7e eb 53 5b 4c 5e b4
platform caam_sm: [0056] 48 ea 87 4c 5c 1d 22 de
platform caam_sm: [0064] fb bc c5 af 0a 35 b8 bf
platform caam_sm: [0072] e9 e0 38 72 95 a9 b9 1e
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] d2 50 b9 29 4f c5 8b 0c
platform caam_sm: [0008] 8c f7 68 65 23 ce aa 4f
platform caam_sm: restored 128-bit black key:
platform caam_sm: [0000] 83 4a 79 a0 db 2a 48 7f
platform caam_sm: [0008] 71 03 b1 df 3d 04 bf c1
platform caam_sm: restored 192-bit black key:
platform caam_sm: [0000] ef 47 9f c8 5d 9d 55 9f
platform caam_sm: [0008] 92 51 0c 7f 2b 19 a9 1d
platform caam_sm: [0016] 80 5b 22 84 25 30 25 8c
platform caam_sm: [0024] 47 02 18 76 b8 7f 63 8d
platform caam_sm: restored 256-bit black key:
platform caam_sm: [0000] af 32 46 18 7e 7f 10 15
platform caam_sm: [0008] db a0 ef 5e 62 9a 2a ef
platform caam_sm: [0016] 72 e4 ad 1d bb e5 c1 c4
platform caam_sm: [0024] ec a1 f0 ce 73 03 bc 1a
snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
fsl-asrc 2034000.asrc: driver registered
imx-tlv320aic3x sound.35: tlv320aic3x-hifi <-> 202c000.ssi mapping ok
imx-audio-hdmi sound-hdmi.19: hdmi-hifi <-> hdmi_audio.3 mapping ok
NET: Registered protocol family 26
TCP: cubic registered
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
8021q: 802.1Q VLAN Support v1.8
Key type dns_resolver registered
failed to disable 1.2 GHz OPP
VGEN4: disabling
VGEN3: disabling
VGEN2: disabling
VGEN1: disabling
SW3B: disabling
SW2: disabling
usb_reset: disabling
modem_reset: disabling
regulator-dummy: disabling
imx mcc test is registered.
snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:02 UTC (2)
ALSA device list:
#0: tlv320aic3106-audio
#1: imx-hdmi-soc
kjournald starting. Commit interval 5 seconds
EXT3-fs (mmcblk2p2): using internal journal
EXT3-fs (mmcblk2p2): recovery complete
EXT3-fs (mmcblk2p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:10.
devtmpfs: error mounting -2
Freeing unused kernel memory: 324K (80c7f000 - 80cd0000)
random: nonblocking pool is initialized


Go to top
Add picture from clipboard (Maximum size: 1 GB)