| 1 | = Capturing Console Log = |
| 2 | |
| 3 | Console log: Copy and Paste of the serial console activity from a Gateworks Board. |
| 4 | |
| 5 | This is very helpful to allow Gateworks to help customers debug issues. |
| 6 | |
| 7 | Console log should include: |
| 8 | 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 |
| 9 | 2. The final command prompt once the board has completely finished booting |
| 10 | 3. Any errors, etc encountered thereafter. |
| 11 | |
| 12 | '''For Example,''' |
| 13 | |
| 14 | ''' This example is very long but please note the following mandatory parameters:''' |
| 15 | 1. The first line shows U-Boot |
| 16 | 2. The OpenWrt Banner (very bottom) |
| 17 | 3. The last line shows root@OpenWrt |
| 18 | |
| 19 | {{{ |
| 20 | |
| 21 | U-Boot 2013.07-00012-g88e0a40 (Sep 25 2013 - 13:36:02) |
| 22 | |
| 23 | CPU: Freescale i.MX6Q rev1.2 at 792 MHz |
| 24 | Reset cause: POR |
| 25 | APP_IMAGE: Primary |
| 26 | Env: SPI FLASH |
| 27 | BOOT_CFG: SPI NOR 0x18000030 |
| 28 | |
| 29 | Gateworks Corporation Copyright 2013 |
| 30 | Model: GW5400-A |
| 31 | MFGDate: 04-29-2013 |
| 32 | Serial:504743 |
| 33 | DRAM: 1 GiB |
| 34 | PMIC: deviceid=10, revid=11 |
| 35 | GSC: v2 0x8a31 0x00 |
| 36 | RTC: 0 |
| 37 | MMC: FSL_SDHC: 0 |
| 38 | SF: Detected W25Q256 with page size 64 KiB, total 32 MiB |
| 39 | No panel detected: default to HDMI |
| 40 | enable_hdmi: setup HDMI monitor |
| 41 | DISP: HDMI (1024x768) |
| 42 | In: serial |
| 43 | Out: serial |
| 44 | Err: serial |
| 45 | RS232: enabled |
| 46 | DIO0: gpio |
| 47 | DIO1: gpio |
| 48 | DIO2: gpio |
| 49 | DIO3: gpio |
| 50 | Net: FEC [PRIME] |
| 51 | Hit any key to stop autoboot: 0 |
| 52 | (Re)start USB... |
| 53 | USB0: USB EHCI 1.00 |
| 54 | scanning bus 0 for devices... 2 USB Device(s) found |
| 55 | scanning usb for storage devices... 0 Storage Device(s) found |
| 56 | scanning usb for ethernet devices... 0 Ethernet Device(s) found |
| 57 | |
| 58 | USB device 0: unknown device |
| 59 | ** Bad device usb 0 ** |
| 60 | MMC: no card present |
| 61 | mmc0(part 0) is current device |
| 62 | MMC: no card present |
| 63 | MMC: no card present |
| 64 | ** Bad device mmc 0 ** |
| 65 | SF: Detected W25Q256 with page size 64 KiB, total 32 MiB |
| 66 | SF: 2097152 bytes @ 0x90000 Read: OK |
| 67 | Booting from FLASH... |
| 68 | ## Loading kernel from FIT Image at 12000000 ... |
| 69 | Using 'config@1' configuration |
| 70 | Trying 'kernel@1' kernel subimage |
| 71 | Description: Linux Kernel OpenWrt Linux-3.8.3 |
| 72 | Type: Kernel Image |
| 73 | Compression: uncompressed |
| 74 | Data Start: 0x120000e8 |
| 75 | Data Size: 1644616 Bytes = 1.6 MiB |
| 76 | Architecture: ARM |
| 77 | OS: Linux |
| 78 | Load Address: 0x10008000 |
| 79 | Entry Point: 0x10008000 |
| 80 | Hash algo: crc32 |
| 81 | Hash value: 80fbc04b |
| 82 | Hash algo: sha1 |
| 83 | Hash value: 41eb2ce27e1e5f2649edce77f673f1e5813bfd4c |
| 84 | Verifying Hash Integrity ... crc32+ sha1+ OK |
| 85 | ## Loading fdt from FIT Image at 12000000 ... |
| 86 | Using 'config@1' configuration |
| 87 | Trying 'fdt@1' fdt subimage |
| 88 | Description: Flattened Device Tree blob |
| 89 | Type: Flat Device Tree |
| 90 | Compression: uncompressed |
| 91 | Data Start: 0x12191a58 |
| 92 | Data Size: 23080 Bytes = 22.5 KiB |
| 93 | Architecture: ARM |
| 94 | Hash algo: crc32 |
| 95 | Hash value: 271d3e89 |
| 96 | Hash algo: sha1 |
| 97 | Hash value: b20b952d8ebefe82412e40dad1a647caa2a841d1 |
| 98 | Verifying Hash Integrity ... crc32+ sha1+ OK |
| 99 | Booting using the fdt blob at 0x12191a58 |
| 100 | Loading Kernel Image ... OK |
| 101 | Using Device Tree in place at 12191a58, end 1219a47f |
| 102 | Updating MTD partitions... |
| 103 | Adjusting FDT per EEPROM for gw5400-a... |
| 104 | |
| 105 | Starting kernel ... |
| 106 | |
| 107 | [ 0.000000] Booting Linux on physical CPU 0x0 |
| 108 | [ 0.000000] Linux version 3.8.3 (tharvey@tharvey-desktop) (gcc version 4.6.4 20121210 (prerelease) (Linaro GCC 4.6-2012.12) ) #3 SMP Tue Apr 9 10:47:30 PDT 2013 |
| 109 | [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d |
| 110 | [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache |
| 111 | [ 0.000000] Machine: Freescale i.MX6 Quad (Device Tree), model: Gateworks Ventana GW5400 |
| 112 | [ 0.000000] Truncating RAM at 10000000-4fffffff to -3f7fffff (vmalloc region overlap). |
| 113 | [ 0.000000] Memory policy: ECC disabled, Data cache writealloc |
| 114 | [ 0.000000] PERCPU: Embedded 7 pages/cpu @c0abb000 s6336 r8192 d14144 u32768 |
| 115 | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 193040 |
| 116 | [ 0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mtdblock3 rootfstype=squashfs,jffs2 |
| 117 | [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) |
| 118 | [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) |
| 119 | [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) |
| 120 | [ 0.000000] __ex_table already sorted, skipping sort |
| 121 | [ 0.000000] Memory: 760MB = 760MB total |
| 122 | [ 0.000000] Memory: 766308k/766308k available, 11932k reserved, 0K highmem |
| 123 | [ 0.000000] Virtual kernel memory layout: |
| 124 | [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) |
| 125 | [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) |
| 126 | [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) |
| 127 | [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) |
| 128 | [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) |
| 129 | [ 0.000000] .text : 0xc0008000 - 0xc0431e24 (4264 kB) |
| 130 | [ 0.000000] .init : 0xc0432000 - 0xc04668c0 ( 211 kB) |
| 131 | [ 0.000000] .data : 0xc0468000 - 0xc048b5fc ( 142 kB) |
| 132 | [ 0.000000] .bss : 0xc048b5fc - 0xc04ba38c ( 188 kB) |
| 133 | [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 |
| 134 | [ 0.000000] Hierarchical RCU implementation. |
| 135 | [ 0.000000] NR_IRQS:16 nr_irqs:16 16 |
| 136 | [ 0.000000] L310 cache controller enabled |
| 137 | [ 0.000000] l2x0: 16 ways, CACHE_ID 0x000000c0, AUX_CTRL 0x02070000, Cache size: 1048576 B |
| 138 | [ 0.000000] sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 65075ms |
| 139 | [ 0.000000] CPU identified as i.MX6Q, silicon rev 1.2 |
| 140 | [ 0.000198] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280) |
| 141 | [ 0.090124] pid_max: default: 32768 minimum: 301 |
| 142 | [ 0.090284] Mount-cache hash table entries: 512 |
| 143 | [ 0.094900] CPU: Testing write buffer coherency: ok |
| 144 | [ 0.095140] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 |
| 145 | [ 0.095233] Setting up static identity map for 0x10010bf0 - 0x10010c24 |
| 146 | [ 0.096531] CPU1: Booted secondary processor |
| 147 | [ 0.185195] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 |
| 148 | [ 0.185937] CPU2: Booted secondary processor |
| 149 | [ 0.225196] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 |
| 150 | [ 0.225940] CPU3: Booted secondary processor |
| 151 | [ 0.265194] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 |
| 152 | [ 0.265238] Brought up 4 CPUs |
| 153 | [ 0.265270] SMP: Total of 4 processors activated (6324.22 BogoMIPS). |
| 154 | [ 0.265967] pinctrl core: initialized pinctrl subsystem |
| 155 | [ 0.266618] regulator-dummy: no parameters |
| 156 | [ 0.267054] NET: Registered protocol family 16 |
| 157 | [ 0.269221] DMA: preallocated 256 KiB pool for atomic coherent allocations |
| 158 | [ 0.269696] pwm_init |
| 159 | [ 0.280310] syscon 20c8000.anatop: syscon regmap start 0x20c8000 end 0x20c8fff registered |
| 160 | [ 0.280658] vdd1p1: 800 <--> 1375 mV at 1100 mV |
| 161 | [ 0.281044] vdd3p0: 2800 <--> 3150 mV at 3000 mV |
| 162 | [ 0.281457] vdd2p5: 2000 <--> 2750 mV at 2400 mV |
| 163 | [ 0.281852] cpu: 725 <--> 1450 mV at 1150 mV |
| 164 | [ 0.282241] vddpu: 725 <--> 1450 mV at 1150 mV |
| 165 | [ 0.282648] vddsoc: 725 <--> 1450 mV at 1200 mV |
| 166 | [ 0.284192] syscon 20e0000.iomuxc-gpr: syscon regmap start 0x20e0000 end 0x20e0037 registered |
| 167 | [ 0.289469] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver |
| 168 | [ 0.303320] bio: create slab <bio-0> at 0 |
| 169 | [ 0.306766] mxs-dma 110000.dma-apbh: initialized |
| 170 | [ 0.307482] 2P5V: 2500 mV |
| 171 | [ 0.307746] 3P3V: 3300 mV |
| 172 | [ 0.307990] usb_otg_vbus: 5000 mV |
| 173 | [ 0.309008] SCSI subsystem initialized |
| 174 | [ 0.309941] usbcore: registered new interface driver usbfs |
| 175 | [ 0.310086] usbcore: registered new interface driver hub |
| 176 | [ 0.310259] usbcore: registered new device driver usb |
| 177 | [ 0.315962] i2c i2c-0: IMX I2C adapter registered |
| 178 | [ 0.317321] i2c i2c-1: IMX I2C adapter registered |
| 179 | [ 0.319469] i2c i2c-2: IMX I2C adapter registered |
| 180 | [ 0.319619] Linux video capture interface: v2.00 |
| 181 | [ 0.319835] pps_core: LinuxPPS API ver. 1 registered |
| 182 | [ 0.319847] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> |
| 183 | [ 0.320810] Advanced Linux Sound Architecture Driver Initialized. |
| 184 | [ 0.322210] Switching to clocksource mxc_timer1 |
| 185 | [ 0.324218] NET: Registered protocol family 2 |
| 186 | [ 0.324739] TCP established hash table entries: 8192 (order: 4, 65536 bytes) |
| 187 | [ 0.324875] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) |
| 188 | [ 0.325022] TCP: Hash tables configured (established 8192 bind 8192) |
| 189 | [ 0.325114] TCP: reno registered |
| 190 | [ 0.325131] UDP hash table entries: 512 (order: 2, 16384 bytes) |
| 191 | [ 0.325199] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) |
| 192 | [ 0.325557] NET: Registered protocol family 1 |
| 193 | [ 0.325856] i.MXC CPU frequency driver |
| 194 | [ 0.325871] i.MXC CPU frequency driver |
| 195 | [ 0.325881] i.MXC CPU frequency driver |
| 196 | [ 0.325891] i.MXC CPU frequency driver |
| 197 | [ 0.468460] pcie: IMX PCIe port: link up. |
| 198 | [ 0.468707] PCI host bridge to bus 0000:00 |
| 199 | [ 0.468730] pci_bus 0000:00: root bus resource [io 0x1000000-0x10fffff] |
| 200 | [ 0.468744] pci_bus 0000:00: root bus resource [mem 0x01100000-0x01efffff] |
| 201 | [ 0.468758] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] |
| 202 | [ 0.469011] PCI: bus0: Fast back to back transfers disabled |
| 203 | [ 0.469026] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 204 | [ 0.469601] pcie: 1:00.2 0x0000: master abort |
| 205 | [ 0.471113] pcie: 1:00.3 0x0000: master abort |
| 206 | [ 0.472648] pcie: 1:00.4 0x0000: master abort |
| 207 | [ 0.474160] pcie: 1:00.5 0x0000: master abort |
| 208 | [ 0.475670] pcie: 1:00.6 0x0000: master abort |
| 209 | [ 0.477179] pcie: 1:00.7 0x0000: master abort |
| 210 | [ 0.478710] PCI: bus1: Fast back to back transfers disabled |
| 211 | [ 0.478727] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 212 | [ 0.478834] pcie: 2:00.0 0x0000: master abort |
| 213 | [ 0.480688] pcie: 2:02.0 0x0000: master abort |
| 214 | [ 0.482199] pcie: 2:03.0 0x0000: master abort |
| 215 | [ 0.485748] pcie: 2:10.0 0x0000: master abort |
| 216 | [ 0.487259] pcie: 2:11.0 0x0000: master abort |
| 217 | [ 0.488770] pcie: 2:12.0 0x0000: master abort |
| 218 | [ 0.490279] pcie: 2:13.0 0x0000: master abort |
| 219 | [ 0.491788] pcie: 2:14.0 0x0000: master abort |
| 220 | [ 0.493316] pcie: 2:15.0 0x0000: master abort |
| 221 | [ 0.494828] pcie: 2:16.0 0x0000: master abort |
| 222 | [ 0.496339] pcie: 2:17.0 0x0000: master abort |
| 223 | [ 0.497848] pcie: 2:18.0 0x0000: master abort |
| 224 | [ 0.499357] pcie: 2:19.0 0x0000: master abort |
| 225 | [ 0.500867] pcie: 2:20.0 0x0000: master abort |
| 226 | [ 0.502390] pcie: 2:21.0 0x0000: master abort |
| 227 | [ 0.503900] pcie: 2:22.0 0x0000: master abort |
| 228 | [ 0.505410] pcie: 2:23.0 0x0000: master abort |
| 229 | [ 0.506920] pcie: 2:24.0 0x0000: master abort |
| 230 | [ 0.508430] pcie: 2:25.0 0x0000: master abort |
| 231 | [ 0.509939] pcie: 2:26.0 0x0000: master abort |
| 232 | [ 0.511448] pcie: 2:27.0 0x0000: master abort |
| 233 | [ 0.512971] pcie: 2:28.0 0x0000: master abort |
| 234 | [ 0.514481] pcie: 2:29.0 0x0000: master abort |
| 235 | [ 0.515991] pcie: 2:30.0 0x0000: master abort |
| 236 | [ 0.517500] pcie: 2:31.0 0x0000: master abort |
| 237 | [ 0.519152] PCI: bus2: Fast back to back transfers disabled |
| 238 | [ 0.519168] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 239 | [ 0.519196] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 240 | [ 0.519225] pci 0000:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 241 | [ 0.519255] pci 0000:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 242 | [ 0.519283] pci 0000:02:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 243 | [ 0.519310] pci 0000:02:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 244 | [ 0.519337] pci 0000:02:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring |
| 245 | [ 0.519503] pcie: 3:00.0 0x0000: master abort |
| 246 | [ 0.521011] PCI: bus3: Fast back to back transfers enabled |
| 247 | [ 0.521187] pcie: 4:00.0 0x0000: master abort |
| 248 | [ 0.522712] PCI: bus4: Fast back to back transfers enabled |
| 249 | [ 0.522893] pcie: 5:00.0 0x0000: master abort |
| 250 | [ 0.524401] PCI: bus5: Fast back to back transfers enabled |
| 251 | [ 0.524573] pcie: 6:00.0 0x0000: master abort |
| 252 | [ 0.526082] PCI: bus6: Fast back to back transfers enabled |
| 253 | [ 0.526255] pcie: 7:00.0 0x0000: master abort |
| 254 | [ 0.527762] PCI: bus7: Fast back to back transfers enabled |
| 255 | [ 0.528439] PCI: bus8: Fast back to back transfers disabled |
| 256 | [ 0.528614] pcie: 9:00.0 0x0000: master abort |
| 257 | [ 0.530123] PCI: bus9: Fast back to back transfers enabled |
| 258 | [ 0.534082] pci 0000:00:00.0: BAR 0: assigned [mem 0x01100000-0x011fffff 64bit pref] |
| 259 | [ 0.534113] pci 0000:00:00.0: BAR 8: assigned [mem 0x01200000-0x013fffff] |
| 260 | [ 0.534127] pci 0000:00:00.0: BAR 6: assigned [mem 0x01400000-0x0140ffff pref] |
| 261 | [ 0.534140] pci 0000:00:00.0: BAR 7: assigned [io 0x1000000-0x1000fff] |
| 262 | [ 0.534158] pci 0000:01:00.0: BAR 8: assigned [mem 0x01200000-0x012fffff] |
| 263 | [ 0.534171] pci 0000:01:00.0: BAR 0: assigned [mem 0x01300000-0x0131ffff] |
| 264 | [ 0.534188] pci 0000:01:00.1: BAR 0: assigned [mem 0x01320000-0x0133ffff] |
| 265 | [ 0.534204] pci 0000:01:00.0: BAR 7: assigned [io 0x1000000-0x1000fff] |
| 266 | [ 0.534223] pci 0000:02:08.0: BAR 8: assigned [mem 0x01200000-0x012fffff] |
| 267 | [ 0.534236] pci 0000:02:08.0: BAR 7: assigned [io 0x1000000-0x1000fff] |
| 268 | [ 0.534249] pci 0000:02:01.0: PCI bridge to [bus 03] |
| 269 | [ 0.534294] pci 0000:02:04.0: PCI bridge to [bus 04] |
| 270 | [ 0.534333] pci 0000:02:05.0: PCI bridge to [bus 05] |
| 271 | [ 0.534371] pci 0000:02:06.0: PCI bridge to [bus 06] |
| 272 | [ 0.534411] pci 0000:02:07.0: PCI bridge to [bus 07] |
| 273 | [ 0.534454] pci 0000:08:00.0: BAR 0: assigned [mem 0x01200000-0x01203fff 64bit] |
| 274 | [ 0.534495] pci 0000:08:00.0: BAR 2: assigned [io 0x1000000-0x10000ff] |
| 275 | [ 0.534513] pci 0000:02:08.0: PCI bridge to [bus 08] |
| 276 | [ 0.534529] pci 0000:02:08.0: bridge window [io 0x1000000-0x1000fff] |
| 277 | [ 0.534549] pci 0000:02:08.0: bridge window [mem 0x01200000-0x012fffff] |
| 278 | [ 0.534579] pci 0000:02:09.0: PCI bridge to [bus 09] |
| 279 | [ 0.534618] pci 0000:01:00.0: PCI bridge to [bus 02-09] |
| 280 | [ 0.534631] pci 0000:01:00.0: bridge window [io 0x1000000-0x1000fff] |
| 281 | [ 0.534648] pci 0000:01:00.0: bridge window [mem 0x01200000-0x012fffff] |
| 282 | [ 0.534670] pci 0000:00:00.0: PCI bridge to [bus 01-09] |
| 283 | [ 0.534682] pci 0000:00:00.0: bridge window [io 0x1000000-0x1000fff] |
| 284 | [ 0.534696] pci 0000:00:00.0: bridge window [mem 0x01200000-0x013fffff] |
| 285 | [ 0.534725] PCI: enabling device 0000:01:00.0 (0140 -> 0143) |
| 286 | [ 0.534748] PCI: enabling device 0000:02:01.0 (0140 -> 0143) |
| 287 | [ 0.534773] PCI: enabling device 0000:02:04.0 (0140 -> 0143) |
| 288 | [ 0.534799] PCI: enabling device 0000:02:05.0 (0140 -> 0143) |
| 289 | [ 0.534824] PCI: enabling device 0000:02:06.0 (0140 -> 0143) |
| 290 | [ 0.534849] PCI: enabling device 0000:02:07.0 (0140 -> 0143) |
| 291 | [ 0.534875] PCI: enabling device 0000:02:08.0 (0140 -> 0143) |
| 292 | [ 0.534900] PCI: enabling device 0000:02:09.0 (0140 -> 0143) |
| 293 | [ 0.546980] squashfs: version 4.0 (2009/01/31) Phillip Lougher |
| 294 | [ 0.546998] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. |
| 295 | [ 0.547848] msgmni has been set to 1496 |
| 296 | [ 0.548083] io scheduler noop registered |
| 297 | [ 0.548096] io scheduler deadline registered |
| 298 | [ 0.548137] io scheduler cfq registered (default) |
| 299 | [ 0.549129] imx-sdma 20ec000.sdma: loaded firmware 1.1 |
| 300 | [ 0.554155] imx-sdma 20ec000.sdma: initialized |
| 301 | [ 0.554559] Serial: IMX driver |
| 302 | [ 0.555082] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX |
| 303 | [ 0.555833] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX |
| 304 | [ 1.642660] console [ttymxc1] enabled |
| 305 | [ 1.646926] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX |
| 306 | [ 1.654387] [drm] Initialized drm 1.1.0 20060810 |
| 307 | [ 1.659149] at24 0-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write |
| 308 | [ 1.665919] at24 0-0051: 256 byte 24c02 EEPROM, writable, 16 bytes/write |
| 309 | [ 1.672679] at24 0-0052: 256 byte 24c02 EEPROM, writable, 16 bytes/write |
| 310 | [ 1.679412] at24 0-0053: 256 byte 24c02 EEPROM, writable, 16 bytes/write |
| 311 | [ 1.688656] spi_imx 2008000.ecspi: master is unqueued, this is deprecated |
| 312 | [ 1.696036] m25p80 spi32766.0: w25q256 (32768 Kbytes) |
| 313 | [ 1.701283] 4 ofpart partitions found on MTD device spi32766.0 |
| 314 | [ 1.707159] Creating 4 MTD partitions on "spi32766.0": |
| 315 | [ 1.712322] 0x000000000000-0x000000080000 : "uboot" |
| 316 | [ 1.718256] 0x000000080000-0x000000090000 : "env" |
| 317 | [ 1.723980] 0x000000090000-0x000000290000 : "kernel" |
| 318 | [ 1.729911] 0x000000290000-0x000001000000 : "rootfs" |
| 319 | [ 1.735887] mtd: partition "rootfs" set to be root filesystem |
| 320 | [ 1.741859] mtd: partition "rootfs_data" created automatically, ofs=8D0000, len=730000 |
| 321 | [ 1.749905] 0x0000008d0000-0x000001000000 : "rootfs_data" |
| 322 | [ 1.756376] spi_imx 2008000.ecspi: probed |
| 323 | [ 1.775427] libphy: fec_enet_mii_bus: probed |
| 324 | [ 1.780632] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver |
| 325 | [ 1.787197] ehci-pci: EHCI PCI platform driver |
| 326 | [ 1.791815] ehci-platform: EHCI generic platform driver |
| 327 | [ 1.800574] ci_hdrc ci_hdrc.0: can't start gadget role |
| 328 | [ 1.805872] imx_usb 2184200.usb: pinctrl get/select failed, err=-19 |
| 329 | [ 1.812526] ci_hdrc ci_hdrc.1: doesn't support gadget |
| 330 | [ 1.817594] ci_hdrc ci_hdrc.1: EHCI Host Controller |
| 331 | [ 1.822543] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 |
| 332 | [ 1.842279] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 |
| 333 | [ 1.848257] hub 1-0:1.0: USB hub found |
| 334 | [ 1.852030] hub 1-0:1.0: 1 port detected |
| 335 | [ 1.856590] input: mma8450 as /devices/virtual/input/input0 |
| 336 | [ 1.862750] rtc-ds1672 0-0068: chip found, driver version 0.4 |
| 337 | [ 1.869873] rtc-ds1672 0-0068: rtc core: registered rtc-ds1672 as rtc0 |
| 338 | [ 1.877356] i2c /dev entries driver |
| 339 | [ 1.881901] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1) |
| 340 | [ 1.890463] sdhci: Secure Digital Host Controller Interface driver |
| 341 | [ 1.896669] sdhci: Copyright(c) Pierre Ossman |
| 342 | [ 1.901033] sdhci-pltfm: SDHCI platform and OF driver helper |
| 343 | [ 1.908706] mmc0: no vqmmc regulator found |
| 344 | [ 1.952291] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA |
| 345 | [ 1.959983] leds-gpio leds.8: pins are not configured from the driver |
| 346 | [ 1.968064] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). |
| 347 | [ 1.974711] [drm] No driver support for vblank timestamp query. |
| 348 | [ 1.980641] [drm] Initialized imx-drm 1.0.0 20120507 on minor 0 |
| 349 | [ 1.990912] imx-ipuv3 2400000.ipu: DI0 base: 0x02640000 remapped to f00fe000 |
| 350 | [ 1.998120] imx-ipuv3 2400000.ipu: DI1 base: 0x02648000 remapped to f0244000 |
| 351 | [ 2.005662] imx-ipuv3 2400000.ipu: IPUv3H probed |
| 352 | [ 2.014543] imx-ipuv3 2800000.ipu: DI0 base: 0x02a40000 remapped to f0264000 |
| 353 | [ 2.021682] imx-ipuv3 2800000.ipu: DI1 base: 0x02a48000 remapped to f0266000 |
| 354 | [ 2.029177] imx-ipuv3 2800000.ipu: IPUv3H probed |
| 355 | [ 2.036438] sgtl5000 2-000a: Failed to get supply 'VDDD': -517 |
| 356 | [ 2.042583] 2-000a: 1200 mV normal |
| 357 | [ 2.046278] sgtl5000 2-000a: Using internal LDO instead of VDDD |
| 358 | [ 2.055127] sgtl5000 2-000a: sgtl5000 revision 0x11 |
| 359 | [ 2.071211] imx-sgtl5000 sound.13: sgtl5000 <-> 2028000.ssi mapping ok |
| 360 | [ 2.079922] TCP: cubic registered |
| 361 | [ 2.083343] NET: Registered protocol family 17 |
| 362 | [ 2.087923] Bridge firewalling registered |
| 363 | [ 2.091948] 8021q: 802.1Q VLAN Support v1.8 |
| 364 | [ 2.096250] Registering SWP/SWPB emulation handler |
| 365 | [ 2.103445] rtc-ds1672 0-0068: setting system clock to 1970-01-01 00:00:08 UTC (8) |
| 366 | [ 2.111060] imx-drm imx-drm: No connectors reported connected with modes |
| 367 | [ 2.117793] [drm] Cannot find any crtc or sizes - going 1024x768 |
| 368 | [ 2.129631] imx-drm imx-drm: fb0: frame buffer device |
| 369 | [ 2.134816] imx-drm imx-drm: registered panic notifier |
| 370 | [ 2.146669] ALSA device list: |
| 371 | [ 2.149648] #0: imx6q-sabrelite-sgtl5000 |
| 372 | [ 2.167097] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. |
| 373 | [ 2.172316] usb 1-1: new high-speed USB device number 2 using ci_hdrc |
| 374 | [ 2.180954] Freeing init memory: 208K |
| 375 | [ 2.404364] hub 1-1:1.0: USB hub found |
| 376 | [ 2.408460] hub 1-1:1.0: 4 ports detected |
| 377 | [ 3.097948] pcie: PCIe abort: address = 0xb6f7d000 fsr = 0x1406 PC = 0xb6f75a48 LR = 0xb6f76578 instr=ef000000 |
| 378 | - preinit - |
| 379 | Press the [f] key and hit [enter] to enter failsafe mode |
| 380 | - regular preinit - |
| 381 | [ 7.666174] jffs2: notice: (1165) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 12 of xref (0 dead, 0 orphan) found. |
| 382 | switching to jffs2 |
| 383 | - init - |
| 384 | |
| 385 | Please press Enter to activate this console. [ 9.267757] Compat-drivers backport release: compat-drivers-2013-01-21-1 |
| 386 | [ 9.274493] Backport based on wireless-testing.git master-2013-02-22 |
| 387 | [ 9.280850] compat.git: wireless-testing.git |
| 388 | [ 9.297707] cfg80211: Calling CRDA to update world regulatory domain |
| 389 | [ 9.304178] cfg80211: World regulatory domain updated: |
| 390 | [ 9.309336] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) |
| 391 | [ 9.317569] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 392 | [ 9.325337] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) |
| 393 | [ 9.333104] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) |
| 394 | [ 9.340855] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 395 | [ 9.348618] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 396 | Failed to set regulatory domain: -7 |
| 397 | [ 10.617053] RPC: Registered named UNIX socket transport module. |
| 398 | [ 10.623011] RPC: Registered udp transport module. |
| 399 | [ 10.627719] RPC: Registered tcp transport module. |
| 400 | [ 10.632439] RPC: Registered tcp NFSv4.1 backchannel transport module. |
| 401 | [ 10.875585] NTFS driver 2.1.30 [Flags: R/O MODULE]. |
| 402 | [ 11.239182] PPP generic driver version 2.4.2 |
| 403 | [ 11.353666] tun: Universal TUN/TAP device driver, 1.6 |
| 404 | [ 11.358732] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> |
| 405 | [ 11.419915] gre: GRE over IPv4 demultiplexor driver |
| 406 | [ 11.433469] ip_gre: GRE over IPv4 tunneling driver |
| 407 | [ 11.587444] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) |
| 408 | [ 11.742364] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). |
| 409 | [ 11.891426] ip_tables: (C) 2000-2006 Netfilter Core Team |
| 410 | [ 12.022002] NET: Registered protocol family 24 |
| 411 | [ 12.146256] nf_conntrack version 0.5.0 (11976 buckets, 47904 max) |
| 412 | [ 12.730875] xt_time: kernel timezone is -0000 |
| 413 | [ 12.891681] Ebtables v2.0 registered |
| 414 | [ 13.129050] batman_adv: B.A.T.M.A.N. advanced 2013.1.0 (compatibility version 14) loaded |
| 415 | [ 13.149246] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k |
| 416 | [ 13.155117] e1000e: Copyright(c) 1999 - 2012 Intel Corporation. |
| 417 | [ 13.270863] sky2: driver version 1.30 |
| 418 | [ 13.274629] PCI: enabling device 0000:08:00.0 (0140 -> 0143) |
| 419 | [ 13.280417] sky2 0000:08:00.0: Yukon-2 UL 2 chip revision 0 |
| 420 | [ 13.286357] arch_setup_msi_irq: 0 of 16 |
| 421 | [ 13.382291] sky2 0000:08:00.0: No interrupt generated using MSI, switching to INTx mode. |
| 422 | [ 13.391006] sky2 0000:08:00.0 eth1: addr 00:d0:12:29:ef:6d |
| 423 | [ 13.449598] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver |
| 424 | [ 13.513757] uhci_hcd: USB Universal Host Controller Interface driver |
| 425 | [ 13.571457] usbcore: registered new interface driver ath9k_htc |
| 426 | [ 13.677661] usbcore: registered new interface driver cdc_acm |
| 427 | [ 13.683360] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters |
| 428 | [ 13.753612] usbcore: registered new interface driver usbserial |
| 429 | [ 13.759528] usbcore: registered new interface driver usbserial_generic |
| 430 | [ 13.766157] usbserial: USB Serial support registered for generic |
| 431 | [ 13.783160] Initializing USB Mass Storage driver... |
| 432 | [ 13.788171] usbcore: registered new interface driver usb-storage |
| 433 | [ 13.794211] USB Mass Storage support registered. |
| 434 | [ 13.856516] usbcore: registered new interface driver ums-alauda |
| 435 | [ 13.871246] usbcore: registered new interface driver ums-cypress |
| 436 | [ 13.885809] usbcore: registered new interface driver ums-datafab |
| 437 | [ 13.900071] usbcore: registered new interface driver ums-freecom |
| 438 | [ 13.914553] usbcore: registered new interface driver ums-isd200 |
| 439 | [ 13.928888] usbcore: registered new interface driver ums-jumpshot |
| 440 | [ 13.943433] usbcore: registered new interface driver ums-karma |
| 441 | [ 13.957768] usbcore: registered new interface driver ums-sddr09 |
| 442 | [ 13.972145] usbcore: registered new interface driver ums-sddr55 |
| 443 | [ 13.986734] usbcore: registered new interface driver ums-usbat |
| 444 | [ 14.030549] usbcore: registered new interface driver asix |
| 445 | [ 14.090829] usbcore: registered new interface driver cdc_ether |
| 446 | [ 14.145884] usbcore: registered new interface driver sierra_net |
| 447 | [ 14.199343] usbcore: registered new interface driver ftdi_sio |
| 448 | [ 14.205205] usbserial: USB Serial support registered for FTDI USB Serial Device |
| 449 | [ 14.265067] usbcore: registered new interface driver pl2303 |
| 450 | [ 14.270727] usbserial: USB Serial support registered for pl2303 |
| 451 | [ 14.285826] usbcore: registered new interface driver sierra |
| 452 | [ 14.291472] usbserial: USB Serial support registered for Sierra USB modem |
| 453 | [ 14.431176] u32 classifier |
| 454 | [ 14.433921] Performance counters on |
| 455 | [ 14.437762] input device check on |
| 456 | [ 14.441427] Actions configured |
| 457 | [ 14.482749] Mirror/redirect action on |
| 458 | [ 14.553308] usbip_core: module is from the staging directory, the quality is unknown, you have been warned. |
| 459 | [ 14.564541] usbip_core: USB/IP Core v1.0.0 |
| 460 | [ 14.577012] vhci_hcd: module is from the staging directory, the quality is unknown, you have been warned. |
| 461 | [ 14.587608] vhci_hcd vhci_hcd: USB/IP Virtual Host Controller |
| 462 | [ 14.593407] vhci_hcd vhci_hcd: new USB bus registered, assigned bus number 2 |
| 463 | [ 14.601584] hub 2-0:1.0: USB hub found |
| 464 | [ 14.605434] hub 2-0:1.0: 8 ports detected |
| 465 | [ 14.609725] vhci_hcd: USB/IP 'Virtual' Host Controller (VHCI) Driver v1.0.0 |
| 466 | [ 14.625007] usbip_host: module is from the staging directory, the quality is unknown, you have been warned. |
| 467 | [ 14.852596] usbcore: registered new interface driver usbip-host |
| 468 | [ 14.858530] usbip_host: USB/IP Host Driver v1.0.0 |
| 469 | [ 17.580699] eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1) |
| 470 | [ 17.590464] device eth0 entered promiscuous mode |
| 471 | [ 19.572619] libphy: 2188000.ethernet:00 - Link is Up - 100/Full |
| 472 | [ 19.578582] br-lan: port 1(eth0) entered forwarding state |
| 473 | [ 19.584053] br-lan: port 1(eth0) entered forwarding state |
| 474 | [ 21.582278] br-lan: port 1(eth0) entered forwarding state |
| 475 | |
| 476 | |
| 477 | |
| 478 | BusyBox v1.19.4 (2013-04-08 22:22:48 PDT) built-in shell (ash) |
| 479 | Enter 'help' for a list of built-in commands. |
| 480 | |
| 481 | _______ ________ __ |
| 482 | | |.-----.-----.-----.| | | |.----.| |_ |
| 483 | | - || _ | -__| || | | || _|| _| |
| 484 | |_______|| __|_____|__|__||________||__| |____| |
| 485 | |__| W I R E L E S S F R E E D O M |
| 486 | ----------------------------------------------------- |
| 487 | BARRIER BREAKER (Bleeding Edge, r35953) |
| 488 | ----------------------------------------------------- |
| 489 | * 1/2 oz Galliano Pour all ingredients into |
| 490 | * 4 oz cold Coffee an irish coffee mug filled |
| 491 | * 1 1/2 oz Dark Rum with crushed ice. Stir. |
| 492 | * 2 tsp. Creme de Cacao |
| 493 | ----------------------------------------------------- |
| 494 | root@OpenWrt:/# |
| 495 | |
| 496 | }}} |