Edgemax Edgerouter Will Not Upload System File

This family of devices are small-scale routers based on the MT7621 SoC with 5 x/100/m Mbps Ethernet ports and different features:

The EdgeRouter X-SFP (ER-X-SFP) and the EdgePoint R6 (EP-R6) are hardware compatible (OpenWrt image for the former tin exist used for the latter).

Ubiquiti currently has 2 branches of firmware for these devices: v1 and v2, both are available for download here: https://www.ui.com/download/edgemax/edgerouter-ten.

The instructions beneath were tested with the ER-Ten running the v2-based firmware.

While the SSH/SCP are available in the EdgeOS firmware, y'all cannot direct wink OpenWrt (initramfs-kernel.bin) image on them because you will receive the post-obit error:

Checking upgrade prototype...Upgrade image does non support the device. Upgrade failed.

The process of flashing OpenWrt on these routers involves first flashing a minimal/short-receipt aka "manufacturing plant" tar OpenWrt image and so running sysupgrade to update to the desired (latest stable or snapshot) image of OpenWrt.

The steps below will guide you lot through backing up of the original partitions and and then flashing OpenWrt on these routers.

If y'all can RAM boot the OpenWrt image, you can backup the mtd partitions with:

mount -o remount,size=240M tmpfs /tmp dd if=/dev/mtd0ro | gzip > /tmp/mtd0.gz dd if=/dev/mtd1ro | gzip > /tmp/mtd1.gz dd if=/dev/mtd2ro | gzip > /tmp/mtd2.gz dd if=/dev/mtd3ro | gzip > /tmp/mtd3.gz dd if=/dev/mtd4ro | gzip > /tmp/mtd4.gz dd if=/dev/mtd5ro | gzip > /tmp/mtd5.gz

You lot can then download those /tmp/mtd*.gz files with SCP to your local machine.

An alternative more than generic method, since my ER-X running EdgeOS ii.0.6 shows a slightly different partition layout, would be the following which transfers compressed sectionalization images to a different host (172.16.174.four in my instance) that has more storage.

This is what I accept in my /proc/mtd:

dev:    size   erasesize  proper noun mtd0: 10000000 00020000 "ALL" mtd1: 10000000 00020000 "ALL" mtd2: 00080000 00020000 "Bootloader" mtd3: 00060000 00020000 "Config" mtd4: 00060000 00020000 "eeprom" mtd5: 00300000 00020000 "Kernel1" mtd6: 00300000 00020000 "Kernel2" mtd7: 0f7c0000 00020000 "RootFS"

I'm not sure if I have to copy the "ALL" partitions, only I'll copy them anyhow. I created the ubiquiti folder on the remote storage host previously and I'll take to blazon my countersign for each file.

MYUSER="type_backup_host_username_here" MYHOST="172.xvi.174.4"  echo mtd0 mtd1 mtd2 mtd3 mtd4 mtd5 mtd6 mtd7 | tr ' ' '\northward' | while read part; exercise dd if=/dev/${function}ro | gzip --best | ssh -fifty $MYUSER $MYHOST "cat > ~/ubiquiti/$function.img.gz"; done; true cat /proc/mtd | ssh -l $MYUSER $MYHOST "true cat > ~/ubiquiti/proc-mtd.txt"

The resulting files on my remote storage host is this:

160M    mtd0.img.gz 160M    mtd1.img.gz 77K     mtd2.img.gz 2.2K    mtd3.img.gz 41K     mtd4.img.gz two.1M    mtd5.img.gz one.7M    mtd6.img.gz 156M    mtd7.img.gz 295     proc-mtd.txt

Where mtd0.img and mtd1.img are flake-identical 256MB files when uncompressed. So I'm deleting mtd1.img. In v1.x.ten releases of vendor-os mtd0 was the 2mbit NOR wink and mtd1 then full NAND-wink.

This is the factory layout and it can be used as is? The manufacturing plant layout is not using the whole flash, 524288 bytes(256pages) are missing.

We should keep in that line for easyer render to stock firmware. maybe Ubiquiti is storing a "magic thing" there.

offset(dez) size(dez) name offset(hex) size(hex)
0 524288 bootloader 0x00000000 0x00080000
524288 393216 config 0x00080000 0x00060000
917504 393216 eeprom 0x000E0000 0x00060000
1310720 3145728 kernel 0x00140000 0x00300000
4456448 3145728 kernel2 (squashfs later) 0x00440000 0x00300000
7602176 259784704 rootfs (overlay later) 0x00740000 0x0F7C0000

Installing OpenWrt on these devices requires two steps: first to install a minimal "manufacturing plant" image (filename includes initramfs-factory), and then from that using the standard OpenWrt "sysupgrade" facility to install a full-fledged OpenWrt image (filename includes squashfs-sysupgrade). Both image files are tar format archives, the manufactory file is fix such that the OEM upgrade process will accept it every bit a legitimate (OEM) firmware image. The factory file is typically suffixed tar, the sysupgrade image as bin.

Unfortunately, as of at to the lowest degree sometime around xix.07.2, the OpenWrt build for the manufacturing plant paradigm fails to produce a valid factory tar file. According to stman/OpenWRT-19.07.2-manufacturing plant-tar-file-for-Ubiquiti-EdgeRouter-10, the crusade is a slightly-too-big kernel image. The stman repo provides a customised build configuration that produces a working factory tar file, and a congenital 19.07.ii image for the ERX. The prebuilt ERX manufacturing plant image is verified to work with the ERX-SFP and presumably will also piece of work for the EP-R6. For the ERX-SFP (and EP-R6?) when it comes to install the full OpenWrt firmware via sysupgrade, the –force option is required to "switch" back to the right platform.

1. Download the factory OpenWrt paradigm for the ERX: openwrt-ramips-mt7621-ubnt-erx-initramfs-factory.tar

2a. Flash the factory OpenWrt paradigm (via ssh):

