Skip to content

Instantly share code, notes, and snippets.

@andrewhoff
Last active September 29, 2016 06:51
Show Gist options
  • Save andrewhoff/6d4d1108658f97f90885 to your computer and use it in GitHub Desktop.
Save andrewhoff/6d4d1108658f97f90885 to your computer and use it in GitHub Desktop.
Ubiquiti Unifi UAP - example uboot output
U-Boot unifi-v1.5.2.206-g44e4c8bc (Aug 29 2014 - 18:01:57)
DRAM: 64 MB
Flash: 8 MB
8
U-Boot unifi-v1.5.2.206-g44e4c8bc (Aug 29 2014 - 18:01:57)
DRAM: 64 MB
Flash: 8 MB
PCIe WLAN Module found (tries: 1).
Net: eth0, eth1
Board: Copyright Ubiquiti Networks Inc. 2014
Hit any key to stop autoboot: 0
Board: Ubiquiti Networks AR7241 board (e502-18.0101.002e)
UBNT application initialized
## Booting image at 9f050000 ...
Image Name: MIPS OpenWrt Linux-3.10.49
Created: 2014-10-02 7:10:39 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 1107043 Bytes = 1.1 MB
Load Address: 80060000
Entry Point: 80060000
Verifying Checksum at 0x9f050040 ...OK
Uncompressing Kernel Image ... OK
Starting kernel ...
[ 0.000000] Linux version 3.10.49 (bb@builder1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r42625) ) #3 Wed Oct 1 14:00:51 CEST 2014
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU revision is: 00019374 (MIPS 24Kc)
[ 0.000000] SoC: Atheros AR7241 rev 1
[ 0.000000] Clocks: CPU:390.000MHz, DDR:390.000MHz, AHB:195.000MHz, Ref:5.000MHz
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x00000000-0x03ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0x03ffffff]
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: board=UBNT-UF console=ttyS0,115200 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7552k(firmware),256k(cfg)ro,64k(EEPROM)ro rootfstype=squashfs,jffs2 noinitrd
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 61076k/65536k available (2369k kernel code, 4460k reserved, 621k data, 272k init, 0k highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:51
[ 0.000000] Calibrating delay loop... 259.27 BogoMIPS (lpj=1296384)
[ 0.070000] pid_max: default: 32768 minimum: 301
[ 0.070000] Mount-cache hash table entries: 512
[ 0.080000] NET: Registered protocol family 16
[ 0.090000] MIPS: machine is Ubiquiti UniFi
[ 0.290000] registering PCI controller with io_map_base unset
[ 0.310000] bio: create slab <bio-0> at 0
[ 0.310000] PCI host bridge to bus 0000:00
[ 0.320000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
[ 0.320000] pci_bus 0000:00: root bus resource [io 0x0000]
[ 0.330000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.330000] pci 0000:00:00.0: fixup device configuration
[ 0.340000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1000ffff 64bit]
[ 0.340000] pci 0000:00:00.0: using irq 40 for pin 1
[ 0.350000] Switching to clocksource MIPS
[ 0.350000] NET: Registered protocol family 2
[ 0.360000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[ 0.360000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[ 0.370000] TCP: Hash tables configured (established 512 bind 512)
[ 0.370000] TCP: reno registered
[ 0.380000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.380000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.390000] NET: Registered protocol family 1
[ 0.420000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.420000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.430000] msgmni has been set to 119
[ 0.440000] io scheduler noop registered
[ 0.440000] io scheduler deadline registered (default)
[ 0.450000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.480000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
[ 0.490000] console [ttyS0] enabled, bootconsole disabled
[ 0.490000] console [ttyS0] enabled, bootconsole disabled
[ 0.500000] ath79-spi ath79-spi: master is unqueued, this is deprecated
[ 0.510000] m25p80 spi0.0: found mx25l6405d, expected m25p80
[ 0.520000] m25p80 spi0.0: mx25l6405d (8192 Kbytes)
[ 0.520000] 5 cmdlinepart partitions found on MTD device spi0.0
[ 0.530000] Creating 5 MTD partitions on "spi0.0":
[ 0.530000] 0x000000000000-0x000000040000 : "u-boot"
[ 0.540000] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.550000] 0x000000050000-0x0000007b0000 : "firmware"
[ 0.560000] 2 uimage-fw partitions found on MTD device firmware
[ 0.570000] 0x000000050000-0x00000015e4a3 : "kernel"
[ 0.570000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 0.590000] 0x00000015e4a3-0x0000007b0000 : "rootfs"
[ 0.590000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 0.610000] mtd: device 4 (rootfs) set to be root filesystem
[ 0.610000] 1 squashfs-split partitions found on MTD device rootfs
[ 0.620000] 0x000000380000-0x0000007b0000 : "rootfs_data"
[ 0.630000] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.630000] 0x0000007f0000-0x000000800000 : "EEPROM"
[ 0.650000] libphy: ag71xx_mdio: probed
[ 1.200000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
[ 1.210000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
[ 1.220000] TCP: cubic registered
[ 1.230000] NET: Registered protocol family 17
[ 1.230000] Bridge firewalling registered
[ 1.240000] 8021q: 802.1Q VLAN Support v1.8
[ 1.250000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 1.260000] Freeing unused kernel memory: 272K (8034c000 - 80390000)
procd: Console is alive
procd: - watchdog -
[ 4.260000] usbcore: registered new interface driver usbfs
[ 4.260000] usbcore: registered new interface driver hub
[ 4.270000] usbcore: registered new device driver usb
autofs_notrigger bpf154 bpf211 bpf4 bpf98 ptyr4 ptyv4 ttyq5 ttyu4
autofs_nowait bpf155 bpf212 bpf40 bpf99 ptyr5 ptyv5 ttyq6 ttyu5
[ 4.300000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
procd: - 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
[ 7.290000] eth0: link up (100Mbps/Full duplex)
jffs2 is ready
jffs2 is ready
[ 8.090000] jffs2: notice: (311) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 14 of xref (0 dead, 0 orphan) found.
switching to overlay
[ 8.140000] eth0: link down
procd: - early -
procd: - watchdog -
procd: - ubus -
procd: - init -
Please press Enter to activate this console.
[ 9.780000] NET: Registered protocol family 10
[ 9.800000] nf_conntrack version 0.5.0 (958 buckets, 3832 max)
[ 9.820000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 9.830000] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
[ 9.840000] Backport generated by backports.git backports-20140320-37-g5c33da0
[ 9.850000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.910000] xt_time: kernel timezone is -0000
[ 9.940000] cfg80211: Calling CRDA to update world regulatory domain
[ 9.940000] cfg80211: World regulatory domain updated:
[ 9.950000] cfg80211: DFS Master region: unset
[ 9.950000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 9.960000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.970000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.980000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.990000] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.990000] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 10.000000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 10.010000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 10.020000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 10.090000] PPP generic driver version 2.4.2
[ 10.110000] NET: Registered protocol family 24
[ 10.170000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[ 10.210000] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xb0000000, irq=40
[ 10.240000] cfg80211: Calling CRDA for country: US
[ 10.240000] cfg80211: Regulatory domain changed to country: US
[ 10.250000] cfg80211: DFS Master region: FCC
[ 10.250000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 10.260000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 10.270000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[ 10.280000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[ 10.280000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 10.290000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
procd: - init complete -
[ 19.930000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.930000] device eth0 entered promiscuous mode
[ 19.940000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 20.380000] eth0: link up (100Mbps/Full duplex)
[ 20.380000] br-lan: port 1(eth0) entered forwarding state
[ 20.390000] br-lan: port 1(eth0) entered forwarding state
[ 20.390000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 20.410000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 22.390000] br-lan: port 1(eth0) entered forwarding state
[ 4.300000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
procd: - 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
[ 7.290000] eth0: link up (100Mbps/Full duplex)
jffs2 is ready
jffs2 is ready
[ 8.090000] jffs2: notice: (311) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 14 of xref (0 dead, 0 orphan) found.
switching to overlay
[ 8.140000] eth0: link down
procd: - early -
procd: - watchdog -
procd: - ubus -
procd: - init -
Please press Enter to activate this console.
[ 9.780000] NET: Registered protocol family 10
[ 9.800000] nf_conntrack version 0.5.0 (958 buckets, 3832 max)
[ 9.820000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 9.830000] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
[ 9.840000] Backport generated by backports.git backports-20140320-37-g5c33da0
[ 9.850000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.910000] xt_time: kernel timezone is -0000
[ 9.940000] cfg80211: Calling CRDA to update world regulatory domain
[ 9.940000] cfg80211: World regulatory domain updated:
[ 9.950000] cfg80211: DFS Master region: unset
[ 9.950000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 9.960000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.970000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.980000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.990000] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.990000] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 10.000000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 10.010000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 10.020000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 10.090000] PPP generic driver version 2.4.2
[ 10.110000] NET: Registered protocol family 24
[ 10.170000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[ 10.210000] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xb0000000, irq=40
[ 10.240000] cfg80211: Calling CRDA for country: US
[ 10.240000] cfg80211: Regulatory domain changed to country: US
[ 10.250000] cfg80211: DFS Master region: FCC
[ 10.250000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 10.260000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 10.270000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[ 10.280000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[ 10.280000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 10.290000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
procd: - init complete -
[ 19.930000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.930000] device eth0 entered promiscuous mode
[ 19.940000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 20.380000] eth0: link up (100Mbps/Full duplex)
[ 20.380000] br-lan: port 1(eth0) entered forwarding state
[ 20.390000] br-lan: port 1(eth0) entered forwarding state
[ 20.390000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 20.410000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 22.390000] br-lan: port 1(eth0) entered forwarding state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment