UUU tool stuck after loading bootloader image

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UUU tool stuck after loading bootloader image

4,664 Views
nagarjun_n
Contributor I

Hello All,

I am new to this topic of bootloader and kernal image loading.

I am trying to use uuu tool and it only executes the first command of loading the bootloader. It stucks there and could not able to proceed to the next command.

My script contains,

uuu_version 1.2.39

# Please replace below item with actual name
# @_flash_fw.bin | boot loader firmware, for i.MX8QM/QX, it's different from _flash.bin, for all other platforms, it's same as _flash.bin
# @_flash.bin | boot loader file burn to NAND
# @_Image | linux kernel image, zImage for arm32, Image for arm64
# @_board.dtb | board dtb file
# @_initramfs.cpio.gz.uboot | initramfs
# @_tee | optee image
# @_rootfs.tar.bz2 | rootfs

# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ
SDP: boot -f u-boot-dtb.imx


FB: ucmd setenv fastboot_buffer ${loadaddr}
FB: download -f zImage
FB: ucmd setenv fastboot_buffer ${fdt_addr}
FB: download -f imx6ull-14x14-evk-gpmi-weim.dtb
FB: ucmd setenv fastboot_buffer ${initrd_addr}
FB: download -f fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot
FB: ucmd setenv bootargs ${bootargs} ${mtdparts}
#FB: ucmd setenv bootargs console=ttymxc3,115200 ${mtdparts}
FB: acmd ${kboot} ${loadaddr} ${initrd_addr} ${fdt_addr}

The Output is:

uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.191-0-g4fe24b9

Build in config:
Pctl Chip Vid Pid BcdVersion
==================================================
SDPS: MX8QXP 0x1fc9 0x012f [0x0002..0xffff]
SDPS: MX8QM 0x1fc9 0x0129 [0x0002..0xffff]
SDPS: MX8DXL 0x1fc9 0x0147
SDPS: MX28 0x15a2 0x004f
SDPS: MX815 0x1fc9 0x013e
SDPS: MX865 0x1fc9 0x0146
SDP: MX7D 0x15a2 0x0076
SDP: MX6Q 0x15a2 0x0054
SDP: MX6D 0x15a2 0x0061
SDP: MX6SL 0x15a2 0x0063
SDP: MX6SX 0x15a2 0x0071
SDP: MX6UL 0x15a2 0x007d
SDP: MX6ULL 0x15a2 0x0080
SDP: MX6SLL 0x1fc9 0x0128
SDP: MX7ULP 0x1fc9 0x0126
SDP: MXRT106X 0x1fc9 0x0135
SDP: MX8MM 0x1fc9 0x0134
SDP: MX8MQ 0x1fc9 0x012b
SDPU: SPL 0x0525 0xb4a4 [0x0000..0x04ff]
SDPV: SPL1 0x0525 0xb4a4 [0x0500..0x9998]
SDPU: SPL 0x0525 0xb4a4 [0x9999..0x9999]
SDPU: SPL 0x3016 0x1001 [0x0000..0x04ff]
SDPV: SPL1 0x3016 0x1001 [0x0500..0x9998]
FBK: 0x066f 0x9afe
FBK: 0x066f 0x9bff
FB: 0x0525 0xa4a5
FB: 0x18d1 0x0d02
FB: 0x3016 0x0001
Wait for Known USB Device Appear...
New USB Device Attached at 1:9
1:9>Start Cmd:SDP: boot -f u-boot-dtb.imx
6400%1:9>Okay (0.549s)

I am running in windows 10. Could you help me what is the mistake of the script.

Thanks.

0 Kudos
6 Replies

4,481 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

I see that uboot was loaded, could you share the serial log (uboot log)?

Also, which uboot (boot loader) version are you trying to flash?

 

Thank you,

Best regards,

Aldo.

0 Kudos

4,481 Views
anush_deekonda
Contributor I

Hi Aldo,

Please find below the console log you requested from Nagarjun.

U-Boot 2017.03-00016-g232ca713ca-dirty (Jul 04 2020 - 03:32:44 +0530)

CPU: Freescale i.MX6SOLO rev1.3 996 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 30C
Reset cause: POR
Model: Honeywell i.MX6 Solo Fusion Board EPB#2
Board: Honeywell Fusion MX6SOLO BOARD
I2C: ready
DRAM: 1 GiB
Board: rev EPB2
MMC: board_mmc_init
FSL_SDHC: 0, FSL_SDHC: 1
No panel detected: default to Tianma
Display: Tianma (1280x800)
In: serial
Out: serial
Err: serial
flash target is MMC:1
Net: Board Net Initialization Failed
No ethernet found.
can't find partition: misc, dump the partition table
idx 0, ptn 0 name='gpt' start=0 len=2048
idx 1, ptn 0 name='bootloader' start=2 len=2046
idx 2, ptn 1 name='mmcsdb1' start=8192 len=16384
idx 3, ptn 2 name='mmcsdb2' start=24576 len=16384
idx 4, ptn 3 name='mmcsdb3' start=40960 len=1024000
idx 5, ptn 0 name='' start=0 len=0
cannot get the partion info for misc
Cannot find partition 4080
do_raw_read failed, ret 1
read_bootctl, bcb_rw_block read failed
read command failed
Fastboot: Normal
Hit any key to stop autoboot: 0

Thank you,

Anush D.

0 Kudos

4,481 Views
AldoG
NXP TechSupport
NXP TechSupport

Hi,

 

Thank you for sharing, I see by the logs response that you shared, that you are using U-Boot imx_v2017.03_4.9.88, am I right?

If it does, unfortunately this uboot version is not supported by UUU, since to talk with UUU, uboot need fastboot utility to be enabled.

 

Could you try with a more recent release?

UUU is supported in U-Boot imx_v2018.03_4.14.78 and later releases.

 

If it is not possible I would recommend to use old MFGTool.

I'll attach UUU documentation, take a look to the uboot config requirement and kernel config requirement for more information.

Best regards,

Aldo.

0 Kudos

4,481 Views
nagarjun_n
Contributor I

U-Boot 2017.03-00008-g6e1edd0c6c-dirty (Apr 08 2019 - 16:11:55 +0530)

