Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:tp-link:ec330-g5u_v1 [2023/01/14 19:44] – [TP-Link EC330-G5u v1] csharper2005 | toh:tp-link:ec330-g5u_v1 [2023/08/02 19:03] – [OpenWrt installation (using factory image)] add info about ISP's default FW luckyspecialist | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| /* USE https:// | /* USE https:// | ||
| - | {{page> | ||
| - | The TP-Link EC330-G5u v1 is a wireless router based on the MT7621 platform with USB 3.0 port. It's also known as TP-Link Archer C9ERT. | + | The TP-Link EC330-G5u v1 is a WiFi 5 AC1900 |
| + | It's also known as TP-Link Archer C9ERT. | ||
| /*****/ | /*****/ | ||
| Line 14: | Line 14: | ||
| /*****/ | /*****/ | ||
| - | {{media:example:genericrouter1.png?200|Generic Router}} | + | {{media:tplink:ec330-g5u-v1: |
| ===== Supported Versions ===== | ===== Supported Versions ===== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME | ||
| - | - The tables below are automatically generated, **once the correct filters for Brand and Model are set.** | ||
| - | - If the tables below show information for ''< | ||
| - | - If the tables below contain " | ||
| - | - the dataentry page for TP-Link EC330-G5u v1 is missing. Please [[meta: | ||
| - | - filters are not set correctly. Most common reason for " | ||
| - | - If the tables still contain " | ||
| - | </ | ||
| ---- datatable ---- | ---- datatable ---- | ||
| Line 39: | Line 29: | ||
| /* If no unsupported functions known, comment out the following datatable or delete it. */ | /* If no unsupported functions known, comment out the following datatable or delete it. */ | ||
| + | /* | ||
| ---- datatable ---- | ---- datatable ---- | ||
| cols : Unsupported Functions_unsupporteds | cols : Unsupported Functions_unsupporteds | ||
| Line 45: | Line 36: | ||
| filter | filter | ||
| ---- | ---- | ||
| + | */ | ||
| ===== Experimental Versions ===== | ===== Experimental Versions ===== | ||
| - | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | + | * [[https://forum.openwrt.org/ |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | + | |
| - | //None at this time.// | ||
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| Line 94: | Line 79: | ||
| - | -> [[docs:guide-user: | + | {{page>meta:infobox:attention_trunk& |
| + | ==== OpenWrt | ||
| - | FIXME Please add the installation procedure here. | + | Tested with // |
| + | Also tested on 3.16.0 0.9.1 v6037.0 Build 181229 Rel.41159n (ISP's default FW) if the router booted from the right slot to download the OpenWRT firmware (see step 6 below). | ||
| - | ==== Flash Layout ==== | + | 1. Login to the router web interface |
| - | <WRAP BOX> | + | |
| - | FIXME // | + | |
| - | Please check out the article [[docs: | + | 2. Open configuration file in any TP-Link config editor (e.g. https:// |
| - | </WRAP> | + | |
| - | ==== OEM easy installation ==== | + | 3. Find // |
| + | <code bash>< | ||
| + | according to the following example: | ||
| + | <code bash> | ||
| + | < | ||
| + | ... | ||
| + | < | ||
| + | ... | ||
| + | </ | ||
| + | </ | ||
| - | <WRAP BOX> | + | 4. Save configuration file and upload changed configuration using stock firmware web interface |
| - | FIXME //The instructions below are for Broadcom devices and only serve as an example.//\\ | + | |
| - | **//Remove / modify them if they do not apply to this particular device!//** | + | |
| - | This section deals with | + | 5. Login using // |
| - | * How you install OpenWrt from a device freshly opened | + | |
| - | * The steps required such as reset to factory defaults if the device has already been configured | + | |
| - | **Note:** Reset router to factory defaults if it has been previously configured. | + | 6. |
| - | * Browse to '' | + | * If the result is <code bash> |
| - | * Upload .bin file to router | + | * If the result is <code bash>mtd7: 03000000 00020000 " |
| - | * Wait for it to reboot | + | |
| - | * Telnet to 192.168.1.1 and set a root password, or browse to '' | + | |
| - | </ | + | |
| - | ==== OEM installation using the TFTP method ==== | + | 7. Set up a //tftp// server (e.g. //tftpd64// for windows) with OpenWrt // |
| - | -> [[docs: | + | 8. Login using //telnet// to 192.168.0.1, port:1023 |
| - | === Specific values needed for tftp === | + | 9. Download OpenWrt // |
| + | <code bash> | ||
| + | cd /tmp | ||
| + | tftp -g -r factory.bin 192.168.0.100 | ||
| + | </ | ||
| - | <WRAP BOX> | + | 10. Write OpenWrt // |
| + | <code bash> | ||
| + | dd if=/ | ||
| + | </code> | ||
| - | FIXME Enter values for " | + | 11. Power cycle the router |
| - | ^ Bootloader | + | ==== OpenWrt installation (using serial console) ==== |
| - | ^ Bootloader MAC address | + | |
| - | ^ Firmware tftp image | [[:downloads|Latest OpenWrt release]] | + | 1. Rename OpenWrt initramfs image to **test.bin** and place it on tftp server |
| - | ^ TFTP transfer window | + | |
| - | ^ TFTP window start | + | 2. Attach [[: |
| - | ^ TFTP client required IP address | + | |
| + | 3. Switch on the router and interrupt the boot process by pressing ' | ||
| + | |||
| + | 4. Load and run OpenWrt initramfs image: | ||
| + | <code bash> | ||
| + | tftpboot | ||
| + | bootm | ||
| + | </ | ||
| + | |||
| + | 5. Once inside OpenWrt, switch to the first boot image: | ||
| + | <code bash> | ||
| + | fw_setenv BootImage 0 | ||
| + | </ | ||
| + | |||
| + | 6. Run <code bash> | ||
| + | |||
| + | |||
| + | ==== Back to Stock ==== | ||
| + | |||
| + | 1. Run in the OpenWrt shell: | ||
| + | <code bash> | ||
| + | fw_setenv BootImage 1 | ||
| + | reboot | ||
| + | </ | ||
| + | |||
| + | |||
| + | | ||
| + | ==== Flash Layout ==== | ||
| + | |||
| + | ^ Offset | ||
| + | | 0x0 | 0x400000 | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | ||
| + | | | | | ||
| + | | | ||
| + | | 0x400000 | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | | | | ||
| + | | 0x3400000 | ||
| + | | 0x6400000 | ||
| + | | 0x7400000 | ||
| + | | 0x7800000 | ||
| + | | | | | ||
| + | | 0x0 | 128M | 128 Mb | 0x7f80000 | ||
| + | | 0x400000 | ||
| + | |||
| + | === Bootloader notes === | ||
| + | The device contains 3 bootloaders: | ||
| + | |||
| + | 1. First U-Boot: U-Boot 1.1.3 (Mar 18 2019 - 12:50:24). The First U-Boot located on NAND Flash to load next full-feature Uboot. | ||
| + | |||
| + | 2. Main U-Boot + its backup: U-Boot 1.1.3 (Mar 18 2019 - 12:50:29). This bootloader includes recovery webserver. Requires special uImages to continue the boot process: | ||
| + | * 0x00 (os0, os1) - firmware uImage | ||
| + | * 0x40 (os0, os1) - standalone uImage (OpenWrt kernel is here) | ||
| + | |||
| + | 3. Additionally, | ||
| + | ==== OEM easy installation ==== | ||
| + | |||
| + | None so far. | ||
| + | ==== OEM installation using the TFTP method ==== | ||
| + | |||
| + | None so far. | ||
| - | </ | ||
| ===== Upgrading OpenWrt ===== | ===== Upgrading OpenWrt ===== | ||
| -> [[docs: | -> [[docs: | ||
| - | <WRAP BOX> | ||
| - | |||
| - | FIXME These are generic instructions. Update with your router' | ||
| ==== LuCI Web Upgrade Process ==== | ==== LuCI Web Upgrade Process ==== | ||
| Line 157: | Line 216: | ||
| If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. | If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. | ||
| - | There are two command line methods for upgrading: | ||
| - | |||
| - | * '' | ||
| - | * '' | ||
| - | |||
| - | Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. | ||
| === sysupgrade === | === sysupgrade === | ||
| Line 174: | Line 227: | ||
| </ | </ | ||
| - | === mtd === | ||
| - | If '' | + | ===== Debricking ===== |
| - | * Login as root via SSH on 192.168.1.1, then enter the following commands: | + | 1. Press Reset button and power on the router |
| - | < | + | 2. Navigate to U-Boot recovery web server (http://192.168.0.1/) and upload the OEM firmware |
| - | cd /tmp | + | |
| - | wget http://downloads.openwrt.org/ | + | |
| - | mtd write /tmp/xxx.abc linux && reboot | + | |
| - | </ | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | ===== Debricking ===== | + | |
| - | -> [[docs: | + | |
| ===== Failsafe mode ===== | ===== Failsafe mode ===== | ||
| Line 199: | Line 242: | ||
| ===== Specific Configuration ===== | ===== Specific Configuration ===== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| ==== Network interfaces ==== | ==== Network interfaces ==== | ||
| The default network configuration is: | The default network configuration is: | ||
| - | ^ Interface Name ^ Description | + | ^ Interface Name ^ Description |
| - | | br-lan | + | | br-lan |
| - | | vlan0 (eth0.0) | + | | lan1-4 |
| - | | vlan1 (eth0.1) | + | | wan |
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | + | |
| - | + | ||
| - | </ | + | |
| ==== Switch Ports (for VLANs) ==== | ==== Switch Ports (for VLANs) ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| - | Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. | ||
| ^ Port ^ Switch port ^ | ^ Port ^ Switch port ^ | ||
| - | | Internet (WAN) | + | | Internet (WAN) |
| - | | LAN 1 | EXAMPLE 3 | | + | | LAN 1 | lan1 |
| - | | LAN 2 | EXAMPLE 2 | | + | | LAN 2 | lan2 |
| - | | LAN 3 | EXAMPLE 1 | | + | | LAN 3 | lan3 |
| - | | LAN 4 | EXAMPLE 0 | | + | | LAN 4 | lan4 |
| - | </ | ||
| ==== Buttons ==== | ==== Buttons ==== | ||
| -> [[docs: | -> [[docs: | ||
| Here, we merely name the buttons, so we can use them in the above Howto. | Here, we merely name the buttons, so we can use them in the above Howto. | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| The TP-Link EC330-G5u has the following buttons: | The TP-Link EC330-G5u has the following buttons: | ||
| - | ^ BUTTON | + | ^ BUTTON |
| - | | EXAMPLE Reset | + | | Led | |
| - | | EXAMPLE Secure Easy Setup | + | | WiFi On/ |
| - | | EXAMPLE No buttons at all. | | + | | Reset | |
| - | + | | WPS | |
| - | </ | + | |
| ===== Hardware ===== | ===== Hardware ===== | ||
| ==== Info ==== | ==== Info ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME | ||
| - | - This table is automatically generated, **once the correct filters for Brand and Model are set.** | ||
| - | - If you see " | ||
| - | - If you still don't see a table here, or a table filled with ' | ||
| - | - If you see a table with the desired device data, everything is OK and you can delete this text and the ''< | ||
| - | - If it still doesn' | ||
| - | </ | ||
| ---- datatemplatelist dttpllist ---- | ---- datatemplatelist dttpllist ---- | ||
| Line 269: | Line 290: | ||
| // | // | ||
| - | **Insert photo of front of the casing** | + | {{: |
| //Back://\\ | //Back://\\ | ||
| - | **Insert photo of back of the casing** | + | {{: |
| - | //Backside label://\\ | + | //Left side://\\ |
| - | **Insert photo of backside | + | {{: |
| + | |||
| + | // | ||
| + | {{: | ||
| + | |||
| + | // | ||
| + | {{: | ||
| ==== Opening the case ==== | ==== Opening the case ==== | ||
| Line 281: | Line 308: | ||
| **Note:** This will void your warranty! | **Note:** This will void your warranty! | ||
| - | <WRAP BOX> | + | * There are crews at the bottom. There are also clips around the edge of the case you will need to prize open, using, for example, a plastic card. |
| - | FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...// | + | |
| - | * To remove the cover and open the device, do a/b/c | + | |
| - | </ | + | |
| //Main PCB://\\ | //Main PCB://\\ | ||
| - | **Insert photo of PCB** | + | https:// |
| ==== Serial ==== | ==== Serial ==== | ||
| -> [[docs: | -> [[docs: | ||
| - | How to connect to the Serial Port of this specific device:\\ | + | How to connect to the Serial Port on TP-Link EC330-G5u v1: |
| - | **Insert photo of PCB with markings for serial port** | + | <code bash> |
| + | V | ||
| + | +-------+-------+-------+-------+ | ||
| + | | +3.3V | GND | TX | ||
| + | +---+---+-------+-------+-------+ | ||
| + | | J2 | ||
| + | | | ||
| + | +--- Don't connect | ||
| + | </ | ||
| - | <WRAP BOX> | + | {{media: |
| - | FIXME //Replace EXAMPLE by real values.// | + | |
| - | </ | + | |
| - | ^ Serial connection parameters\\ for TP-Link EC330-G5u v1 | EXAMPLE | + | Device has many big holes in the bottom of the case. This allows you connect Serial Port even without the case opening. |
| + | |||
| + | ^ Serial connection parameters\\ for TP-Link EC330-G5u v1 | 115200, 8N1, 3.3V | | ||
| ==== JTAG ==== | ==== JTAG ==== | ||
| - | -> [[docs: | ||
| - | How to connect to the JTAG Port of this specific device:\\ | + | Not supported. |
| - | **Insert photo of PCB with markings for JTAG port** | + | |
| + | -> [[docs: | ||
| ===== Bootloader mods ===== | ===== Bootloader mods ===== | ||
| Line 318: | Line 351: | ||
| ==== OEM bootlog ==== | ==== OEM bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| - | </ | + | # MTK NAND # : Use HW ECC |
| + | NAND ID [C8 D1 80 95 40] | ||
| + | Device found in MTK table, ID: c8d1, EXT_ID: 809540 | ||
| + | Support this Device in MTK table! c8d1 | ||
| + | select_chip | ||
| + | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| + | Signature matched and data read! | ||
| + | load_fact_bbt success 1023 | ||
| + | load fact bbt success | ||
| + | 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 | ||
| + | [mtk_nand] probe successfully! | ||
| + | mtd-> | ||
| + | . | ||
| + | partable is: | ||
| + | uboot: | ||
| + | os0: | ||
| + | os1: | ||
| + | userfs: | ||
| + | ubootenv: | ||
| + | factory: | ||
| + | .============================================ | ||
| + | Ralink UBoot Version: 5.0.0.0 | ||
| + | -------------------------------------------- | ||
| + | ASIC MT7621A DualCore (MAC to MT7530 Mode) | ||
| + | DRAM_CONF_FROM: | ||
| + | DRAM_TYPE: DDR3 | ||
| + | DRAM bus: 16 bit | ||
| + | Xtal Mode=3 OCP Ratio=1/3 | ||
| + | Flash component: NAND Flash | ||
| + | Date:Dec 29 2018 Time: | ||
| + | ============================================ | ||
| + | THIS IS Main Uboot: Including recovery webserver. | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:256, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 880 MHZ #### | ||
| + | | ||
| + | set LAN/WAN WLLLL | ||
| + | this uboot is loaded from 0xbc020000 | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | |||
| + | 3: System Boot system code via Flash. | ||
| + | do_bootm | ||
| + | ## Booting image at bc400000 ... | ||
| + | Image Name: OS IMAGE | ||
| + | Image Type: MIPS Linux Firmware (uncompressed) | ||
| + | Data Size: 18218944 Bytes = 17.4 MB | ||
| + | Load Address: a0200000 | ||
| + | Entry Point: | ||
| + | ret is -3 | ||
| + | try next header | ||
| + | ## Booting image at bc400040 ... | ||
| + | Image Name: NAND Flash I | ||
| + | Image Type: MIPS Linux Standalone Program (uncompressed) | ||
| + | Data Size: 180596 Bytes = 176.4 kB | ||
| + | Load Address: a01fb040 | ||
| + | Entry Point: | ||
| + | ... | ||
| + | data copied to 0xa01fb040 | ||
| + | OK | ||
| + | jump to memory 0xa0200000 | ||
| + | |||
| + | |||
| + | U-Boot 1.1.3 (Oct 16 2019 - 08:14:45) | ||
| + | |||
| + | Board: Ralink APSoC DRAM: 128 MB | ||
| + | relocate_code Pointer at: 87f88000 | ||
| + | |||
| + | Config XHCI 40M PLL | ||
| + | # | ||
| + | Allocate 16 byte aligned buffer: 87fc7470 | ||
| + | Enable NFI Clock | ||
| + | # MTK NAND # : Use HW ECC | ||
| + | NAND ID [C8 D1 80 95 40] | ||
| + | Device found in MTK table, ID: c8d1, EXT_ID: 809540 | ||
| + | Support this Device in MTK table! c8d1 | ||
| + | select_chip | ||
| + | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| + | Signature matched and data read! | ||
| + | load_fact_bbt success 1023 | ||
| + | load fact bbt success | ||
| + | 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 | ||
| + | [mtk_nand] probe successfully! | ||
| + | mtd-> | ||
| + | . | ||
| + | partable is: | ||
| + | uboot: | ||
| + | os0: | ||
| + | os1: | ||
| + | userfs: | ||
| + | ubootenv: | ||
| + | factory: | ||
| + | .============================================ | ||
| + | Ralink UBoot Version: 5.0.0.0 | ||
| + | -------------------------------------------- | ||
| + | ASIC MT7621A DualCore (MAC to MT7530 Mode) | ||
| + | DRAM_CONF_FROM: | ||
| + | DRAM_TYPE: DDR3 | ||
| + | DRAM bus: 16 bit | ||
| + | Xtal Mode=3 OCP Ratio=1/3 | ||
| + | Flash component: NAND Flash | ||
| + | Date:Oct 16 2019 Time: | ||
| + | ============================================ | ||
| + | THIS IS Image Uboot: Uboot included in upgrade image. | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:256, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 880 MHZ #### | ||
| + | | ||
| + | set LAN/WAN WLLLL | ||
| + | this uboot is loaded from 0xbc400040 | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | |||
| + | 3: System Boot system code via Flash. | ||
| + | check image0 | ||
| + | check image header magic ==>OK | ||
| + | check image header crc ==>OK | ||
| + | check image1 | ||
| + | check image header magic ==>OK | ||
| + | check image header crc ==>OK | ||
| + | |||
| + | ================================================= | ||
| + | The boot image is Image0 | ||
| + | check image content crc ==> | ||
| + | |||
| + | ================================================= | ||
| + | |||
| + | ================================================= | ||
| + | |||
| + | ================================================= | ||
| + | ## Booting image at bc440000 ... | ||
| + | Image Name: Linux Kernel Image | ||
| + | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| + | Data Size: 3431340 Bytes = 3.3 MB | ||
| + | Load Address: 81001000 | ||
| + | Entry Point: | ||
| + | ..................................................... | ||
| + | | ||
| + | No initrd | ||
| + | ## Transferring control to Linux (at address 8161bfe0) ... | ||
| + | ## Giving linux memsize in MB, 128 | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | |||
| + | LINUX started... | ||
| + | |||
| + | THIS IS ASIC | ||
| + | |||
| + | SDK 5.0.S.0 | ||
| + | [ 0.000000] Linux version 3.10.14 (compile@c6459b075f9a) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP Wed Oct 16 08:19:35 UTC 2019 | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] GCMP present | ||
| + | [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.000000] Software DMA cache coherency | ||
| + | [ 0.000000] Determined physical RAM map: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Detected 3 available secondary CPU(s) | ||
| + | [ 0.000000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. | ||
| + | [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.000000] PERCPU: Embedded 7 pages/cpu @81aa7000 s6784 r8192 d13696 u32768 | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 | ||
| + | [ 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=00062005 | ||
| + | [ 0.000000] Readback ErrCtl register=00062005 | ||
| + | [ 0.000000] Memory: 119940k/ | ||
| + | [ 0.000000] Hierarchical RCU implementation. | ||
| + | [ 0.000000] NR_IRQS: | ||
| + | [ 0.000000] console [ttyS1] enabled | ||
| + | [ 0.096000] Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072) | ||
| + | [ 0.128000] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.132000] Mount-cache hash table entries: 512 | ||
| + | [ 0.136000] launch: starting cpu1 | ||
| + | [ 0.140000] launch: cpu1 gone! | ||
| + | [ 0.140000] CPU1 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.140000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. | ||
| + | [ 0.140000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.140000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.172000] Synchronize counters for CPU 1: done. | ||
| + | [ 0.176000] launch: starting cpu2 | ||
| + | [ 0.180000] launch: cpu2 gone! | ||
| + | [ 0.180000] CPU2 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.180000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. | ||
| + | [ 0.180000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.180000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.212000] Synchronize counters for CPU 2: done. | ||
| + | [ 0.216000] launch: starting cpu3 | ||
| + | [ 0.220000] launch: cpu3 gone! | ||
| + | [ 0.220000] CPU3 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.220000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. | ||
| + | [ 0.220000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.220000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.248000] Synchronize counters for CPU 3: done. | ||
| + | [ 0.252000] Brought up 4 CPUs | ||
| + | [ 0.256000] devtmpfs: initialized | ||
| + | [ 0.260000] NET: Registered protocol family 16 | ||
| + | [ 0.564000] release PCIe RST: RALINK_RSTCTRL = 7000000 | ||
| + | [ 0.568000] PCIE PHY initialize | ||
| + | [ 0.572000] ***** Xtal 40MHz ***** | ||
| + | [ 0.572000] start MT7621 PCIe register access | ||
| + | [ 1.172000] RALINK_RSTCTRL = 7000000 | ||
| + | [ 1.172000] RALINK_CLKCFG1 = 77ffeff8 | ||
| + | [ 1.176000] | ||
| + | [ 1.176000] *************** MT7621 PCIe RC mode ************* | ||
| + | [ 1.680000] PCIE2 no card, disable it(RST& | ||
| + | [ 1.684000] pcie_link status = 0x3 | ||
| + | [ 1.688000] RALINK_RSTCTRL= 3000000 | ||
| + | [ 1.688000] *** Configure Device number setting of Virtual PCI-PCI bridge *** | ||
| + | [ 1.696000] RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 | ||
| + | [ 1.704000] PCIE0 enabled | ||
| + | [ 1.704000] PCIE1 enabled | ||
| + | [ 1.708000] interrupt enable status: 300000 | ||
| + | [ 1.712000] Port 1 N_FTS = 1b105000 | ||
| + | [ 1.716000] Port 0 N_FTS = 1b105000 | ||
| + | [ 1.720000] config reg done | ||
| + | [ 1.720000] init_rt2880pci done | ||
| + | [ 1.748000] bio: create slab < | ||
| + | [ 1.752000] vgaarb: loaded | ||
| + | [ 1.756000] SCSI subsystem initialized | ||
| + | [ 1.760000] PCI host bridge to bus 0000:00 | ||
| + | [ 1.764000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] | ||
| + | [ 1.772000] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] | ||
| + | [ 1.780000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
| + | [ 1.788000] pci 0000: | ||
| + | [ 1.796000] pci 0000: | ||
| + | [ 1.804000] pci 0000: | ||
| + | [ 1.808000] pci 0000: | ||
| + | [ 1.812000] pci 0000: | ||
| + | [ 1.816000] pci 0000: | ||
| + | [ 1.820000] pci 0000: | ||
| + | [ 1.824000] pci 0000: | ||
| + | [ 1.828000] pci 0000: | ||
| + | [ 1.832000] pci 0000: | ||
| + | [ 1.836000] pci 0000: | ||
| + | [ 1.840000] pci 0000: | ||
| + | [ 1.844000] pci 0000: | ||
| + | [ 1.848000] pci 0000: | ||
| + | [ 1.852000] PCI: Enabling device 0000: | ||
| + | [ 1.856000] PCI: Enabling device 0000: | ||
| + | [ 1.860000] BAR0 at slot 0 = 0 | ||
| + | [ 1.860000] bus=0x0, slot = 0x0 | ||
| + | [ 1.864000] res[0]-> | ||
| + | [ 1.864000] res[0]-> | ||
| + | [ 1.868000] res[1]-> | ||
| + | [ 1.868000] res[1]-> | ||
| + | [ 1.872000] res[2]-> | ||
| + | [ 1.872000] res[2]-> | ||
| + | [ 1.876000] res[3]-> | ||
| + | [ 1.876000] res[3]-> | ||
| + | [ 1.880000] res[4]-> | ||
| + | [ 1.880000] res[4]-> | ||
| + | [ 1.884000] res[5]-> | ||
| + | [ 1.884000] res[5]-> | ||
| + | [ 1.888000] BAR0 at slot 1 = 0 | ||
| + | [ 1.888000] bus=0x0, slot = 0x1 | ||
| + | [ 1.892000] res[0]-> | ||
| + | [ 1.892000] res[0]-> | ||
| + | [ 1.896000] res[1]-> | ||
| + | [ 1.896000] res[1]-> | ||
| + | [ 1.900000] res[2]-> | ||
| + | [ 1.900000] res[2]-> | ||
| + | [ 1.904000] res[3]-> | ||
| + | [ 1.904000] res[3]-> | ||
| + | [ 1.908000] res[4]-> | ||
| + | [ 1.908000] res[4]-> | ||
| + | [ 1.912000] res[5]-> | ||
| + | [ 1.912000] res[5]-> | ||
| + | [ 1.916000] bus=0x1, slot = 0x0, irq=0x4 | ||
| + | [ 1.916000] res[0]-> | ||
| + | [ 1.920000] res[0]-> | ||
| + | [ 1.920000] res[1]-> | ||
| + | [ 1.924000] res[1]-> | ||
| + | [ 1.924000] res[2]-> | ||
| + | [ 1.928000] res[2]-> | ||
| + | [ 1.928000] res[3]-> | ||
| + | [ 1.932000] res[3]-> | ||
| + | [ 1.932000] res[4]-> | ||
| + | [ 1.936000] res[4]-> | ||
| + | [ 1.936000] res[5]-> | ||
| + | [ 1.940000] res[5]-> | ||
| + | [ 1.940000] bus=0x2, slot = 0x1, irq=0x18 | ||
| + | [ 1.944000] res[0]-> | ||
| + | [ 1.944000] res[0]-> | ||
| + | [ 1.948000] res[1]-> | ||
| + | [ 1.948000] res[1]-> | ||
| + | [ 1.952000] res[2]-> | ||
| + | [ 1.952000] res[2]-> | ||
| + | [ 1.956000] res[3]-> | ||
| + | [ 1.956000] res[3]-> | ||
| + | [ 1.960000] res[4]-> | ||
| + | [ 1.960000] res[4]-> | ||
| + | [ 1.964000] res[5]-> | ||
| + | [ 1.964000] res[5]-> | ||
| + | [ 1.968000] Switching to clocksource Ralink Systick timer | ||
| + | [ 1.972000] NET: Registered protocol family 2 | ||
| + | [ 1.976000] Clockevents: | ||
| + | [ 1.976000] Clockevents: | ||
| + | [ 1.976000] Clockevents: | ||
| + | [ 1.976000] | ||
| + | [ 1.976000] | ||
| + | [ 1.976000] Clockevents: | ||
| + | [ 1.976000] Could not switch to high resolution mode on CPU 1 | ||
| + | [ 1.976000] Could not switch to high resolution mode on CPU 3 | ||
| + | [ 1.976000] Could not switch to high resolution mode on CPU 2 | ||
| + | [ 1.976000] | ||
| + | [ 2.028000] Could not switch to high resolution mode on CPU 0 | ||
| + | [ 2.036000] TCP established hash table entries: 1024 (order: 1, 8192 bytes) | ||
| + | [ 2.044000] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) | ||
| + | [ 2.048000] TCP: Hash tables configured (established 1024 bind 1024) | ||
| + | [ 2.056000] TCP: reno registered | ||
| + | [ 2.060000] UDP hash table entries: 256 (order: 1, 8192 bytes) | ||
| + | [ 2.064000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | ||
| + | [ 2.072000] NET: Registered protocol family 1 | ||
| + | [ 2.080000] exFAT: Version 1.2.9 | ||
| + | [ 2.080000] fuse init (API version 7.22) | ||
| + | [ 2.088000] msgmni has been set to 234 | ||
| + | [ 2.092000] io scheduler noop registered (default) | ||
| + | [ 2.096000] reg_int_mask=0, | ||
| + | [ 2.100000] HSDMA_init | ||
| + | [ 2.104000] | ||
| + | [ 2.104000] | ||
| + | [ 2.112000] | ||
| + | [ 2.112000] | ||
| + | [ 2.120000] TX_CTX_IDX0 = 0 | ||
| + | [ 2.124000] TX_DTX_IDX0 = 0 | ||
| + | [ 2.124000] RX_CRX_IDX0 = 3ff | ||
| + | [ 2.128000] RX_DRX_IDX0 = 0 | ||
| + | [ 2.132000] set_fe_HSDMA_glo_cfg | ||
| + | [ 2.136000] HSDMA_GLO_CFG = 465 | ||
| + | [ 2.248000] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | ||
| + | [ 2.252000] serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A | ||
| + | [ 2.260000] serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A | ||
| + | [ 2.276000] brd: module loaded | ||
| + | [ 2.284000] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error | ||
| + | [ 2.288000] Allocate 16 byte aligned buffer: 818f80f0 | ||
| + | [ 2.296000] Enable NFI Clock | ||
| + | [ 2.296000] # MTK NAND # : Use HW ECC | ||
| + | [ 2.300000] NAND ID [C8 D1 80 95 40, 00809540] | ||
| + | [ 2.304000] Device found in MTK table, ID: c8d1, EXT_ID: 809540 | ||
| + | [ 2.312000] Support this Device in MTK table! c8d1 | ||
| + | [ 2.316000] NAND device: Manufacturer ID: 0xc8, Chip ID: 0xd1 (Unknown NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64 | ||
| + | [ 2.328000] [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| + | [ 2.336000] Scanning device for bad blocks | ||
| + | [ 2.484000] Signature matched and data read! | ||
| + | [ 2.488000] load_fact_bbt success 1023 | ||
| + | [ 2.492000] 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 | ||
| + | [ 2.500000] 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 | ||
| + | [ 2.512000] 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 | ||
| + | [ 2.520000] 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 | ||
| + | [ 2.532000] 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 | ||
| + | [ 2.540000] 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 | ||
| + | [ 2.552000] 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 | ||
| + | [ 2.560000] 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 | ||
| + | [ 2.572000] mtd: MT7621-NAND: | ||
| + | [ 2.576000] 8 cmdlinepart partitions found on MTD device MT7621-NAND | ||
| + | [ 2.584000] Creating 8 MTD partitions on " | ||
| + | [ 2.588000] 0x000000000000-0x000000400000 : " | ||
| + | [ 2.596000] 0x000000400000-0x000003400000 : " | ||
| + | [ 2.616000] 0x000003400000-0x000006400000 : " | ||
| + | [ 2.632000] 0x000006400000-0x000007400000 : " | ||
| + | [ 2.644000] 0x000007400000-0x000007800000 : " | ||
| + | [ 2.652000] 0x000007800000-0x000007c00000 : " | ||
| + | [ 2.660000] 0x000000000000-0x000007f80000 : " | ||
| + | [ 2.700000] 0x000000400000-0x000003400000 : " | ||
| + | [ 2.720000] OK | ||
| + | [ 2.720000] [mtk_nand] probe successfully! | ||
| + | [ 2.728000] PPP generic driver version 2.4.2 | ||
| + | [ 2.732000] PPP BSD Compression module registered | ||
| + | [ 2.736000] PPP MPPE Compression module registered | ||
| + | [ 2.740000] NET: Registered protocol family 24 | ||
| + | [ 2.744000] register mt_drv | ||
| + | [ 2.756000] | ||
| + | [ 2.756000] | ||
| + | [ 2.756000] === pAd = c0181000, size = 3711072 === | ||
| + | [ 2.756000] | ||
| + | [ 2.768000] <-- RTMPAllocAdapterBlock, | ||
| + | [ 2.772000] pAd-> | ||
| + | [ 2.780000] RTMPInitPCIeDevice(): | ||
| + | [ 2.784000] DriverOwn():: | ||
| + | [ 3.084000] DriverOwn():: | ||
| + | [ 3.092000] mt_pci_chip_cfg(): | ||
| + | [ 3.096000] mt_pci_chip_cfg(): | ||
| + | [ 3.104000] RtmpChipOpsHook(492): | ||
| + | [ 3.108000] mt7615_init()--> | ||
| + | [ 3.112000] Use 1st iPAiLNA default bin. | ||
| + | [ 3.116000] Use 0st / | ||
| + | [ 3.120000] < | ||
| + | [ 3.124000] ChipOpsMCUHook | ||
| + | [ 3.132000] cut_through_token_list_init(): | ||
| + | [ 3.140000] cut_through_token_list_init(): | ||
| + | [ 3.148000] cut_through_token_list_init(): | ||
| + | [ 3.156000] cut_through_token_list_init(): | ||
| + | [ 3.160000] <-- RTMPAllocTxRxRingMemory, | ||
| + | [ 3.176000] | ||
| + | [ 3.176000] | ||
| + | [ 3.176000] === pAd = c0681000, size = 3711072 === | ||
| + | [ 3.176000] | ||
| + | [ 3.188000] <-- RTMPAllocAdapterBlock, | ||
| + | [ 3.192000] pAd-> | ||
| + | [ 3.200000] RTMPInitPCIeDevice(): | ||
| + | [ 3.204000] DriverOwn():: | ||
| + | [ 3.504000] DriverOwn():: | ||
| + | [ 3.508000] mt_pci_chip_cfg(): | ||
| + | [ 3.516000] mt_pci_chip_cfg(): | ||
| + | [ 3.520000] RtmpChipOpsHook(492): | ||
| + | [ 3.528000] mt7615_init()--> | ||
| + | [ 3.532000] Use 2nd ePAeLNA default bin. | ||
| + | [ 3.536000] Use 1st / | ||
| + | [ 3.540000] < | ||
| + | [ 3.544000] ChipOpsMCUHook | ||
| + | [ 3.552000] cut_through_token_list_init(): | ||
| + | [ 3.560000] cut_through_token_list_init(): | ||
| + | [ 3.564000] cut_through_token_list_init(): | ||
| + | [ 3.572000] cut_through_token_list_init(): | ||
| + | [ 3.580000] <-- RTMPAllocTxRxRingMemory, | ||
| + | [ 3.584000] rdm_major = 253 | ||
| + | [ 3.588000] Mirror/ | ||
| + | [ 3.592000] u32 classifier | ||
| + | [ 3.596000] | ||
| + | [ 3.600000] | ||
| + | [ 3.604000] | ||
| + | [ 3.604000] Netfilter messages via NETLINK v0.30. | ||
| + | [ 3.612000] nf_conntrack version 0.5.0 (1874 buckets, 7496 max) | ||
| + | [ 3.616000] gre: GRE over IPv4 demultiplexor driver | ||
| + | [ 3.620000] ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [ 3.628000] Type=Linux | ||
| + | [ 3.628000] TCP: cubic registered | ||
| + | [ 3.632000] NET: Registered protocol family 10 | ||
| + | [ 3.640000] ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [ 3.644000] sit: IPv6 over IPv4 tunneling driver | ||
| + | [ 3.652000] NET: Registered protocol family 17 | ||
| + | [ 3.656000] Bridge firewalling registered | ||
| + | [ 3.660000] Ebtables v2.0 registered | ||
| + | [ 3.664000] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 3.672000] UBI: attaching mtd7 to ubi0 | ||
| + | [ 3.676000] UBI: MTD device 7 is write-protected, | ||
| + | [ 4.000000] UBI: scanning is finished | ||
| + | [ 4.016000] UBI: attached mtd7 (name " | ||
| + | [ 4.024000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
| + | [ 4.032000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
| + | [ 4.036000] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
| + | [ 4.044000] UBI: good PEBs: 384, bad PEBs: 0, corrupted PEBs: 0 | ||
| + | [ 4.048000] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 | ||
| + | [ 4.056000] UBI: max/mean erase counter: 0/0, WL threshold: 4096, image sequence number: 785299021 | ||
| + | [ 4.064000] UBI: available PEBs: 252, total reserved PEBs: 132, PEBs reserved for bad PEB handling: 20 | ||
| + | [ 4.076000] UBI: background thread " | ||
| + | [ 8.116000] UBIFS: read-only UBI device | ||
| + | [ 8.120000] UBIFS: static UBI volume - read-only mode | ||
| + | [ 8.272000] UBIFS: mounted UBI device 0, volume 0, name " | ||
| + | [ 8.276000] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | ||
| + | [ 8.288000] UBIFS: FS size: 12443648 bytes (11 MiB, 98 LEBs), journal size 6475776 bytes (6 MiB, 51 LEBs) | ||
| + | [ 8.296000] UBIFS: reserved for root: 0 bytes (0 KiB) | ||
| + | [ 8.300000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 9EA1D9E7-A9EB-4401-9F2F-B222CF71B963, | ||
| + | [ 8.316000] VFS: Mounted root (ubifs filesystem) readonly on device 0:11. | ||
| + | [ 8.324000] devtmpfs: mounted | ||
| + | [ 8.328000] Freeing unused kernel memory: 256K (818a0000 - 818e0000) | ||
| + | starting pid 792, tty '': | ||
| + | [ 8.488000] gpioctrl: module license ' | ||
| + | [ 8.496000] Disabling lock debugging due to kernel taint | ||
| + | [ 8.512000] Ralink gpio driver initialized | ||
| + | [ 8.688000] UBI: attaching mtd3 to ubi1 | ||
| + | [ 8.844000] UBI: scanning is finished | ||
| + | [ 8.864000] UBI: attached mtd3 (name " | ||
| + | [ 8.872000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
| + | [ 8.876000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
| + | [ 8.884000] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
| + | [ 8.892000] UBI: good PEBs: 128, bad PEBs: 0, corrupted PEBs: 0 | ||
| + | [ 8.896000] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 | ||
| + | [ 8.904000] UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1035386040 | ||
| + | [ 8.912000] UBI: available PEBs: 0, total reserved PEBs: 128, PEBs reserved for bad PEB handling: 20 | ||
| + | [ 8.924000] UBI: background thread " | ||
| + | UBI device number 1, total 128 LEBs (16252928 bytes, 15.5 MiB), [ 8.936000] UBIFS: background thread " | ||
| + | available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) | ||
| + | [ 9.008000] UBIFS: recovery needed | ||
| + | [ 9.104000] ..[ 9.188000] UBIFS: recovery completed | ||
| + | .[ 9.192000] UBIFS: mounted UBI device 1, volume 0, name " | ||
| + | [ 9.196000] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | ||
| + | [ 9.208000] UBIFS: FS size: 11935744 bytes (11 MiB, 94 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) | ||
| + | [ 9.216000] UBIFS: reserved for root: 563754 bytes (550 KiB) | ||
| + | [ 9.220000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID C03CF46B-375A-4AFB-B32E-F1F36DD48B14, | ||
| + | cp: can't stat '/ | ||
| + | [ 9.352000] usbcore: registered new interface driver usbfs | ||
| + | [ 9.360000] usbcore: registered new interface driver hub | ||
| + | [ 9.364000] usbcore: registered new device driver usb | ||
| + | [ 9.412000] *****run project phy. | ||
| + | [ 9.424000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.436000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.448000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.460000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.472000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.484000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.496000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.508000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.520000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.532000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.560000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.572000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.584000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.596000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.608000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.620000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.632000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.644000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.656000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.668000] FM_OUT value: u4FmOut = 0(0x00000000) | ||
| + | [ 9.792000] xhci-hcd xhci-hcd: xHCI Host Controller | ||
| + | [ 9.796000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 | ||
| + | [ 9.804000] xhci-hcd xhci-hcd: irq 22, io mem 0x1e1c0000 | ||
| + | [ 9.812000] hub 1-0:1.0: USB hub found | ||
| + | [ 9.816000] hub 1-0:1.0: 2 ports detected | ||
| + | [ 9.820000] xhci-hcd xhci-hcd: xHCI Host Controller | ||
| + | [ 9.824000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 | ||
| + | [ 9.832000] hub 2-0:1.0: USB hub found | ||
| + | [ 9.836000] hub 2-0:1.0: 1 port detected | ||
| + | [ 9.860000] ehci_hcd: USB 2.0 ' | ||
| + | [ 9.872000] ehci-platform: | ||
| + | [ 9.892000] ohci_hcd: USB 1.1 ' | ||
| + | [ 9.924000] usbcore: registered new interface driver usb-storage | ||
| + | [ 9.964000] add domain: | ||
| + | [ 9.968000] add domain: | ||
| + | [ 9.972000] add domain: | ||
| + | [ 9.976000] tp_domain init ok | ||
| + | [ 9.996000] PPTP driver version 0.8.5 | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | Please press Enter to activate this console. [ dm_init ] 1696: load dm | ||
| + | [ dm_init ] 1699: load dm config | ||
| + | [ dm_loadCfg ] 3307: read out cfg is <?xml version=" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | [ dm_init ] 1703: load device config | ||
| + | [ dm_loadFlashCfgFromFlash ] 2792: software version is not match, in config, version = 4294967295 | ||
| + | [ dm_loadFlashCfgFromFlash ] 2792: ret = 9802, return | ||
| + | [ dm_loadFlashCfg ] 2990: Read user config from flash partition device-config failed. Now read default config / | ||
| + | [ dm_readFile ] 2204: can not open xml file / | ||
| + | [ dm_loadFlashCfgFromFile ] 2920: read default config / | ||
| + | [ dm_loadFlashCfgFromFile ] 2920: ret = 9801, return | ||
| + | [ dm_loadFlashCfg ] 2992: Read default config / | ||
| + | [ dm_init ] 1707: load factory config | ||
| + | [ getSubMtdPartition ] 1071: sub mtd factory-config is map to factory | ||
| + | |||
| + | [ checkSubMtd ] 578: Random write not supported. But We can try reading the whole data out first and then write. | ||
| + | |||
| + | [ getSubMtdPartition ] 1071: sub mtd factory-config is map to factory | ||
| + | |||
| + | [ checkSubMtd ] 578: Random write not supported. But We can try reading the whole data out first and then write. | ||
| + | |||
| + | [ cos_init ] 374: is router mode | ||
| + | |||
| + | [ initFuncTable ] 1090: ===> | ||
| + | |||
| + | [ oal_getUpgradeStatusFromFlash ] 883: upgrade status is 0 | ||
| + | [ rsl_getManagementServerObj ] 568: cannot set connectionRequestURL yet because no WAN intf is up | ||
| + | [ rsl_getManagementServerObj ] 568: cannot set connectionRequestURL yet because no WAN intf is up | ||
| + | [ rsl_getManagementServerObj ] 568: cannot set connectionRequestURL yet because no WAN intf is up | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | ioctl: No such device | ||
| + | ifconfig: ioctl 0x8913 failed: No such device | ||
| + | ifconfig: ioctl 0x8913 failed: No such device | ||
| + | ifconfig: ioctl 0x8913 failed: No such device | ||
| + | ifconfig: ioctl 0x8913 failed: No such device | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | set if eth0.3 to *not wan dev | ||
| + | set if eth0.4 to *not wan dev | ||
| + | set if eth0.5 to *not wan dev | ||
| + | set if eth0.6 to *not wan dev | ||
| + | set if eth1.2 to wan dev | ||
| + | brctl: bridge br0: Invalid argument | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | brctl: bridge br0: Invalid argument | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] [ | ||
| + | 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | brctl: bridge br0: Invalid argument | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnu[ | ||
| + | sedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | brctl: bridge br0: Invalid argument | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN[ | ||
| + | TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | Interface doesn' | ||
| + | set (8BE2): Network is down | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | open DNS error: No such file or directory | ||
| + | [ oal_sys_getOldTZInfo ] 507: Open TZ file error! | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | wscd: SSDP UDP P[ | ||
| + | ORT = 1900[ | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ wlan_handleL2Desc ] 1089: br0 | ||
| + | [ | ||
| + | [ | ||
| + | sh: wlNetlinkTool: | ||
| + | wscd: SSDP UDP PORT = 1900 | ||
| + | Interface doesn' | ||
| + | set (8BE2): Network is down | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | wscd: SSDP UDP PORT = 1900 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ wlan_handleL2Desc ] 1089: br0 | ||
| + | [ | ||
| + | sh: wlNetlinkTool: | ||
| + | not found | ||
| + | wscd: SSDP UDP PORT = 1900 | ||
| + | sendto: No such file or directory | ||
| + | pid 881 send 2030 error | ||
| + | set offset 214 as 0 for sch rate control. | ||
| + | set offset 214 as 0 for sch rate control. | ||
| + | sch | ||
| + | set offset 4 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 4 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 4 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 14 as 0 for sch selection. | ||
| + | sh: can't create / | ||
| + | rate | ||
| + | set offset 14 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 14 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 24 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 24 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 24 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 34 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 34 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 34 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 44 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 44 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 44 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 54 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 54 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 54 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 64 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 64 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 64 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 74 as 0 for sch selection. | ||
| + | rate | ||
| + | set offset 74 as 8000000 for rate control. | ||
| + | weight | ||
| + | set offset 74 as 8000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 84 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset 84 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset 84 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset 94 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset 94 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset 94 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset a4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset a4 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset a4 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset b4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset b4 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset b4 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset c4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset c4 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset c4 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset d4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset d4 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset d4 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset e4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset e4 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset e4 as 88000000 for max rate weight. | ||
| + | sch | ||
| + | set offset f4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset f4 as 88000000 for rate control. | ||
| + | weight | ||
| + | set offset f4 as 88000000 for max rate weight. | ||
| + | [ | ||
| + | [ | ||
| + | insmod: can't insert '/ | ||
| + | [ rsl_getManagementServerObj ] 568: cannot set connectionRequestURL yet because no WAN intf is up | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | radvd starting | ||
| + | brctl: bridge br0: Invalid argument | ||
| + | brctl: bridge br0: Invalid argument | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | [ util_enFuncQueue ] 099: Function queue not support RDP_OPT_ADD_OBJ operation | ||
| + | |||
| + | [ util_enFuncQueue ] 099: Function queue not support RDP_OPT_ADD_OBJ operation | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 1 : [3] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 2 : [4] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 3 : [5] | ||
| + | [ rsl_getUnusedVlan ] 1268: GET UNUSED VLAN TAG 4 : [6] | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x5E | ||
| + | [ mt7621_vlan_entry_update ] 245: vlanInfo.portMap = 0x21 | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | insmod: can't insert '/ | ||
| + | insmod: can't insert '/ | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | ip6tables: Bad rule (does a matching rule exist in that chain?). | ||
| + | ip6tables: Bad rule (does a matching rule exist in that chain?). | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | [ rsl_setStorageServiceObj ] 1403: mountFlag is 3,We start usb server | ||
| + | |||
| + | killall: ushare: no process killed | ||
| + | uShare (version 1.1a), a lightweight UPnP A/V and DLNA Media Server. | ||
| + | Benjamin Zores (C) 2005-2007, for GeeXboX Team. | ||
| + | See http:// | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | iptables: Bad rule (does a matching rule exist in that chain?). | ||
| + | ip6tables: Bad rule (does a matching rule exist in that chain?). | ||
| + | sh: can't create / | ||
| + | OPTIMIZED_FOR -> wifi | ||
| + | NUM_OF_CPU -> 4 | ||
| + | wifiDomain1 -> 5G | ||
| + | wifiDomain2 -> 2_4G | ||
| + | CONFIG_RALINK_MT7621 -> y | ||
| + | CONFIG_ARCH_MT7623 -> | ||
| + | sed: no address after comma | ||
| + | sed: no address after comma | ||
| + | sed: no address after comma | ||
| + | sed: no address after comma | ||
| + | sed: no address after comma | ||
| + | igmpd# Msg: higher version IGMP pkt caught! | ||
| + | Found 0 files and subdirectories. | ||
| + | open DNS error: No such file or directory | ||
| + | </ | ||
| + | </ | ||
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| + | U-Boot 1.1.3 (Dec 29 2018 - 11:24:12) | ||
| + | |||
| + | Board: Ralink APSoC DRAM: 128 MB | ||
| + | relocate_code Pointer at: 87f9c000 | ||
| + | |||
| + | Config XHCI 40M PLL | ||
| + | # | ||
| + | Allocate 16 byte aligned buffer: 87fca950 | ||
| + | Enable NFI Clock | ||
| + | # MTK NAND # : Use HW ECC | ||
| + | NAND ID [C8 D1 80 95 40] | ||
| + | Device found in MTK table, ID: c8d1, EXT_ID: 809540 | ||
| + | Support this Device in MTK table! c8d1 | ||
| + | select_chip | ||
| + | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| + | Signature matched and data read! | ||
| + | load_fact_bbt success 1023 | ||
| + | load fact bbt success | ||
| + | 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 | ||
| + | [mtk_nand] probe successfully! | ||
| + | mtd-> | ||
| + | |||
| + | partable is: | ||
| + | part0: | ||
| + | part1: | ||
| + | *** Warning - bad CRC, using default environment | ||
| + | |||
| + | ============================================ | ||
| + | Ralink UBoot Version: 5.0.0.0 | ||
| + | -------------------------------------------- | ||
| + | ASIC MT7621A DualCore (MAC to MT7530 Mode) | ||
| + | DRAM_CONF_FROM: | ||
| + | DRAM_TYPE: DDR3 | ||
| + | DRAM bus: 16 bit | ||
| + | Xtal Mode=3 OCP Ratio=1/3 | ||
| + | Flash component: NAND Flash | ||
| + | Date:Dec 29 2018 Time: | ||
| + | ============================================ | ||
| + | THIS IS First Uboot: The first uboot located in NAND Flash to load next full-feature Uboot. | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:256, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 880 MHZ #### | ||
| + | | ||
| + | set LAN/WAN WLLLL | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | |||
| + | 3: System Boot system code via Flash. | ||
| + | ## Booting image at bc020000 ... | ||
| + | Image Name: NAND Flash I | ||
| + | Image Type: MIPS Linux Standalone Program (uncompressed) | ||
| + | Data Size: 173024 Bytes = 169 kB | ||
| + | Load Address: a01fc040 | ||
| + | Entry Point: | ||
| + | ... | ||
| + | data copied to 0xa01fc040 | ||
| + | OK | ||
| + | jump to memory 0xa0200000 | ||
| + | |||
| + | |||
| + | U-Boot 1.1.3 (Dec 29 2018 - 11:24:16) | ||
| + | |||
| + | Board: Ralink APSoC DRAM: 128 MB | ||
| + | relocate_code Pointer at: 87f8c000 | ||
| + | |||
| + | Config XHCI 40M PLL | ||
| + | # | ||
| + | Allocate 16 byte aligned buffer: 87fca6d0 | ||
| + | Enable NFI Clock | ||
| + | # MTK NAND # : Use HW ECC | ||
| + | NAND ID [C8 D1 80 95 40] | ||
| + | Device found in MTK table, ID: c8d1, EXT_ID: 809540 | ||
| + | Support this Device in MTK table! c8d1 | ||
| + | select_chip | ||
| + | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| + | Signature matched and data read! | ||
| + | load_fact_bbt success 1023 | ||
| + | load fact bbt success | ||
| + | 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 | ||
| + | [mtk_nand] probe successfully! | ||
| + | mtd-> | ||
| + | . | ||
| + | partable is: | ||
| + | uboot: | ||
| + | os0: | ||
| + | os1: | ||
| + | userfs: | ||
| + | ubootenv: | ||
| + | factory: | ||
| + | .============================================ | ||
| + | Ralink UBoot Version: 5.0.0.0 | ||
| + | -------------------------------------------- | ||
| + | ASIC MT7621A DualCore (MAC to MT7530 Mode) | ||
| + | DRAM_CONF_FROM: | ||
| + | DRAM_TYPE: DDR3 | ||
| + | DRAM bus: 16 bit | ||
| + | Xtal Mode=3 OCP Ratio=1/3 | ||
| + | Flash component: NAND Flash | ||
| + | Date:Dec 29 2018 Time: | ||
| + | ============================================ | ||
| + | THIS IS Main Uboot: Including recovery webserver. | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:256, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 880 MHZ #### | ||
| + | | ||
| + | set LAN/WAN WLLLL | ||
| + | this uboot is loaded from 0xbc020000 | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | Press ' | ||
| + | |||
| + | |||
| + | 3: System Boot system code via Flash. | ||
| + | do_bootm | ||
| + | ## Booting image at bc400000 ... | ||
| + | Image Name: OS IMAGE (OpenWrt) | ||
| + | Image Type: MIPS Linux Firmware (uncompressed) | ||
| + | Data Size: 2695773 Bytes = 2.6 MB | ||
| + | Load Address: 80001000 | ||
| + | Entry Point: | ||
| + | ret is -3 | ||
| + | try next header | ||
| + | ## Booting image at bc400040 ... | ||
| + | Image Name: MIPS OpenWrt Linux-5.10.161 | ||
| + | Image Type: MIPS Linux Standalone Program (uncompressed) | ||
| + | Data Size: 2695709 Bytes = 2.6 MB | ||
| + | Load Address: 80001000 | ||
| + | Entry Point: | ||
| + | .......................................... | ||
| + | data copied to 0x80001000 | ||
| + | OK | ||
| + | jump to memory 0x80001000 | ||
| + | |||
| + | |||
| + | OpenWrt kernel loader for MIPS based SoC | ||
| + | Copyright (C) 2011 Gabor Juhos < | ||
| + | Decompressing kernel... done! | ||
| + | Starting kernel at 80001000... | ||
| + | |||
| + | [ 0.000000] Linux version 5.10.161 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023 | ||
| + | [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 | ||
| + | [ 0.000000] printk: bootconsole [early0] enabled | ||
| + | [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.000000] MIPS: machine is TP-Link EC330-G5u v1 | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 0.000000] VPE topology {2,2} total 4 | ||
| + | [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] | ||
| + | [ 0.000000] percpu: Embedded 15 pages/cpu s30480 r8192 d22768 u61440 | ||
| + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 | ||
| + | [ 0.000000] Kernel command line: console=ttyS0, | ||
| + | [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) | ||
| + | [ 0.000000] Writing ErrCtl register=0006200c | ||
| + | [ 0.000000] Readback ErrCtl register=0006200c | ||
| + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| + | [ 0.000000] Memory: 119468K/ | ||
| + | [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] rcu: Hierarchical RCU implementation. | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | ||
| + | [ 0.000000] NR_IRQS: 256 | ||
| + | [ 0.000000] CPU Clock: 880MHz | ||
| + | [ 0.000000] clocksource: | ||
| + | [ 0.000012] sched_clock: | ||
| + | [ 0.007952] clocksource: | ||
| + | [ 0.016995] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) | ||
| + | [ 0.083157] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.087923] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.095125] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.105705] rcu: Hierarchical SRCU implementation. | ||
| + | [ 0.110741] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | ||
| + | [ 0.118834] smp: Bringing up secondary CPUs ... | ||
| + | [ 0.124105] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.124116] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.124127] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.124203] CPU1 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.178631] Synchronize counters for CPU 1: done. | ||
| + | [ 0.211052] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.211061] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.211070] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.211117] CPU2 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.270027] Synchronize counters for CPU 2: done. | ||
| + | [ 0.300616] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.300625] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.300634] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.300685] CPU3 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.355213] Synchronize counters for CPU 3: done. | ||
| + | [ 0.385080] smp: Brought up 1 node, 4 CPUs | ||
| + | [ 0.393646] clocksource: | ||
| + | [ 0.403463] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) | ||
| + | [ 0.410474] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.418050] NET: Registered protocol family 16 | ||
| + | [ 0.423593] thermal_sys: | ||
| + | [ 0.424962] cpuidle: using governor teo | ||
| + | [ 0.471132] clocksource: | ||
| + | [ 0.477811] NET: Registered protocol family 2 | ||
| + | [ 0.482487] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.491154] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) | ||
| + | [ 0.499482] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.507091] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.514073] TCP: Hash tables configured (established 1024 bind 1024) | ||
| + | [ 0.520507] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.526993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.534190] NET: Registered protocol family 1 | ||
| + | [ 0.538484] PCI: CLS 0 bytes, default 32 | ||
| + | [ 0.544824] workingset: timestamp_bits=14 max_order=15 bucket_order=1 | ||
| + | [ 0.555452] squashfs: version 4.0 (2009/ | ||
| + | [ 0.561230] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.571845] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | ||
| + | [ 0.581158] mt7621_gpio 1e000600.gpio: | ||
| + | [ 0.587001] mt7621_gpio 1e000600.gpio: | ||
| + | [ 0.592959] mt7621_gpio 1e000600.gpio: | ||
| + | [ 0.599368] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled | ||
| + | [ 0.610041] printk: console [ttyS0] disabled | ||
| + | [ 0.614366] 1e000c00.uartlite: | ||
| + | [ 0.623365] printk: console [ttyS0] enabled | ||
| + | [ 0.623365] printk: console [ttyS0] enabled | ||
| + | [ 0.631618] printk: bootconsole [early0] disabled | ||
| + | [ 0.631618] printk: bootconsole [early0] disabled | ||
| + | [ 0.643827] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xd1 | ||
| + | [ 0.650180] nand: ESMT NAND 128MiB 3,3V 8-bit | ||
| + | [ 0.654629] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
| + | [ 0.662199] mt7621-nand 1e003000.nand: | ||
| + | [ 0.668795] 7 fixed-partitions partitions found on MTD device mt7621-nand | ||
| + | [ 0.676151] Creating 7 MTD partitions on " | ||
| + | [ 0.681421] 0x000000000000-0x000000400000 : " | ||
| + | [ 0.748650] 3 fixed-partitions partitions found on MTD device u-boot | ||
| + | [ 0.755029] Creating 3 MTD partitions on " | ||
| + | [ 0.759808] 0x000000000000-0x000000020000 : " | ||
| + | [ 0.768081] 0x000000020000-0x000000060000 : " | ||
| + | [ 0.778245] 0x000000060000-0x0000000a0000 : " | ||
| + | [ 0.789143] 0x000000400000-0x000003400000 : " | ||
| + | [ 1.530667] 2 fixed-partitions partitions found on MTD device os0 | ||
| + | [ 1.536823] Creating 2 MTD partitions on " | ||
| + | [ 1.541472] 0x000000000000-0x000000400000 : " | ||
| + | [ 1.608709] 0x000000400000-0x000003000000 : " | ||
| + | [ 2.289186] 0x000003400000-0x000006400000 : " | ||
| + | [ 3.030532] 0x000006400000-0x000007400000 : " | ||
| + | [ 3.282032] 0x000007400000-0x000007800000 : " | ||
| + | [ 3.349854] 0x000007800000-0x000007c00000 : " | ||
| + | [ 3.417384] 0x000000000000-0x000007f80000 : " | ||
| + | [ 5.385793] Concatenating MTD devices: | ||
| + | [ 5.389571] (0): " | ||
| + | [ 5.392301] (1): " | ||
| + | [ 5.394907] into device " | ||
| + | [ 5.398526] 1 fixed-partitions partitions found on MTD device ubi-concat | ||
| + | [ 5.405218] Creating 1 MTD partitions on " | ||
| + | [ 5.410341] 0x000000000000-0x000003c00000 : " | ||
| + | [ 6.382287] mt7530 mdio-bus: | ||
| + | [ 6.392104] mtk_soc_eth 1e100000.ethernet: | ||
| + | [ 6.401222] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 | ||
| + | [ 6.409680] mtk_soc_eth 1e100000.ethernet: | ||
| + | [ 6.418679] mtk_soc_eth 1e100000.ethernet wan: mediatek frame engine at 0xbe100000, irq 21 | ||
| + | [ 6.427826] i2c /dev entries driver | ||
| + | [ 6.434229] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.440997] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.449778] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.457950] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.466226] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.473799] NET: Registered protocol family 10 | ||
| + | [ 6.480037] Segment Routing with IPv6 | ||
| + | [ 6.483855] NET: Registered protocol family 17 | ||
| + | [ 6.488367] bridge: filtering via arp/ | ||
| + | [ 6.501744] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 6.509411] gpio-export gpio-export: | ||
| + | [ 6.515010] mt7530 mdio-bus: | ||
| + | [ 6.544231] mt7530 mdio-bus:1f lan1 (uninitialized): | ||
| + | [ 6.556757] mt7530 mdio-bus:1f lan2 (uninitialized): | ||
| + | [ 6.569051] mt7530 mdio-bus:1f lan3 (uninitialized): | ||
| + | [ 6.581412] mt7530 mdio-bus:1f lan4 (uninitialized): | ||
| + | [ 6.594046] mt7530 mdio-bus: | ||
| + | [ 6.604516] DSA: tree 0 setup | ||
| + | [ 6.607841] rt2880-pinmux pinctrl: pcie is already enabled | ||
| + | [ 6.613422] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.620106] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.628906] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.637083] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.645353] mt7621-pci-phy 1e149000.pcie-phy: | ||
| + | [ 6.653193] mt7621-pci-phy 1e14a000.pcie-phy: | ||
| + | [ 6.660910] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.768315] mt7621-pci-phy 1e149000.pcie-phy: | ||
| + | [ 6.773904] mt7621-pci-phy 1e14a000.pcie-phy: | ||
| + | [ 6.879626] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.886581] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.891459] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.896320] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.905780] mt7621-pci 1e140000.pcie: | ||
| + | [ 6.912168] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] | ||
| + | [ 6.919020] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] | ||
| + | [ 6.925889] pci_bus 0000:00: root bus resource [bus 00-ff] | ||
| + | [ 6.931379] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) | ||
| + | [ 6.941581] pci 0000: | ||
| + | [ 6.947579] pci 0000: | ||
| + | [ 6.953843] pci 0000: | ||
| + | [ 6.960891] pci 0000: | ||
| + | [ 6.966681] pci 0000: | ||
| + | [ 6.970672] pci 0000: | ||
| + | [ 6.976929] pci 0000: | ||
| + | [ 6.982991] pci 0000: | ||
| + | [ 6.989235] pci 0000: | ||
| + | [ 6.996274] pci 0000: | ||
| + | [ 7.002084] pci 0000: | ||
| + | [ 7.006077] pci 0000: | ||
| + | [ 7.013404] pci 0000: | ||
| + | [ 7.021442] pci 0000: | ||
| + | [ 7.029682] pci 0000: | ||
| + | [ 7.035753] pci 0000: | ||
| + | [ 7.042805] pci 0000: | ||
| + | [ 7.049217] pci 0000: | ||
| + | [ 7.065603] pci 0000: | ||
| + | [ 7.070886] pci 0000: | ||
| + | [ 7.076957] pci 0000: | ||
| + | [ 7.083749] pci 0000: | ||
| + | [ 7.090976] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | ||
| + | [ 7.097838] pci 0000: | ||
| + | [ 7.103907] pci 0000: | ||
| + | [ 7.110973] pci 0000: | ||
| + | [ 7.117387] pci 0000: | ||
| + | [ 7.133777] pci 0000: | ||
| + | [ 7.139000] pci 0000: | ||
| + | [ 7.145115] pci 0000: | ||
| + | [ 7.151898] pci 0000: | ||
| + | [ 7.159094] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 | ||
| + | [ 7.165754] pci 0000: | ||
| + | [ 7.172364] pci 0000: | ||
| + | [ 7.179298] pci 0000: | ||
| + | [ 7.185912] pci 0000: | ||
| + | [ 7.192870] pci 0000: | ||
| + | [ 7.199631] pci 0000: | ||
| + | [ 7.206860] pci 0000: | ||
| + | [ 7.213647] pci 0000: | ||
| + | [ 7.220868] pci 0000: | ||
| + | [ 7.227633] pci 0000: | ||
| + | [ 7.234414] pci 0000: | ||
| + | [ 7.241199] pci 0000: | ||
| + | [ 7.247966] pci 0000: | ||
| + | [ 7.255276] pci 0000: | ||
| + | [ 7.260220] pci 0000: | ||
| + | [ 7.267008] pci 0000: | ||
| + | [ 7.273791] pci 0000: | ||
| + | [ 7.281015] pci 0000: | ||
| + | [ 7.288302] pci 0000: | ||
| + | [ 7.293267] pci 0000: | ||
| + | [ 7.300027] pci 0000: | ||
| + | [ 7.306806] pci 0000: | ||
| + | [ 7.318329] UBI: auto-attach mtd12 | ||
| + | [ 7.321839] ubi0: attaching mtd12 | ||
| + | [ 7.331445] mt7530 mdio-bus: | ||
| + | [ 8.869338] ubi0: scanning is finished | ||
| + | [ 8.889919] ubi0: attached mtd12 (name " | ||
| + | [ 8.895440] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
| + | [ 8.902304] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
| + | [ 8.909061] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
| + | [ 8.916004] ubi0: good PEBs: 480, bad PEBs: 0, corrupted PEBs: 0 | ||
| + | [ 8.921999] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 | ||
| + | [ 8.929188] ubi0: max/mean erase counter: 15/8, WL threshold: 4096, image sequence number: 2014637619 | ||
| + | [ 8.938378] ubi0: available PEBs: 0, total reserved PEBs: 480, PEBs reserved for bad PEB handling: 10 | ||
| + | [ 8.947606] ubi0: background thread " | ||
| + | [ 8.950062] block ubiblock0_0: | ||
| + | [ 8.959149] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem | ||
| + | [ 8.973604] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | ||
| + | [ 8.985010] Freeing unused kernel memory: 1276K | ||
| + | [ 8.989540] This architecture does not have kernel memory protection. | ||
| + | [ 8.995991] Run /sbin/init as init process | ||
| + | [ 9.553648] init: Console is alive | ||
| + | [ 9.557433] init: - watchdog - | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | 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 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Please press Enter to activate this console. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | |||
| + | |||
| + | BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash) | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | | ||
| + | | ||
| + | === WARNING! ===================================== | ||
| + | There is no root password defined on this device! | ||
| + | Use the " | ||
| + | in order to prevent unauthorized SSH logins. | ||
| + | -------------------------------------------------- | ||
| + | root@OpenWrt:/# | ||
| + | </ | ||
| </ | </ | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | //Space for additional notes, links to forum threads or other resources.// | ||
| - | |||
| - | * ... | ||
| + | None so far. | ||
| ===== Tags ===== | ===== Tags ===== | ||
| - | <WRAP BOX> | ||
| - | FIXME //Add tags below, then remove this fixme.// | ||
| - | </ | ||
| [[meta: | [[meta: | ||
| - | {{tag>EXAMPLETAG}} | + | {{tag>U-boot 2core ramips mediatek MT7621 GigabitEthernet 1NIC 5Port 2WNIC wlan 802.11abgn 802.11a 802.11bgn 802.11ac mt7615 4Ant 128NAND 128RAM USB3.0 USB 1USB Serial GPIO 2button 12v_powered tp-link Dual_firmware}} |