· 8 years ago · Apr 10, 2018, 05:58 PM
1
2U-Boot SPL 2016.01-00036-g9996eb3 (Sep 29 2016 - 08:26:37)
3Trying to boot from SPI
4
5
6U-Boot 2016.01-00036-g9996eb3 (Sep 29 2016 - 08:26:37 +0200)
7
8CPU: Freescale i.MX6Q rev1.5 at 792MHz
9CPU: Industrial temperature grade (-40C to 105C) at 36C
10Reset cause: POR
11Board: conga-QMX6 Quad
12I2C: ready
13DRAM: 1 GiB
14PFUZE100 Rev. [10/21] detected
15MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
16SF: Detected W25Q32BV with page size 256 Bytes, erase size 64 KiB, total 4 MiB
17No panel detected: default to Hannstar-XGA
18Display: Hannstar-XGA (1024x768)
19In: serial
20Out: serial
21Err: serial
22Net: configure Atheros AR8035 Ethernet Phy at address 6
23FEC [PRIME]
24Hit any key to stop autoboot: 0
25SF: Detected W25Q32BV with page size 256 Bytes, erase size 64 KiB, total 4 MiB
26switch to partitions #0, OK
27mmc0 is current device
281254 bytes read in 109 ms (10.7 KiB/s)
29Running bootscript from mmc ...
30## Executing script at 12000000
31--- ENVIRONMENT ---
32baudrate=115200
33board_rev=MX6Q
34boot_fdt=try
35bootcmd=run spilock;run findfdt; mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi
36bootcmd_android=run findfdt ; run mmcargs_android ; mmc dev ${mmcdev} ; ext2load mmc ${mmcdev}:1 10800000 /uImage && ext2load mmc ${mmcdev}:1 12800000 /uramdisk.img && ext2load mmc ${mmcdev}:1 0x12000000 /${fdtfile} ; bootm 10800000 12800000 12000000
37bootdelay=3
38bootm_size=0x10000000
39bootscript=echo Running bootscript from mmc ...; source
40console=ttymxc1
41dfu_alt_info=spl raw 0x400
42dfu_alt_info_img=u-boot raw 0x10000
43dfu_alt_info_spl=spl raw 0x400
44dfuspi=dfu 0 sf 0:0:10000000:0
45ethact=FEC
46ethaddr=00:13:95:26:e9:ca
47ethprime=FEC
48fdt_addr_r=0x18000000
49fdtfile=imx6q-qmx6.dtb
50fileaddr=12000000
51filesize=4e6
52findfdt=if test $board_rev = MX6Q ; then setenv fdtfile imx6q-qmx6.dtb; fi; if test $board_rev = MX6DL ; then setenv fdtfile imx6dl-qmx6.dtb; fi; if test $fdtfile = undefined; then echo WARNING: Could not determine dtb to use; fi;
53image=uImage
54ip_dyn=yes
55loadaddr=0x12000000
56loadbootscript=ext2load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
57loadfdt=ext2load mmc ${mmcdev}:${mmcpart} ${fdt_addr_r} boot/${fdtfile}
58loadimage=ext2load mmc ${mmcdev}:${mmcpart} ${loadaddr} boot/${image}
59mmcargs=setenv bootargs console=${console},${baudrate} video=mxcfb0:dev=${vid_dev0} video=mxcfb1:dev=${vid_dev1} root=${mmcroot}
60mmcargs_android=setenv bootargs console=${console},${baudrate} video=mxcfb0:dev=${vid_dev0} video=mxcfb1:dev=${vid_dev1} init=/init vmalloc=400M androidboot.console=ttymxc1 consoleblank=0 androidboot.hardware=congatec androidboot.bootdev=mmcblk${mmcdev} ldo_active=0
61mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr} - ${fdt_addr_r}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;
62mmcdev=0
63mmcpart=1
64mmcroot=/dev/mmcblk0p1 rootwait rw
65netargs=setenv bootargs console=${console},${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp
66netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${image}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr_r} ${fdtfile}; then bootm ${loadaddr} - ${fdt_addr_r}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;
67script=boot.scr
68spilock=sf probe && sf protect lock 0x3f0000 0x10000;
69update_sd_firmware=if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; if mmc dev ${mmcdev}; then if ${get_cmd} ${update_sd_firmware_filename}; then setexpr fw_sz ${filesize} / 0x200; setexpr fw_sz ${fw_sz} + 1; mmc write ${loadaddr} 0x2 ${fw_sz}; fi; fi
70vid_dev0=hdmi,1920x1080M@60,if=RGB24
71vid_dev1=ldb,LDB-XGA,if=RGB666
72
73Environment size: 3074/8188 bytes
74-------------------
755659928 bytes read in 484 ms (11.2 MiB/s)
76Booting from mmc ...
7742139 bytes read in 198 ms (207 KiB/s)
78## Booting kernel from Legacy Image at 12000000 ...
79 Image Name: Linux-4.1.15-1.2.0_cgt-imx6+g525
80 Image Type: ARM Linux Kernel Image (uncompressed)
81 Data Size: 5659864 Bytes = 5.4 MiB
82 Load Address: 10008000
83 Entry Point: 10008000
84 Verifying Checksum ... OK
85## Flattened Device Tree blob at 18000000
86 Booting using the fdt blob at 0x18000000
87 Loading Kernel Image ... OK
88 Using Device Tree in place at 18000000, end 1800d49a
89switch to ldo_bypass mode!
90
91Starting kernel ...
92
93Booting Linux on physical CPU 0x0
94Linux version 4.1.15-1.2.0_cgt-imx6+g525ed87 (rbc@ubuntu) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Fri Apr 6 06:23:08 PDT 2018
95CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
96CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
97Machine model: conga-QMX6 Board (i.MX6 Dual/Quad)
98Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
99Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
100Memory policy: Data cache writealloc
101PERCPU: Embedded 12 pages/cpu @ab706000 s16908 r8192 d24052 u49152
102Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
103Kernel command line: console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 root=/dev/mmcblk0p1 rootwait rw
104PID hash table entries: 4096 (order: 2, 16384 bytes)
105Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
106Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
107Memory: 699252K/1048576K available (6989K kernel code, 393K rwdata, 2604K rodata, 1188K init, 426K bss, 21644K reserved, 327680K cma-reserved, 0K highmem)
108Virtual kernel memory layout:
109 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
110 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
111 vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
112 lowmem : 0x80000000 - 0xc0000000 (1024 MB)
113 pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
114 modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
115 .text : 0x80008000 - 0x80966a28 (9595 kB)
116 .init : 0x80967000 - 0x80a90000 (1188 kB)
117 .data : 0x80a90000 - 0x80af27e0 ( 394 kB)
118 .bss : 0x80af5000 - 0x80b5fbf8 ( 427 kB)
119SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
120Preemptible hierarchical RCU implementation.
121 Additional per-CPU info printed with stalls.
122NR_IRQS:16 nr_irqs:16 16
123L2C-310 errata 752271 769419 enabled
124L2C-310 enabling early BRESP for Cortex-A9
125L2C-310 full line of zeros enabled for Cortex-A9
126L2C-310 ID prefetch enabled, offset 16 lines
127L2C-310 dynamic clock gating enabled, standby mode enabled
128L2C-310 cache controller enabled, 16 ways, 1024 kB
129L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001
130mxc_clocksource_init 3000000
131Switching to timer-based delay loop, resolution 333ns
132sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
133clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
134Console: colour dummy device 80x30
135Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
136pid_max: default: 32768 minimum: 301
137Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
138Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
139CPU: Testing write buffer coherency: ok
140CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
141Setting up static identity map for 0x10008280 - 0x100082d8
142CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
143CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
144CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
145Brought up 4 CPUs
146SMP: Total of 4 processors activated (24.00 BogoMIPS).
147CPU: All CPU(s) started in SVC mode.
148devtmpfs: initialized
149VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
150clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
151pinctrl core: initialized pinctrl subsystem
152NET: Registered protocol family 16
153DMA: preallocated 256 KiB pool for atomic coherent allocations
154cpuidle: using governor ladder
155cpuidle: using governor menu
156CPU identified as i.MX6Q, silicon rev 1.5
157anatop_regulator 20c8000.anatop:regulator-vddcore@140: Failed to read a valid default voltage selector.
158anatop_regulator: probe of 20c8000.anatop:regulator-vddcore@140 failed with error -22
159anatop_regulator 20c8000.anatop:regulator-vddsoc@140: Failed to read a valid default voltage selector.
160anatop_regulator: probe of 20c8000.anatop:regulator-vddsoc@140 failed with error -22
161SUS_S3_init: SUS_S3# gpio initialized
162hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
163hw-breakpoint: maximum watchpoint size is 4 bytes.
164imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
165mxs-dma 110000.dma-apbh: initialized
166SCSI subsystem initialized
167usbcore: registered new interface driver usbfs
168usbcore: registered new interface driver hub
169usbcore: registered new device driver usb
1702000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
1712000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
172i2c i2c-0: IMX I2C adapter registered
173i2c i2c-0: can't use DMA
174i2c i2c-1: IMX I2C adapter registered
175i2c i2c-1: can't use DMA
176i2c i2c-2: IMX I2C adapter registered
177i2c i2c-2: can't use DMA
178i2c i2c-1: Added multiplexed i2c bus 3
179i2c i2c-1: Added multiplexed i2c bus 4
180i2c-mux-gpio i2cmux: 2 port mux on 21a4000.i2c adapter
181Linux video capture interface: v2.00
182pps_core: LinuxPPS API ver. 1 registered
183pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
184PTP clock support registered
185imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
186imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
187mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed
188mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a
189MIPI CSI2 driver module loaded
190Advanced Linux Sound Architecture Driver Initialized.
191Switched to clocksource mxc_timer1
192NET: Registered protocol family 2
193TCP established hash table entries: 8192 (order: 3, 32768 bytes)
194TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
195TCP: Hash tables configured (established 8192 bind 8192)
196UDP hash table entries: 512 (order: 2, 16384 bytes)
197UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
198NET: Registered protocol family 1
199RPC: Registered named UNIX socket transport module.
200RPC: Registered udp transport module.
201RPC: Registered tcp transport module.
202RPC: Registered tcp NFSv4.1 backchannel transport module.
203CPU PMU: Failed to parse /soc/pmu/interrupt-affinity[0]
204hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
205imx rpmsg driver is registered.
206Bus freq driver module loaded
207futex hash table entries: 1024 (order: 4, 65536 bytes)
208VFS: Disk quotas dquot_6.6.0
209VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
210NFS: Registering the id_resolver key type
211Key type id_resolver registered
212Key type id_legacy registered
213jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
214fuse init (API version 7.23)
215io scheduler noop registered
216io scheduler deadline registered
217io scheduler cfq registered (default)
218imx-weim 21b8000.weim: Driver registered.
219backlight supply power not found, using dummy regulator
220RBC - pwm_backlight_update_status - brightness set 75
221RBC - compute_duty_cycle - period,scale,lth, dutycycle 50000 100 0 37500
222
223RBC - pwm_backlight_probe - pwm=0 max,dft,lth=100 75 0
224MIPI DSI driver module loaded
225MIPI DSI driver module loaded
226mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
227fbcvt: 1920x1080@60: CVT Name - 2.073M9
228mxc_sdc_fb fb@0: registered mxc display driver hdmi
229imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
230RBC - pwm_backlight_update_status - brightness set 75
231RBC - compute_duty_cycle - period,scale,lth, dutycycle 50000 100 0 37500
232RBC - selecting boot logo...
233RBC - boot logo - logo_RBC_clut224
234Console: switching to colour frame buffer device 240x67
235RBC Kernel - mxc_ipuv3_fb.c; calling the 5 funcs...
236RBC - selecting boot logo...
237RBC - boot logo - logo_RBC_clut224
238mxc_hdmi 20e0000.hdmi_video: Read EDID again
239Disabling i2c_imx_fix_led_controller:1037
240RBC - set_backlight_brightness...
241RBC - !set_backlight_brightness
242mxc_sdc_fb fb@1: registered mxc display driver ldb
243RBC Kernel - mxc_ipuv3_fb.c; calling the 5 funcs...
244RBC - selecting boot logo...
245RBC - boot logo - logo_RBC_clut224
246Disabling i2c_imx_fix_led_controller:1037
247RBC - set_backlight_brightness...
248RBC - !set_backlight_brightness
249mxc_sdc_fb fb@3: registered mxc display driver ldb
250RBC Kernel - mxc_ipuv3_fb.c; calling the 5 funcs...
251RBC - selecting boot logo...
252RBC - boot logo - logo_RBC_clut224
253Disabling i2c_imx_fix_led_controller:1037
254RBC - set_backlight_brightness...
255RBC - !set_backlight_brightness
256hannstar-cabc hannstar_cabc: Found interface without gpios
257imx-sdma 20ec000.sdma: no iram assigned, using external mem
258imx-sdma 20ec000.sdma: no event needs to be remapped
259imx-sdma 20ec000.sdma: loaded firmware 3.3
260imx-sdma 20ec000.sdma: initialized
261pfuze100-regulator 4-0008: Full layer: 2, Metal layer: 1
262pfuze100-regulator 4-0008: FAB: 0, FIN: 0
263pfuze100-regulator 4-0008: pfuze100 found.
26421e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 300, base_baud = 5000000) is a IMX
265mxc_hdmi 20e0000.hdmi_video: create default modelist
266console [ttymxc1] enabled
26721ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 301, base_baud = 5000000) is a IMX
26821f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 302, base_baud = 5000000) is a IMX
269imx sema4 driver is registered.
270[drm] Initialized drm 1.1.0 20060810
271[drm] Initialized vivante 1.0.0 20120216 on minor 0
272brd: module loaded
273loop: module loaded
274ahci-imx 2200000.sata: fsl,transmit-level-mV value 1201, using 0000006c
275ahci-imx 2200000.sata: fsl,transmit-boost-mdB value 3330, using 00000480
276ahci-imx 2200000.sata: fsl,transmit-atten-16ths value 9, using 00002000
277ahci-imx 2200000.sata: fsl,receive-eq-mdB value 3000, using 05000000
278ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled
279ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
280ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
281scsi host0: ahci-imx
282ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 312
283m25p80 spi0.0: found w25q32, expected sst25vf032b
284m25p80 spi0.0: w25q32 (4096 Kbytes)
2853 ofpart partitions found on MTD device spi0.0
286Creating 3 MTD partitions on "spi0.0":
2870x000000000000-0x000000100000 : "bootloader"
2880x000000100000-0x0000003fc000 : "user"
2890x0000003fc000-0x000000400000 : "reserved"
290spi_imx 2008000.ecspi: probed
2912188000.ethernet supply phy not found, using dummy regulator
292pps pps0: new PPS source ptp0
293libphy: fec_enet_mii_bus: probed
294fec 2188000.ethernet eth0: registered PHC device 0
295ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
296ehci-mxc: Freescale On-Chip EHCI Host driver
297usbcore: registered new interface driver usb-storage
2982184800.usbmisc supply vbus-wakeup not found, using dummy regulator
299ci_hdrc ci_hdrc.0: EHCI Host Controller
300ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
301ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
302usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
303usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
304usb usb1: Product: EHCI Host Controller
305usb usb1: Manufacturer: Linux 4.1.15-1.2.0_cgt-imx6+g525ed87 ehci_hcd
306usb usb1: SerialNumber: ci_hdrc.0
307hub 1-0:1.0: USB hub found
308hub 1-0:1.0: 1 port detected
309ci_hdrc ci_hdrc.1: EHCI Host Controller
310ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
311ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
312usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
313usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
314usb usb2: Product: EHCI Host Controller
315usb usb2: Manufacturer: Linux 4.1.15-1.2.0_cgt-imx6+g525ed87 ehci_hcd
316usb usb2: SerialNumber: ci_hdrc.1
317hub 2-0:1.0: USB hub found
318hub 2-0:1.0: 1 port detected
319mousedev: PS/2 mouse device common for all mice
320rtc-m41t80 2-0068: rtc core: registered m41t62 as rtc0
321snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc1
322i2c /dev entries driver
323IR NEC protocol handler initialized
324IR RC5(x/sz) protocol handler initialized
325IR RC6 protocol handler initialized
326IR JVC protocol handler initialized
327IR Sony protocol handler initialized
328IR SANYO protocol handler initialized
329IR Sharp protocol handler initialized
330IR MCE Keyboard/mouse protocol handler initialized
331IR XMP protocol handler initialized
332mxc_v4l2_output v4l2_out: V4L2 device registered as video16
333mxc_v4l2_output v4l2_out: V4L2 device registered as video17
334mxc_v4l2_output v4l2_out: V4L2 device registered as video18
335mxc_v4l2_output v4l2_out: V4L2 device registered as video19
336mxc_v4l2_output v4l2_out: V4L2 device registered as video20
337mma8451 3-001c: read chip ID 0x1 is not equal to 0x1a or 0x2a!
338mma8451: probe of 3-001c failed with error -22
339imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
340sdhci: Secure Digital Host Controller Interface driver
341sdhci: Copyright(c) Pierre Ossman
342sdhci-pltfm: SDHCI platform and OF driver helper
343/soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified
344sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
345sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
346mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
347/soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified
348sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
349mmc1: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
350/soc/aips-bus@02100000/usdhc@0219c000: voltage-ranges unspecified
351sdhci-esdhc-imx 219c000.usdhc: Got CD GPIO
352sdhci-esdhc-imx 219c000.usdhc: Got WP GPIO
353sdhci-esdhc-imx 219c000.usdhc: No vqmmc regulator found
354mmc2: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
355mxc_vpu 2040000.vpu_fsl: VPU initialized
356mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
357Galcore version 5.0.11.41671
358mmc0: host does not support reading read-only switch, assuming write-enable
359mmc0: new high speed SDHC card at address 59b4
360mmcblk0: mmc0:59b4 AF UD 7.51 GiB
361 mmcblk0: p1
362ata1: SATA link down (SStatus 0 SControl 300)
363ahci-imx 2200000.sata: no device found, disabling link.
364ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug
365mmc1: MAN_BKOPS_EN bit is not set
366mmc1: new DDR MMC card at address 0001
367mmcblk1: mmc1:0001 W62704 3.53 GiB
368mmcblk1boot0: mmc1:0001 W62704 partition 1 2.00 MiB
369mmcblk1boot1: mmc1:0001 W62704 partition 2 2.00 MiB
370mmcblk1rpmb: mmc1:0001 W62704 partition 3 512 KiB
371 mmcblk1:
372usb 2-1: new high-speed USB device number 2 using ci_hdrc
373usb 2-1: New USB device found, idVendor=0424, idProduct=2514
374usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
375hub 2-1:1.0: USB hub found
376hub 2-1:1.0: 4 ports detected
377hidraw: raw HID events driver (C) Jiri Kosina
378usbcore: registered new interface driver usbhid
379usbhid: USB HID core driver
380sgtl5000 0-000a: sgtl5000 revision 0x11
381fsl-asrc 2034000.asrc: driver registered
382sgtl5000 0-000a: Using internal LDO instead of VDDD
383imx-sgtl5000 sound: sgtl5000 <-> 2028000.ssi mapping ok
384imx-audio-hdmi sound-hdmi: hdmi-hifi <-> soc:hdmi_audio@00120000 mapping ok
385NET: Registered protocol family 26
386NET: Registered protocol family 10
387sit: IPv6 over IPv4 tunneling driver
388NET: Registered protocol family 17
3898021q: 802.1Q VLAN Support v1.8
390Key type dns_resolver registered
391input: gpio-keys as /devices/soc0/gpio-keys/input/input0
392rtc-m41t80 2-0068: setting system clock to 2070-01-01 00:37:43 UTC (3155762263)
393ALSA device list:
394 #0: imx6q-qmx6-sgtl5000
395 #1: imx-hdmi-soc
396usb 2-1.2: new full-speed USB device number 3 using ci_hdrc
397kjournald starting. Commit interval 5 seconds
398EXT3-fs (mmcblk0p1): using internal journal
399EXT3-fs (mmcblk0p1): recovery complete
400EXT3-fs (mmcblk0p1): mounted filesystem with ordered data mode
401VFS: Mounted root (ext3 filesystem) on device 179:1.
402devtmpfs: mounted
403Freeing unused kernel memory: 1188K (80967000 - 80a90000)
404EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode referenced: 114994
405usb 2-1.2: New USB device found, idVendor=0403, idProduct=6001
406usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
407Starting init: /sbin/init exists but couldn't execute it (error -5)
408usb 2-1.2: Product: FT232R USB UART
409usb 2-1.2: Manufacturer: FTDI
410usb 2-1.2: SerialNumber: A703YSX7
411usb 2-1.4: new full-speed USB device number 4 using ci_hdrc
412sh: cannot set terminal process group (-1): Inappropriate ioctl for device
413sh: no job control in this shell
414sh-4.3# usb 2-1.4: New USB device found, idVendor=213b, idProduct=1201
415usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
416usb 2-1.4: Product: duraTOUCH Base:4.10 Tuning:03
417usb 2-1.4: Manufacturer: UICO LLC
418input: UICO LLC duraTOUCH Base:4.10 Tuning:03 as /devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb2/2-1/2-1.4/2-1.4:1.0/0003:213B:1201.0001/input/input1
419hid-generic 0003:213B:1201.0001: input,hidraw0: USB HID v1.11 Mouse [UICO LLC duraTOUCH Base:4.10 Tuning:03] on usb-ci_hdrc.1-1.4/input0
420random: nonblocking pool is initialized