PowerCloud Systems CAP324

The PowerCloud Systems CAP324 (aka Enable Networks CAP324) was a cloud-controlled Atheros AR9344 based dual band wireless access point (AP). Since the cloud service is defunct they can only now be used courtesy of third-party firmware such as OpenWrt.

Current Snapshots or 'no-cloud' images for 17.xx/18.xx

Layer0 raw flash, 16384 KiB
Layer1 mtd0
u-boot
256 KiB
mtd1
u-boot-env
64 KiB
mtd2
firmware
16000 KiB (= FlashSize-(256+64+64))
mtd6
art 64 KiB
Layer2 mtd3
kernel
about 1 MiB
mtd4
rootfs
Layer3 /dev/root
around 2 MiB
mtd5
rootfs_data
around 15.x MiB

OEM or regular (not no-cloud) images for 17.xx/18.xx

Layer0 raw flash, 16384 KiB
Layer1 mtd0
u-boot
256 KiB
mtd1
u-boot-env
64 KiB
mtd2
firmware
15296 KiB (= FlashSize-(256+64+640+64))
mtd6
certs 640 KiB
mtd7
art 64 KiB
Layer2 mtd3
kernel
about 1 MiB
mtd4
rootfs
Layer3 /dev/root
around 2 MiB
mtd5
rootfs_data
around 15 MiB

Install OpenWrt (generic explanation)