CPU: Freescale i.MX6SOLO rev1.4 996 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 50C
Reset cause: POR
Model: Freescale i.MX6 SoloX SDB RevB Board
Board: Honeywell Fusion MX6SOLO BOARD
I2C: ready
DRAM: 1 GiB
MMC: board_mmc_init
FSL_SDHC: 0, FSL_SDHC: 1
No panel detected: default to Tianma
Display: Tianma (1280x800)
In: serial
Out: serial
Err: serial
Net: Board Net Initialization Failed
No ethernet found.
Boot from USB for mfgtools
Use default environment for mfgtools
Run bootcmd_mfg: run mfgtool_args;bootz 0x10800000 0x12C00000 0x18000000;
Hit any key to stop autoboot: 0
Kernel image @ 0x10800000 [ 0x000000 - 0x7260b0 ]
## Loading init Ramdisk from Legacy Image at 12c00000 ...
Image Name: fusion-staging-mfg-image-release
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 25521108 Bytes = 24.3 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Using Device Tree in place at 18000000, end 1800dab0

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 4.9.88+g6507266728a7 (h399374@h399374-Precision-Tower-5810) (gcc v ersion 7.3.0 (GCC) ) #4 SMP PREEMPT Tue Jun 30 17:02:39 IST 2020
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
OF: fdt:Machine model: Honeywell i.MX6 Solo Fusion Board EPB#2
Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Memory policy: Data cache writeback
CPU: All CPU(s) started in SVC mode.
percpu: Embedded 14 pages/cpu @ab71c000 s25996 r8192 d23156 u57344
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
Kernel command line: console=ttymxc4,115200
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: 670616K/1048576K available (9216K kernel code, 592K rwdata, 3328K rodata , 1024K init, 472K bss, 50280K reserved, 327680K cma-reserved, 0K highmem)
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xc0800000 - 0xff800000 (1008 MB)
lowmem : 0x80000000 - 0xc0000000 (1024 MB)
pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
.text : 0x80008000 - 0x80a00000 (10208 kB)
.init : 0x80e00000 - 0x80f00000 (1024 kB)
.data : 0x80f00000 - 0x80f94060 ( 593 kB)
.bss : 0x80f96000 - 0x8100c3a0 ( 473 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Preemptible hierarchical RCU implementation.
Build-time adjustment of leaf fanout to 32.
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
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, 512 kB
L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
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: 6 37086815595 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 0x10100000 - 0x10100058
Brought up 1 CPUs
SMP: Total of 1 processors activated (6.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: 1911 2604462750000 ns
futex hash table entries: 512 (order: 3, 32768 bytes)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor menu
CPU identified as i.MX6DL, silicon rev 1.4
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
imx-gpc 20dc000.gpc: Registered imx-gpc
mxs-dma 110000.dma-apbh: initialized
SCSI subsystem initialized
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-1: IMX I2C adapter registered
i2c i2c-1: can't use DMA, using PIO instead.
2-0020 supply vcc not found, using dummy regulator
pca953x 2-0020: failed reading register
i2c i2c-2: IMX I2C adapter registered
i2c i2c-2: can't use DMA, using PIO instead.
i2c i2c-3: IMX I2C adapter registered
i2c i2c-3: can't use DMA, using PIO instead.
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@l inux.it>
PTP clock support registered
imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
MIPI CSI2 driver module loaded
imx rpmsg driver is registered.
Advanced Linux Sound Architecture Driver Initialized.
Bluetooth: Core ver 2.22
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
clocksource: Switched to clocksource mxc_timer1
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
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.
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 24924K
hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
Bus freq driver module loaded
workingset: timestamp_bits=30 max_order=18 bucket_order=0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
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.26)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
imx-weim 21b8000.weim: Driver registered.
backlight supply power not found, using dummy regulator
mxc_sdc_fb fb@0: registered mxc display driver ldb
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 160x50
imx-sdma 20ec000.sdma: no iram assigned, using external mem
imx-sdma 20ec000.sdma: loaded firmware 3.3
21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 69, base_baud = 5000000) is a I MX
21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 70, base_baud = 5000000) is a I MX
21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 71, base_baud = 5000000) is a I MX
21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 72, base_baud = 5000000) is a I MX
console [ttymxc4] enabled
imx sema4 driver is registered.
[drm] Initialized
[drm] Initialized vivante 1.0.0 20120216 on minor 0
brd: module loaded
loop: module loaded
spi_imx 2008000.ecspi: probed
spi_imx 2010000.ecspi: probed
libphy: Fixed MDIO Bus: probed
CAN device driver interface
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
usbcore: registered new interface driver kaweth
pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver rtl8150
usbcore: registered new interface driver r8152
usbcore: registered new interface driver asix
usbcore: registered new interface driver ax88179_178a
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver smsc95xx
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver cdc_ncm
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
usbcore: registered new interface driver usb_ehset_test
2184800.usbmisc supply vbus-wakeup 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
2184600.usb supply pad not found, using dummy regulator
2184600.usb supply vbus not found, using dummy regulator
ci_hdrc ci_hdrc.2: EHCI Host Controller
ci_hdrc ci_hdrc.2: new USB bus registered, assigned bus number 2
ci_hdrc ci_hdrc.2: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
rtc-pcf2127-i2c 1-0051: rtc core: registered rtc-pcf2127-i2c as rtc0
snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as r tc1
i2c /dev entries driver
pca954x 3-0070: probe failed
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
lm75 1-004f: hwmon0: sensor 'lm75'
amc6821 2-0018: Error reading configuration register, aborting.
amc6821: probe of 2-0018 failed with error -5
imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (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
sdhci-esdhc-imx 2190000.usdhc: allocated mmc-pwrseq
sdhci-esdhc-imx 2190000.usdhc: assigned as wifi host
mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on nor mal mode
sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
usb 2-1: new high-speed USB device number 2 using ci_hdrc
mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
mmc0: queuing unknown CIS tuple 0x80 (6 bytes)
mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
random: fast init done
mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
mxc_vpu 2040000.vpu_fsl: VPU initialized
mmc2: host does not support reading read-only switch, assuming write-enable
mmc2: new high speed SDHC card at address 0001
mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
mmcblk2: mmc2:0001 00000 3.72 GiB
mmcblk2: p1 p2
galcore: clk_get vg clock failed, disable vg!
Galcore version 6.2.4.150331
smsc95xx v1.0.5
mmc0: new high speed SDIO card at address 0001
mmc3: new DDR MMC card at address 0001
mmcblk3: mmc3:0001 IB2916 14.6 GiB
mmcblk3boot0: mmc3:0001 IB2916 partition 1 4.00 MiB
mmcblk3boot1: mmc3:0001 IB2916 partition 2 4.00 MiB
smsc95xx 2-1:1.0 eth1: register 'smsc95xx' at usb-ci_hdrc.2-1, smsc95xx USB 2.0 Ethernet, 5e:80:f8:e8:7e:d7
mmcblk3rpmb: mmc3:0001 IB2916 partition 3 4.00 MiB
caam 2100000.caam: ERA source: CAAMVID.
caam 2100000.caam: AXI pipeline throttling enabled.
caam 2100000.caam: device ID = 0x0a16010000000100 (Era 4)
job rings = 2, qi = 0
caam_jr 2101000.jr0: Entropy delay = 3200
caam_jr 2101000.jr0: Instantiated RNG4 SH0.
caam_jr 2101000.jr0: Instantiated RNG4 SH1.
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] d9 33 c3 36 65 15 59 c2
platform caam_sm: [0008] c7 e4 1b 71 14 a0 e6 32
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] cc 7e 8f 67 dd 1e 84 cd
platform caam_sm: [0008] b9 77 4e 42 3a 95 41 18
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] 24 a6 70 1d b6 e2 e0 97
platform caam_sm: [0008] 22 25 4d 27 55 9e c9 6a
platform caam_sm: [0016] bc 84 81 01 8f a7 7b 3b
platform caam_sm: [0024] 5c e7 15 ec 13 2d ab c5
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] d8 97 ec a4 21 ff 68 4c
platform caam_sm: [0008] a2 dd a6 c7 cc 50 31 52
platform caam_sm: [0016] 54 4a 3b dd c1 15 19 8f
platform caam_sm: [0024] 1b c2 c2 9d f0 9f f3 cb
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] 41 42 39 ed 70 8d cb 3c
platform caam_sm: [0008] e6 84 e5 46 29 38 47 4e
platform caam_sm: [0016] 4d ea 69 48 c1 d9 42 c5
platform caam_sm: [0024] 3e 0f 20 4e 7f 0a d8 92
platform caam_sm: [0032] 26 20 cf 68 b5 91 94 36
platform caam_sm: [0040] 15 8c 7a 4d 74 9f 76 4b
platform caam_sm: [0048] 23 a4 8b 7b 9d da db 86
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] 74 11 5c 4d c8 f6 22 fb
platform caam_sm: [0008] fa 2f 13 6f 2d 0d a8 8d
platform caam_sm: [0016] 52 8f a2 c3 77 16 1e a6
platform caam_sm: [0024] 47 6c 93 ac 6e 70 93 c6
platform caam_sm: [0032] ee c0 2d 1d 20 9f 1d 91
platform caam_sm: [0040] 42 90 d7 92 57 01 0f 52
platform caam_sm: [0048] 00 a2 47 a6 2f ae 05 28
platform caam_sm: [0056] ae fd c1 6e 9e 59 50 4a
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] 75 72 da 23 eb 0b 88 4b
platform caam_sm: [0008] 6e f7 47 dc 01 ff 6d 48
platform caam_sm: [0016] 9e e5 a1 c8 b1 23 0e 33
platform caam_sm: [0024] 71 4d 12 7b c3 b0 af 14
platform caam_sm: [0032] ea bb 0b 7d 69 40 9f a8
platform caam_sm: [0040] 99 8b d0 1e 15 84 6c b9
platform caam_sm: [0048] 02 d4 fb bc 2a 19 fc a2
platform caam_sm: [0056] 9b 8c 22 ed e3 43 2c 1c
platform caam_sm: [0064] c1 fd 92 8f 85 dc 85 20
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] 17 1d 0a 97 dd c6 ee c5
platform caam_sm: [0008] df f7 47 55 ae 50 1a 8d
platform caam_sm: [0016] cf 85 99 81 ba c3 b7 14
platform caam_sm: [0024] 88 f5 44 5f 6e 6d 01 cb
platform caam_sm: [0032] 80 19 41 b2 6c 29 a4 3d
platform caam_sm: [0040] df de f8 98 61 0e 38 1c
platform caam_sm: [0048] bc ed 1a c6 b8 b4 65 fa
platform caam_sm: [0056] 0d 38 1e 6f b9 98 a0 16
platform caam_sm: [0064] 19 33 5c 5c 75 fd 47 a3
platform caam_sm: [0072] 8b 19 af 85 56 12 9c 77
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] 5f 09 80 37 b0 ad c0 3f
platform caam_sm: [0008] 09 de 2c 71 e7 8e 80 b9
platform caam_sm: restored 128-bit black key:
platform caam_sm: [0000] cc 7e 8f 67 dd 1e 84 cd
platform caam_sm: [0008] b9 77 4e 42 3a 95 41 18
platform caam_sm: restored 192-bit black key:
platform caam_sm: [0000] 24 a6 70 1d b6 e2 e0 97
platform caam_sm: [0008] 22 25 4d 27 55 9e c9 6a
platform caam_sm: [0016] d5 1e f5 72 1c d0 43 ec
platform caam_sm: [0024] f6 f5 29 e5 52 d5 dc 65
platform caam_sm: restored 256-bit black key:
platform caam_sm: [0000] d8 97 ec a4 21 ff 68 4c
platform caam_sm: [0008] a2 dd a6 c7 cc 50 31 52
platform caam_sm: [0016] 54 4a 3b dd c1 15 19 8f
platform caam_sm: [0024] 1b c2 c2 9d f0 9f f3 cb
caam-snvs 20cc000.caam-snvs: can't get snvs clock
caam-snvs 20cc000.caam-snvs: violation handlers armed - non-secure state
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
opt3001 2-0045: failed to read register 7e
usbcore: registered new interface driver snd-usb-audio
NET: Registered protocol family 26
NET: Registered protocol family 10
sit: IPv6, IPv4 and MPLS 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 20161123 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
cpu cpu0: Registered imx6q-cpufreq
imx_epdc_fb 20f4000.epdc: can't get/select pinctrl
imx_thermal 2000000.aips-bus:tempmon: Extended Commercial CPU temperature grade - max:105C critical:100C passive:95C
dhd_module_init in
rtc-pcf2127-i2c 1-0051: setting system clock to 2020-06-18 08:14:14 UTC (1592468 054)
usb_otg_vbus: disabling
usb_ext_dc_cmsi: disabling
ALSA device list:
No soundcards found.
Freeing unused kernel memory: 1024K
cgroup: cgroup2: unknown option "nsdelegate"
systemd[1]: systemd 237 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPA RMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOM P +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
systemd[1]: Detected architecture arm.

