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 | ||
| inbox:toh:sercomm:s3 [2023/01/07 13:25] – [Table] shahid | inbox:toh:sercomm:s3 [2023/02/02 16:04] – [Return to Stock] shahid | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| /* This template is intended to be used via https:// | /* This template is intended to be used via https:// | ||
| - | {{page> | + | This is AC2100 dual Band Wireless Router which now supports OpenWrt |
| - | + | ||
| - | //Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/ | + | |
| /*****/ | /*****/ | ||
| /* How to add images ========> | /* How to add images ========> | ||
| /*****/ | /*****/ | ||
| - | {{ media:example: | + | {{ media:sercomm_s3_front.jpg? |
| ===== OpenWrt support ===== | ===== OpenWrt support ===== | ||
| - | <color red>**Not supported.**</color> | + | **OpenWrt forum thread**: [[https:// |
| - | |||
| - | /*** if info available: uncomment and fill in | ||
| - | ===== Supporting activities ===== | ||
| - | //Describe if there are any ongoing activities that might lead to OpenWrt support.// | ||
| - | |||
| - | * OpenWrt forum thread: (add link) | ||
| - | ***/ | ||
| Line 46: | Line 36: | ||
| | Beeline | Smart Box TURBO | MediaTek MT7621AT | 880 MHz | | Beeline | Smart Box TURBO | MediaTek MT7621AT | 880 MHz | ||
| | Beeline | Smart Box TURBO+ | MediaTek MT7621AT | 880 MHz | | Beeline | Smart Box TURBO+ | MediaTek MT7621AT | 880 MHz | ||
| + | |||
| + | ==== OpenWrt installation ==== | ||
| + | |||
| + | 1. Login to the router web interface under admin account | ||
| + | |||
| + | 2. Navigate to Settings -> Configuration | ||
| + | |||
| + | 3. Upload this modified config file (config file password is E1234) . [[https:// | ||
| + | |||
| + | 4. Login via Putty SSH 192.168.1.1 under user=SuperUser | ||
| + | |||
| + | 5. Once logged in type | ||
| + | <code bash> | ||
| + | sh | ||
| + | </ | ||
| + | |||
| + | 6. Change bootflag to Sercomm1 and reboot: | ||
| + | <code bash> | ||
| + | printf 1 | dd bs=1 seek=7 count=1 of=/ | ||
| + | reboot | ||
| + | </ | ||
| + | |||
| + | 7. After restart login to web interface with user=admin password=E12345678 & upload etisalat_s3-squashfs-factory.img | ||
| + | |||
| + | 8. Now openwrt boots & boot flag will automatically changes to "Boot Flag : Sercomm0" | ||
| + | |||
| + | 9. Now we have Successfully installed Openwrt in slot 0, while we still have OEM Firmware stored in slot 1. If you want to revert back to oem follow the section. | ||
| + | |||
| + | |||
| + | ==== Return to Stock ==== | ||
| + | 1. Change the bootflag to Sercomm1 in OpenWrt CLI and then reboot: | ||
| + | <code bash> | ||
| + | printf 1 | dd bs=1 seek=7 count=1 of=/ | ||
| + | reboot | ||
| + | </ | ||
| + | |||
| + | 2. Stock firmware will boot from slot 1 & automatically replaces OpenWrt in slot 0 with OEM Firmware. | ||
| + | |||
| + | |||
| + | ==== Backup ==== | ||
| + | |||
| + | It's recommended to make a mtd backup before you start: | ||
| + | |||
| + | 1. Set up a tftp server (e.g. tftpd64 for windows) | ||
| + | |||
| + | 2. Set your pc ip address 192.168.1.2 | ||
| + | |||
| + | 3. Connect to a router using SSH shell with SuperUser and run the following commands: | ||
| + | <code bash> | ||
| + | sh | ||
| + | cd /tmp | ||
| + | for i in 0 1 2 3 4 5 6 7 8 9 10; do nanddump -f mtd$i /dev/mtd$i; \ | ||
| + | tftp -l mtd$i -p 192.168.1.2; | ||
| + | tftp -l mtd.md5 -p 192.168.1.2 | ||
| + | </ | ||
| - | /*** if info available: uncomment and fill in | ||
| - | ===== Installation ===== | ||
| - | - → [[: | ||
| - | - → [[docs: | ||
| - | - → [[: | ||
| - | ==== Installing OpenWrt ==== | ||
| - | ***/ | ||
| Line 121: | Line 159: | ||
| ^ Flash size | 128 MiB Nand | | ^ Flash size | 128 MiB Nand | | ||
| ^ RAM | 256 MiB | | ^ RAM | 256 MiB | | ||
| - | ^ Wireless | + | ^ Wireless |
| ^ Ethernet | ^ Ethernet | ||
| ^ Switch | ^ Switch | ||
| Line 129: | Line 167: | ||
| - | /*** if info available: uncomment and fill in | + | |
| ==== Flash Layout ==== | ==== Flash Layout ==== | ||
| <WRAP BOX> | <WRAP BOX> | ||
| - | FIXME //[[:docs:techref:flash.layout# | + | < |
| + | dev: | ||
| + | mtd0: 00100000 00020000 " | ||
| + | mtd1: 00100000 00020000 " | ||
| + | mtd2: 00100000 00020000 " | ||
| + | mtd3: 00100000 00020000 "Boot Flag" | ||
| + | mtd4: 00600000 00020000 " | ||
| + | mtd5: 00600000 00020000 " | ||
| + | mtd6: 02000000 00020000 "File System 1" | ||
| + | mtd7: 02000000 00020000 "File System 2" | ||
| + | mtd8: 01400000 00020000 " | ||
| + | mtd9: 01b80000 00020000 " | ||
| + | mtd10: 04f80000 00020000 " | ||
| + | </code> | ||
| + | </WRAP> | ||
| - | Please check out the article [[docs: | + | ==== Device Specific Details ==== |
| + | |||
| + | <WRAP center round info 60%> | ||
| + | mtd2 contains | ||
| + | | **Info** | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| </ | </ | ||
| - | ***/ | + | {{ media: |
| + | |||
| Line 145: | Line 207: | ||
| /* Thanks, your wiki administration - Oct. 2015 */ | /* Thanks, your wiki administration - Oct. 2015 */ | ||
| - | **Insert photo of front of the casing** | + | {{: |
| - | **Insert photo of back of the casing** | + | {{: |
| - | **Insert photo of backside label** | + | {{: |
| + | |||
| + | {{: | ||
| - | **Insert photo of PCB** | ||
| ==== Opening the case ==== | ==== Opening the case ==== | ||
| <WRAP BOX> | <WRAP BOX> | ||
| - | FIXME //Describe what needs to be done to open the device, e.g. remove | + | Under large rubber |
| </ | </ | ||
| Line 163: | Line 226: | ||
| How to connect to the Serial Port of this specific device:\\ | How to connect to the Serial Port of this specific device:\\ | ||
| - | **Insert photo of PCB with markings | + | {{media: |
| + | ^ Serial connection parameters | ||
| + | Built in shell access | ||
| - | <WRAP BOX> | + | User: SuperUser |
| - | FIXME //Replace EXAMPLE by real values.// | + | |
| - | </ | + | |
| - | ^ Serial connection parameters\\ for Sercomm S3 @@Version@@ | 56700, 8N1 | | + | Password: SN (Printed on the back of your router) & can also be found in oem bootlog |
| + | once logged in type sh press enter for shell access. | ||
| ==== JTAG ==== | ==== JTAG ==== | ||
| -> [[docs: | -> [[docs: | ||
| - | How to connect to the JTAG Port of this specific device:\\ | + | There is no Jtag on this board |
| - | **Insert photo of PCB with markings for JTAG port** | + | |
| ===== Bootlogs ===== | ===== Bootlogs ===== | ||
| Line 931: | Line 994: | ||
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| + | =================================================================== | ||
| + | MT7621 | ||
| + | CPU=50000000 HZ BUS=16666666 HZ | ||
| + | ================================================================== | ||
| + | Change 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 = 565/459 2D000000 | ||
| + | PLL4 FB_DL: 0x13, 1/0 = 547/477 4D000000 | ||
| + | PLL2 FB_DL: 0x14, 1/0 = 740/284 51000000 | ||
| + | do DDR setting..[00320381] | ||
| + | Apply DDR3 Setting...(use customer AC) | ||
| + | 0 8 | ||
| + | -------------------------------------------------------------------------------- | ||
| + | 0000: | ||
| + | 0001: | ||
| + | 0002: | ||
| + | 0003: | ||
| + | 0004: | ||
| + | 0005: | ||
| + | 0006: | ||
| + | 0007: | ||
| + | 0008: | ||
| + | 0009: | ||
| + | 000A: | ||
| + | 000B: | ||
| + | 000C: | ||
| + | 000D: | ||
| + | 000E: | ||
| + | 000F: | ||
| + | 0010: | ||
| + | 0011: | ||
| + | 0012: | ||
| + | 0013: | ||
| + | 0014: | ||
| + | 0015: | ||
| + | 0016: | ||
| + | 0017: | ||
| + | 0018: | ||
| + | 0019: | ||
| + | 001A: | ||
| + | 001B: | ||
| + | 001C: | ||
| + | 001D: | ||
| + | 001E: | ||
| + | 001F: | ||
| + | rank 0 coarse = 16 | ||
| + | rank 0 fine = 40 | ||
| + | B:| 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 | ||
| + | opt_dle value:8 | ||
| + | DRAMC_R0DELDLY[018]=00001E1F | ||
| + | ================================================================== | ||
| + | RX DQS perbit delay software calibration | ||
| + | ================================================================== | ||
| + | 1.0-15 bit dq delay value | ||
| + | ================================================================== | ||
| + | bit| | ||
| + | -------------------------------------- | ||
| + | 0 | 13 7 13 10 12 7 11 6 3 9 | ||
| + | 10 | 6 12 7 8 3 10 | ||
| + | -------------------------------------- | ||
| + | |||
| + | ================================================================== | ||
| + | 2.dqs window | ||
| + | x=pass dqs delay value (min~max)center | ||
| + | y=0-7bit DQ of every group | ||
| + | input delay:DQS0 =31 DQS1 = 30 | ||
| + | ================================================================== | ||
| + | bit | ||
| + | 0 (1~60)30 | ||
| + | 1 (1~56)28 | ||
| + | 2 (1~60)30 | ||
| + | 3 (1~57)29 | ||
| + | 4 (1~58)29 | ||
| + | 5 (1~59)30 | ||
| + | 6 (1~59)30 | ||
| + | 7 (2~60)31 | ||
| + | ================================================================== | ||
| + | 3.dq delay value last | ||
| + | ================================================================== | ||
| + | bit| 0 1 2 3 4 5 6 7 8 9 | ||
| + | -------------------------------------- | ||
| + | 0 | 14 10 14 12 14 8 12 6 4 9 | ||
| + | 10 | 6 14 7 9 3 10 | ||
| + | ================================================================== | ||
| + | ================================================================== | ||
| + | | ||
| + | ================================================================== | ||
| + | DQS loop = 15, cmp_err_1 = ffff3b04 | ||
| + | DQS loop = 14, cmp_err_1 = ffff2a00 | ||
| + | dqs_perbyte_dly.last_dqsdly_pass[0]=14, | ||
| + | DQS loop = 13, cmp_err_1 = ffff2200 | ||
| + | DQS loop = 12, cmp_err_1 = ffff0000 | ||
| + | dqs_perbyte_dly.last_dqsdly_pass[1]=12, | ||
| + | DQ loop=15, cmp_err_1 = ffff0000 | ||
| + | dqs_perbyte_dly.last_dqdly_pass[0]=15, | ||
| + | dqs_perbyte_dly.last_dqdly_pass[1]=15, | ||
| + | byte:0, (DQS, | ||
| + | byte:1, (DQS, | ||
| + | 20, | ||
| + | [EMI] DRAMC calibration passed | ||
| + | |||
| + | =================================================================== | ||
| + | MT7621 | ||
| + | CPU=50000000 HZ BUS=16666666 HZ | ||
| + | =================================================================== | ||
| + | |||
| + | |||
| + | U-Boot 1.1.3 (Mar 4 2020 - 17:12:16) | ||
| + | |||
| + | Board: Ralink APSoC DRAM: 256 MB | ||
| + | rt2880 uboot v0.00e04 05/ | ||
| + | SERIAL_CLOCK_DIVISOR =16 | ||
| + | kaiker,, | ||
| + | SDRAM SIZE: | ||
| + | Top of RAM usable for U-Boot at: 90000000 | ||
| + | Reserving 425k for U-Boot at: 8ff94000 | ||
| + | Reserving 1028k for malloc() at: 8fe93000 | ||
| + | Reserving 44 Bytes for Board Info at: 8fe92fd4 | ||
| + | Reserving 36 Bytes for Global Data at: 8fe92fb0 | ||
| + | Reserving 128k for boot params() at: 8fe72fb0 | ||
| + | Stack Pointer at: 8fe72f98 | ||
| + | relocate_code Pointer at: 8ff94000 | ||
| + | |||
| + | Config XHCI 40M PLL | ||
| + | Now running in RAM - U-Boot at: 8ff94000 | ||
| + | |||
| + | | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command "?": | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Command " | ||
| + | Allocate 16 byte aligned buffer: 8ffca410 | ||
| + | Enable NFI Clock | ||
| + | # MTK NAND # : Use HW ECC | ||
| + | NAND ID [C2 F1 80 95 02] | ||
| + | Device found in MTK table, ID: c2f1, EXT_ID: 809502 | ||
| + | Support this Device in MTK table! c2f1 | ||
| + | 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 | ||
| + | [mtk_nand] probe successfully! | ||
| + | mtd-> | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:256, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 880 MHZ #### | ||
| + | | ||
| + | # | ||
| + | set LAN/WAN WLLLL | ||
| + | |||
| + | Load Standalone from 40000 | ||
| + | SC_DEBUG: Nand Partition Table Magic Found at 100000. | ||
| + | |||
| + | ****************************************** | ||
| + | Uboot StandAlone Entry | ||
| + | ****************************************** | ||
| + | GPIO init | ||
| + | ********************************************************* | ||
| + | Press any key to enter Boot Command Interface | ||
| + | ********************************************************* | ||
| + | SC_DEBUG: Nand Partition Table Magic Found at 100000. | ||
| + | |||
| + | ****************************************** | ||
| + | Uboot StandAlone Entry | ||
| + | ****************************************** | ||
| + | |||
| + | *************************************************** | ||
| + | Boot Version 0.2.1.0, at Mar 4 2020, 17:12:13 | ||
| + | |||
| + | *************************************************** | ||
| + | SC_DEBUG: Nand Partition Table Magic Found at 100000. | ||
| + | Entering Firmware : Everything is OK. | ||
| + | |||
| + | ************************************* | ||
| + | Boot Flag : Sercomm1▒ | ||
| + | ************************************* | ||
| + | Fw header Magic check OK! | ||
| + | FW header checksum should: 0x097261cf, crc32 result: 0x097261cf, Fw header CRC check OK! | ||
| + | kernel : real offset: 0x00a00100, data length: 0x002c4fe8, | ||
| + | kernel result: 0xf716e1b5, kernel check sum ok! | ||
| + | rootfs: | ||
| + | rootfs result: 0x2d55fc1c, rootfs check sum ok! | ||
| + | Kernel Addr : 0xbca00100 | ||
| + | ## Booting image at bca00100 ... | ||
| + | Image Name: MIPS OpenWrt Linux-5.10.162 | ||
| + | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| + | Data Size: 2903976 Bytes = 2.8 MB | ||
| + | Load Address: 81001000 | ||
| + | Entry Point: | ||
| + | | ||
| + | | ||
| + | kernel addr : | ||
| + | No initrd | ||
| + | ## Transferring control to Linux (at address 81001000) ... | ||
| + | ## Giving linux memsize in MB, 256 | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | |||
| + | |||
| + | 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.162 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r21714-9ac377d0e0) 11.3.0, GNU ld (GNU Binutils) 2.39) #0 SMP Sat Jan 7 00:32:58 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 Etisalat S3 | ||
| + | [ 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-0x000000000fffffff] | ||
| + | [ 0.000000] percpu: Embedded 15 pages/cpu s30480 r8192 d22768 u61440 | ||
| + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 | ||
| + | [ 0.000000] Kernel command line: console=ttyS0, | ||
| + | [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) | ||
| + | [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.000000] Writing ErrCtl register=00053ed8 | ||
| + | [ 0.000000] Readback ErrCtl register=00053ed8 | ||
| + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| + | [ 0.000000] Memory: 248716K/ | ||
| + | [ 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.015862] clocksource: | ||
| + | [ 0.033809] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) | ||
| + | [ 0.106115] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.115428] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.129831] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.148014] rcu: Hierarchical SRCU implementation. | ||
| + | [ 0.157813] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | ||
| + | [ 0.173364] smp: Bringing up secondary CPUs ... | ||
| + | [ 0.183074] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.183083] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.183094] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.183166] CPU1 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.243170] Synchronize counters for CPU 1: done. | ||
| + | [ 0.304847] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.304856] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.304864] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.304910] CPU2 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.364021] Synchronize counters for CPU 2: done. | ||
| + | [ 0.424367] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.424376] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.424384] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.424433] CPU3 revision is: 0001992f (MIPS 1004Kc) | ||
| + | [ 0.483595] Synchronize counters for CPU 3: done. | ||
| + | [ 0.543204] smp: Brought up 1 node, 4 CPUs | ||
| + | [ 0.555748] clocksource: | ||
| + | [ 0.575259] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) | ||
| + | [ 0.589075] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.601797] NET: Registered protocol family 16 | ||
| + | [ 0.611660] thermal_sys: | ||
| + | [ 0.613301] cpuidle: using governor teo | ||
| + | [ 0.678398] clocksource: | ||
| + | [ 0.689848] NET: Registered protocol family 2 | ||
| + | [ 0.698899] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) | ||
| + | [ 0.714670] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) | ||
| + | [ 0.731331] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.746470] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.760634] TCP: Hash tables configured (established 2048 bind 2048) | ||
| + | [ 0.773385] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.786275] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.800397] NET: Registered protocol family 1 | ||
| + | [ 0.808978] PCI: CLS 0 bytes, default 32 | ||
| + | [ 0.819376] workingset: timestamp_bits=14 max_order=16 bucket_order=2 | ||
| + | [ 0.836107] squashfs: version 4.0 (2009/ | ||
| + | [ 0.847601] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.867892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | ||
| + | [ 0.884256] mt7621_gpio 1e000600.gpio: | ||
| + | [ 0.895569] mt7621_gpio 1e000600.gpio: | ||
| + | [ 0.906899] mt7621_gpio 1e000600.gpio: | ||
| + | [ 0.918568] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled | ||
| + | [ 0.933898] printk: console [ttyS0] disabled | ||
| + | [ 0.942458] 1e000c00.uartlite: | ||
| + | [ 0.960499] printk: console [ttyS0] enabled | ||
| + | [ 0.960499] printk: console [ttyS0] enabled | ||
| + | [ 0.976997] printk: bootconsole [early0] disabled | ||
| + | [ 0.976997] printk: bootconsole [early0] disabled | ||
| + | [ 0.996970] 1e000e00.uartlite3: | ||
| + | [ 1.018534] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 | ||
| + | [ 1.031264] nand: Macronix MX30LF1G18AC | ||
| + | [ 1.038954] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
| + | [ 1.054044] mt7621-nand 1e003000.nand: | ||
| + | [ 1.124450] scpart: Valid 'SC PART MAP' (10 partitions) found at 0x100000 | ||
| + | [ 1.138026] 10 scpart partitions found on MTD device mt7621-nand | ||
| + | [ 1.151310] Creating 10 MTD partitions on " | ||
| + | [ 1.161945] 0x000000000000-0x000000100000 : " | ||
| + | [ 1.182857] 0x000000100000-0x000000200000 : " | ||
| + | [ 1.206479] 0x000000200000-0x000000300000 : " | ||
| + | [ 1.227677] 0x000000300000-0x000000400000 : "Boot Flag" | ||
| + | [ 1.249135] 0x000000400000-0x000000a00000 : " | ||
| + | [ 1.320800] 0x000000a00000-0x000001000000 : " | ||
| + | [ 1.392610] 0x000001000000-0x000003000000 : "File System 1" | ||
| + | [ 1.726489] 0x000003000000-0x000005020000 : "File System 2" | ||
| + | [ 2.061147] 0x000005020000-0x000006420000 : " | ||
| + | [ 2.275336] 0x000006420000-0x000007f80000 : " | ||
| + | [ 2.572040] Concatenating MTD devices: | ||
| + | [ 2.579561] (0): "File System 1" | ||
| + | [ 2.585974] (1): " | ||
| + | [ 2.593098] (2): " | ||
| + | [ 2.602458] into device " | ||
| + | [ 2.609640] 1 fixed-partitions partitions found on MTD device ubi-concat | ||
| + | [ 2.622983] Creating 1 MTD partitions on " | ||
| + | [ 2.633222] 0x000000000000-0x000004f80000 : " | ||
| + | [ 2.642586] mtd: partition " | ||
| + | [ 3.499660] mt7530 mdio-bus: | ||
| + | [ 3.517138] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 22 | ||
| + | [ 3.534689] mtk_soc_eth 1e100000.ethernet wan: mediatek frame engine at 0xbe100000, irq 22 | ||
| + | [ 3.552543] i2c /dev entries driver | ||
| + | [ 3.561887] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.575291] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.592840] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.609142] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.625519] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.637988] NET: Registered protocol family 10 | ||
| + | [ 3.648933] Segment Routing with IPv6 | ||
| + | [ 3.656321] NET: Registered protocol family 17 | ||
| + | [ 3.665280] bridge: filtering via arp/ | ||
| + | [ 3.691532] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 3.703333] mt7530 mdio-bus: | ||
| + | [ 3.732334] mt7530 mdio-bus:1f lan1 (uninitialized): | ||
| + | [ 3.754433] mt7530 mdio-bus:1f lan2 (uninitialized): | ||
| + | [ 3.776417] mt7530 mdio-bus:1f lan3 (uninitialized): | ||
| + | [ 3.798516] mt7530 mdio-bus:1f lan4 (uninitialized): | ||
| + | [ 3.820875] mt7530 mdio-bus: | ||
| + | [ 3.837672] DSA: tree 0 setup | ||
| + | [ 3.843916] rt2880-pinmux pinctrl: pcie is already enabled | ||
| + | [ 3.854930] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.868288] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.885822] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.902117] mt7621-pci 1e140000.pcie: | ||
| + | [ 3.918494] mt7621-pci-phy 1e149000.pcie-phy: | ||
| + | [ 3.933575] mt7621-pci-phy 1e14a000.pcie-phy: | ||
| + | [ 3.948596] mt7621-pci 1e140000.pcie: | ||
| + | [ 4.063120] mt7621-pci-phy 1e149000.pcie-phy: | ||
| + | [ 4.074232] mt7621-pci-phy 1e14a000.pcie-phy: | ||
| + | [ 4.185460] mt7621-pci 1e140000.pcie: | ||
| + | [ 4.199328] mt7621-pci 1e140000.pcie: | ||
| + | [ 4.209037] mt7621-pci 1e140000.pcie: | ||
| + | [ 4.218748] mt7621-pci 1e140000.pcie: | ||
| + | [ 4.237428] mt7621-pci 1e140000.pcie: | ||
| + | [ 4.250117] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] | ||
| + | [ 4.263813] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] | ||
| + | [ 4.277499] pci_bus 0000:00: root bus resource [bus 00-ff] | ||
| + | [ 4.288428] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) | ||
| + | [ 4.308743] pci 0000: | ||
| + | [ 4.320717] pci 0000: | ||
| + | [ 4.333198] pci 0000: | ||
| + | [ 4.347225] pci 0000: | ||
| + | [ 4.358733] pci 0000: | ||
| + | [ 4.366701] pci 0000: | ||
| + | [ 4.378825] pci 0000: | ||
| + | [ 4.390841] pci 0000: | ||
| + | [ 4.403325] pci 0000: | ||
| + | [ 4.417354] pci 0000: | ||
| + | [ 4.428873] pci 0000: | ||
| + | [ 4.436842] pci 0000: | ||
| + | [ 4.449988] pci 0000: | ||
| + | [ 4.465953] pci 0000: | ||
| + | [ 4.482158] pci 0000: | ||
| + | [ 4.494186] pci 0000: | ||
| + | [ 4.508229] pci 0000: | ||
| + | [ 4.520882] pci 0000: | ||
| + | [ 4.552202] pci 0000: | ||
| + | [ 4.562643] pci 0000: | ||
| + | [ 4.574778] pci 0000: | ||
| + | [ 4.588291] pci 0000: | ||
| + | [ 4.602684] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | ||
| + | [ 4.616128] pci 0000: | ||
| + | [ 4.628140] pci 0000: | ||
| + | [ 4.642183] pci 0000: | ||
| + | [ 4.653767] pci 0000: | ||
| + | [ 4.667499] pci 0000: | ||
| + | [ 4.677951] pci 0000: | ||
| + | [ 4.690090] pci 0000: | ||
| + | [ 4.703610] pci 0000: | ||
| + | [ 4.717991] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 | ||
| + | [ 4.731241] pci 0000: | ||
| + | [ 4.744409] pci 0000: | ||
| + | [ 4.758268] pci 0000: | ||
| + | [ 4.771443] pci 0000: | ||
| + | [ 4.785303] pci 0000: | ||
| + | [ 4.798834] pci 0000: | ||
| + | [ 4.813214] pci 0000: | ||
| + | [ 4.826738] pci 0000: | ||
| + | [ 4.841124] pci 0000: | ||
| + | [ 4.854658] pci 0000: | ||
| + | [ 4.868184] pci 0000: | ||
| + | [ 4.881710] pci 0000: | ||
| + | [ 4.895240] pci 0000: | ||
| + | [ 4.909810] pci 0000: | ||
| + | [ 4.919703] pci 0000: | ||
| + | [ 4.933219] pci 0000: | ||
| + | [ 4.946739] pci 0000: | ||
| + | [ 4.961129] pci 0000: | ||
| + | [ 4.974657] pci 0000: | ||
| + | [ 4.984548] pci 0000: | ||
| + | [ 4.998063] pci 0000: | ||
| + | [ 5.011585] pci 0000: | ||
| + | [ 5.029881] UBI: auto-attach mtd10 | ||
| + | [ 5.036677] ubi0: attaching mtd10 | ||
| + | [ 5.043655] mt7530 mdio-bus: | ||
| + | [ 6.648721] ubi0: scanning is finished | ||
| + | [ 6.672992] ubi0: attached mtd10 (name " | ||
| + | [ 6.683982] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
| + | [ 6.697671] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
| + | [ 6.711202] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
| + | [ 6.725063] ubi0: good PEBs: 635, bad PEBs: 0, corrupted PEBs: 0 | ||
| + | [ 6.737024] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 | ||
| + | [ 6.751410] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 354328867 | ||
| + | [ 6.769439] ubi0: available PEBs: 0, total reserved PEBs: 635, PEBs reserved for bad PEB handling: 13 | ||
| + | [ 6.787833] ubi0: background thread " | ||
| + | [ 6.790304] block ubiblock0_0: | ||
| + | [ 6.810823] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem | ||
| + | [ 6.831772] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | ||
| + | [ 6.850114] Freeing unused kernel memory: 1244K | ||
| + | [ 6.859187] This architecture does not have kernel memory protection. | ||
| + | [ 6.872027] Run /sbin/init as init process | ||
| + | [ 7.353538] init: Console is alive | ||
| + | [ 7.360777] init: - watchdog - | ||
| + | [ 8.173055] kmodloader: loading kernel modules from / | ||
| + | [ 8.235362] usbcore: registered new interface driver usbfs | ||
| + | [ 8.246481] usbcore: registered new interface driver hub | ||
| + | [ 8.257223] usbcore: registered new device driver usb | ||
| + | [ 8.278309] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.293381] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.308733] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.319369] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.348589] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.366883] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.379683] hub 1-0:1.0: USB hub found | ||
| + | [ 8.387302] hub 1-0:1.0: 2 ports detected | ||
| + | [ 8.395959] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.406673] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.421653] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 8.434530] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [ 8.451593] hub 2-0:1.0: USB hub found | ||
| + | [ 8.459234] hub 2-0:1.0: 1 port detected | ||
| + | [ 8.474663] kmodloader: done loading kernel modules from / | ||
| + | [ 8.498790] init: - preinit - | ||
| + | [ 9.266446] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 9.388244] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 9.438952] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 9.759679] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode | ||
| + | [ 9.775799] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | ||
| + | [ 9.778956] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode | ||
| + | [ 9.806136] 8021q: adding VLAN 0 to HW filter on device lan1 | ||
| + | [ 9.820081] IPv6: ADDRCONF(NETDEV_CHANGE): | ||
| + | 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-07 00:32:58 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:/# | ||
| + | </ | ||
| </ | </ | ||
| Line 938: | Line 1591: | ||
| ===== Tags ===== | ===== Tags ===== | ||
| [[meta: | [[meta: | ||
| - | {{tag> | + | |