If you have an stock AP you can do the following:

  1. Make sure you can connect to the AP with your PC, but make sure the AP will not get an DHCP assigned address (the easiest way to do this is to connect the PC directly to the AP's ethernet interface).
  2. Perform a factory reset using the reset button (hold for 10-12 seconds and release).
  3. Once the device has completely rebooted, browse to http://192.168.101.55
  4. Login to the web interface as 'admin' with password 'password'.
  5. On the “CloudCommand™” tab select the “CloudCommand™” submenu.
  6. Uncheck “CloudCommand® On”.
  7. Click “Save & Apply”.
  8. Click on the “Status” Tab.
  9. Login to the web interface.
  10. On right hand of the banner (bottom of the banner), select “Administration”.
  11. You're now in a regular LuCI interface!
  12. Select “System|Backup / Flash Firmware”.
  13. Uncheck “keep settings”.
  14. Browse to the image you downloaded.
  15. Select “Flash Image...”
  16. Verify the checksum and click “Proceed”.
  17. The AP will flash OpenWrt and reboot.
  18. You should be good to go!

generic.flashing.tftp

installation

One boots a ramdisk image and then does a normal OpenWrt sysupgrade (generic.sysupgrade)

Specific values needed for tftp

If one holds the reset button and then (with button pressed) powers on the device (holding reset button for 5-7 seconds) the device will attempt to download a ramdisk image named vmlinux-art-ramdisk from a tftp server at 192.168.1.10. Note that for 17.xx or 18.xx using the snapshot below will require the use of sysupgrade -F.

Bootloader tftp client IPv4 address 192.168.1.1 on the WAN port
Firmware tftp image Ramdisk from 'snapshots' (NOTE: Must renamed as vmlinux-art-ramdisk)
TFTP window start approximately 5-7 seconds after power on
TFTP server required IP address 192.168.1.10

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

For 17.xx/18.xx

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi DHCP
eth0 LAN parent for br-lan
wlan0 WiFi 5 GHz Disabled
wlan1 WiFi 2.4 GHz Disabled

Post-18.xx

Since d2f7dba309857014c8f414463c6fd7636b4ad4b9

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1
eth0 LAN parent for br-lan
wlan0 WiFi 5 GHz Disabled
wlan1 WiFi 2.4 GHz Disabled

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

The PowerCloud Systems CAP324 has the following buttons:

BUTTON Event
Reset reset

Top:

Bottom (label):

Note: This will void your warranty!

  1. Remove the four (4) screws from base.
  2. Remove top casing.
  3. To access serial you also need to remove the two (2) screws holding the circuit board to the base of the case.
  4. The serial header is on the bottom of the PCB.

Main PCB:

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:

Picture of serial header

Pin 1 is marked with an arrow.

Pin 4 3 2 1
Signal RX TX GND VCC
Serial connection parameters
for PowerCloud Systems CAP324
115200, 8N1

U-Boot 1.1.4 (Jul 24 2012 - 15:05:27) U-boot DB120 DRAM: sri Wasp 1.2 wasp_ddr_initial_config(249): (32bit) ddr2 init wasp_ddr_initial_config(426): Wasp ddr init done Tap value selected = 0xb [0x0 - 0x16] Setting 0xb8116290 to 0x5cb82d0f 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 204k for U-Boot at: 87fcc000 Reserving 192k for malloc() at: 87f9c000 Reserving 44 Bytes for Board Info at: 87f9bfd4 Reserving 36 Bytes for Global Data at: 87f9bfb0 Reserving 128k for boot params() at: 87f7bfb0 Stack Pointer at: 87f7bf98 Now running in RAM - U-Boot at: 87fcc000 Flash Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB BOARD IS NOT CALIBRATED!!! In: serial Out: serial Err: serial Net: ag934x_enet_initialize... No valid address in Flash. Using fixed address wasp reset mask:c03300 WASP ----> S17 PHY * : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad athrs17_reg_init: complete eth0 up eth0 Hit any key to stop autoboot: 1 0 ## Booting image at 9f050000 ... Image Name: MIPS OpenWrt Linux-3.3.8 Created: 2014-04-11 19:21:37 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1022417 Bytes = 998.5 kB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f050040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 3.3.8 (enable@enable-buildsvr2) (collect2: ld returned 1 exit status) #1 Thu Apr 10 20:34:48 PDT 2014 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 0001974c (MIPS 74Kc) [ 0.000000] SoC: Atheros AR9344 rev 2 [ 0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:25.000MHz [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00000000 -> 0x00008000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00008000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=CAP324 console=ttyS0,115200 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),13888k(rootfs),640k(certs),64k(nvram),64k(art)ro,15296k@0x50000(firmware) rootfstype=squashfs,jffs2 noinitrd [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 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] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 126348k/131072k available (2176k kernel code, 4724k reserved, 572k data, 212k init, 0k highmem) [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688) [ 0.070000] pid_max: default: 32768 minimum: 301 [ 0.070000] Mount-cache hash table entries: 512 [ 0.080000] NET: Registered protocol family 16 [ 0.080000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79 [ 0.090000] MIPS: machine is CAP324 Cloud AP [ 0.090000] registering PCI controller with io_map_base unset [ 0.300000] bio: create slab <bio-0> at 0 [ 0.310000] PCI host bridge to bus 0000:00 [ 0.310000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff] [ 0.320000] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.320000] pci 0000:00:00.0: invalid calibration data [ 0.330000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit] [ 0.330000] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref] [ 0.340000] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.340000] Switching to clocksource MIPS [ 0.350000] NET: Registered protocol family 2 [ 0.350000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.350000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.360000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.360000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.370000] TCP reno registered [ 0.370000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.380000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.380000] NET: Registered protocol family 1 [ 0.400000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.410000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.420000] msgmni has been set to 246 [ 0.420000] io scheduler noop registered [ 0.420000] io scheduler deadline registered (default) [ 0.430000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.460000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A [ 0.460000] console [ttyS0] enabled, bootconsole disabled [ 0.460000] console [ttyS0] enabled, bootconsole disabled [ 0.480000] m25p80 spi0.0: found mx25l12805d, expected m25p80 [ 0.480000] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.490000] 8 cmdlinepart partitions found on MTD device spi0.0 [ 0.490000] Creating 8 MTD partitions on "spi0.0": [ 0.500000] 0x000000000000-0x000000040000 : "u-boot" [ 0.510000] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.510000] 0x000000050000-0x0000001b0000 : "kernel" [ 0.520000] 0x0000001b0000-0x000000f40000 : "rootfs" [ 0.530000] mtd: partition "rootfs" set to be root filesystem [ 0.530000] mtd: partition "rootfs_data" created automatically, ofs=570000, len=9D0000 [ 0.540000] 0x000000570000-0x000000f40000 : "rootfs_data" [ 0.550000] 0x000000f40000-0x000000fe0000 : "certs" [ 0.550000] 0x000000fe0000-0x000000ff0000 : "nvram" [ 0.560000] 0x000000ff0000-0x000001000000 : "art" [ 0.570000] 0x000000050000-0x000000f40000 : "firmware" [ 0.580000] ag71xx_mdio: probed [ 0.590000] eth0: Atheros AG71xx at 0xb9000000, irq 4 [ 1.140000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd072, driver=Generic PHY] [ 1.150000] ag71xx_hw_probe: set tx clock delay [ 1.160000] ag71xx_hw_probe: set rx clock delay [ 1.160000] TCP cubic registered [ 1.170000] NET: Registered protocol family 17 [ 1.170000] Bridge firewalling registered [ 1.180000] 8021q: 802.1Q VLAN Support v1.8 [ 1.190000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 1.190000] Freeing unused kernel memory: 212k freed - preinit - - regular preinit - jffs2 not ready yet; using ramdisk - init - [ 4.900000] Compat-drivers backport release: compat-drivers-2013-01-21-1 [ 4.900000] Backport based on wireless-testing.git master-2013-02-22 [ 4.910000] compat.git: wireless-testing.git [ 5.120000] cfg80211: Calling CRDA to update world regulatory domain [ 5.130000] cfg80211: World regulatory domain updated: [ 5.130000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5.140000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.150000] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.160000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.170000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.170000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.640000] ath: phy0: disabling 2GHz band [ 5.660000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=47 [ 5.660000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 5.680000] ieee80211 phy1: Atheros AR9300 Rev:3 mem=0xb0000000, irq=40 [ 5.690000] cfg80211: Calling CRDA for country: US [ 5.700000] cfg80211: Regulatory domain changed to country: US [ 5.710000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5.710000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) [ 5.720000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) [ 5.730000] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.740000] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.750000] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.750000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) [ 5.780000] tun: Universal TUN/TAP device driver, 1.6 [ 5.790000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 5.920000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 6.140000] nf_conntrack version 0.5.0 (1977 buckets, 7908 max) [ 6.490000] xt_time: kernel timezone is -0000 [ 6.630000] Netfilter messages via NETLINK v0.30. [ 6.670000] Ebtables v2.0 registered [ 6.900000] ctnetlink v0.93: registering with nfnetlink. Please press Enter to activate this console. [ 12.060000] device eth0 entered promiscuous mode [ 15.390000] ag71xx link speed 1000 and rxclk_delay_en is true [ 15.390000] Link is 1000M and ag71xx has rxclk_delay_en [ 15.390000] eth0: link up (1000Mbps/Full duplex) [ 15.400000] br-lan: port 1(eth0) entered forwarding state [ 15.410000] br-lan: port 1(eth0) entered forwarding state [ 17.410000] br-lan: port 1(eth0) entered forwarding state [ 19.130000] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 19.130000] jffs2_build_filesystem(): unlocking the mtd device... done. [ 19.140000] jffs2_build_filesystem(): erasing all blocks after the end marker... done. [ 87.150000] JFFS2 notice: (953) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 88.290000] Removing MTD device #4 (rootfs_data) with use count 1 [ 88.330000] Restarting system. U-Boot 1.1.4 (Jul 24 2012 - 15:05:27) U-boot DB120 DRAM: sri Wasp 1.2 wasp_ddr_initial_config(249): (32bit) ddr2 init wasp_ddr_initial_config(426): Wasp ddr init done Tap value selected = 0xb [0x0 - 0x16] Setting 0xb8116290 to 0x5cb82d0f 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 204k for U-Boot at: 87fcc000 Reserving 192k for malloc() at: 87f9c000 Reserving 44 Bytes for Board Info at: 87f9bfd4 Reserving 36 Bytes for Global Data at: 87f9bfb0 Reserving 128k for boot params() at: 87f7bfb0 Stack Pointer at: 87f7bf98 Now running in RAM - U-Boot at: 87fcc000 Flash Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB BOARD IS NOT CALIBRATED!!! In: serial Out: serial Err: serial Net: ag934x_enet_initialize... No valid address in Flash. Using fixed address wasp reset mask:c03300 WASP ----> S17 PHY * : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad athrs17_reg_init: complete eth0 up eth0 Hit any key to stop autoboot: 1 0 ## Booting image at 9f050000 ... Image Name: MIPS OpenWrt Linux-3.3.8 Created: 2014-04-11 19:21:37 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1022417 Bytes = 998.5 kB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f050040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 3.3.8 (enable@enable-buildsvr2) (collect2: ld returned 1 exit status) #1 Thu Apr 10 20:34:48 PDT 2014 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 0001974c (MIPS 74Kc) [ 0.000000] SoC: Atheros AR9344 rev 2 [ 0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:25.000MHz [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00000000 -> 0x00008000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00008000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=CAP324 console=ttyS0,115200 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),13888k(rootfs),640k(certs),64k(nvram),64k(art)ro,15296k@0x50000(firmware) rootfstype=squashfs,jffs2 noinitrd [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 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] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 126348k/131072k available (2176k kernel code, 4724k reserved, 572k data, 212k init, 0k highmem) [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688) [ 0.070000] pid_max: default: 32768 minimum: 301 [ 0.070000] Mount-cache hash table entries: 512 [ 0.080000] NET: Registered protocol family 16 [ 0.080000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79 [ 0.090000] MIPS: machine is CAP324 Cloud AP [ 0.090000] registering PCI controller with io_map_base unset [ 0.300000] bio: create slab <bio-0> at 0 [ 0.310000] PCI host bridge to bus 0000:00 [ 0.310000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff] [ 0.320000] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.320000] pci 0000:00:00.0: invalid calibration data [ 0.330000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit] [ 0.330000] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref] [ 0.340000] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.340000] Switching to clocksource MIPS [ 0.350000] NET: Registered protocol family 2 [ 0.350000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.350000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.360000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.360000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.370000] TCP reno registered [ 0.370000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.380000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.380000] NET: Registered protocol family 1 [ 0.400000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.410000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.420000] msgmni has been set to 246 [ 0.420000] io scheduler noop registered [ 0.420000] io scheduler deadline registered (default) [ 0.430000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.460000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A [ 0.460000] console [ttyS0] enabled, bootconsole disabled [ 0.460000] console [ttyS0] enabled, bootconsole disabled [ 0.480000] m25p80 spi0.0: found mx25l12805d, expected m25p80 [ 0.480000] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.490000] 8 cmdlinepart partitions found on MTD device spi0.0 [ 0.490000] Creating 8 MTD partitions on "spi0.0": [ 0.500000] 0x000000000000-0x000000040000 : "u-boot" [ 0.510000] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.510000] 0x000000050000-0x0000001b0000 : "kernel" [ 0.520000] 0x0000001b0000-0x000000f40000 : "rootfs" [ 0.530000] mtd: partition "rootfs" set to be root filesystem [ 0.530000] mtd: partition "rootfs_data" created automatically, ofs=570000, len=9D0000 [ 0.540000] 0x000000570000-0x000000f40000 : "rootfs_data" [ 0.550000] 0x000000f40000-0x000000fe0000 : "certs" [ 0.550000] 0x000000fe0000-0x000000ff0000 : "nvram" [ 0.560000] 0x000000ff0000-0x000001000000 : "art" [ 0.570000] 0x000000050000-0x000000f40000 : "firmware" [ 0.580000] ag71xx_mdio: probed [ 0.590000] eth0: Atheros AG71xx at 0xb9000000, irq 4 [ 1.140000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd072, driver=Generic PHY] [ 1.150000] ag71xx_hw_probe: set tx clock delay [ 1.160000] ag71xx_hw_probe: set rx clock delay [ 1.160000] TCP cubic registered [ 1.170000] NET: Registered protocol family 17 [ 1.170000] Bridge firewalling registered [ 1.180000] 8021q: 802.1Q VLAN Support v1.8 [ 1.190000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 1.190000] Freeing unused kernel memory: 212k freed - preinit - - regular preinit - [ 3.160000] JFFS2 notice: (392) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. switching to jffs2 - init - Please press Enter to activate this console. [ 5.310000] Compat-drivers backport release: compat-drivers-2013-01-21-1 [ 5.310000] Backport based on wireless-testing.git master-2013-02-22 [ 5.320000] compat.git: wireless-testing.git [ 5.450000] cfg80211: Calling CRDA to update world regulatory domain [ 5.460000] cfg80211: World regulatory domain updated: [ 5.460000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5.470000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.480000] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.490000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.500000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.500000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6.060000] ath: phy0: disabling 2GHz band [ 6.080000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=47 [ 6.080000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 6.100000] ieee80211 phy1: Atheros AR9300 Rev:3 mem=0xb0000000, irq=40 [ 6.110000] cfg80211: Calling CRDA for country: US [ 6.120000] cfg80211: Regulatory domain changed to country: US [ 6.120000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 6.130000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) [ 6.140000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) [ 6.150000] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6.150000] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6.160000] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6.170000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) [ 6.220000] tun: Universal TUN/TAP device driver, 1.6 [ 6.230000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 6.340000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 6.550000] nf_conntrack version 0.5.0 (1977 buckets, 7908 max) [ 6.900000] xt_time: kernel timezone is -0000 [ 7.040000] Netfilter messages via NETLINK v0.30. [ 7.080000] Ebtables v2.0 registered [ 7.330000] ctnetlink v0.93: registering with nfnetlink. [ 10.330000] device eth0 entered promiscuous mode [ 14.180000] ag71xx link speed 1000 and rxclk_delay_en is true [ 14.180000] Link is 1000M and ag71xx has rxclk_delay_en [ 14.180000] eth0: link up (1000Mbps/Full duplex) [ 14.190000] br-lan: port 1(eth0) entered forwarding state [ 14.200000] br-lan: port 1(eth0) entered forwarding state [ 16.200000] br-lan: port 1(eth0) entered forwarding state BusyBox v1.19.4 (2014-04-10 18:14:57 PDT) built-in shell (ash) Enter 'help' for a list of built-in commands. _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- ATTITUDE ADJUSTMENT (2.10.1-1, unknown) ----------------------------------------------------- * 1/4 oz Vodka Pour all ingredients into mixing * 1/4 oz Gin tin with ice, strain into glass. * 1/4 oz Amaretto * 1/4 oz Triple sec * 1/4 oz Peach schnapps * 1/4 oz Sour mix * 1 splash Cranberry juice ----------------------------------------------------- admin@EnableNetworksAP-C0100482:/#


U-Boot 1.1.4 (Jul 24 2012 - 15:05:27) U-boot DB120 DRAM: sri Wasp 1.2 wasp_ddr_initial_config(249): (32bit) ddr2 init wasp_ddr_initial_config(426): Wasp ddr init done Tap value selected = 0xb [0x0 - 0x16] Setting 0xb8116290 to 0x5cb82d0f 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 204k for U-Boot at: 87fcc000 Reserving 192k for malloc() at: 87f9c000 Reserving 44 Bytes for Board Info at: 87f9bfd4 Reserving 36 Bytes for Global Data at: 87f9bfb0 Reserving 128k for boot params() at: 87f7bfb0 Stack Pointer at: 87f7bf98 Now running in RAM - U-Boot at: 87fcc000 Flash Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB BOARD IS NOT CALIBRATED!!! In: serial Out: serial Err: serial Net: ag934x_enet_initialize... No valid address in Flash. Using fixed address wasp reset mask:c03300 WASP ----> S17 PHY * : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad athrs17_reg_init: complete eth0 up eth0 Hit any key to stop autoboot: 1 0 ## Booting image at 9f050000 ... Image Name: MIPS OpenWrt Linux-4.9.152 Created: 2019-01-30 12:21:02 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1376758 Bytes = 1.3 MB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f050040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 4.9.152 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7549-217219e) ) #0 Mon Jan 28 08:54:32 2019 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001974c (MIPS 74Kc) [ 0.000000] SoC: Atheros AR9344 rev 2 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 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] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=CAP324 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro console=ttyS0,115200 rootfstype=squashfs noinitrd [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 125004K/131072K available (3388K kernel code, 175K rwdata, 448K rodata, 268K init, 211K bss, 6068K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:25.000MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6825930166 ns [ 0.000010] sched_clock: 32 bits at 280MHz, resolution 3ns, wraps every 7669584382ns [ 0.008238] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688) [ 0.081039] pid_max: default: 32768 minimum: 301 [ 0.086018] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.092999] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.103156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.113546] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.121195] NET: Registered protocol family 16 [ 0.127395] MIPS: machine is PowerCloud CAP324 [ 0.135363] registering PCI controller with io_map_base unset [ 0.381735] Can't analyze schedule() prologue at 803ab684 [ 0.398105] PCI host bridge to bus 0000:00 [ 0.402485] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff] [ 0.409728] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.415614] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.422766] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.431169] pci 0000:00:00.0: invalid calibration data [ 0.436999] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit] [ 0.444754] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref] [ 0.452377] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.460854] clocksource: Switched to clocksource MIPS [ 0.467249] NET: Registered protocol family 2 [ 0.472849] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.480205] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.486966] TCP: Hash tables configured (established 1024 bind 1024) [ 0.493761] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.499925] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.506813] NET: Registered protocol family 1 [ 0.514273] Crashlog allocated RAM at address 0x3f00000 [ 0.520906] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.534991] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.541177] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.560567] io scheduler noop registered [ 0.564745] io scheduler deadline registered (default) [ 0.570583] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.580125] console [ttyS0] disabled [ 0.604006] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A [ 0.613117] console [ttyS0] enabled [ 0.613117] console [ttyS0] enabled [ 0.620660] bootconsole [early0] disabled [ 0.620660] bootconsole [early0] disabled [ 0.635324] m25p80 spi0.0: found mx25l12805d, expected m25p80 [ 0.641902] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.647153] 4 cmdlinepart partitions found on MTD device spi0.0 [ 0.653305] Creating 4 MTD partitions on "spi0.0": [ 0.658264] 0x000000000000-0x000000040000 : "u-boot" [ 0.665296] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.672841] 0x000000050000-0x000000ff0000 : "firmware" [ 0.697500] 2 uimage-fw partitions found on MTD device firmware [ 0.703671] 0x000000050000-0x0000001b0000 : "kernel" [ 0.710253] 0x0000001b0000-0x000000ff0000 : "rootfs" [ 0.717108] mtd: device 4 (rootfs) set to be root filesystem [ 0.723036] 1 squashfs-split partitions found on MTD device rootfs [ 0.729427] 0x0000003e0000-0x000000ff0000 : "rootfs_data" [ 0.737129] 0x000000ff0000-0x000001000000 : "art" [ 0.745075] libphy: Fixed MDIO Bus: probed [ 0.762678] libphy: ag71xx_mdio: probed [ 1.491129] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd072, driver=Atheros 8035 ethernet] [ 1.502215] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII [ 1.510673] NET: Registered protocol family 10 [ 1.519235] NET: Registered protocol family 17 [ 1.523928] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.537436] 8021q: 802.1Q VLAN Support v1.8 [ 1.543502] hctosys: unable to open rtc device (rtc0) [ 1.553339] VFS: Mounted root (squashfs filesystem) readonly on device 31:4. [ 1.561904] Freeing unused kernel memory: 268K [ 1.566495] This architecture does not have kernel memory protection. [ 2.261290] init: Console is alive [ 2.265019] init: - watchdog - [ 2.520867] random: fast init done [ 3.135234] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.194864] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.203516] init: - preinit - [ 3.831454] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 3.858478] random: procd: uninitialized urandom read (4 bytes read) 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.045978] eth0: link up (1000Mbps/Full duplex) [ 7.050794] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 7.113888] mount_root: jffs2 not ready yet, using temporary tmpfs overlay [ 7.144450] urandom-seed: Seed file not found (/etc/urandom.seed) [ 7.335739] eth0: link down [ 7.350085] procd: - early - [ 7.353881] procd: - watchdog - [ 7.986146] procd: - watchdog - [ 7.989673] procd: - ubus - [ 8.097278] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.155246] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.162350] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.169968] procd: - init - Please press Enter to activate this console. [ 8.508859] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.519779] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 8.536112] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 8.544430] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 8.554288] ip_tables: (C) 2000-2006 Netfilter Core Team [ 8.568150] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 8.627267] xt_time: kernel timezone is -0000 [ 8.686140] PPP generic driver version 2.4.2 [ 8.693101] NET: Registered protocol family 24 [ 8.737488] ath: phy0: disabling 2GHz band [ 8.759662] ieee80211 phy0: Atheros AR9340 Rev:2 mem=0xb8100000, irq=47 [ 8.766735] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 8.791195] ieee80211 phy1: Atheros AR9300 Rev:3 mem=0xb0000000, irq=40 [ 8.916463] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.295309] urandom_read: 5 callbacks suppressed [ 10.295317] random: jshn: uninitialized urandom read (4 bytes read) [ 24.618076] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 24.660950] jffs2_build_filesystem(): unlocking the mtd device... [ 24.667162] done. [ 24.669157] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 25.204708] br-lan: port 1(eth0) entered blocking state [ 25.210122] br-lan: port 1(eth0) entered disabled state [ 25.215964] device eth0 entered promiscuous mode [ 25.293296] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 27.312326] eth0: link up (1000Mbps/Full duplex) [ 27.317147] br-lan: port 1(eth0) entered blocking state [ 27.322586] br-lan: port 1(eth0) entered forwarding state [ 27.361676] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.28.4 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 18.06.2, r7676-cddd7b4c77 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#


U-Boot 1.1.4 (Jul 24 2012 - 15:05:27) U-boot DB120 DRAM: sri Wasp 1.2 wasp_ddr_initial_config(249): (32bit) ddr2 init wasp_ddr_initial_config(426): Wasp ddr init done Tap value selected = 0xb [0x0 - 0x16] Setting 0xb8116290 to 0x5cb82d0f 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 204k for U-Boot at: 87fcc000 Reserving 192k for malloc() at: 87f9c000 Reserving 44 Bytes for Board Info at: 87f9bfd4 Reserving 36 Bytes for Global Data at: 87f9bfb0 Reserving 128k for boot params() at: 87f7bfb0 Stack Pointer at: 87f7bf98 Now running in RAM - U-Boot at: 87fcc000 Flash Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB BOARD IS NOT CALIBRATED!!! In: serial Out: serial Err: serial Net: ag934x_enet_initialize... No valid address in Flash. Using fixed address wasp reset mask:c03300 WASP ----> S17 PHY * : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad athrs17_reg_init: complete eth0 up eth0 Hit any key to stop autoboot: 1 0 ## Booting image at 9f050000 ... Image Name: MIPS OpenWrt Linux-4.14.118 Created: 2019-05-13 17:17:41 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1703395 Bytes = 1.6 MB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f050040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 4.14.118 (buildbot@slashdirt-03) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r9992-86fd8cb)) #0 Mon May 13 17:17:41 2019 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001974c (MIPS 74Kc) [ 0.000000] MIPS: machine is PowerCloud Systems CAP324 [ 0.000000] SoC: Atheros AR9344 rev 2 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 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] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x47c with crng_init=0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 122924K/131072K available (4006K kernel code, 162K rwdata, 956K rodata, 1204K init, 211K bss, 8148K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 51 [ 0.000000] CPU clock: 560.000 MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6825930166 ns [ 0.000010] sched_clock: 32 bits at 280MHz, resolution 3ns, wraps every 7669584382ns [ 0.008236] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688) [ 0.084801] pid_max: default: 32768 minimum: 301 [ 0.089871] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.096862] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.108626] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.119029] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.125537] pinctrl core: initialized pinctrl subsystem [ 0.133308] NET: Registered protocol family 16 [ 0.145434] PCI host bridge /ahb/apb/pcie-controller@180c0000 ranges: [ 0.152290] MEM 0x0000000010000000..0x0000000013ffffff [ 0.157798] IO 0x0000000000000000..0x0000000000000000 [ 0.178936] PCI host bridge to bus 0000:00 [ 0.183265] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff] [ 0.190556] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.196428] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.203596] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.212466] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit] [ 0.220226] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref] [ 0.230702] clocksource: Switched to clocksource MIPS [ 0.237105] NET: Registered protocol family 2 [ 0.242641] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.249997] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.256747] TCP: Hash tables configured (established 1024 bind 1024) [ 0.263588] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.269751] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.276625] NET: Registered protocol family 1 [ 0.284124] Crashlog allocated RAM at address 0x3f00000 [ 0.290929] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.303112] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.309258] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.328725] io scheduler noop registered [ 0.332906] io scheduler deadline registered (default) [ 0.340600] pinctrl-single 1804002c.pinmux: 544 pins at pa b804002c size 68 [ 0.348961] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.358308] console [ttyS0] disabled [ 0.362157] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A [ 0.371266] console [ttyS0] enabled [ 0.371266] console [ttyS0] enabled [ 0.378812] bootconsole [early0] disabled [ 0.378812] bootconsole [early0] disabled [ 0.396007] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.401322] 4 fixed-partitions partitions found on MTD device spi0.0 [ 0.407878] Creating 4 MTD partitions on "spi0.0": [ 0.412853] 0x000000000000-0x000000040000 : "u-boot" [ 0.418819] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.425160] 0x000000050000-0x000000ff0000 : "firmware" [ 0.433804] 2 uimage-fw partitions found on MTD device firmware [ 0.439931] Creating 2 MTD partitions on "firmware": [ 0.445106] 0x000000000000-0x0000001a0000 : "kernel" [ 0.451103] 0x0000001a0000-0x000000fa0000 : "rootfs" [ 0.456968] mtd: device 4 (rootfs) set to be root filesystem [ 0.462892] 1 squashfs-split partitions found on MTD device rootfs [ 0.469285] 0x000000390000-0x000000fa0000 : "rootfs_data" [ 0.475681] 0x000000ff0000-0x000001000000 : "art" [ 0.482513] libphy: Fixed MDIO Bus: probed [ 0.822496] libphy: ag71xx_mdio: probed [ 0.920908] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:00 [uid=004dd072, driver=Atheros 8035 ethernet] [ 0.932001] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii [ 0.941117] NET: Registered protocol family 10 [ 0.950597] Segment Routing with IPv6 [ 0.954541] NET: Registered protocol family 17 [ 0.959185] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.972589] 8021q: 802.1Q VLAN Support v1.8 [ 0.978567] hctosys: unable to open rtc device (rtc0) [ 0.988060] VFS: Mounted root (squashfs filesystem) readonly on device 31:4. [ 1.000879] Freeing unused kernel memory: 1204K [ 1.005564] This architecture does not have kernel memory protection. [ 1.574842] init: Console is alive [ 1.578576] init: - watchdog - [ 2.406461] random: fast init done [ 2.410479] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.526667] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.544954] init: - preinit - [ 3.446314] random: jshn: uninitialized urandom read (4 bytes read) [ 3.615437] random: jshn: uninitialized urandom read (4 bytes read) [ 3.667245] random: jshn: uninitialized urandom read (4 bytes read) [ 3.983067] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 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.072154] eth0: link up (1000Mbps/Full duplex) [ 7.076957] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 7.183367] mount_root: jffs2 not ready yet, using temporary tmpfs overlay [ 7.214500] urandom-seed: Seed file not found (/etc/urandom.seed) [ 7.404249] eth0: link down [ 7.418658] procd: - early - [ 7.422487] procd: - watchdog - [ 8.070165] procd: - watchdog - [ 8.073783] procd: - ubus - [ 8.103328] urandom_read: 5 callbacks suppressed [ 8.103337] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.127530] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.135614] procd: - init - Please press Enter to activate this console. [ 8.542531] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.555846] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 8.570633] Loading modules backported from Linux version v4.19.32-0-g3a2156c839c7 [ 8.578505] Backport generated by backports.git v4.19.32-1-0-g1c4f7569 [ 8.588447] ip_tables: (C) 2000-2006 Netfilter Core Team [ 8.603340] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 8.670374] xt_time: kernel timezone is -0000 [ 8.735687] PPP generic driver version 2.4.2 [ 8.742729] NET: Registered protocol family 24 [ 8.790855] ath: phy0: disabling 2GHz band [ 8.812587] ieee80211 phy0: Atheros AR9340 Rev:2 mem=0xb8100000, irq=12 [ 8.819742] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 8.829044] ath9k 0000:00:00.0: Direct firmware load for ath9k-eeprom-pci-0000:00:00.0.bin failed with error -2 [ 8.839513] ath9k 0000:00:00.0: Falling back to user helper [ 9.731488] ath: phy1: disabling 5GHz band [ 9.749777] ieee80211 phy1: Atheros AR9300 Rev:3 mem=0xb0000000, irq=14 [ 9.786127] kmodloader: done loading kernel modules from /etc/modules.d/* [ 49.630523] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 49.660807] jffs2_build_filesystem(): unlocking the mtd device... [ 49.660818] done. [ 49.669187] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 54.062893] br-lan: port 1(eth0) entered blocking state [ 54.076059] br-lan: port 1(eth0) entered disabled state [ 54.081780] device eth0 entered promiscuous mode [ 54.164602] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 56.112201] eth0: link up (1000Mbps/Full duplex) [ 56.117019] br-lan: port 1(eth0) entered blocking state [ 56.122452] br-lan: port 1(eth0) entered forwarding state [ 56.163827] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.30.1 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r9992-86fd8cb ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#


No notes at this time.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1