= Capturing Console Log = Console log: All serial console activity from a Gateworks Board. Use a JTAG Programmer to capture the log as described [wiki:gettingstarted here]. Without a serial connection important details about the boot firmware can not be captured. Console log should include: 1. Complete console activity from power on (start with board powered off, setup serial console, then power the board) - This will show the serial console with the U-Boot information. 2. The final command prompt once the board has completely finished booting. 3. Any errors, etc. encountered thereafter. '''Note''' Please do not send jpg or png screenshots of the console. Please copy and paste and send as a .txt file. == How to create a Console Log The easiest way to create a console log in Linux is to use "screen". Screen has a logging command -L which can be used to create a log of the complete session. The log will be stored in the folder the screen session was launched in. By default it will be named "screenlog.x", "x" being the window number (probably 0). Example: {{{#!bash sudo screen -L /dev/ttyUSB1 115200,cs8 }}} Quit the screen session, then cat the screenlog.0 file. For more information see the "screen" man page. https://www.man7.org/linux/man-pages/man1/screen.1.html == Console log example ''' Always include these items in your log:''' 1. Boot firmware version, the first line shows U-Boot SPL. 1. Kernel command line. In this example: {{{ [ 0.000000] Kernel command line: console=ttymxc1,115200 ubi0:ubi ubi.mtd=2 rootfstype=squashfs,ubifs }}} 1. BSP/Operating system information, for example the OpenWrt Banner (very bottom). Ubuntu will have a similar feature. If possible include "uname -a" output. 1. Please conclude the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure. '''Example of full log:''' {{{ U-Boot SPL 2015.04-gc628fc4 (Sep 19 2017 - 12:14:33) Booting from NAND PMIC: PFUZE100 ID=0x10 NAND : 2048 MiB U-Boot 2015.04-gc628fc4 (Sep 19 2017 - 12:14:33) CPU: Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz) CPU: Automotive temperature grade (-40C to 125C) at 54C Reset cause: POR I2C: ready DRAM: 2 GiB PMIC: PFUZE100 ID=0x10 NAND: 2048 MiB MMC: FSL_SDHC: 0 No panel detected: default to HDMI Display: HDMI (1024x768) In: serial Out: serial Err: serial Gateworks Corporation Copyright 2014 Model: GW5404-E1 MFGDate: 10-11-2016 Serial:713959 GSC: v49 0x99c8 WDT:disabled board temp at 49C RTC: 1510594348 DIO0: GPIO1_IO09 (gpio-9) DIO1: GPIO1_IO19 (gpio-19) DIO2: GPIO2_IO09 (gpio-41) DIO3: GPIO2_IO10 (gpio-42) MSATA: disabled RS232: enabled Net: FEC [PRIME], usb_ether Hit any key to stop autoboot: 0 Attempting flash boot... UBI: attaching mtd1 to ubi0 UBI: scanning is finished UBI: attached mtd1 (name "mtd=2", size 2031 MiB) to ubi0 UBI: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes UBI: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 UBI: VID header offset: 4096 (aligned 4096), data offset: 8192 UBI: good PEBs: 8123, bad PEBs: 1, corrupted PEBs: 0 UBI: user volume: 3, internal volumes: 1, max. volumes count: 128 UBI: max/mean erase counter: 13/0, WL threshold: 4096, image sequence number: 1190718424 UBI: available PEBs: 0, total reserved PEBs: 8123, PEBs reserved for bad PEB handling: 159 Loading file '/6x_bootscript-ventana' to addr 0x12000000 with size 2557 (0x000009fd)... Done ## Executing script at 12000000 Gateworks Ventana OpenWrt Boot script v1.01 Using dtype from env: nand Booting from NAND... mtdparts:mtdparts=nand:16m(uboot),1m(env),2031m(ubi) Loading file '/uImage' to addr 0x10800000 with size 2260880 (0x00227f90)... Done ** File not found /imx6q-gw5404-e1.dtb ** ** File not found /imx6q-gw5404.dtb ** Loading file '/imx6q-gw54xx.dtb' to addr 0x18000000 with size 38670 (0x0000970e)... Done Loaded DTB from /imx6q-gw54xx.dtb ## Booting kernel from Legacy Image at 10800000 ... Image Name: ARM OpenWrt Linux-4.4 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2260816 Bytes = 2.2 MiB Load Address: 10008000 Entry Point: 10008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 18000000 Booting using the fdt blob at 0x18000000 Loading Kernel Image ... OK Using Device Tree in place at 18000000, end 1800c70d Updating MTD partitions... Adjusting FDT per EEPROM for gw5404-e1... Config LDO-enabled mode Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.0 (buildbot@softdev) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 r48868) ) #1 SMP Fri Sep 1 01:25:22 UTC 2017 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Gateworks Ventana i.MX6 Dual/Quad GW54XX [ 0.000000] Truncating RAM at 0x10000000-0x90000000 to -0x80000000 [ 0.000000] Consider using a HIGHMEM enabled kernel. [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 13 pages/cpu @ef1a1000 s22144 r8192 d22912 u53248 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 455168 [ 0.000000] Kernel command line: console=ttymxc1,115200 ubi0:ubi ubi.mtd=2 rootfstype=squashfs,ubifs [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes) [ 0.000000] Inode-cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Memory: 1811168K/1835008K available (4739K kernel code, 298K rwdata, 1852K rodata, 396K init, 231K bss, 23840K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0x80000000 - 0xf0000000 (1792 MB) [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB) [ 0.000000] .text : 0x80008000 - 0x8067800c (6593 kB) [ 0.000000] .init : 0x80679000 - 0x806dc000 ( 396 kB) [ 0.000000] .data : 0x806dc000 - 0x80726a68 ( 299 kB) [ 0.000000] .bss : 0x80726a68 - 0x80760678 ( 232 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L2C-310 erratum 769419 enabled [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76070001 [ 0.000000] Switching to timer-based delay loop, resolution 333ns [ 0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns [ 0.000028] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns [ 0.001136] Console: colour dummy device 80x30 [ 0.001159] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000) [ 0.001174] pid_max: default: 32768 minimum: 301 [ 0.001267] Mount-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.001281] Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.001806] CPU: Testing write buffer coherency: ok [ 0.002139] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.002230] Setting up static identity map for 0x10008280 - 0x100082b4 [ 0.003889] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.004541] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.005197] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.005260] Brought up 4 CPUs [ 0.005284] SMP: Total of 4 processors activated (24.00 BogoMIPS). [ 0.005293] CPU: All CPU(s) started in SVC mode. [ 0.014851] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.015107] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.015403] pinctrl core: initialized pinctrl subsystem [ 0.016669] NET: Registered protocol family 16 [ 0.017676] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.018720] CPU identified as i.MX6Q, silicon rev 1.5 [ 0.036832] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.036848] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.037337] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.072327] mxs-dma 110000.dma-apbh: initialized [ 0.074209] SCSI subsystem initialized [ 0.074718] usbcore: registered new interface driver usbfs [ 0.074798] usbcore: registered new interface driver hub [ 0.074885] usbcore: registered new device driver usb [ 0.075632] imx-i2c 21a0000.i2c: Adding retries for Ventana GSC [ 0.078706] gsc 0-0020: no GSC interrupts enabled [ 0.079741] gsc 0-0020: Gateworks System Controller: fw v49 crc=0xc899 irq39 [ 0.079778] Populating platform devices [ 0.083544] i2c i2c-0: IMX I2C adapter registered [ 0.083564] i2c i2c-0: can't use DMA [ 0.084136] i2c i2c-1: IMX I2C adapter registered [ 0.084156] i2c i2c-1: can't use DMA [ 0.084807] i2c i2c-2: IMX I2C adapter registered [ 0.084826] i2c i2c-2: can't use DMA [ 0.085011] pps_core: LinuxPPS API ver. 1 registered [ 0.085023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.085070] PTP clock support registered [ 0.086223] clocksource: Switched to clocksource mxc_timer1 [ 0.109808] NET: Registered protocol family 2 [ 0.110416] TCP established hash table entries: 16384 (order: 4, 65536 bytes) [ 0.110589] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 0.110857] TCP: Hash tables configured (established 16384 bind 16384) [ 0.110959] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.111090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.111408] NET: Registered protocol family 1 [ 0.112045] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 0.113529] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.121099] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.121133] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.122510] io scheduler noop registered [ 0.122533] io scheduler deadline registered (default) [ 0.123733] PCI host bridge /soc/pcie@0x01000000 ranges: [ 0.123750] No bus range found for /soc/pcie@0x01000000, using [bus 00-ff] [ 0.123782] err 0x01f00000..0x01f7ffff -> 0x01f00000 [ 0.123806] IO 0x01f80000..0x01f8ffff -> 0x00000000 [ 0.123823] MEM 0x01000000..0x01efffff -> 0x01000000 [ 0.239551] imx6q-pcie 1ffc000.pcie: Link: Gen2 disabled [ 0.239570] imx6q-pcie 1ffc000.pcie: Link up, Gen=1 [ 0.239737] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00 [ 0.239759] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239774] pci_bus 0000:00: root bus resource [??? 0x01f00000-0x01f7ffff flags 0x0] [ 0.239786] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.239799] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff] [ 0.240182] PCI: bus0: Fast back to back transfers disabled [ 0.348050] PCI: bus1: Fast back to back transfers disabled [ 0.348078] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355275] PCI: bus2: Fast back to back transfers disabled [ 0.355299] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355348] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355393] pci 0000:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355437] pci 0000:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355481] pci 0000:02:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355525] pci 0000:02:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355568] pci 0000:02:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.355861] PCI: bus3: Fast back to back transfers enabled [ 0.355905] pci_bus 0000:03: [bus 03] partially hidden behind bridge 0000:01 [bus 01] [ 0.356176] PCI: bus4: Fast back to back transfers enabled [ 0.356254] pci_bus 0000:04: [bus 04] partially hidden behind bridge 0000:01 [bus 01] [ 0.356546] PCI: bus5: Fast back to back transfers enabled [ 0.356586] pci_bus 0000:05: [bus 05] partially hidden behind bridge 0000:01 [bus 01] [ 0.356870] PCI: bus6: Fast back to back transfers enabled [ 0.356909] pci_bus 0000:06: [bus 06] partially hidden behind bridge 0000:01 [bus 01] [ 0.357197] PCI: bus7: Fast back to back transfers enabled [ 0.357238] pci_bus 0000:07: [bus 07] partially hidden behind bridge 0000:01 [bus 01] [ 0.358557] PCI: bus8: Fast back to back transfers disabled [ 0.358600] pci_bus 0000:08: [bus 08] partially hidden behind bridge 0000:01 [bus 01] [ 0.358877] PCI: bus9: Fast back to back transfers enabled [ 0.358917] pci_bus 0000:09: [bus 09] partially hidden behind bridge 0000:01 [bus 01] [ 0.358974] pci_bus 0000:02: [bus 02-09] partially hidden behind bridge 0000:01 [bus 01] [ 0.358994] pci 0000:00:00.0: bridge has subordinate 01 but max busn 09 [ 0.359848] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff] [ 0.359871] pci 0000:00:00.0: BAR 8: assigned [mem 0x01100000-0x012fffff] [ 0.359889] pci 0000:00:00.0: BAR 6: assigned [mem 0x01300000-0x0130ffff pref] [ 0.359904] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.359924] pci 0000:01:00.0: BAR 8: assigned [mem 0x01100000-0x011fffff] [ 0.359939] pci 0000:01:00.0: BAR 0: assigned [mem 0x01200000-0x0121ffff] [ 0.359968] pci 0000:01:00.1: BAR 0: assigned [mem 0x01220000-0x0123ffff] [ 0.359996] pci 0000:01:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.360015] pci 0000:02:08.0: BAR 8: assigned [mem 0x01100000-0x011fffff] [ 0.360030] pci 0000:02:08.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.360044] pci 0000:02:01.0: PCI bridge to [bus 03] [ 0.360119] pci 0000:02:04.0: PCI bridge to [bus 04] [ 0.360187] pci 0000:02:05.0: PCI bridge to [bus 05] [ 0.360257] pci 0000:02:06.0: PCI bridge to [bus 06] [ 0.360327] pci 0000:02:07.0: PCI bridge to [bus 07] [ 0.360402] pci 0000:08:00.0: BAR 0: assigned [mem 0x01100000-0x01103fff 64bit] [ 0.360466] pci 0000:08:00.0: BAR 2: assigned [io 0x1000-0x10ff] [ 0.360494] pci 0000:02:08.0: PCI bridge to [bus 08] [ 0.360513] pci 0000:02:08.0: bridge window [io 0x1000-0x1fff] [ 0.360545] pci 0000:02:08.0: bridge window [mem 0x01100000-0x011fffff] [ 0.360595] pci 0000:02:09.0: PCI bridge to [bus 09] [ 0.360665] pci 0000:01:00.0: PCI bridge to [bus 02-09] [ 0.360684] pci 0000:01:00.0: bridge window [io 0x1000-0x1fff] [ 0.360715] pci 0000:01:00.0: bridge window [mem 0x01100000-0x011fffff] [ 0.360765] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.360777] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.360791] pci 0000:00:00.0: bridge window [mem 0x01100000-0x012fffff] [ 0.361097] pcieport 0000:01:00.0: enabling device (0140 -> 0143) [ 0.364236] pcieport 0000:02:08.0: enabling device (0140 -> 0143) [ 0.368953] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 [ 0.368969] imx-sdma 20ec000.sdma: Falling back to user helper [ 0.370207] pfuze100-regulator 1-0008: Full layer: 2, Metal layer: 1 [ 0.370804] pfuze100-regulator 1-0008: FAB: 0, FIN: 0 [ 0.370819] pfuze100-regulator 1-0008: pfuze100 found. [ 0.384725] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.385794] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 25, base_baud = 5000000) is a IMX [ 0.386510] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 295, base_baud = 5000000) is a IMX [ 1.436414] console [ttymxc1] enabled [ 1.440519] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 296, base_baud = 5000000) is a IMX [ 1.450582] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024 [ 1.458542] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480 [ 1.466577] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000 [ 1.474765] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000 [ 1.485285] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled [ 1.492318] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 1.501140] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst [ 1.511264] scsi host0: ahci-imx [ 1.514768] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 299 [ 1.530198] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xd5 [ 1.536580] nand: Micron MT29F16G08ADACAH4 [ 1.540686] nand: 2048 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224 [ 1.548957] gpmi-nand 112000.gpmi-nand: enable the asynchronous EDO mode 5 [ 1.555849] Scanning device for bad blocks [ 1.850872] random: nonblocking pool is initialized [ 1.866254] ata1: SATA link down (SStatus 0 SControl 300) [ 1.871695] ahci-imx 2200000.sata: no device found, disabling link. [ 1.877992] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug [ 2.165544] Bad eraseblock 5402 at 0x000054680000 [ 2.475858] 3 ofpart partitions found on MTD device gpmi-nand [ 2.481636] Creating 3 MTD partitions on "gpmi-nand": [ 2.486712] 0x000000000000-0x000001000000 : "uboot" [ 2.492465] 0x000001000000-0x000001100000 : "env" [ 2.497982] 0x000001100000-0x000080000000 : "ubi" [ 2.505100] gpmi-nand 112000.gpmi-nand: driver registered. [ 2.512185] spi_imx 200c000.ecspi: probed [ 2.516908] libphy: Fixed MDIO Bus: probed [ 2.522438] 2188000.ethernet supply phy not found, using dummy regulator [ 2.546526] pps pps0: new PPS source ptp0 [ 2.554590] libphy: fec_enet_mii_bus: probed [ 2.559463] fec 2188000.ethernet eth0: registered PHC device 0 [ 2.565969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.572536] ehci-pci: EHCI PCI platform driver [ 2.577079] ehci-platform: EHCI generic platform driver [ 2.582641] ehci-mxc: Freescale On-Chip EHCI Host driver [ 2.588264] usbcore: registered new interface driver usb-storage [ 2.594397] usbcore: registered new interface driver usbserial [ 2.600304] usbcore: registered new interface driver usbserial_generic [ 2.606900] usbserial: USB Serial support registered for generic [ 2.622526] ci_hdrc ci_hdrc.1: EHCI Host Controller [ 2.627463] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 [ 2.646256] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 [ 2.652326] hub 1-0:1.0: USB hub found [ 2.656129] hub 1-0:1.0: 1 port detected [ 2.661013] rtc-ds1672 0-0068: chip found, driver version 0.4 [ 2.667943] rtc-ds1672 0-0068: rtc core: registered rtc-ds1672 as rtc0 [ 2.675162] i2c /dev entries driver [ 2.680281] gsc_wdt 21a0000.i2c:gsc@20:watchdog: GSC WDT_ENABLE not enabled - must be manually enabled [ 2.689633] gsc_wdt: probe of 21a0000.i2c:gsc@20:watchdog failed with error -22 [ 2.697511] imx2-wdt 20c0000.wdog: timeout 60 sec (nowayout=0) [ 2.703772] sdhci: Secure Digital Host Controller Interface driver [ 2.709981] sdhci: Copyright(c) Pierre Ossman [ 2.714350] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.721746] /soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified [ 2.728942] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO [ 2.735282] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found [ 2.786368] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA [ 2.794932] NET: Registered protocol family 10 [ 2.800385] NET: Registered protocol family 17 [ 2.804893] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.817568] Bridge firewalling registered [ 2.821592] 8021q: 802.1Q VLAN Support v1.8 [ 2.827648] Registering SWP/SWPB emulation handler [ 2.834640] imx_thermal 2000000.aips-bus:tempmon: Automotive CPU temperature grade - max:125C critical:120C passive:115C [ 2.845837] ubi0: attaching mtd2 [ 2.976240] usb 1-1: new high-speed USB device number 2 using ci_hdrc [ 3.127176] hub 1-1:1.0: USB hub found [ 3.131052] hub 1-1:1.0: 4 ports detected [ 3.406246] usb 1-1.1: new high-speed USB device number 3 using ci_hdrc [ 3.537175] hub 1-1.1:1.0: USB hub found [ 3.541320] hub 1-1.1:1.0: 4 ports detected [ 5.409575] ubi0: scanning is finished [ 5.426568] ubi0: attached mtd2 (name "ubi", size 2031 MiB) [ 5.432152] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes [ 5.439052] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 [ 5.445843] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 [ 5.452818] ubi0: good PEBs: 8123, bad PEBs: 1, corrupted PEBs: 0 [ 5.458924] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 5.466163] ubi0: max/mean erase counter: 13/0, WL threshold: 4096, image sequence number: 1190718424 [ 5.475396] ubi0: available PEBs: 0, total reserved PEBs: 8123, PEBs reserved for bad PEB handling: 159 [ 5.484875] ubi0: background thread "ubi_bgt0d" started, PID 736 [ 5.491822] block ubiblock0_1: created from ubi0:1(rootfs) [ 5.497344] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 5.505351] rtc-ds1672 0-0068: setting system clock to 2017-11-13 17:32:44 UTC (1510594364) [ 5.523183] usb_otg_vbus: disabling [ 5.526718] SW4: disabling [ 5.529441] VGEN1: disabling [ 5.532797] VGEN2: disabling [ 5.539800] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 5.547350] Freeing unused kernel memory: 396K (80679000 - 806dc000) [ 5.975610] init: Console is alive [ 5.979217] init: - watchdog - [ 7.227406] pps pps1: new PPS source pps.-1 [ 7.231648] pps pps1: Registered IRQ 61 as PPS source [ 7.240493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 7.247249] ohci-platform: OHCI generic platform driver [ 7.253449] uhci_hcd: USB Universal Host Controller Interface driver [ 7.982839] init: - preinit - Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 11.260715] mount_root: loading kmods from internal overlay [ 11.356470] blk_update_request: I/O error, dev mtdblock0, sector 0 [ 11.366313] blk_update_request: I/O error, dev mtdblock0, sector 0 [ 11.372504] Buffer I/O error on dev mtdblock0, logical block 0, async page read [ 11.446336] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 806 [ 11.469300] UBIFS (ubi0:2): recovery needed [ 11.547433] UBIFS (ubi0:2): recovery completed [ 11.551961] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 11.559830] UBIFS (ubi0:2): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes [ 11.569780] UBIFS (ubi0:2): FS size: 1983111168 bytes (1891 MiB, 7809 LEBs), journal size 33521664 bytes (31 MiB, 132 LEBs) [ 11.580933] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB) [ 11.587578] UBIFS (ubi0:2): media format: w4/r0 (latest is w4/r0), UUID 512F41CD-218C-40DB-926C-062DCD399C01, small LPT model [ 11.601340] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 11.610798] block: extroot: not configured [ 11.636353] UBIFS (ubi0:2): un-mount UBI device 0 [ 11.641087] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" stops [ 11.649846] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 809 [ 11.696470] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 11.704312] UBIFS (ubi0:2): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes [ 11.714251] UBIFS (ubi0:2): FS size: 1983111168 bytes (1891 MiB, 7809 LEBs), journal size 33521664 bytes (31 MiB, 132 LEBs) [ 11.725394] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB) [ 11.732030] UBIFS (ubi0:2): media format: w4/r0 (latest is w4/r0), UUID 512F41CD-218C-40DB-926C-062DCD399C01, small LPT model [ 11.748716] blk_update_request: I/O error, dev mtdblock0, sector 0 [ 11.758462] blk_update_request: I/O error, dev mtdblock0, sector 0 [ 11.764652] Buffer I/O error on dev mtdblock0, logical block 0, async page read [ 11.836052] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 11.845360] block: extroot: not configured [ 11.877284] mount_root: switching to jffs2 overlay [ 11.890469] procd: - early - [ 11.893404] procd: - watchdog - Failed to connect to ubus [ 12.531689] procd: - ubus - [ 14.548878] procd: - init - Please press Enter to activate this console. [ 14.650340] [drm] Initialized drm 1.1.0 20060810 [ 14.668184] imx-ipuv3 2400000.ipu: IPUv3H probed [ 14.673720] imx-ipuv3 2800000.ipu: IPUv3H probed [ 14.691354] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 14.698034] [drm] No driver support for vblank timestamp query. [ 14.704169] imx-drm display-subsystem: bound imx-ipuv3-crtc.2 (ops cleanup_module [imx_ipuv3_crtc]) [ 14.713367] imx-drm display-subsystem: bound imx-ipuv3-crtc.3 (ops cleanup_module [imx_ipuv3_crtc]) [ 14.722568] imx-drm display-subsystem: bound imx-ipuv3-crtc.6 (ops cleanup_module [imx_ipuv3_crtc]) [ 14.731698] imx-drm display-subsystem: bound imx-ipuv3-crtc.7 (ops cleanup_module [imx_ipuv3_crtc]) [ 14.740985] dwhdmi-imx 120000.hdmi: Detected HDMI controller 0x13:0xa:0xa0:0xc1 [ 14.749963] imx-drm display-subsystem: bound 120000.hdmi (ops cleanup_module [dw_hdmi_imx]) [ 14.758684] imx-drm display-subsystem: bound 2000000.aips-bus:ldb@020e0008 (ops cleanup_module [imx_ldb]) [ 14.775248] imx-drm display-subsystem: fb0: frame buffer device [ 14.816240] [drm] Initialized imx-drm 1.0.0 20120507 on minor 0 [ 14.830150] caam 2100000.caam: Entropy delay = 3200 [ 14.895837] caam 2100000.caam: Instantiated RNG4 SH0 [ 14.956595] caam 2100000.caam: Instantiated RNG4 SH1 [ 14.961702] caam 2100000.caam: device ID = 0x0a16010000000000 (Era 4) [ 14.968162] caam 2100000.caam: job rings = 2, qi = 0 [ 14.979339] caam algorithms registered in /proc/crypto [ 14.990001] caam_jr 2101000.jr0: registering rng-caam [ 15.017432] RPC: Registered named UNIX socket transport module. [ 15.023370] RPC: Registered udp transport module. [ 15.028115] RPC: Registered tcp transport module. [ 15.032825] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 15.042901] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 15.057712] loop: module loaded [ 15.072570] tun: Universal TUN/TAP device driver, 1.6 [ 15.077692] tun: (C) 1999-2004 Max Krasnyansky [ 15.092531] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 15.099664] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 15.109367] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 15.116403] igb: Copyright (c) 2007-2014 Intel Corporation. [ 15.123483] gw16083 1-0052: GW16083 Ethernet Expansion Mezzanine [ 15.130863] gre: GRE over IPv4 demultiplexor driver [ 15.136738] ip_gre: GRE over IPv4 tunneling driver [ 15.145917] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 15.170559] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 15.180297] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 15.193961] batman_adv: B.A.T.M.A.N. advanced 2016.0 (compatibility version 15) loaded [ 15.204232] cryptodev: driver 1.8 loaded. [ 15.219958] using random self ethernet address [ 15.224444] using random host ethernet address [ 15.229714] usb0: HOST MAC f6:ce:36:7b:ee:bb [ 15.234093] usb0: MAC ee:22:1d:0a:05:91 [ 15.238006] using random self ethernet address [ 15.242478] using random host ethernet address [ 15.247045] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 [ 15.253674] g_ether gadget: g_ether ready [ 16.637327] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68 [ 16.644736] Backport generated by backports.git backports-20151218-0-g2f58d9d [ 19.898043] sgtl5000 2-000a: sgtl5000 revision 0x11 [ 20.437323] sgtl5000 2-000a: Using internal LDO instead of VDDD [ 20.456262] imx-sgtl5000 sound: sgtl5000 <-> 2028000.ssi mapping ok [ 21.246796] gsc_hwmon 0-0029: gsc_hwmon chip found [ 22.229576] hidraw: raw HID events driver (C) Jiri Kosina [ 26.336830] u32 classifier [ 26.339550] input device check on [ 26.343215] Actions configured [ 27.316773] Mirror/redirect action on [ 28.541690] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 32.428639] Console: switching to colour frame buffer device 128x48 [ 32.952858] Bluetooth: Core ver 2.21 [ 32.956551] NET: Registered protocol family 31 [ 32.961000] Bluetooth: HCI device and connection manager initialized [ 32.967391] Bluetooth: HCI socket layer initialized [ 32.972280] Bluetooth: L2CAP socket layer initialized [ 32.977373] Bluetooth: SCO socket layer initialized [ 32.984252] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 32.989610] Bluetooth: BNEP filters: protocol multicast [ 32.994848] Bluetooth: BNEP socket layer initialized [ 33.002175] usbcore: registered new interface driver btusb [ 33.008926] can: controller area network core (rev 20120528 abi 9) [ 33.015170] NET: Registered protocol family 29 [ 33.020398] can: broadcast manager protocol (rev 20120528 t) [ 33.028051] CAN device driver interface [ 33.032540] can: netlink gateway (rev 20130117) max_hops=1 [ 33.038901] can: raw protocol (rev 20120528) [ 33.044069] usbcore: registered new interface driver cdc_acm [ 33.049763] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 33.058703] usbcore: registered new interface driver cdc_wdm [ 33.067745] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 33.073593] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 33.088880] Ebtables v2.0 registered [ 33.093628] 2090000.flexcan supply xceiver not found, using dummy regulator [ 33.101448] flexcan 2090000.flexcan: device registered (reg_base=f1dd8000, irq=32) [ 33.111179] usbcore: registered new interface driver ftdi_sio [ 33.117091] usbserial: USB Serial support registered for FTDI USB Serial Device [ 33.386955] usbcore: registered new interface driver garmin_gps [ 33.392953] usbserial: USB Serial support registered for Garmin GPS usb/tty [ 33.401783] input: gsc_input as /devices/soc0/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0020/21a0000.i2c:gsc@20:input/input/input0 [ 33.413602] gsc_input 21a0000.i2c:gsc@20:input: input driver installed: CTRL_0=0x00 [ 33.422697] Bluetooth: HCI UART driver ver 2.3 [ 33.427172] Bluetooth: HCI UART protocol H4 registered [ 33.432315] Bluetooth: HCI UART protocol BCSP registered [ 33.437653] Bluetooth: HCI UART protocol ATH3K registered [ 33.444847] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 33.450806] Bluetooth: HIDP socket layer initialized [ 33.457050] hso: drivers/net/usb/hso.c: Option Wireless [ 33.462384] usbcore: registered new interface driver hso [ 33.470442] ip_tables: (C) 2000-2006 Netfilter Core Team [ 33.483394] Intel(R) Wireless WiFi driver for Linux [ 33.488318] Copyright(c) 2003- 2015 Intel Corporation [ 33.495375] lsm9ds1_mag driver: init [ 33.499841] 2-001e supply vdd not found, using dummy regulator [ 33.505732] 2-001e supply vddio not found, using dummy regulator [ 33.613907] input: mma845x_a as /devices/virtual/input/input1 [ 33.619998] input: fxos8700_m as /devices/virtual/input/input2 [ 33.819544] usbcore: registered new interface driver pl2303 [ 33.825197] usbserial: USB Serial support registered for pl2303 [ 33.832157] backlight supply power not found, using dummy regulator [ 33.841537] Bluetooth: RFCOMM TTY layer initialized [ 33.846465] Bluetooth: RFCOMM socket layer initialized [ 33.851619] Bluetooth: RFCOMM ver 1.11 [ 33.856246] usbcore: registered new interface driver sierra [ 33.861901] usbserial: USB Serial support registered for Sierra USB modem [ 33.869978] sky2: driver version 1.30 [ 33.873758] sky2 0000:08:00.0: enabling device (0140 -> 0143) [ 33.879683] sky2 0000:08:00.0: Yukon-2 UL 2 chip revision 0 [ 33.886256] sky2 0000:08:00.0 eth1: addr 00:d0:12:9b:f2:b0 [ 33.893093] slcan: serial line CAN interface driver [ 33.898035] slcan: 10 dynamic interface channels. [ 33.908911] usbcore: registered new interface driver ums-alauda [ 33.915752] usbcore: registered new interface driver ums-cypress [ 33.922540] usbcore: registered new interface driver ums-datafab [ 33.929210] usbcore: registered new interface driver ums-freecom [ 33.935891] usbcore: registered new interface driver ums-isd200 [ 33.942484] usbcore: registered new interface driver ums-jumpshot [ 33.949267] usbcore: registered new interface driver ums-karma [ 33.955823] usbcore: registered new interface driver ums-sddr09 [ 33.962450] usbcore: registered new interface driver ums-sddr55 [ 33.969110] usbcore: registered new interface driver ums-usbat [ 33.978313] usbcore: registered new interface driver usbhid [ 33.983896] usbhid: USB HID core driver [ 33.989805] usbip_core: USB/IP Core v1.0.0 [ 33.994845] usbcore: registered new device driver usbip-host [ 34.000553] usbip_host: USB/IP Host Driver v1.0.0 [ 34.010264] vcan: Virtual CAN interface driver [ 34.015933] vhci_hcd vhci_hcd: USB/IP Virtual Host Controller [ 34.021751] vhci_hcd vhci_hcd: new USB bus registered, assigned bus number 2 [ 34.029890] hub 2-0:1.0: USB hub found [ 34.033708] hub 2-0:1.0: 8 ports detected [ 34.038342] vhci_hcd: USB/IP 'Virtual' Host Controller (VHCI) Driver v1.0.0 [ 34.071190] xt_time: kernel timezone is -0000 [ 34.077908] usbcore: registered new interface driver asix [ 34.084806] usbcore: registered new interface driver ath3k [ 34.101294] usbcore: registered new interface driver ath9k_htc [ 34.109146] usbcore: registered new interface driver ax88179_178a [ 34.116737] usbcore: registered new interface driver cdc_ether [ 34.124881] usbcore: registered new interface driver cdc_ncm [ 34.131822] usbcore: registered new interface driver cdc_subset [ 34.497042] usbcore: registered new interface driver huawei_cdc_ncm [ 34.524085] usbcore: registered new interface driver option [ 34.529782] usbserial: USB Serial support registered for GSM modem (1-port) [ 34.539355] PPP generic driver version 2.4.2 [ 34.544930] NET: Registered protocol family 24 [ 34.550258] usbcore: registered new interface driver qcserial [ 34.556084] usbserial: USB Serial support registered for Qualcomm USB modem [ 34.564169] usbcore: registered new interface driver qmi_wwan [ 34.571034] usbcore: registered new interface driver sierra_net [ 34.586139] usbcore: registered new interface driver cdc_mbim [ 37.064885] blk_update_request: I/O error, dev mtdblock0, sector 0 [ 37.076974] blk_update_request: I/O error, dev mtdblock0, sector 0 [ 37.083185] Buffer I/O error on dev mtdblock0, logical block 0, async page read [ 38.075246] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1) [ 38.088878] device eth0 entered promiscuous mode [ 38.096654] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 38.118393] sky2 0000:08:00.0 eth1: enabling interface [ 38.123773] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 43.066684] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 43.074386] br-lan: port 1(eth0) entered forwarding state [ 43.079850] br-lan: port 1(eth0) entered forwarding state [ 43.085393] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 45.076216] br-lan: port 1(eth0) entered forwarding state [ 60.366347] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware BusyBox v1.24.1 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- DESIGNATED DRIVER (Gateworks Ventana 16.02@ed0a2cb, r48868) ----------------------------------------------------- * 2 oz. Orange Juice Combine all juices in a * 2 oz. Pineapple Juice tall glass filled with * 2 oz. Grapefruit Juice ice, stir well. * 2 oz. Cranberry Juice ----------------------------------------------------- root@OpenWrt:/# }}}