Welcome to Poky (Yocto Project Reference Distro) 2.5.1 (sumo)!

systemd[1]: Set hostname to <fusion>.
systemd[1]: Initializing machine ID from random generator.
systemd[1]: Hardware watchdog 'imx2+ watchdog', version 0
systemd[1]: Set hardware watchdog to 1min.
systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an I P firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only show n for the first loaded unit using IP firewalling.)
systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Paths.
[ OK ] Created slice System Slice.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on Journal Socket.
Mounting POSIX Message Queue File System...
Mounting Temporary Directory (/tmp)...
[ OK ] Listening on Syslog Socket.
Mounting FUSE Control File System...
[ OK ] Listening on Journal Socket (/dev/log).
Starting Journal Service...
Mounting Kernel Configuration File System...
Starting Setup Virtual Console...
Starting Remount Root and Kernel File Systems...
[ OK ] Created slice system-serial\x2dgetty.slice.
Starting Apply Kernel Variables...
[ OK ] Reached target Slices.
Mounting Kernel Debug File System...
Starting udev Coldplug all Devices...
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted Kernel Debug File System.
Starting Rebuild Hardware Database...
Starting Create System Users...
[ OK ] Started Journal Service.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create Static Device Nodes in /dev.
systemd-journald[234]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
[ OK ] Reached target Containers.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Rebuild Journal Catalog...
Starting Rebuild Dynamic Linker Cache...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Rebuild Journal Catalog.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Rebuild Hardware Database.
Starting Update is Completed...
Starting udev Kernel Device Manager...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Update is Completed.
Starting Network Service...
[ OK ] Started Starts Psplash Boot screen.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Reached target Basic System.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started System Logging Service.
Starting Terminate Psplash Boot Screen...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Kernel Logging Service.
Starting Login Service...
Jun 18 08:14:18 fusion user.notice kernel: klogd started: BusyBox v1.27.2 (2020- 06-12 10:16:57 UTC)
Jun 18 08:14:18 fusion user.info kernel: Booting Linux on physical CPU 0x0
Jun 18 08:14:18 fusion user.notice kernel: Linux version 4.9.88+g6507266728a7 (h 399374@h399374-Precision-Tower-5810) (gcc version 7.3.0 (GCC) ) #4 SMP PREEMPT T ue Jun 30 17:02:39 IST 2020
Jun 18 08:14:18 fusion user.info kernel: CPU: ARMv7 Processor [412fc09a] revisio n 10 (ARMv7), cr=10c53c7d
Jun 18 08:14:18 fusion user.info kernel: CPU: PIPT / VIPT nonaliasing data cache , VIPT aliasing instruction cache
Jun 18 08:14:18 fusion user.info kernel: OF: fdt:Machine model: Honeywell i.MX6 Solo Fusion Board EPB#2
Jun 18 08:14:18 fusion user.info kernel: Reserved memory: created CMA memory poo l at 0x3c000000, size 320 MiB
Jun 18 08:14:18 fusion user.info kernel: OF: reserved mem: initialized node linu x,cma, compatible id shared-dma-pool
Jun 18 08:14:18 fusion user.info kernel: Memory policy: Data cache writeback
Jun 18 08:14:18 fusion user.debug kernel: On node 0 totalpages: 262144
Jun 18 08:14:18 fusion user.debug kernel: free_area_init_node: node 0, pgdat 80f 92f40, node_mem_map ab757000
Jun 18 08:14:18 fusion user.debug kernel: Normal zone: 2048 pages used for mem map
Jun 18 08:14:18 fusion user.debug kernel: Normal zone: 0 pages reserved
Jun 18 08:14:18 fusion user.debug kernel: Normal zone: 262144 pages, LIFO batc h:31
Jun 18 08:14:18 fusion user.info kernel: CPU: All CPU(s) started in SVC mode.
Jun 18 08:14:18 fusion user.info kernel: percpu: Embedded 14 pages/cpu @ab71c000 s25996 r8192 d23156 u57344
Jun 18 08:14:18 fusion user.debug kernel: pcpu-alloc: s25996 r8192 d23156 u57344 alloc=14*4096
Jun 18 08:14:18 fusion user.debug kernel: pcpu-alloc: [0] 0 [0] 1
Jun 18 08:14:18 fusion user.info kernel: Built 1 zonelists in Zone order, mobili ty grouping on. Total pages: 260096
Jun 18 08:14:18 fusion user.notice kernel: Kernel command line: console=ttymxc4, 115200
Jun 18 08:14:18 fusion user.info kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
Generic PHY fixed-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=fixe d-0:00, irq=-1)
Jun 18 08:14:18 fusion user.info kernel: Dentry cache hash table IPv6: ADDRCONF( NETDEV_UP): eth0: link is not ready
entries: 131072 (order: 7, 524288 bytes)
Jun 18 08:14:18 fusion user.info kernel: Inode-cache hash table entries: 65536 ( order: 6, 262144 bytes)
Jun 18 08:14:18 fusion user.info kernel: Memory: 670616K/1048576K available (921 6K kernel code, 592K rwdata, 3328K rodata, 1024K init, 472K bss, 50280K reserved , 327680K cma-reserved, 0K highmem)
Jun 18 08:14:18 fusion user.notice kernel: Virtual kernel memory layout:
Jun 18 08:14:18 fusion user.notice kernel: vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jun 18 08:14:18 fusion user.notice kernel: fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Jun 18 08:14:18 fusion user.notice kernel: vmalloc : 0xc0800000 - 0xff800000 (1008 MB)
Jun 18 08:14:18 fusion user.notice kernel: lowmem : 0x80000000 - 0xc0000000 (1024 MB)
Jun 18 08:14:18 fusion user.notice kernel: pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
Jun 18 08:14:18 fusion user.notice kernel: modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
Jun 18 08:14:18 fusion user.notice kernel: .text : 0x80008000 - 0x80a00000 (10208 kB)
Jun 18 08:14:18 fusion user.notice kernel: .init : 0x80e00000 - 0x80f00000 (1024 kB)
Jun 18 08:14:18 fusion user.notice kernel: .data : 0x80f00000 - 0x80f94060 ( 593 kB)
Jun 18 08:14:18 fusion user.notice kernel: .bss : 0x80f96000 - 0x8100c3a0 ( 473 kB)
Jun 18 08:14:18 fusion user.info kernel: SLUB: HWalign=64, Order=0-3, MinObjects =0, CPUs=2, Nodes=1
Jun 18 08:14:18 fusion user.info kernel: Preemptible hierarchical RCU implementa tion.
Jun 18 08:14:18 fusion user.info kernel: Build-time adjustment of leaf fa nout to 32.
Jun 18 08:14:18 fusion user.info kernel: RCU restricting CPUs from NR_CPU S=4 to nr_cpu_ids=2.
Jun 18 08:14:18 fusion user.info kernel: RCU: Adjusting geometry for rcu_fanout_ leaf=32, nr_cpu_ids=2
Jun 18 08:14:18 fusion user.info kernel: NR_IRQS:16 nr_irqs:16 16
Jun 18 08:14:18 fusion user.info kernel: L2C-310 erratum 769419 enabled
[ OK ] Started Network Service.
Jun 18 08:14:18 fusion user.info kernel: L2C-310 enabling early BRESP for Cortex -A9
Jun 18 08:14:18 fusion user.info kernel: L2C-310 full line of zeros enabled for Cortex-A9
Jun 18 08:14:18 fusion user.info kernel: L2C-310 ID prefetch enabled, offset 16 lines
Jun 18 08:14:18 fusion user.info kernel: L2C-310 dynamic clock gating enabled, s tandby mode enabled
Jun 18 08:14:18 fusion user.info kernel: L2C-310 cache controller enabled, 16 wa ys, 512 kB
Jun 18 08:14:18 fusion user.info kernel: L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
Jun 18 08:14:18 fusion user.info kernel: Switching to timer-based delay loop, re solution 333ns
Jun 18 08:14:18 fusion user.info kernel: sched_clock: 32 bits at 3000kHz, resolu tion 333ns, wraps every 715827882841ns
Jun 18 08:14:18 fusion user.info kernel: clocksource: mxc_timer1: mask: 0xffffff ff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
Jun 18 08:14:18 fusion user.info kernel: Console: colour dummy device 80x30
Jun 18 08:14:18 fusion user.info kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPSfec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
(lpj=30000)
IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jun 18 08:14:18 fusion user.info kernel: pid_max: default: 32768 minimum: 301
Jun 18 08:14:18 fusion user.info kernel: Mount-cache hash table entries: 2048 (o rder: 1, 8192 bytes)
Jun 18 08:14:18 fusion user.info kernel: Mountpoint-cache hash table entries: 20 48 (order: 1, 8192 bytes)
Jun 18 08:14:18 fusion user.info kernel: CPU: Testing write buffer coherency: ok
Jun 18 08:14:18 fusion user.info kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jun 18 08:14:18 fusion user.info kernel: Setting up static identity map for 0x10 100000 - 0x10100058
Jun 18 08:14:18 fusion user.info kernel: Brought up 1 CPUs
Jun 18 08:14:18 fusion user.info kernel: SMP: Total of 1 processors activated (6 .00 BogoMIPS).
Jun 18 08:14:18 fusion user.info kernel: CPU: All CPU(s) started in SVC mode.
Jun 18 08:14:18 fusion user.info kernel: devtmpfs: initialized
Jun 18 08:14:18 fusion user.info kernel: VFP support v0.3: implementor 41 archit ecture 3 part 30 variant 9 rev 4
Jun 18 08:14:18 fusion user.info kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jun 18 08:14:18 fusion user.info kernel: futex hash table entries: 512 (order: 3 , 32768 bytes)
[ OK ] Started Terminate Psplash Boot Screen.
Jun 18 08:14:18 fusion user.info kernel: pinctrl core: initialized pinctrl subsy stem
Jun 18 08:14:18 fusion user.info kernel: NET: Registered protocol family 16
Jun 18 08:14:18 fusion user.info kernel: DMA: preallocated 256 KiB pool for atom ic coherent allocations
Jun 18 08:14:18 fusion user.info kernel: cpuidle: using governor menu
Jun 18 08:14:18 fusion user.info kernel: CPU identified as i.MX6DL, silicon rev 1.4
Jun 18 08:14:18 fusion user.info kernel: hw-breakpoint: found 5 (+1 reserved) br eakpoint and 1 watchpoint registers.
Jun 18 08:14:18 fusion user.info kernel: hw-breakpoint: maximum watchpoint size is 4 bytes.
Jun 18 08:14:18 fusion user.info kernel: imx6dl-pinctrl 20e0000.iomuxc: initiali zed IMX pinctrl driver
Jun 18 08:14:18 fusion user.info kernel: imx-gpc 20dc000.gpc: Registered imx-gpc
Jun 18 08:14:18 fusion user.info kernel: mxs-dma 110000.dma-apbh: initialized
Jun 18 08:14:18 fusion user.notice kernel: SCSI subsystem initialized
Jun 18 08:14:18 fusion user.debug kernel: libata version 3.00 loaded.
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r usbfs
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r hub
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new device driver u sb
Jun 18 08:14:18 fusion user.warn kernel: 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[ OK ] Found device /dev/ttymxc4.
Jun 18 08:14:18 fusion user.warn kernel: 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
Jun 18 08:14:18 fusion user.info kernel: i2c i2c-1: IMX I2C adapter registered
Jun 18 08:14:18 fusion user.info kernel: i2c i2c-1: can't use DMA, using PIO ins tead.
Jun 18 08:14:18 fusion user.warn kernel: 2-0020 supply vcc not found, using dumm y regulator
Jun 18 08:14:18 fusion user.err kernel: pca953x 2-0020: failed reading register
Jun 18 08:14:18 fusion user.info kernel: i2c i2c-2: IMX I2C adapter registered
Jun 18 08:14:18 fusion user.info kernel: i2c i2c-2: can't use DMA, using PIO ins tead.
Jun 18 08:14:18 fusion user.info kernel: i2c i2c-3: IMX I2C adapter registered
Jun 18 08:14:18 fusion user.info kernel: i2c i2c-3: can't use DMA, using PIO ins tead.
Jun 18 08:14:18 fusion user.info kernel: Linux video capture interface: v2.00
Jun 18 08:14:18 fusion user.info kernel: pps_core: LinuxPPS API ver. 1 registere d
Jun 18 08:14:18 fusion user.info kernel: pps_core: Software ver. 5.3.6 - Copyrig ht 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 18 08:14:18 fusion user.info kernel: PTP clock support registered
Jun 18 08:14:18 fusion user.info kernel: imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
Jun 18 08:14:18 fusion user.info kernel: MIPI CSI2 driver module loaded
Jun 18 08:14:18 fusion user.info kernel: imx rpmsg driver is registered.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Jun 18 08:14:18 fusion user.info kernel: Advanced Linux Sound Architecture Drive r Initialized.
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: Core ver 2.22
Jun 18 08:14:18 fusion user.info kernel: NET: Registered protocol family 31
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: HCI device and connection ma nager initialized
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: HCI socket layer initialized
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: L2CAP socket layer initializ ed
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: SCO socket layer initialized
Jun 18 08:14:18 fusion user.info kernel: clocksource: Switched to clocksource mx c_timer1
Jun 18 08:14:18 fusion user.notice kernel: VFS: Disk quotas dquot_6.6.0
[ OK ] Started Login Service.
Jun 18 08:14:18 fusion user.info kernel: VFS: Dquot-cache hash table entries: 10 24 (order 0, 4096 bytes)
Jun 18 08:14:18 fusion user.info kernel: NET: Registered protocol family 2
Jun 18 08:14:18 fusion user.info kernel: TCP established hash table entries: 819 2 (order: 3, 32768 bytes)
Jun 18 08:14:18 fusion user.info kernel: TCP bind hash table entries: 8192 (orde r: 4, 65536 bytes)
Jun 18 08:14:18 fusion user.info kernel: TCP: Hash tables configured (establishe d 8192 bind 8192)
Jun 18 08:14:18 fusion user.info kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
Jun 18 08:14:18 fusion user.info kernel: UDP-Lite hash table entries: 512 (order : 2, 16384 bytes)
[ OK ] Started Serial Getty on ttymxc4.
Jun 18 08:14:18 fusion user.info kernel: NET: Registered protocol family 1
Jun 18 08:14:18 fusion user.info kernel: RPC: Registered named UNIX socket trans port module.
Jun 18 08:14:18 fusion user.info kernel: RPC: Registered udp transport module.
Jun 18 08:14:18 fusion user.info kernel: RPC: Registered tcp transport module.
Jun 18 08:14:18 fusion user.info kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jun 18 08:14:18 fusion user.info kernel: Trying to unpack rootfs image as initra mfs...
[ OK ] Reached target Login Prompts.
Jun 18 08:14:18 fusion user.info kernel: Freeing initrd memory: 24924K
Jun 18 08:14:18 fusion user.info kernel: hw perfevents: enabled with armv7_corte x_a9 PMU driver, 7 counters available
Jun 18 08:14:18 fusion user.info kernel: Bus freq driver module loaded
Jun 18 08:14:18 fusion user.info kernel: workingset: timestamp_bits=30 max_order =18 bucket_order=0
Jun 18 08:14:18 fusion user.info kernel: squashfs: version 4.0 (2009/01/31) Phil lip Lougher
Jun 18 08:14:18 fusion user.notice kernel: NFS: Registering the id_resolver key type
Jun 18 08:14:18 fusion user.notice kernel: Key type id_resolver registered
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Jun 18 08:14:18 fusion user.notice kernel: Key type id_legacy registered
Jun 18 08:14:18 fusion user.info kernel: jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
Jun 18 08:14:18 fusion user.info kernel: fuse init (API version 7.26)
Jun 18 08:14:18 fusion user.info kernel: io scheduler noop registered
Jun 18 08:14:18 fusion user.info kernel: io scheduler deadline registered
Jun 18 08:14:18 fusion user.info kernel: io scheduler cfq registered (default)
Jun 18 08:14:18 fusion user.info kernel: imx-weim 21b8000.weim: Driver registere d.
Jun 18 08:14:18 fusion user.warn kernel: backlight supply power not found, using dummy regulator
Jun 18 08:14:18 fusion user.info kernel: mxc_sdc_fb fb@0: registered mxc display driver ldb
Starting Load/Save Screen Backlight…ightness of backlight:backlight...
Jun 18 08:14:18 fusion user.info kernel: imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
Jun 18 08:14:18 fusion user.info kernel: Console: switching to colour frame buff er device 160x50
Jun 18 08:14:18 fusion user.warn kernel: imx-sdma 20ec000.sdma: no iram assigned , using external mem
Jun 18 08:14:18 fusion user.info kernel: imx-sdma 20ec000.sdma: loaded firmware 3.3
Jun 18 08:14:18 fusion user.info kernel: 21e8000.serial: ttymxc1 at MMIO 0x21e80 00 (irq = 69, base_baud = 5000000) is a IMX
Jun 18 08:14:18 fusion user.info kernel: 21ec000.serial: ttymxc2 at MMIO 0x21ec0 00 (irq = 70, base_baud = 5000000) is a IMX
Jun 18 08:14:18 fusion user.info kernel: 21f0000.serial: ttymxc3 at MMIO 0x21f00 00 (irq = 71, base_baud = 5000000) is a IMX
Jun 18 08:14:18 fusion user.info kernel: 21f4000.serial: ttymxc4 at MMIO 0x21f40 00 (irq = 72, base_baud = 5000000) is a IMX
Jun 18 08:14:18 fusion user.info kernel: console [ttymxc4] enabled
Jun 18 08:14:18 fusion user.info kernel: imx sema4 driver is registered.
Jun 18 08:14:18 fusion user.info kernel: [drm] Initialized
Jun 18 08:14:18 fusion user.info kernel: [drm] Initialized vivante 1.0.0 2012021 6 on minor 0
Jun 18 08:14:18 fusion user.info kernel: brd: module loaded
Starting Network Name Resolution...
Jun 18 08:14:18 fusion user.info kernel: loop: module loaded
Jun 18 08:14:18 fusion user.info kernel: spi_imx 2008000.ecspi: probed
Jun 18 08:14:18 fusion user.info kernel: spi_imx 2010000.ecspi: probed
Jun 18 08:14:18 fusion user.info kernel: libphy: Fixed MDIO Bus: probed
Jun 18 08:14:18 fusion user.info kernel: CAN device driver interface
Jun 18 08:14:18 fusion user.warn kernel: 2188000.ethernet supply phy not found, using dummy regulator
Jun 18 08:14:18 fusion user.info kernel: pps pps0: new PPS source ptp0
Jun 18 08:14:18 fusion user.info kernel: libphy: fec_enet_mii_bus: probed
Jun 18 08:14:18 fusion user.info kernel: fec 2188000.ethernet eth0: registered P HC device 0
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r kaweth
[ OK ] Started Network Name Resolution.
Jun 18 08:14:18 fusion user.info kernel: pegasus: v0.9.3 (2013/04/25), Pegasus/P egasus II USB Ethernet driver
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r pegasus
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r rtl8150
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r r8152
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r asix
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r ax88179_178a
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r cdc_ether
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r smsc95xx
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r net1080
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r cdc_subset
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r zaurus
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r cdc_ncm
Jun 18 08:14:18 fusion user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Contr oller (EHCI) Driver
Jun 18 08:14:18 fusion user.info kernel: ehci-mxc: Freescale On-Chip EHCI Host d river
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r usb-storage
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r usb_ehset_test
Jun 18 08:14:18 fusion user.warn kernel: 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
Jun 18 08:14:18 fusion user.info kernel: ci_hdrc ci_hdrc.1: EHCI Host Controller
Jun 18 08:14:18 fusion user.info kernel: ci_hdrc ci_hdrc.1: new USB bus register ed, assigned bus number 1
Jun 18 08:14:18 fusion user.info kernel: ci_hdrc ci_hdrc.1: USB 2.0 started, EHC I 1.00
Jun 18 08:14:18 fusion user.info kernel: hub 1-0:1.0: USB hub found
Jun 18 08:14:18 fusion user.info kernel: hub 1-0:1.0: 1 port detected
[ OK ] Reached target Network.
Jun 18 08:14:18 fusion user.warn kernel: 2184600.usb supply pad not found, using dummy regulator
Jun 18 08:14:18 fusion user.warn kernel: 2184600.usb supply vbus not found, usin g dummy regulator
Jun 18 08:14:18 fusion user.info kernel: ci_hdrc ci_hdrc.2: EHCI Host Controller
Jun 18 08:14:18 fusion user.info kernel: ci_hdrc ci_hdrc.2: new USB bus register ed, assigned bus number 2
Jun 18 08:14:18 fusion user.info kernel: ci_hdrc ci_hdrc.2: USB 2.0 started, EHC I 1.00
Jun 18 08:14:18 fusion user.info kernel: hub 2-0:1.0: USB hub found
Jun 18 08:14:18 fusion user.info kernel: hub 2-0:1.0: 1 port detected
Jun 18 08:14:18 fusion user.info kernel: rtc-pcf2127-i2c 1-0051: rtc core: regis tered rtc-pcf2127-i2c as rtc0
Jun 18 08:14:18 fusion user.info kernel: snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc1
Starting Network Time Service...
Jun 18 08:14:18 fusion user.info kernel: i2c /dev entries driver
Jun 18 08:14:18 fusion user.warn kernel: pca954x 3-0070: probe failed
Jun 18 08:14:18 fusion user.info kernel: IR NEC protocol handler initialized
Jun 18 08:14:18 fusion user.info kernel: IR RC5(x/sz) protocol handler initializ ed
Jun 18 08:14:18 fusion user.info kernel: IR RC6 protocol handler initialized
[ OK ] Reached target Host and Network Name Lookups.
Jun 18 08:14:18 fusion user.info kernel: IR JVC protocol handler initialized
Jun 18 08:14:18 fusion user.info kernel: IR Sony protocol handler initialized
Jun 18 08:14:18 fusion user.info kernel: IR SANYO protocol handler initialized
Jun 18 08:14:18 fusion user.info kernel: IR Sharp protocol handler initialized
Jun 18 08:14:18 fusion user.info kernel: IR MCE Keyboard/mouse protocol handler initialized
Jun 18 08:14:18 fusion user.info kernel: IR XMP protocol handler initialized
[ OK ] Started Network Time Service.
Jun 18 08:14:18 fusion user.info kernel: lm75 1-004f: hwmon0: sensor 'lm75'
Jun 18 08:14:18 fusion user.err kernel: amc6821 2-0018: Error reading configurat ion register, aborting.
Jun 18 08:14:18 fusion user.warn kernel: amc6821: probe of 2-0018 failed with er ror -5
Jun 18 08:14:18 fusion user.info kernel: imx2-wdt 20bc000.wdog: timeout 60 sec ( nowayout=0)
Jun 18 08:14:18 fusion user.info kernel: softdog: initialized. soft_noboot=0 sof t_margin=60 sec soft_panic=0 (nowayout=0)
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: HCI UART driver ver 2.3
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: HCI UART protocol H4 registe red
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: HCI UART protocol BCSP regis tered
Jun 18 08:14:18 fusion user.info kernel: Bluetooth: HCI UART protocol ATH3K regi stered
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r bcm203x
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r btusb
Jun 18 08:14:18 fusion user.info kernel: usbcore: registered new interface drive r ath3k
[ OK ] Reached target Multi-User System.
Jun 18 08:14:18 fusion user.info kernel: sdhci: Secure Digital Host Controller I nterface driver
Jun 18 08:14:18 fusion user.info kernel: sdhci: Copyright(c) Pierre Ossman
Jun 18 08:14:18 fusion user.info kernel: sdhci-pltfm: SDHCI platform and OF driv er helper
Jun 18 08:14:18 fusion user.info kernel: sdhci-esdhc-imx 2190000.usdhc: allocate d mmc-pwrseq
Jun 18 08:14:18 fusion user.info kernel: sdhci-esdhc-imx 2190000.usdhc: assigned as wifi host
Jun 18 08:14:18 fusion user.info kernel: mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
Jun 18 08:14:18 fusion user.warn kernel: sdhci-esdhc-imx 2198000.usdhc: could no t get ultra high speed state, work on normal mode
Jun 18 08:14:18 fusion user.info kernel: sdhci-esdhc-imx 2198000.usdhc: Got CD G PIO
Jun 18 08:14:18 fusion user.warn kernel: mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
Starting Update UTMP about System Runlevel Changes...
Jun 18 08:14:18 fusion user.warn kernel: mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
Jun 18 08:14:18 fusion user.info kernel: usb 2-1: new high-speed USB device numb er 2 using ci_hdrc
Jun 18 08:14:18 fusion user.warn kernel: mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
Jun 18 08:14:18 fusion user.warn kernel: mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
Jun 18 08:14:18 fusion user.warn kernel: mmc0: queuing unknown CIS tuple 0x80 (6 bytes)
Jun 18 08:14:18 fusion user.info kernel: mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
Jun 18 08:14:18 fusion user.notice kernel: random: fast init done
Jun 18 08:14:18 fusion user.info kernel: mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
Jun 18 08:14:18 fusion user.info kernel: mxc_vpu 2040000.vpu_fsl: VPU initialize d
Jun 18 08:14:18 fusion user.warn kernel: mmc2: host does not support reading rea d-only switch, assuming write-enable
Jun 18 08:14:18 fusion user.info kernel: mmc2: new high speed SDHC card at addre ss 0001
Jun 18 08:14:18 fusion user.info kernel: mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
Jun 18 08:14:18 fusion user.info kernel: mmcblk2: mmc2:0001 00000 3.72 GiB
[ OK ] Started Update UTMP about System Runlevel Changes.
Jun 18 08:14:18 fusion user.info kernel: mmcblk2: p1 p2
Jun 18 08:14:18 fusion user.warn kernel: galcore: clk_get vg clock failed, disab le vg!
Jun 18 08:14:18 fusion user.info kernel: Galcore version 6.2.4.150331
Jun 18 08:14:18 fusion user.info kernel: smsc95xx v1.0.5
Jun 18 08:14:18 fusion user.info kernel: mmc0: new high speed SDIO card at addre ss 0001
Jun 18 08:14:18 fusion user.info kernel: mmc3: new DDR MMC card at address 0001
Jun 18 08:14:18 fusion user.info kernel: mmcblk3: mmc3:0001 IB2916 14.6 GiB
Jun 18 08:14:18 fusion user.info kernel: mmcblk3boot0: mmc3:0001 IB2916 partitio n 1 4.00 MiB
Jun 18 08:14:18 fusion user.info kernel: mmcblk3boot1: mmc3:0001 IB2916 partitio n 2 4.00 MiB
Jun 18 08:14:18 fusion user.info kernel: smsc95xx 2-1:1.0 eth1: register 'smsc95 xx' at usb-ci_hdrc.2-1, smsc95xx USB 2.0 Ethernet, 5e:80:f8:e8:7e:d7
Jun 18 08:14:18 fusion user.info kernel: mmcblk3rpmb: mmc3:0001 IB2916 partition 3 4.00 MiB
Jun 18 08:14:18 fusion user.info kernel: caam 2100000.caam: ERA source: CAAMVID.
Jun 18 08:14:18 fusion user.info kernel: caam 2100000.caam: AXI pipeline throttl ing enabled.
Jun 18 08:14:18 fusion user.info kernel: caam 2100000.caam: device ID = 0x0a1601 0000000100 (Era 4)
Jun 18 08:14:18 fusion user.info kernel: job rings = 2, qi = 0
Jun 18 08:14:18 fusion user.info kernel: caam_jr 2101000.jr0: Entropy delay = 32 00
Jun 18 08:14:18 fusion user.info kernel: caam_jr 2101000.jr0: Instantiated RNG4 SH0.
Jun 18 08:14:18 fusion user.info kernel: caam_jr 2101000.jr0: Instantiated RNG4 SH1.
Jun 18 08:14:18 fusion user.info kernel: caam algorithms registered in /proc/cry pto
Jun 18 08:14:18 fusion user.info kernel: caam_jr 2101000.jr0: registering rng-ca am
Jun 18 08:14:18 fusion user.info kernel: platform caam_sm: blkkey_ex: 4 keystore units available
Jun 18 08:14:18 fusion user.info kernel: platform caam_sm: 64-bit clear key:
Jun 18 08:14:18 fusion user.info kernel: platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
Jun 18 08:14:18 fusion user.info kernel: platform caam_sm: 64-bit black key:
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0000] d9 33 c3 36 65 15 59 c2
Jun 18Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0016] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0024] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0032] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0040] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0048] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0056] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0064] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0072] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0080] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0088] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: 256-bit unwritten blo b:
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0000] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0008] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0016] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0024] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0032] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0040] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0048] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0056] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0064] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0072] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0080] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0088] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: 64-bit black key in b lob:
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0000] 41 42 39 ed 70 8d cb 3c
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0008] e6 84 e5 46 29 38 47 4e
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0016] 4d ea 69 48 c1 d9 42 c5
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0024] 3e 0f 20 4e 7f 0a d8 92
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0032] 26 20 cf 68 b5 91 94 36
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0040] 15 8c 7a 4d 74 9f 76 4b
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0048] 23 a4 8b 7b 9d da db 86
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0056] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0064] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0072] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0080] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0088] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: 128-bit black key in blob:
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0000] 74 11 5c 4d c8 f6 22 fb
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0008] fa 2f 13 6f 2d 0d a8 8d
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0016] 52 8f a2 c3 77 16 1e a6
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0024] 47 6c 93 ac 6e 70 93 c6
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0032] ee c0 2d 1d 20 9f 1d 91
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0040] 42 90 d7 92 57 01 0f 52
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0048] 00 a2 47 a6 2f ae 05 28
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0056] ae fd c1 6e 9e 59 50 4a
Jun 18 08:14:24 fusion user.info kernel: platform caam_sm: [0064] 00 00 00 00 00 00 00 00
Jun 18 08:14:24 fusioJun 18 08:14:24 fusion user.infoJun 18 08:14:24 fusion user .infoJun 18 08:14:24 fusion user.infoJun 18 08:14:24 fusion user.notiJun 18 08:1 4:27 fusion user.info
Poky (Yocto Project Reference Distro) 2.5.1 fusion ttymxc4

fusion login: root
root@fusion:~#
root@fusion:~# ls
root@fusion:~# ls
root@fusion:~#
ci_hdrc ci_hdrc.0: EHCI Host Controller
ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 3
Jun 18 08:15:15 fusion user.info kernel: ci_hdrc ci_hdrc.0: EHCI Host Controller
Jun 18 08:15:15 fusion user.info kernel: ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 3
ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
Jun 18 08:15:15 fusion user.info hub 3-0:1.0: USB hub found
kernel: ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
Jun 18 08:15:15 fusion user.info kernel: hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
Jun 18 08:15:15 fusion user.info kernel: hub 3-0:1.0: 1 port detected

0 Kudos

4,481 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello Nagarjun N,

 

The log you shared correspond to the MFGTool attempt to flash?

Also, could you share the steps you did to run MFGTool?

 

Regards,
Aldo.

0 Kudos

4,481 Views
nagarjun_n
Contributor I

Hi Aldo,

Thanks for your response. We also tried using Mfgtool2 to load this.

But after loading the ramdisk connection is disconnected. We cannot execute commands after that. I have attached the complete log.

Thanks,

Nagarjun N.

0 Kudos