>scp /path/to/openwrt-ramips-mt7621-ubnt-erx-initramfs-manufacturing plant.tar ubnt@192.168.1.1:/tmp/ >ssh ubnt@192.168.1.1 ubnt@ubnt:/$ add together system paradigm /tmp/openwrt-ramips-mt7621-ubnt-erx-initramfs-manufactory.tar Checking upgrade image...Done Preparing to upgrade...Washed Copying upgrade paradigm.../usr/bin/ubnt-upgrade: line 509: [: too many arguments Done Removing erstwhile image...Washed Checking upgrade image...Done Copying config data...Done Finishing upgrade...Done Upgrade completed  ubnt@ubnt:/$ reboot

2b. Flash the factory OpenWrt image (via Web-UI):

Alternatively you tin use the EdgeOS Web-UI and upload the file via the "System" tab.

Be aware that when setting up the router with the factory EdgeOS, ssh administration is washed on eth0 with user/IP: ubnt@192.168.i.ane, while in one case OpenWrt prototype is installed (the minimal/manufactory or total), ssh administration is washed on eth1 with user/IP: root@192.168.ane.i.

3. Download the latest/release OpenWrt sysupgrade paradigm from the device links above.

iv. Update to the latest/release OpenWrt epitome:

>scp /path/to/openwrt-nineteen.07.7-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin root@192.168.1.ane:/tmp/ >ssh root@192.168.one.1 root@OpenWrt:/$ sysupgrade -northward /tmp/openwrt-19.07.7-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin

If you have an ERX-SFP device just booted an ubnt-erx manufacturing plant epitome (e.m. per step 1), you lot'll need to provide the -strength statement to sysupgrade with the ubnt-erx-sfp image.

Later the sysupgrade step the router should update to the specified OpenWrt image and reboot. You may and then continue with configuring your renewed EdgeRouter running OpenWrt!

If at any betoken y'all soft-brick your router, yous can recover it with the EdgeOS prototype post-obit instructions here: https://assistance.ui.com/hc/en-the states/articles/360019289113.

If yous're trying to follow the above on ERX SFP, and getting "upgrade failed" or "invalid firmware", hither'south what worked for me (@noseratio):

- Installed the stock v2.0.9: https://dl.ui.com/firmwares/edgemax/v2.0.9/ER-e50.v2.0.9.5346345.tar

- Downgraded to the stock v2.0.3: https://dl.ubnt.com/firmwares/edgemax/v2.0.x/ER-e50.v2.0.3.5189349.tar

- Installed OpenWrt v18.06 from here: http://openwrt.jaru.eu.org/openwrt-18.06/targets/ramips/mt7621/openwrt-18.06-snapshot-r7911-f65330d27d-ramips-mt7621-ubnt-erx-sfp-initramfs-mill.tar

Then I was able to install the current (at the time of writing) OpenWrt v21.02.1.

A nice Blog-post with the full story to get information technology installed can be found here. At that place is too a program to automate all the steps.

The initramfs-kernel.bin file can exist booted via option 1 in the kicking carte available via a serial connection. Enter the IP and filename for TFTP on eth0. The TFTP server must be connected to eth0, equally the bootloader does not activate the other ports. After this manufactory image boots, apply 'sysupgrade -n' to flash the sysupgrade epitome. (not supported by 17.01.iv)

→ generic.flashing.tftp

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the control line.

cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc

Y'all can reflash the EdgeOS image following instructions here: https://assistance.ui.com/hc/en-usa/articles/360019289113. Alternatively, you can follow the (possibly outdated) instructions below.

The Ubiquiti EdgeOS distributions cannot exist directly re-installed by OpenWrt. This section describes how to use a Linux PC to gear up Ubiquiti firmware into a file that can be flashed as an OpenWrt sysupgrade. The router volition and then be running the stock firmware instead of OpenWrt. This has been tested with version v1.x.11.5274269 on an Edgerouter-10 running OpenWrt 19.07.2. To fully remove OpenWrt, it is recommended to flash stock a 2nd time from the EdgeOS firmware so that both kernel partitions contain EdgeOS. If uploading the stock paradigm from within EdgeOS fails, the device might be out of space.

tar -xf ER-e50.v1.10.eleven.5274269.tar

The files of interest are vmlinux.tmp and squashfs.tmp. vmlinux is the kernel prototype and squashfs is the root filesystem, however this squashfs image needs to be placed within a ubifs filesystem for use.

mkdir sysupgrade-ubnt-erx echo "BOARD=ubnt-erx" > sysupgrade-ubnt-erx/CONTROL mv vmlinux.tmp sysupgrade-ubnt-erx/kernel mkdir rootfs mv squashfs.tmp rootfs/squashfs.img mkfs.ubifs -r rootfs -one thousand 2048 -e 126976 -c 2047 -o sysupgrade-ubnt-erx/root
tar -cf erx-stock-sysupgrade.tar sysupgrade-ubnt-erx

This tar file can be submitted to the CLI or GUI. Exist sure to specify don't save settings (-north) and force upgrade (-F). Using exactly this same version of EdgeOS, the md5sum of the tar file should be 5311d49cf70a667a04e5558c576cab6a.

Addendum: above procedure did not work on an Edgerouter X SFP as somehow the version data did not get set; any attempt to upgrade from the EdgeOS caused kernel panic. But institute another style on the Ubnt forum, so all credits there. Have put it in the form of a script.

Upload to /tmp the files: version.tmp squashfs.tmp squashfs.tmp.md5 vmlinux.tmp and start this script after having uploaded it and chmod 755 to be executable:

#!/bin/sh  # gear up ubi file system for rootfs  ubidetach -p /dev/mtd5  ubiformat /dev/mtd5 ubiattach -p /dev/mtd5 ubimkvol /dev/ubi0 --vol_id=0 --lebs=1925 --name=troot # ascertain a mount point and mount the ubi fs mkdir -p /mnt/debrick mount -o sync -t ubifs ubi0:troot /mnt/debrick/ # flash the file system cp /tmp/version.tmp /mnt/debrick/version  cp /tmp/squashfs.tmp /mnt/debrick/squashfs.img  cp /tmp/squashfs.tmp.md5 /mnt/debrick/squashfs.img.md5 # flash the kernel twice; equal now simply after a afterward update it will retain the previous equally back-up dd if=/tmp/vmlinux.tmp of=/dev/mtdblock3 dd if=/tmp/vmlinux.tmp of=/dev/mtdblock4  repeat 'Success!; rebooting now' reboot get out

Follow Serial installation instructions.

→ generic.debrick

Bootloader has 172.16.iii.211 and is waiting for a tftp-server from 172.16.iii.210 wich should provide a matching openwrt-initramfs with filename vme50 and device should be connected via lan port 0.

on series console, yous volition go: Delight choose the operation:

            1: Load arrangement code to SDRAM via TFTP.  2: Load system code then write to Wink via TFTP.  3: Kicking system code via Flash (default).  4: Entr kick command line interface.  7: Load Kicking Loader lawmaking then write to Flash via Serial.  9: Load Boot Loader lawmaking then write to Flash via TFTP.

default: 3 You choosed 2

device will reboot afterward flashing

→ Basic configuration After flashing, proceed with this.
Ready your Net connection, configure wireless, configure USB port, etc.

The router can supply PoE out (passthrough) on the eth4 port. This is controlled with GPIO 0.

Note: Supported Voltage Range is nine to 26VDC. The original power supply has 12VDC. For e.g. a 24VDC passive PoE a new 24VDC power supply is needed.

To enable PoE out (passthrough) prepare the corresponding value variable in /etc/config/system:

config gpio_switch 'poe_passthrough'         option proper noun 'PoE Passthrough'         option gpio_pin '0'         option value 'one'

A reboot is require to activate the change.

!!! Update: Snapshots with Kernel 5.four may use a unlike GPIO number for PoE passthrough. Try 480 instead:

config gpio_switch 'poe_passthrough'         option name 'PoE Passthrough'         option gpio_pin '480'         option value '1'

The routers can supply PoE on the LAN ports. This is controlled by a PCA9555A with GPIO 0..iv.

For documentation purposes - in order to become this running y'all need, already integrated into OpenWrt:

Later on reboot you need to run insmod and the echo line below to permit on/off functionality.

Plough on POE all ports except eth0(WAN) #eth0 WAN port echo "out" > /sys/class/gpio/gpio496/direction echo "0" > /sys/class/gpio/gpio496/value #eth1 repeat "out" > /sys/class/gpio/gpio497/direction echo "1" > /sys/course/gpio/gpio497/value #eth2 echo "out" > /sys/grade/gpio/gpio498/management echo "1" > /sys/form/gpio/gpio498/value #eth3 echo "499" > /sys/class/gpio/export echo "out" > /sys/class/gpio/gpio499/direction echo "1" > /sys/class/gpio/gpio499/value #eth4 repeat "out" > /sys/course/gpio/gpio500/direction repeat "1" > /sys/course/gpio/gpio500/value  #turn all POE off echo "0" > /sys/class/gpio/gpio496/value echo "0" > /sys/grade/gpio/gpio497/value echo "0" > /sys/class/gpio/gpio498/value echo "0" > /sys/class/gpio/gpio499/value repeat "0" > /sys/class/gpio/gpio500/value

!!! Update: While using kernel 5.4.33 on an ubnt-erx-sfp I noticed that the gpio numbers had changed equally the pca9555 is attributed some other gpio base of operations number which is 400. So 496 .. 500 become 400 .. 404.

ER-10 & ER-X SFP:

Port Switch port Characterization
WAN 0 eth0
LAN 1 one eth1
LAN 2 ii eth2
LAN 3 3 eth3
LAN iv 4 eth4
Northward/A five eth5 (But on SFP)
CPU (eth0) 6
General
Brand Ubiquiti
Model EdgePoint R6 (EP-R6)
Versions
Device Blazon Router
Availability Available 2018
Comments - general
OpenWrt Back up
Supported Since Commit
Supported Since Release
Supported Current Release 21.02.two
Unsupported
Hardware
Bootloader U-Boot
Target ramips
System-On-Chip
CPU MHz 880
Wink MB 256NAND
RAM MB 256
Network
Ethernet 100M ports -
Ethernet Gbit ports v
Switch ¿
Modem -
VLAN Yes
Comments - network ports 1x SFP; 1x PoE in/out; 4x PoE out (24V)
Full general
Brand Ubiquiti
Model EdgeRouter X (ER-X)
Versions
Device Type Router
Availability Bachelor 2018
Comments - general
OpenWrt Support
Supported Since Commit https://git.lede-project.org/?p=source.git;a=commit;h=4e31b2e8697c21f9bd6493bb3d78a4a41c6a9a52
Supported Since Release
Supported Current Release 21.02.2
Unsupported
Hardware
Bootloader U-Boot
Target ramips
Organization-On-Chip
CPU MHz 880
Wink MB 256NAND
RAM MB 256
Network
Ethernet 100M ports -
Ethernet Gbit ports 5
Switch MediaTek MT7621AT
Modem -
VLAN Yes
Comments - network ports 1x PoE in; 1x PoE out (24V)
General
Brand Ubiquiti
Model EdgeRouter Ten-SFP (ER-X-SFP)
Versions
Device Blazon Router
Availability Available 2018
Comments - general
OpenWrt Support
Supported Since Commit https://git.lede-project.org/?p=source.git;a=commit;h=9715beb04c74a918697945b3e2d23a139bd04b70
Supported Since Release
Supported Current Release 21.02.2
Unsupported
Hardware
Bootloader U-Boot
Target ramips
System-On-Chip
CPU MHz 880
Flash MB 256NAND
RAM MB 256
Network
Ethernet 100M ports -
Ethernet Gbit ports v
Switch MediaTek MT7530
Modem -
VLAN Yes
Comments - network ports 1x SFP; 5x PoE out (24V)

Voltage: Ubiquiti EdgerouterX SFP and EdgePoint R6 uses AOZ1212 DC/DC voltage regulator that works from a iv.5V to 27V input voltage range.

Front:

Dorsum:

Behind label:

(valid for "EdgeRouter X" and "EdgePoint R6")

Ii crosshead (PH0) screws are present on one side of the router, unscrew these and the top of the casing comes right off. No warranty-void stickers present of any kind. The serial port is prepopulated with header pins.

EdgeRouter X SFP Main PCB:
PCB top PCB bottom PCB PoE-section

EdgePoint R6 Main PCB:
ER6 PCB top ER6 PCB bottom ER6 PCB PoE

EdgeRouter X SFP:
ERX-SFP Serial Port location and pin indentification

EdgePoint R6:
EP-R6 Serial Port location and pin indentification

Series connectedness parameters 57600, 8N1

→ port.jtag general information about the JTAG port, JTAG cable, etc.

There seems to be an unpopulated JTAG port on the PCB.

Insert photo of PCB with markings for JTAG port

ETH0 PoE IN to PoE OUT → notice diode D26 and reverse it

add together PoE to ETH1

  1. remove R137 & R138

  2. connect R137 pad to R131

  3. connect R138 pad to gnd or R131

add PoE to ETH2

  1. remove R142 & R143

  2. connect R142 pad to R131

  3. connect R143 pad to gnd or R131

add together PoE to ETH3

  1. remove R126 & R127

  2. connect R126 pad to R131

  3. connect R127 pad to gnd or R131

transformer MAX 600mA!

=================================================================== MT7621 stage1 code 10:33:xi (ASIC) CPU=50000000 HZ Jitney=16666666 HZ ================================================================== Alter MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL3 FB_DL: 0xb, 1/0 = 660/364 2D000000 PLL4 FB_DL: 0xf, one/0 = 549/475 3D000000 PLL2 FB_DL: 0x16, 1/0 = 586/438 59000000 do DDR setting..[00320381] Utilize DDR3 Setting...(use customer AC) 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 one 000E:| 0 0 0 0 0 0 0 0 0 0 1 1 1 i one 1 000F:| 0 0 0 0 0 one ane one 1 one ane 1 1 1 0 0 0010:| 1 1 1 one 1 1 i one 1 0 0 0 0 0 0 0 0011:| 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 16 rank 0 fine = 32 B:| 0 0 0 0 0 0 0 0 1 i 1 0 0 0 0 0 opt_dle value:ix DRAMC_R0DELDLY[018]=00001C1C ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq filibuster value ================================================================== bit| 0 1 ii 3 4 5 six 7 eight nine -------------------------------------- 0 | 11 8 11 10 11 half-dozen 12 6 7 ix 10 | eight 13 viii 11 ix 9 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)middle y=0-7bit DQ of every group input delay:DQS0 =28 DQS1 = 28 ================================================================== flake DQS0 bit DQS1 0 (i~53)27 8 (ane~53)27 1 (ii~53)27 9 (one~54)27 2 (1~54)27 10 (0~53)26 iii (0~54)27 eleven (2~52)27 4 (ane~56)28 12 (1~53)27 five (1~54)27 13 (1~55)28 6 (ane~55)28 fourteen (one~55)28 7 (1~55)28 15 (1~54)27 ================================================================== 3.dq delay value terminal ================================================================== bit| 0 1 2 3 4 five half-dozen 7 8 9 -------------------------------------- 0 | 12 ix 12 11 11 seven 12 6 8 ten 10 | 10 fourteen 9 11 nine x ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = fifteen, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=fifteen, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=ii DQ loop=fifteen, cmp_err_1 = ffff00aa dqs_perbyte_dly.last_dqdly_pass[one]=fifteen, end count=one DQ loop=14, cmp_err_1 = ffff0080 DQ loop=13, cmp_err_1 = ffff0080 DQ loop=12, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=12, finish count=2 byte:0, (DQS,DQ)=(9,8) byte:1, (DQS,DQ)=(viii,8) xx,information:89 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 lawmaking done CPU=50000000 HZ Motorbus=16666666 HZ =================================================================== U-Boot 1.1.iii (Jan 27 2015 - 17:52:09) Board: Ralink APSoC DRAM: 256 MB relocate_code Pointer at: 8ffb0000 Config XHCI 40M PLL ****************************** Software System Reset Occurred ****************************** Allocate 16 byte aligned buffer: 8ffe13a0 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [01 DA xc 95 46] Device found in MTK tabular array, ID: 1da, EXT_ID: 909546 Back up this Device in MTK table! 1da select_chip [NAND]select ecc bit:12, sparesize :112 spare_per_sector=28 Signature matched and information read! load_fact_bbt success 2047 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=112, mtd->erasesize=131072 devinfo.iowidth=8 .. UBNT e50 xiii-02079-18 44D9E707138C UBNT BD type=e50, mac=44D9E707138C, s/north=44D9E707138C, mrev=18, k_idx=0 ============================================ Ralink UBoot Version: 4.3.S.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=one/3 Flash component: NAND Flash Appointment:Jan 27 2015 Time:17:52:09 ============================================ icache: sets:256, ways:four, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,full:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =256 Mbytes #Reset_MT7530 Please choose the operation: i: Load arrangement code to SDRAM via TFTP. 2: Load system code and so write to Wink via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 7: Load Boot Loader lawmaking then write to Flash via Serial. 9: Load Boot Loader code so write to Flash via TFTP. default: 4  4  three You choosed 3  0 3: System Boot system code via Flash. ## Booting image at bfd40000 ... Image Name: Linux Kernel Image Epitome Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1676117 Bytes = 1.6 MB Load Address: 80001000 Entry Point: 803654a0 .......................... Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring command to Linux (at address 803654a0) ... ## Giving linux memsize in MB, 256 Starting kernel ... LINUX started... THIS IS ASIC Linux version three.10.14-UBNT (root@edgeos-builder2) (gcc version 4.vi.3 (Buildroot 2012.eleven.1) ) #1 SMP Mon Feb sixteen 12:59:27 PST 2015 The CPU feqenuce fix to 880 MHz GCMP nowadays CPU0 revision is: 0001992f (MIPS 1004Kc) Software DMA cache coherency Adamant concrete RAM map: memory: 10000000 @ 00000000 (usable) Zone ranges: Normal [mem 0x00000000-0x0fffffff] Movable zone start for each node Early retentiveness node ranges node 0: [mem 0x00000000-0x0fffffff] Detected 3 available secondary CPU(s) Primary education cache 32kB, 4-style, VIPT, linesize 32 bytes. Main data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, eight-way, linesize 32 bytes. PERCPU: Embedded 7 pages/cpu @81203000 s6656 r8192 d13824 u32768 Built one zonelists in Zone club, mobility group on. Total pages: 65024 Kernel command line: console=ttyS1,57600n8 ubi.mtd=7 root=ubi0_0 rootfstype=ubifs rootsqimg=squashfs.img rootsqwdir=due west rw PID hash table entries: 1024 (social club: 0, 4096 bytes) Dentry cache hash tabular array entries: 32768 (gild: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: four, 65536 bytes) Writing ErrCtl register=00050184 Readback ErrCtl annals=00050184 Memory: 254860k/262144k available (3507k kernel code, 7284k reserved, 1010k data, 212k init, 0k highmem) Hierarchical RCU implementation. NR_IRQS:128 console [ttyS1] enabled Calibrating filibuster loop... 577.53 BogoMIPS (lpj=1155072) pid_max: default: 32768 minimum: 301 Security Framework initialized Mountain-enshroud hash tabular array entries: 512 launch: starting cpu1 launch: cpu1 gone! CPU1 revision is: 0001992f (MIPS 1004Kc) Primary educational activity cache 32kB, iv-way, VIPT, linesize 32 bytes. Principal data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-style, linesize 32 bytes. Synchronize counters for CPU 1: washed. launch: starting cpu2 launch: cpu2 gone! CPU2 revision is: 0001992f (MIPS 1004Kc) Master teaching cache 32kB, 4-style, VIPT, linesize 32 bytes. Primary data cache 32kB, iv-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, viii-way, linesize 32 bytes. Synchronize counters for CPU two: done. launch: starting cpu3 launch: cpu3 gone! CPU3 revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, four-mode, VIPT, linesize 32 bytes. Main data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, eight-way, linesize 32 bytes. Synchronize counters for CPU iii: done. Brought up 4 CPUs devtmpfs: initialized NET: Registered protocol family 16 bio: create slab <bio-0> at 0 Switching to clocksource MIPS NET: Registered protocol family 2 TCP established hash table entries: 2048 (guild: 2, 16384 bytes) TCP bind hash tabular array entries: 2048 (lodge: 2, 16384 bytes) TCP: Hash tables configured (established 2048 demark 2048) TCP: reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Light hash tabular array entries: 256 (order: 1, 8192 bytes) Net: Registered protocol family 1 4 CPUs re-calibrate udelay(lpj = 1167360) squashfs: version 4.0 (2009/01/31) Phillip Lougher Registering unionfs two.five.13 (for 3.x.34) aufs 3.10.x-20140915 msgmni has been set to 497 io scheduler noop registered io scheduler cfq registered (default) Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A Ralink gpio commuter initialized i2cdrv_major = 218 loop: module loaded flash industry id: 1c, device id 70 15 EN25QH16(1c 70151c70) (2048 Kbytes) mtd .name = raspi, .size = 0x00200000 (2M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 Creating one MTD partitions on "raspi": 0x000000000000-0x000000080000 : "SPI_FLASH" MediaTek Nand driver init, version v2.one Fix AHB virt2phys mistake Classify 16 byte aligned buffer: 804b0430 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [01 DA 90 95 46, 00909546] Device found in MTK table, ID: 1da, EXT_ID: 909546 Support this Device in MTK table! 1da NAND device: Manufacturer ID: 0x01, Bit ID: 0xda (AMD/Spansion NAND 256MiB 3,3V 8-flake), 256MiB, page size: 2048, OOB size: 112 [NAND]select ecc bit:12, sparesize :112 spare_per_sector=28 Scanning device for bad blocks Signature matched and data read! load_fact_bbt success 2047 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Creating vii MTD partitions on "MT7621-NAND": 0x000000000000-0x00000ff80000 : "ALL" 0x000000000000-0x000000080000 : "Bootloader" 0x000000080000-0x0000000e0000 : "Config" 0x0000000e0000-0x000000140000 : "eeprom" 0x000000140000-0x000000440000 : "Kernel" 0x000000440000-0x000000740000 : "Kernel2" 0x000000740000-0x00000ff00000 : "RootFS" [mtk_nand] probe successfully! UBNT BD mac 44d9e707138c kidx 0 mrev eighteen series 44D9E707138C blazon e50 rdm_major = 253 GMAC1_MAC_ADRH -- : 0x000044d9 GMAC1_MAC_ADRL -- : 0xe707138c Ralink APSoC Ethernet Driver Initilization. v3.1 512 rx/tx descriptors allocated, mtu = 1500! GMAC1_MAC_ADRH -- : 0x000044d9 GMAC1_MAC_ADRL -- : 0xe707138c PROC INIT OK! Ralink I2C Init TCP: cubic registered NET: Registered protocol family 17 Cyberspace: Registered protocol family xv UBI: attaching mtd7 to ubi0 UBI: scanning is finished UBI: fastened mtd7 (proper name "RootFS", size 247 MiB) to ubi0 UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes UBI: min./max. I/O unit of measurement sizes: 2048/2048, sub-page size 2048 UBI: VID header offset: 2048 (aligned 2048), data showtime: 4096 UBI: good PEBs: 1982, bad PEBs: 0, corrupted PEBs: 0 UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 UBI: max/hateful erase counter: one/0, WL threshold: 4096, image sequence number: 1428435120 UBI: available PEBs: 0, total reserved PEBs: 1982, PEBs reserved for bad PEB handling: 40 UBI: groundwork thread "ubi_bgt0d" started, PID 51 UBIFS: background thread "ubifs_bgt0_0" started, PID 52 UBIFS: mounted UBI device 0, volume 0, name "troot" UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes UBIFS: FS size: 244428800 bytes (233 MiB, 1925 LEBs), periodical size 12189696 bytes (11 MiB, 96 LEBs) UBIFS: reserved for root: 4952683 bytes (4836 KiB) UBIFS: media format: w4/r0 (latest is w4/r0), UUID E6F01834-6938-4C48-AB84-503A3CF12D34, small-scale LPT model VFS: Mounted root (aufs filesystem) on device 0:12. devtmpfs: mounted Freeing unused kernel memory: 212K (8046b000 - 804a0000) Algorithmics/MIPS FPU Emulator v1.5 INIT: version 2.88 booting aufs au_lkup_dentry:223:appointment[68]: I/O Fault, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:engagement[68]: I/O Mistake, both of real entry and whiteout found, localtime, err -five mkdir: tin't create directory '/dev/shm/network': No such file or directory aufs au_lkup_dentry:223:ntpdate[173]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:init[1]: I/O Error, both of real entry and whiteout found, localtime, err -5 INIT: Entering runlevel: ii Unable to open up file: /dev/tpm0 can't open up any entropy source Perhaps RNG device modules are not loaded aufs au_lkup_dentry:223:rsyslogd[308]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:cron[321]: I/O Mistake, both of existent entry and whiteout constitute, localtime, err -v aufs au_lkup_dentry:223:cron[322]: I/O Error, both of real entry and whiteout establish, localtime, err -5 aufs au_lkup_dentry:223:ubnt-cfgd[332]: I/O Error, both of real entry and whiteout found, localtime, err -5 [....] Starting routing daemon: ribaufs au_lkup_dentry:223:zebra[349]: I/O Mistake, both of existent entry and whiteout found, localtime, err -5 [?25l[?1c7[ ok 8[?25h[?0c. [....] Starting EdgeOS router: migrateaufs au_lkup_dentry:223:sg[388]: I/O Error, both of real entry and whiteout plant, localtime, err -five aufs au_lkup_dentry:223:sudo[400]: I/O Mistake, both of real entry and whiteout plant, localtime, err -5 aufs au_lkup_dentry:223:sudo[407]: I/O Fault, both of existent entry and whiteout found, localtime, err -v aufs au_lkup_dentry:223:appointment[422]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:vyatta_config_m[389]: I/O Error, both of real entry and whiteout found, localtime, err -5 rl-system configureaufs au_lkup_dentry:223:sg[462]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:date[464]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:date[467]: I/O Error, both of real entry and whiteout constitute, localtime, err -v aufs au_lkup_dentry:223:engagement[469]: I/O Error, both of existent entry and whiteout found, localtime, err -five aufs au_lkup_dentry:223:appointment[470]: I/O Mistake, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[472]: I/O Mistake, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[475]: I/O Error, both of real entry and whiteout found, localtime, err -v aufs au_lkup_dentry:223:rsyslogd[502]: I/O Error, both of real entry and whiteout found, localtime, err -v aufs au_lkup_dentry:223:sudo[509]: I/O Error, both of existent entry and whiteout constitute, localtime, err -5 aufs au_lkup_dentry:223:ln[510]: I/O Error, both of real entry and whiteout institute, localtime, err -5 aufs au_lkup_dentry:223:ln[510]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:ln[510]: I/O Fault, both of real entry and whiteout found, localtime, err -five aufs au_lkup_dentry:223:netplugd[306]: I/O Fault, both of real entry and whiteout establish, localtime, err -5 aufs au_lkup_dentry:223:sudo[523]: I/O Mistake, both of real entry and whiteout plant, localtime, err -v aufs au_lkup_dentry:223:sudo[525]: I/O Fault, both of real entry and whiteout constitute, localtime, err -five aufs au_lkup_dentry:223:sudo[537]: I/O Fault, both of real entry and whiteout found, localtime, err -five aufs au_lkup_dentry:223:sudo[539]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[551]: I/O Fault, both of existent entry and whiteout constitute, localtime, err -v aufs au_lkup_dentry:223:sudo[553]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[565]: I/O Mistake, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[567]: I/O Error, both of real entry and whiteout constitute, localtime, err -5 aufs au_lkup_dentry:223:sudo[583]: I/O Mistake, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[587]: I/O Error, both of real entry and whiteout found, localtime, err -v aufs au_lkup_dentry:223:sudo[589]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[603]: I/O Mistake, both of existent entry and whiteout found, localtime, err -five aufs au_lkup_dentry:223:sudo[605]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[611]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:ntpd[634]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[637]: I/O Error, both of real entry and whiteout establish, localtime, err -5 aufs au_lkup_dentry:223:usermod[640]: I/O Fault, both of real entry and whiteout found, localtime, err -v aufs au_lkup_dentry:223:sudo[646]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[649]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[653]: I/O Error, both of real entry and whiteout establish, localtime, err -5 aufs au_lkup_dentry:223:sudo[659]: I/O Error, both of existent entry and whiteout establish, localtime, err -5 aufs au_lkup_dentry:223:sudo[658]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sshd[688]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[690]: I/O Error, both of real entry and whiteout establish, localtime, err -5 aufs au_lkup_dentry:223:sudo[696]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[698]: I/O Error, both of existent entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:sudo[700]: I/O Fault, both of real entry and whiteout plant, localtime, err -5 aufs au_lkup_dentry:223:sudo[704]: I/O Error, both of real entry and whiteout establish, localtime, err -five aufs au_lkup_dentry:223:lighttpd[707]: I/O Mistake, both of real entry and whiteout plant, localtime, err -5 aufs au_lkup_dentry:223:logger[722]: I/O Fault, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:engagement[723]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:php-cgi[708]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:engagement[725]: I/O Error, both of real entry and whiteout found, localtime, err -5 aufs au_lkup_dentry:223:date[726]: I/O Error, both of real entry and whiteout plant, localtime, err -v [?25l7[FAILviii[?25h failed! Welcome to EdgeOS ubnt ttyS1 By logging in, accessing, or using the Ubiquiti product, you acknowledge that yous have read and understood the Ubiquiti License Understanding (available in the Web UI at, by default, http://192.168.ane.i) and concur to exist bound past its terms. ubnt login:

=================================================================== MT7621 stage1 code ten:33:11 (ASIC) CPU=50000000 HZ Coach=16666666 HZ ================================================================== Alter MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL way + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL2 FB_DL: 0xc, i/0 = 741/283 31000000 PLL3 FB_DL: 0xd, 1/0 = 517/507 35000000 PLL4 FB_DL: 0x15, 1/0 = 543/481 55000000 practise DDR setting..[00320381] Apply DDR3 Setting...(use customer AC) 0 viii sixteen 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 000E:| 0 0 0 0 0 0 0 0 0 one ane ane 1 i i 1 000F:| 0 0 0 0 0 1 1 i 1 i 1 1 i 1 0 0 0010:| 1 1 i 1 ane i ane i 1 0 0 0 0 0 0 0 0011:| ane 1 i 1 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 16 rank 0 fine = 32 B:| 0 0 0 0 0 0 0 0 1 i i 0 0 0 0 0 opt_dle value:ix DRAMC_R0DELDLY[018]=00001C1D ================================================================== RX DQS perbit delay software calibration ================================================================== ane.0-15 flake dq delay value ================================================================== flake| 0 1 2 3 4 v 6 seven viii 9 -------------------------------------- 0 | 13 nine xiii 10 xiii 8 12 vii 7 10 10 | 9 xiii vii 12 vii ten -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input filibuster:DQS0 =29 DQS1 = 28 ================================================================== flake DQS0 flake DQS1 0 (ii~55)28 8 (one~53)27 1 (1~52)26 nine (one~52)26 2 (1~52)26 10 (ane~52)26 three (one~52)26 11 (2~55)28 4 (two~57)29 12 (2~55)28 5 (ane~53)27 13 (ane~56)28 6 (one~54)27 14 (1~54)27 seven (1~55)28 15 (i~56)28 ================================================================== 3.dq delay value last ================================================================== flake| 0 1 2 three iv 5 6 7 viii 9 -------------------------------------- 0 | 14 12 15 13 13 ten fourteen 8 8 12 10 | 11 13 seven 12 8 ten ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff2240 DQS loop = fourteen, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=14, terminate count=one dqs_perbyte_dly.last_dqsdly_pass[1]=fourteen, finish count=2 DQ loop=15, cmp_err_1 = ffff00a0 dqs_perbyte_dly.last_dqdly_pass[one]=fifteen, end count=1 DQ loop=14, cmp_err_1 = ffff0080 DQ loop=13, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=13, finish count=2 byte:0, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(viii,8) 20,data:88 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=50000000 HZ Jitney=16666666 HZ =================================================================== U-Kicking 1.1.3 (Jan 27 2015 - 17:52:09) Board: Ralink APSoC DRAM: 256 MB relocate_code Pointer at: 8ffb0000 Config XHCI 40M PLL ****************************** Software System Reset Occurred ****************************** Allocate 16 byte aligned buffer: 8ffe13a0 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [01 DA 90 95 46] Device found in MTK tabular array, ID: 1da, EXT_ID: 909546 Support this Device in MTK table! 1da select_chip [NAND]select ecc chip:12, sparesize :112 spare_per_sector=28 Signature matched and data read! load_fact_bbt success 2047 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=112, mtd->erasesize=131072 devinfo.iowidth=8 .. UBNT e50 thirteen-02079-xviii 44D9E79393C7 UBNT BD type=e50, mac=44D9E79393C7, south/due north=44D9E79393C7, mrev=18, k_idx=1 ============================================ Ralink UBoot Version: 4.3.S.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Style) DRAM_CONF_FROM: Car-Detection DRAM_TYPE: DDR3 DRAM bus: 16 flake Xtal Fashion=3 OCP Ratio=1/three Flash component: NAND Flash Date:Jan 27 2015 Fourth dimension:17:52:09 ============================================ icache: sets:256, means:4, linesz:32 ,full:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =256 Mbytes #Reset_MT7530 Please choose the operation: 1: Load organisation code to SDRAM via TFTP. 2: Load organisation code then write to Flash via TFTP. iii: Boot organization code via Flash (default). 4: Entr kicking command line interface. 7: Load Kick Loader code then write to Flash via Serial. 9: Load Kick Loader code so write to Flash via TFTP. default: 3 0 3: Organisation Kicking system code via Wink. ## Booting image at c0040000 ... Image Proper noun: MIPS OpenWrt Linux-iv.four.half dozen Prototype Type: MIPS Linux Kernel Image (lzma compressed) Information Size: 1513707 Bytes = 1.iv MB Load Address: 80001000 Entry Point: 80001000 ........................ Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at accost 80001000) ... ## Giving linux memsize in MB, 256 Starting kernel ... [ 0.000000] Linux version four.iv.6 (derecho@prorsus) (gcc version 5.iii.0 (OpenWrt GCC 5.3.0 r49166) ) #2 SMP Thu Apr fourteen 18:13:22 UTC 2016 [ 0.000000] SoC Type: MediaTek MT7621 ver:one eco:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: motorcar is UBNT-ERX [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 10000000 @ 00000000 (usable) [ 0.000000] Initrd not constitute or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone outset for each node [ 0.000000] Early retention node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] VPE topology {ii,2} total 4 [ 0.000000] Primary instruction enshroud 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Master information cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-style, linesize 32 bytes. [ 0.000000] PERCPU: Embedded ten pages/cpu @8120b000 s8416 r8192 d24352 u40960 [ 0.000000] Built i zonelists in Zone order, mobility grouping on. Full pages: 65024 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (lodge: v, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (lodge: 4, 65536 bytes) [ 0.000000] Writing ErrCtl register=0003aa00 [ 0.000000] Readback ErrCtl register=0003aa00 [ 0.000000] Memory: 254720K/262144K available (3479K kernel code, 161K rwdata, 812K rodata, 208K init, 248K bss, 7424K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns [ 0.010000] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.070000] pid_max: default: 32768 minimum: 301 [ 0.080000] Mount-cache hash tabular array entries: 1024 (order: 0, 4096 bytes) [ 0.090000] Mountpoint-cache hash tabular array entries: 1024 (club: 0, 4096 bytes) [ 0.100000] Chief instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.100000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.100000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.100000] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.190000] Synchronize counters for CPU 1: done. [ 0.200000] Principal instruction cache 32kB, VIPT, four-way, linesize 32 bytes. [ 0.200000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.200000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.200000] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.290000] Synchronize counters for CPU 2: done. [ 0.300000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.300000] Main data cache 32kB, iv-way, PIPT, no aliases, linesize 32 bytes [ 0.300000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.300000] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.390000] Synchronize counters for CPU iii: done. [ 0.400000] Brought up 4 CPUs [ 0.400000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.410000] pinctrl cadre: initialized pinctrl subsystem [ 0.420000] Cyberspace: Registered protocol family 16 [ 0.490000] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.500000] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.510000] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.520000] clocksource: Switched to clocksource GIC [ 0.540000] NET: Registered protocol family 2 [ 0.550000] TCP established hash table entries: 2048 (guild: 1, 8192 bytes) [ 0.560000] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.570000] TCP: Hash tables configured (established 2048 bind 2048) [ 0.580000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.600000] UDP-Low-cal hash table entries: 256 (order: 1, 8192 bytes) [ 0.610000] Internet: Registered protocol family ane [ 0.620000] futex hash tabular array entries: 1024 (order: 3, 32768 bytes) [ 0.640000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.650000] jffs2: version 2.two (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.670000] io scheduler noop registered [ 0.680000] io scheduler deadline registered (default) [ 0.690000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.700000] panel [ttyS0] disabled [ 0.710000] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A [ 0.730000] console [ttyS0] enabled [ 0.730000] console [ttyS0] enabled [ 0.740000] bootconsole [early0] disabled [ 0.740000] bootconsole [early0] disabled [ 0.760000] MediaTek Nand commuter init, version v2.ane Fix AHB virt2phys error [ 0.770000] Allocate 16 byte aligned buffer: 804c3210 [ 0.780000] Enable NFI Clock [ 0.790000] # MTK NAND # : Utilize HW ECC [ 0.800000] Device constitute in MTK table, ID: 1da, EXT_ID: 909546 [ 0.810000] Support this Device in MTK tabular array! 1da [ 0.820000] nand: device found, Manufacturer ID: 0x01, Scrap ID: 0xda [ 0.830000] nand: AMD/Spansion NAND 256MiB three,3V 8-bit [ 0.840000] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128 [ 0.860000] [NAND]select ecc bit:12, sparesize :112 spare_per_sector=28 [ 0.870000] Scanning device for bad blocks [ one.570000] 6 ofpart partitions establish on MTD device MT7621-NAND [ 1.580000] Creating 6 MTD partitions on "MT7621-NAND": [ i.590000] 0x000000000000-0x000000080000 : "u-kicking" [ i.600000] 0x000000080000-0x0000000e0000 : "u-boot-env" [ 1.610000] 0x0000000e0000-0x000000140000 : "manufactory" [ 1.620000] 0x000000140000-0x000000440000 : "kernel1" [ 1.630000] 0x000000440000-0x000000740000 : "kernel2" [ 1.640000] 0x000000740000-0x00000ff00000 : "ubi" [ 1.660000] [mtk_nand] probe successfully! [ one.660000] Signature matched and information read! [ one.670000] load_fact_bbt success 2047 [ 1.680000] netif_napi_add() called with weight 128 on device eth%d [ 1.710000] libphy: mdio: probed [ 1.730000] mtk_soc_eth 1e100000.ethernet: loaded mt7530 commuter [ one.740000] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10 [ 1.760000] mt7621_wdt 1e000100.wdt: Initialized [ 1.770000] NET: Registered protocol family unit 10 [ 1.780000] NET: Registered protocol family 17 [ one.790000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you lot need this. [ 1.810000] 8021q: 802.1Q VLAN Support v1.viii [ one.820000] UBI: automobile-attach mtd5 [ 1.830000] ubi0: attaching mtd5 [ 4.270000] ubi0: scanning is finished [ 4.300000] ubi0: attached mtd5 (name "ubi", size 247 MiB) [ four.310000] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 4.320000] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ iv.330000] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 4.350000] ubi0: good PEBs: 1982, bad PEBs: 0, corrupted PEBs: 0 [ 4.360000] ubi0: user volume: 2, internal volumes: i, max. volumes count: 128 [ four.370000] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1689714530 [ 4.390000] ubi0: available PEBs: 0, total reserved PEBs: 1982, PEBs reserved for bad PEB handling: twoscore [ iv.410000] ubi0: background thread "ubi_bgt0d" started, PID 289 [ 4.420000] cake ubiblock0_0: created from ubi0:0(rootfs) [ 4.430000] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ four.450000] hctosys: unable to open rtc device (rtc0) [ 4.460000] UBIFS mistake (ubi0:0 pid 1): init_constants_early: besides few LEBs (11), min. is 17 [ 4.480000] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ four.490000] Freeing unused kernel memory: 208K (8045c000 - 80490000) [ 5.180000] init: Console is live [ 5.180000] init: - watchdog - [ 5.370000] init: - preinit - Press the [f] key and hit [enter] to enter failsafe fashion Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 8.790000] random: procd urandom read with 28 bits of entropy available [ 8.810000] UBIFS (ubi0:i): default file-arrangement created [ 8.820000] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 351 [ eight.940000] UBIFS (ubi0:one): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 8.960000] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.980000] UBIFS (ubi0:1): FS size: 243032064 bytes (231 MiB, 1914 LEBs), journal size 12189696 bytes (11 MiB, 96 LEBs) [ nine.000000] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 9.010000] UBIFS (ubi0:i): media format: w4/r0 (latest is w4/r0), UUID AAD1669E-8BEF-4D72-B307-63F0E2358AA3, modest LPT model [ 9.040000] mount_root: overlay filesystem has non been fully initialized yet [ ix.050000] mount_root: switching to jffs2 overlay [ nine.080000] procd: - early - [ ix.090000] procd: - watchdog - [ ix.830000] procd: - ubus - [ 9.890000] procd: - init - Please press Enter to activate this console. [ 10.280000] ip6_tables: (C) 2000-2006 Netfilter Core Squad [ 10.300000] ip_tables: (C) 2000-2006 Netfilter Core Team [ x.310000] nf_conntrack version 0.v.0 (3983 buckets, 15932 max) [ 10.460000] xt_time: kernel timezone is -0000 [ 10.470000] PPP generic driver version 2.4.ii [ ten.480000] NET: Registered protocol family 24 [ 13.750000] device eth0.i entered promiscuous mode [ 13.760000] device eth0 entered promiscuous mode [ 13.770000] br-lan: port ane(eth0.1) entered forwarding state [ 13.780000] br-lan: port 1(eth0.1) entered forwarding land [ 15.780000] br-lan: port 1(eth0.1) entered forwarding state [ xx.240000] random: nonblocking puddle is initialized BusyBox v1.24.1 () congenital-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E Fifty Eastward Due south S F R Eastward Eastward D O M ----------------------------------------------------- DESIGNATED Commuter (Bleeding Border, r49166) ----------------------------------------------------- * ii oz. Orangish Juice Combine all juices in a * 2 oz. Pineapple Juice tall glass filled with * 2 oz. Grapefruit Juice water ice, stir well. * 2 oz. Cranberry Juice ----------------------------------------------------- root@OpenWrt:/#

arsenaultvervang.blogspot.com

Source: https://openwrt.org/toh/ubiquiti/edgerouter_x_er-x_ka

Belum ada Komentar untuk "Edgemax Edgerouter Will Not Upload System File"

Posting Komentar

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel