Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
| inbox:toh:wifire:s1500_nbn [2022/05/06 09:47] – [OEM bootlog] demiurge67 | toh:wifire:s1500_nbn [2024/02/12 11:13] – external edit | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== WiFire S1500 NBN ====== | ====== WiFire S1500 NBN ====== | ||
| - | ~~NOTOC~~ | ||
| - | {{ : | ||
| /* This template is intended to be used via https:// | /* This template is intended to be used via https:// | ||
| - | {{page> | ||
| + | OEM/ODM name: Sercomm S1500 BUC | ||
| + | The WiFire S1500.NBN is a CPE wireless router based on the MT7621 platform. | ||
| - | | + | /* //Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/ |
| - | * The production common name is Sercomm S1500 | + | |
| /*****/ | /*****/ | ||
| Line 14: | Line 12: | ||
| /*****/ | /*****/ | ||
| + | {{media: | ||
| + | ===== Supported Versions ===== | ||
| - | ===== OpenWrt support ===== | + | <!-- ToH: { |
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| - | * <color red> | ||
| - | Status OpenWRT: | ||
| - | | ||
| - | Almost everything works\\ | ||
| - | 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.// | ||
| - | |||
| - | * | ||
| - | ***/ | ||
| - | |||
| - | /*** if info available: uncomment and fill in | ||
| ===== Experimental firmware ===== | ===== Experimental firmware ===== | ||
| - | //List experimental firmware download links here.// | + | * Community builds - https://forum.openwrt.org/ |
| - | //None at this time.// | ||
| - | * External image (add link) | ||
| - | * trunk image (add link) | ||
| - | * ... | ||
| - | ***/ | ||
| - | |||
| - | |||
| - | ===== Hardware highlights ===== | ||
| - | ^ CPU ^ Ram ^ Flash (NAND) | ||
| - | | MediaTek MT7621AT (880 MHz, 2 cores) | ||
| + | ===== Hardware Highlights ===== | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| /*** if info available: uncomment and fill in | /*** if info available: uncomment and fill in | ||
| Line 61: | Line 52: | ||
| ***/ | ***/ | ||
| + | ===== Installation ===== | ||
| + | |||
| + | |||
| + | /* stable release */ | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | ===== OpenWrt installation ===== | ||
| + | |||
| + | - Remove all dots from the factory image filename (except the dot before file extension) | ||
| + | - Upload and update the firmware via the original web interface | ||
| + | - Two options are possible after the reboot: | ||
| + | * OpenWrt - that's OK, the mission accomplished | ||
| + | * Stock firmware - install Stock firmware (to switch booflag from Sercomm0 to Sercomm1) and then OpenWrt factory image. | ||
| + | |||
| + | |||
| + | ===== 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=/ | ||
| + | </ | ||
| + | |||
| + | 2. Optional: Update with any version of stock firmware if you want to overwrite OpenWrt in Slot 0 completely. | ||
| - | /*** if info available: uncomment and fill in | ||
| ===== Debricking ===== | ===== Debricking ===== | ||
| -> [[docs: | -> [[docs: | ||
| - | ***/ | + | |
| + | ==== sercomm-recovery utility ==== | ||
| + | 1. Compile [[https:// | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | 2. Connect the router with a cable and run sercomm-recovery: | ||
| + | <code bash> | ||
| + | sudo ./ | ||
| + | </ | ||
| + | where: | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | 3. Wait until the router is flashed and rebooted. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | It's also possible to create a recovery image containing OpenWrt. | ||
| + | |||
| + | === How to make own recovery images === | ||
| + | |||
| + | You can use mtd0 (" | ||
| Line 117: | Line 164: | ||
| ===== Hardware ===== | ===== Hardware ===== | ||
| ==== Info ==== | ==== Info ==== | ||
| - | ^ Architecture | ||
| - | ^ Vendor | ||
| - | ^ Bootloader | ||
| - | ^ System-On-Chip | ||
| - | ^ CPU/ | ||
| - | ^ Flash-Chip | ||
| - | ^ Flash size | 128 MiB | | ||
| - | ^ RAM | 128 MiB (Nanya NT5CC64M16GP) | ||
| - | ^ Wireless / 2.4 GHz | MT7602EN, b/g/n, MIMO 2x2 | | ||
| - | ^ Wireless / 5 GHz | MT7612EN, a/n/ac, MIMO 2x2 | | ||
| - | ^ Ethernet | ||
| - | ^ Switch | ||
| - | ^ Buttons | ||
| - | ^ USB | 1x 2.0 | | ||
| - | ^ UART | [[# | ||
| - | ^ mPCIe | via J2 on PCB (Not soldered on the board) | | ||
| - | ^ JTAG | [[# | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| /*** if info available: uncomment and fill in | /*** if info available: uncomment and fill in | ||
| Line 230: | Line 277: | ||
| ^5g |*:10 |LAN +2| | ^5g |*:10 |LAN +2| | ||
| + | |||
| + | |||
| + | ===== Bootloader mods ===== | ||
| + | |||
| + | ==== Restoring the original U-boot bootloader and stock firmware | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | **Input conditions: | ||
| + | * router with Breed bootloader installed | ||
| + | |||
| + | **You will need:** | ||
| + | * PC or Virtual machine with Linux | ||
| + | * mtd partitions backup (**uboot.bin** - //u-boot bootloader//, | ||
| + | * http server with mtd partitions backup (i.e. with IP 192.168.1.2) | ||
| + | * recovery image (see [[: | ||
| + | |||
| + | |||
| + | === U-Boot and stock firmware recovery steps === | ||
| + | |||
| + | **<color # | ||
| + | |||
| + | 1. Enter the Breed telnet shell (IP: 192.168.1.1) | ||
| + | |||
| + | 2. Download //Factory// backup from your http server and write it: | ||
| + | <code bash> | ||
| + | wget http:// | ||
| + | </ | ||
| + | <code bash> | ||
| + | flash erase 0x100000 0x100000 | ||
| + | </ | ||
| + | <code bash> | ||
| + | flash write 0x100000 0x80001000 0x100000 | ||
| + | </ | ||
| + | |||
| + | 3. Download //u-boot bootloader// | ||
| + | |||
| + | **<color # | ||
| + | |||
| + | <code bash> | ||
| + | wget http:// | ||
| + | </ | ||
| + | <code bash> | ||
| + | flash erase 0x0 0x100000 | ||
| + | </ | ||
| + | <code bash> | ||
| + | flash write 0x0 0x80001000 0x100000 | ||
| + | </ | ||
| + | |||
| + | 4. Check written data and reboot: | ||
| + | <code bash> | ||
| + | flash dump 0x0 | ||
| + | </ | ||
| + | <code bash> | ||
| + | flash dump 0x100000 | ||
| + | </ | ||
| + | |||
| + | 5. Use [[: | ||
| ===== Bootlogs ===== | ===== Bootlogs ===== | ||
| + | |||
| ==== OEM bootlog ==== | ==== OEM bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| - | </ | + | |
| - | + | ||
| - | ==== OEM wrong bootlog (second slot)==== | + | |
| - | <WRAP bootlog> | + | |
| - | < | + | |
| - | DOWN_RESET. | + | |
| - | + | ||
| - | =================================================================== | + | |
| MT7621 | MT7621 | ||
| CPU=50000000 HZ BUS=16666666 HZ | CPU=50000000 HZ BUS=16666666 HZ | ||
| Line 252: | Line 350: | ||
| 3PLL mode + External loopback | 3PLL mode + External loopback | ||
| === XTAL-40Mhz === DDR-1200Mhz === | === XTAL-40Mhz === DDR-1200Mhz === | ||
| - | PLL2 FB_DL: | + | PLL3 FB_DL: |
| - | PLL4 FB_DL: | + | PLL2 FB_DL: |
| - | PLL3 FB_DL: 0x10, 1/0 = 551/473 41000000 | + | MEMPLL 3PLL mode calibration fail |
| do DDR setting..[00320381] | do DDR setting..[00320381] | ||
| Apply DDR3 Setting...(use customer AC) | Apply DDR3 Setting...(use customer AC) | ||
| Line 273: | Line 371: | ||
| 000C: | 000C: | ||
| 000D: | 000D: | ||
| - | 000E: | + | 000E: |
| 000F: | 000F: | ||
| - | 0010: | + | 0010: |
| - | 0011: | + | 0011: |
| 0012: | 0012: | ||
| 0013: | 0013: | ||
| Line 291: | Line 389: | ||
| 001E: | 001E: | ||
| 001F: | 001F: | ||
| - | rank 0 coarse = 15 | + | rank 0 coarse = 16 |
| - | rank 0 fine = 80 | + | rank 0 fine = 40 |
| - | B:| | + | B:| 0 0 0 0 0 0 0 0 0 1 1 1 |
| - | opt_dle value:11 | + | opt_dle value:10 |
| DRAMC_R0DELDLY[018]=00002223 | DRAMC_R0DELDLY[018]=00002223 | ||
| ================================================================== | ================================================================== | ||
| RX DQS perbit delay software calibration | RX DQS perbit delay software calibration | ||
| ================================================================== | ================================================================== | ||
| - | |||
| 1.0-15 bit dq delay value | 1.0-15 bit dq delay value | ||
| ================================================================== | ================================================================== | ||
| bit| | bit| | ||
| -------------------------------------- | -------------------------------------- | ||
| - | 0 | 10 8 9 9 8 8 10 8 5 7 | + | 0 | 10 9 10 10 7 7 9 6 5 7 |
| - | 10 | | + | 10 | |
| -------------------------------------- | -------------------------------------- | ||
| - | ================================================================== | ||
| + | ================================================================== | ||
| 2.dqs window | 2.dqs window | ||
| x=pass dqs delay value (min~max)center | x=pass dqs delay value (min~max)center | ||
| Line 316: | Line 413: | ||
| bit | bit | ||
| 0 (1~66)33 | 0 (1~66)33 | ||
| - | 1 (0~64)32 | + | 1 (1~69)35 |
| - | 2 (2~64)33 | + | 2 (1~68)34 |
| - | 3 (1~66)33 | + | 3 (1~66)33 |
| - | 4 (1~66)33 12 (1~66)33 | + | 4 (1~65)33 12 (1~66)33 |
| 5 (1~68)34 | 5 (1~68)34 | ||
| - | 6 (1~65)33 14 (1~66)33 | + | 6 (1~66)33 14 (1~68)34 |
| - | 7 (1~69)35 | + | 7 (1~66)33 |
| ================================================================== | ================================================================== | ||
| - | |||
| 3.dq delay value last | 3.dq delay value last | ||
| ================================================================== | ================================================================== | ||
| bit| 0 1 2 3 4 5 6 7 8 9 | bit| 0 1 2 3 4 5 6 7 8 9 | ||
| -------------------------------------- | -------------------------------------- | ||
| - | 0 | 12 11 11 11 10 9 12 8 6 9 | + | 0 | 12 9 11 12 9 8 11 8 6 7 |
| - | 10 | 8 10 8 11 7 9 | + | 10 | 8 10 10 11 8 10 |
| ================================================================== | ================================================================== | ||
| ================================================================== | ================================================================== | ||
| Line 345: | Line 441: | ||
| 20,data:88 | 20,data:88 | ||
| [EMI] DRAMC calibration passed | [EMI] DRAMC calibration passed | ||
| + | |||
| =================================================================== | =================================================================== | ||
| MT7621 | MT7621 | ||
| CPU=50000000 HZ BUS=16666666 HZ | CPU=50000000 HZ BUS=16666666 HZ | ||
| =================================================================== | =================================================================== | ||
| + | |||
| + | |||
| U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) | U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) | ||
| + | |||
| Board: Ralink APSoC DRAM: 128 MB | Board: Ralink APSoC DRAM: 128 MB | ||
| relocate_code Pointer at: 87fac000 | relocate_code Pointer at: 87fac000 | ||
| + | |||
| Config XHCI 40M PLL | Config XHCI 40M PLL | ||
| - | ****************************** | ||
| - | Software System Reset Occurred | ||
| - | ****************************** | ||
| Allocate 16 byte aligned buffer: 87fe0050 | Allocate 16 byte aligned buffer: 87fe0050 | ||
| Enable NFI Clock | Enable NFI Clock | ||
| # MTK NAND # : Use HW ECC | # MTK NAND # : Use HW ECC | ||
| - | NAND ID [C2 F1 80 95 02] | + | NAND ID [C8 D1 80 95 40] |
| - | Device not found, ID: c2f1 | + | Device not found, ID: c8d1 |
| Not Support this Device! | Not Support this Device! | ||
| chip_mode=00000001 | chip_mode=00000001 | ||
| - | Support this Device in MTK table! | + | Support this Device in MTK table! |
| select_chip | select_chip | ||
| [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| Line 372: | Line 470: | ||
| mtd-> | mtd-> | ||
| Env addr : 0x80000 | Env addr : 0x80000 | ||
| - | .*** Warning - bad CRC, using default environment | + | ..============================================ |
| - | ============================================ | + | |
| Ralink UBoot Version: 4.2.0.6 | Ralink UBoot Version: 4.2.0.6 | ||
| -------------------------------------------- | -------------------------------------------- | ||
| Line 386: | Line 483: | ||
| icache: sets:256, ways:4, linesz:32 , | icache: sets:256, ways:4, linesz:32 , | ||
| dcache: sets:256, ways:4, linesz:32 , | dcache: sets:256, ways:4, linesz:32 , | ||
| + | |||
| ##### The CPU freq = 880 MHZ #### | ##### The CPU freq = 880 MHZ #### | ||
| | | ||
| Line 392: | Line 490: | ||
| ..Example expects ABI version 2 | ..Example expects ABI version 2 | ||
| Actual U-Boot ABI version 2 | Actual U-Boot ABI version 2 | ||
| + | |||
| ****************************************** | ****************************************** | ||
| Uboot StandAlone Entry | Uboot StandAlone Entry | ||
| Line 398: | Line 497: | ||
| 1, 0x0000000D | 1, 0x0000000D | ||
| cmd : 0x0000000D | cmd : 0x0000000D | ||
| + | |||
| + | |||
| Press Ctrl+C to Enter the Main loop... | Press Ctrl+C to Enter the Main loop... | ||
| 0 Example expects ABI version 2 | 0 Example expects ABI version 2 | ||
| Actual U-Boot ABI version 2 | Actual U-Boot ABI version 2 | ||
| + | |||
| ****************************************** | ****************************************** | ||
| Uboot StandAlone Entry | Uboot StandAlone Entry | ||
| Line 406: | Line 508: | ||
| 0, boot | 0, boot | ||
| Flash Sector Number : 1024. | Flash Sector Number : 1024. | ||
| - | Bad block detected at 0x7680, oob_buf[0] is 0x0 | + | |
| - | NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 | + | |
| - | NAND Section 6, has bad block count 1 | + | |
| - | Bad block detected at 0xe3c0, oob_buf[0] is 0x0 | + | |
| - | NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 | + | |
| - | NAND Section 7, has bad block count 1 | + | |
| *************************************************** | *************************************************** | ||
| Sercomm Boot Version 1.14.0 | Sercomm Boot Version 1.14.0 | ||
| + | |||
| *************************************************** | *************************************************** | ||
| Entering Firmware : Everything is OK. | Entering Firmware : Everything is OK. | ||
| Begin to verify the backup image... | Begin to verify the backup image... | ||
| - | kernel addr: 0x1B00100 | + | kernel addr: 0x1B00100 |
| - | ........................................calculate_kernel_crc: | + | ........................................calculate_kernel_crc: |
| ok! | ok! | ||
| Second image selected | Second image selected | ||
| Line 426: | Line 524: | ||
| Image Name: Linux Kernel Image | Image Name: Linux Kernel Image | ||
| Image Type: MIPS Linux Kernel Image (lzma compressed) | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| - | Data Size: | + | Data Size: |
| Load Address: 80001000 | Load Address: 80001000 | ||
| Entry Point: | Entry Point: | ||
| ....................................... | ....................................... | ||
| | | ||
| + | |||
| + | |||
| + | |||
| commandline in boot is : console=ttyS1, | commandline in boot is : console=ttyS1, | ||
| + | |||
| + | |||
| + | |||
| No initrd | No initrd | ||
| ## Transferring control to Linux (at address 8000f540) ... | ## Transferring control to Linux (at address 8000f540) ... | ||
| ## Giving linux memsize in MB, 128 | ## Giving linux memsize in MB, 128 | ||
| + | |||
| Starting kernel ... | Starting kernel ... | ||
| + | |||
| + | |||
| LINUX started... | LINUX started... | ||
| + | |||
| THIS IS ASIC | THIS IS ASIC | ||
| - | Linux version 2.6.36+ (root@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP PREEMPT | + | Linux version 2.6.36+ (evan_dai@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP PREEMPT |
| The CPU feqenuce set to 880 MHz | The CPU feqenuce set to 880 MHz | ||
| GCMP present | GCMP present | ||
| Line 462: | Line 571: | ||
| Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| - | Writing ErrCtl register=0000e110 | + | Writing ErrCtl register=00014dce |
| - | Readback ErrCtl register=0000e110 | + | Readback ErrCtl register=00014dce |
| - | Memory: | + | Memory: |
| Hierarchical RCU implementation. | Hierarchical RCU implementation. | ||
| Verbose stalled-CPUs detection is disabled. | Verbose stalled-CPUs detection is disabled. | ||
| Line 493: | Line 602: | ||
| Trying to install interrupt handler for IRQ31 | Trying to install interrupt handler for IRQ31 | ||
| console [ttyS1] enabled | console [ttyS1] enabled | ||
| - | Calibrating delay loop... | + | Calibrating delay loop... |
| pid_max: default: 32768 minimum: 301 | pid_max: default: 32768 minimum: 301 | ||
| Mount-cache hash table entries: 512 | Mount-cache hash table entries: 512 | ||
| Line 523: | Line 632: | ||
| RALINK_RSTCTRL = 7000000 | RALINK_RSTCTRL = 7000000 | ||
| RALINK_CLKCFG1 = 77ffeff8 | RALINK_CLKCFG1 = 77ffeff8 | ||
| + | |||
| *************** MT7621 PCIe RC mode ************* | *************** MT7621 PCIe RC mode ************* | ||
| PCIE2 no card, disable it(RST& | PCIE2 no card, disable it(RST& | ||
| Line 645: | Line 755: | ||
| brd: module loaded | brd: module loaded | ||
| MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error | MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error | ||
| - | Allocate 16 byte aligned buffer: | + | Allocate 16 byte aligned buffer: |
| Enable NFI Clock | Enable NFI Clock | ||
| # MTK NAND # : Use HW ECC | # MTK NAND # : Use HW ECC | ||
| - | NAND ID [C2 F1 80 95 02, 00809502] | + | NAND ID [C8 D1 80 95 40, 00809540] |
| - | Device not found, ID: c2f1 | + | Device not found, ID: c8d1 |
| Not Support this Device! | Not Support this Device! | ||
| - | hip_mode=00000001 | + | chip_mode=00000001 |
| [NAND] pagesz:2048 , oobsz: 288, | [NAND] pagesz:2048 , oobsz: 288, | ||
| - | Support this Device in MTK table! | + | Support this Device in MTK table! |
| - | NAND device: Manufacturer ID: 0xc2, Chip ID: 0xf1 (Unknown NAND 128MiB 3,3V 8-bit) | + | NAND device: Manufacturer ID: 0xc8, Chip ID: 0xd1 (Unknown NAND 128MiB 3,3V 8-bit) |
| [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| Signature matched and data read! | Signature matched and data read! | ||
| Line 666: | Line 776: | ||
| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ||
| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ||
| - | Bad block detected at 0x7680, oob_buf[0] is 0x0 | ||
| - | Bad block detected at 0xe3c0, oob_buf[0] is 0x0 | ||
| - | Bad block detected at 0x7680, oob_buf[0] is 0x0 | ||
| - | Bad block detected at 0xe3c0, oob_buf[0] is 0x0 | ||
| mtd: partition " | mtd: partition " | ||
| [mtk_nand] probe successfully! | [mtk_nand] probe successfully! | ||
| Line 678: | Line 784: | ||
| UBI: VID header offset: | UBI: VID header offset: | ||
| UBI: data offset: | UBI: data offset: | ||
| - | UBI error: ubi_scan_add_used: | + | UBI: max. sequence number: 28 |
| - | UBI error: ubi_init: cannot attach mtd8 | + | UBI: attached mtd8 to ubi0 |
| + | UBI: MTD device name: " | ||
| + | UBI: MTD device size: 46 MiB | ||
| + | UBI: number of good PEBs: 368 | ||
| + | UBI: number of bad PEBs: 0 | ||
| + | UBI: max. allowed volumes: | ||
| + | UBI: wear-leveling threshold: | ||
| + | UBI: number of internal volumes: 1 | ||
| + | UBI: number of user volumes: | ||
| + | UBI: available PEBs: 0 | ||
| + | UBI: total number of reserved PEBs: 368 | ||
| + | UBI: number of PEBs reserved for bad PEB handling: 3 | ||
| + | UBI: max/mean erase counter: | ||
| + | UBI: image sequence number: 0 | ||
| + | UBI: background thread " | ||
| GMAC1_MAC_ADRH -- : 0x0000000c | GMAC1_MAC_ADRH -- : 0x0000000c | ||
| - | GMAC1_MAC_ADRL -- : 0x4328800a | + | GMAC1_MAC_ADRL -- : 0x4328800b |
| Ralink APSoC Ethernet Driver Initilization. v3.1 512 rx/tx descriptors allocated, mtu = 1500! | Ralink APSoC Ethernet Driver Initilization. v3.1 512 rx/tx descriptors allocated, mtu = 1500! | ||
| GMAC1_MAC_ADRH -- : 0x0000000c | GMAC1_MAC_ADRH -- : 0x0000000c | ||
| - | GMAC1_MAC_ADRL -- : 0x432880c4 | + | GMAC1_MAC_ADRL -- : 0x432880c5 |
| PROC INIT OK! | PROC INIT OK! | ||
| PPP generic driver version 2.4.2 | PPP generic driver version 2.4.2 | ||
| Line 703: | Line 823: | ||
| usbcore: registered new interface driver zaurus | usbcore: registered new interface driver zaurus | ||
| register rt2860 | register rt2860 | ||
| + | |||
| + | |||
| === pAd = c0202000, size = 1428136 === | === pAd = c0202000, size = 1428136 === | ||
| + | |||
| <-- RTMPAllocTxRxRingMemory, | <-- RTMPAllocTxRxRingMemory, | ||
| <-- RTMPAllocAdapterBlock, | <-- RTMPAllocAdapterBlock, | ||
| Line 713: | Line 836: | ||
| RtmpEepromGetDefault:: | RtmpEepromGetDefault:: | ||
| NVM is FLASH mode | NVM is FLASH mode | ||
| + | |||
| + | |||
| === pAd = c0482000, size = 1428136 === | === pAd = c0482000, size = 1428136 === | ||
| + | |||
| <-- RTMPAllocTxRxRingMemory, | <-- RTMPAllocTxRxRingMemory, | ||
| <-- RTMPAllocAdapterBlock, | <-- RTMPAllocAdapterBlock, | ||
| Line 778: | Line 904: | ||
| Bridge firewalling registered | Bridge firewalling registered | ||
| Ebtables v2.0 registered | Ebtables v2.0 registered | ||
| - | L2TP core driver, V2.0 | ||
| - | PPPoL2TP kernel driver, V2.0 | ||
| 802.1Q VLAN Support v1.8 Ben Greear < | 802.1Q VLAN Support v1.8 Ben Greear < | ||
| All bugs added by David S. Miller < | All bugs added by David S. Miller < | ||
| - | UBIFS error (pid 1): ubifs_get_sb: | + | UBIFS: |
| - | VFS: Cannot open root device "ubi0:rootfs" | + | UBIFS: file system size: 44441600 bytes (43400 KiB, 42 MiB, 350 LEBs) |
| - | Please append a correct " | + | UBIFS: journal size: |
| - | 1f00 130560 mtdblock0 | + | UBIFS: media format: |
| - | 1f01 1024 mtdblock1 | + | UBIFS: default compressor: zlib |
| - | 1f02 1024 mtdblock2 | + | UBIFS: reserved for root: 0 bytes (0 KiB) |
| - | 1f03 20480 mtdblock3 | + | VFS: Mounted root (ubifs filesystem) on device 0:12. |
| - | 1f04 1024 mtdblock4 | + | Started WatchDog Timer. |
| - | 1f05 4096 mtdblock5 | + | Freeing unused kernel memory: 216k freed |
| - | 1f06 | + | init started: BusyBox v1.15.3 |
| - | 1f07 47104 mtdblock7 | + | starting pid 62, tty '': |
| - | 1f08 47104 mtdblock8 | + | Algorithmics/ |
| - | 1f09 1024 mtdblock9 | + | UBI: attaching mtd3 to ubi3 |
| - | 1f0a 3584 mtdblock10 | + | UBI: physical eraseblock size: |
| - | Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) | + | UBI: logical eraseblock size: 126976 bytes |
| - | Rebooting in 5 seconds.. | + | UBI: smallest flash I/O unit: 2048 |
| + | UBI: VID header offset: | ||
| + | UBI: data offset: | ||
| + | UBI: max. sequence number: | ||
| + | UBI: attached mtd3 to ubi3 | ||
| + | UBI: MTD device name: " | ||
| + | UBI: MTD device size: 20 MiB | ||
| + | UBI: number of good PEBs: 160 | ||
| + | UBI: number of bad PEBs: 0 | ||
| + | UBI: max. allowed volumes: | ||
| + | UBI: wear-leveling threshold: | ||
| + | UBI: number of internal volumes: 1 | ||
| + | UBI: number of user volumes: | ||
| + | UBI: available PEBs: 0 | ||
| + | UBI: total number of reserved PEBs: 160 | ||
| + | UBI: number of PEBs reserved for bad PEB handling: 2 | ||
| + | UBI: max/mean erase counter: 2/0 | ||
| + | UBI: image sequence number: | ||
| + | UBI: background thread " | ||
| + | UBI device number 3, total 160 LEBs (20316160 bytes, 19.4 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) | ||
| + | UBIFS: recovery needed | ||
| + | UBIFS: recovery completed | ||
| + | UBIFS: mounted UBI device 3, volume 0, name " | ||
| + | UBIFS: file system size: | ||
| + | UBIFS: journal size: | ||
| + | UBIFS: media format: | ||
| + | UBIFS: default compressor: zlib | ||
| + | UBIFS: reserved for root: 0 bytes (0 KiB) | ||
| + | sc_drv: module license ' | ||
| + | Disabling lock debugging due to kernel taint | ||
| + | starting pid 109, tty '': | ||
| + | Raeth v3.1 (Tasklet) | ||
| + | phy_free_head is 0x72dc000!!! | ||
| + | phy_free_tail_phy is 0x72ddff0!!! | ||
| + | txd_pool=a72de000 phy_txd_pool=072DE000 | ||
| + | ei_local-> | ||
| + | free_txd: a72de010, ei_local-> | ||
| + | | ||
| + | ----------------+---------+-------- | ||
| + | | ||
| + | phy_qrx_ring = 0x072d5000, qrx_ring = 0xa72d5000 | ||
| - | =================================================================== | + | phy_rx_ring0 |
| - | + | change | |
| - | + | ||
| - | MT7621 | + | |
| - | + | ||
| - | + | ||
| - | CPU=50000000 HZ BUS=16666666 HZ | + | |
| - | + | ||
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | ==== Wrong FW update UART 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 === | + | |
| - | PLL2 FB_DL: 0x6, 1/0 = 556/468 19000000 | + | |
| - | PLL4 FB_DL: 0xe, 1/0 = 724/300 39000000 | + | |
| - | PLL3 FB_DL: 0x11, 1/0 = 606/418 45000000 | + | |
| - | 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 = 15 | + | |
| - | rank 0 fine = 80 | + | |
| - | B:| 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 | + | |
| - | opt_dle value:10 | + | |
| - | + | ||
| - | DRAMC_R0DELDLY[018]=00002323 | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | RX DQS perbit delay software calibration | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | 1.0-15 bit dq delay value | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | bit| | + | |
| - | + | ||
| - | -------------------------------------- | + | |
| - | 0 | 9 8 9 9 8 8 10 8 5 7 | + | |
| - | 10 | 7 9 7 10 6 9 | + | |
| - | -------------------------------------- | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | 2.dqs window | + | |
| - | x=pass dqs delay value (min~max)center | + | |
| - | y=0-7bit DQ of every group | + | |
| - | input delay:DQS0 =35 DQS1 = 35 | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | bit | + | |
| - | 0 (0~66)33 | + | |
| - | 1 (0~66)33 | + | |
| - | 2 (2~66)34 | + | |
| - | 3 (1~68)34 | + | |
| - | 4 (1~68)34 | + | |
| - | 5 (1~70)35 | + | |
| - | 6 (1~66)33 | + | |
| - | 7 (1~70)35 | + | |
| - | ================================================================== | + | |
| - | + | ||
| - | 3.dq delay value last | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | bit| 0 1 2 3 4 5 6 7 8 9 | + | |
| - | -------------------------------------- | + | |
| - | 0 | 11 10 10 10 9 8 12 8 7 9 | + | |
| - | 10 | 8 11 8 12 6 9 | + | |
| - | ================================================================== | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | | + | |
| - | + | ||
| - | ================================================================== | + | |
| - | + | ||
| - | + | ||
| - | DQS loop = 15, cmp_err_1 = ffff0000 | + | |
| - | dqs_perbyte_dly.last_dqsdly_pass[0]=15, | + | |
| - | dqs_perbyte_dly.last_dqsdly_pass[1]=15, | + | |
| - | 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 (Apr 22 2016 - 16:35:20) | + | |
| - | + | ||
| - | Board: Ralink APSoC DRAM: 128 MB | + | |
| - | relocate_code Pointer at: 87fac000 | + | |
| - | + | ||
| - | Config XHCI 40M PLL | + | |
| - | Allocate 16 byte aligned buffer: 87fe0050 | + | |
| - | Enable NFI Clock | + | |
| - | # MTK NAND # : Use HW ECC | + | |
| - | NAND ID [C2 F1 80 95 02] | + | |
| - | Device not found, ID: c2f1 | + | |
| - | Not Support this Device! | + | |
| - | chip_mode=00000001 | + | |
| - | 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 2047 | + | |
| - | load fact bbt success | + | |
| - | [mtk_nand] probe successfully! | + | |
| - | mtd-> | + | |
| - | Env addr : 0x80000 | + | |
| - | + | ||
| - | .*** Warning - bad CRC, using default environment | + | |
| - | + | ||
| - | ============================================ | + | |
| - | + | ||
| - | Ralink UBoot Version: 4.2.0.6 | + | |
| - | + | ||
| - | -------------------------------------------- | + | |
| - | 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:Apr 22 2016 Time: | + | |
| - | ============================================ | + | |
| - | icache: sets:256, ways:4, linesz:32 , | + | |
| - | dcache: sets:256, ways:4, linesz:32 , | + | |
| - | + | ||
| - | ##### The CPU freq = 880 MHZ #### | + | |
| - | | + | |
| - | + | ||
| - | # | + | |
| set LAN/WAN LLLLW | set LAN/WAN LLLLW | ||
| - | ..Example expects ABI version 2 | + | GMAC1_MAC_ADRH -- : 0x0000e060 |
| - | Actual U-Boot ABI version 2 | + | GMAC1_MAC_ADRL |
| + | CDMA_CSG_CFG = 81000000 | ||
| + | GDMA1_FWD_CFG = 20710000 | ||
| + | switch reg write offset=2004, | ||
| + | switch reg write offset=2104, | ||
| + | switch reg write offset=2204, | ||
| + | switch reg write offset=2304, | ||
| + | switch reg write offset=2404, | ||
| + | switch reg write offset=2504, | ||
| + | switch reg write offset=2010, | ||
| + | switch reg write offset=2110, | ||
| + | switch reg write offset=2210, | ||
| + | switch reg write offset=2310, | ||
| + | switch reg write offset=2410, | ||
| + | switch reg write offset=2510, | ||
| + | switch reg write offset=2610, | ||
| + | switch reg write offset=2710, | ||
| + | switch reg write offset=2604, | ||
| + | switch reg write offset=2704, | ||
| + | Special Tag Disabled | ||
| + | switch reg write offset=2610, | ||
| + | switch reg write offset=2014, | ||
| + | switch reg write offset=2114, | ||
| + | switch reg write offset=2214, | ||
| + | switch reg write offset=2314, | ||
| + | switch reg write offset=2414, | ||
| + | switch reg write offset=2514, | ||
| + | REG_ESW_WT_MAC_ATC is 0x7ff0002 | ||
| + | done. | ||
| - | ****************************************** | + | (none) login: ap_name=syslogd, |
| + | init common module successful | ||
| + | insert firewall block module success | ||
| + | netfilter tcp syn flood module loaded | ||
| + | netfilter other dos module loaded | ||
| + | netfilter brdcstSrc dos module loaded | ||
| + | ap_name=dnrd, | ||
| + | ap_name=phy, | ||
| + | switch reg write offset=2014, | ||
| + | switch reg write offset=2114, | ||
| + | switch reg write offset=2214, | ||
| + | switch reg write offset=2314, | ||
| + | switch reg write offset=2414, | ||
| + | switch reg write offset=2614, | ||
| + | REG_ESW_WT_MAC_ATC is 0x7ff0002 | ||
| + | done. | ||
| + | Set: phy[0].reg[0] = 3300 | ||
| + | Set: phy[1].reg[0] = 3300 | ||
| + | Set: phy[2].reg[0] = 3300 | ||
| + | Set: phy[3].reg[0] = 3300 | ||
| + | interface eth2.1 does not exist! | ||
| + | Set: phy[31].reg[24] = 2ff70 | ||
| + | Set: phy[31].reg[12512] = 2125 | ||
| + | ap_name=wlan, | ||
| + | ap_name=lanip, | ||
| + | ap_name=firewall, | ||
| + | build time = | ||
| + | 20141115060606a | ||
| + | rom patch for E3 IC | ||
| - | Uboot StandAlone Entry | + | platform = |
| + | ALPS | ||
| + | hw/sw version = | ||
| + | �� | ||
| + | patch version = | ||
| - | ****************************************** | + | FW Version: |
| - | 0, cmd | + | Build Time: |
| - | 1, 0x0000000D | + | fw for E3 IC |
| - | cmd : 0x0000000D | + | RX[0] DESC a76c2000 size = 4096 |
| + | RX[1] DESC a76c3000 size = 4096 | ||
| + | E2pAccessMode=2 | ||
| + | cfg_mode=9 | ||
| + | cfg_mode=9 | ||
| + | wmode_band_equal(): | ||
| + | APSDCapable[0]=0 | ||
| + | APSDCapable[1]=0 | ||
| + | APSDCapable[2]=0 | ||
| + | APSDCapable[3]=0 | ||
| + | APSDCapable[4]=0 | ||
| + | APSDCapable[5]=0 | ||
| + | APSDCapable[6]=0 | ||
| + | APSDCapable[7]=0 | ||
| + | APSDCapable[8]=0 | ||
| + | APSDCapable[9]=0 | ||
| + | lan interface=[br0], index=10 | ||
| + | APSDCapable[10]=0 | ||
| + | APSDCapable[11]=0 | ||
| + | APSDCapable[12]=0 | ||
| + | APSDCapable[13]=0 | ||
| + | APSDCapable[14]=0 | ||
| + | APSDCapable[15]=0 | ||
| + | Key2Str is Invalid key length(0) or Type(0) | ||
| + | Key3Str is Invalid key length(0) or Type(0) | ||
| + | Key4Str is Invalid key length(0) or Type(0) | ||
| + | RtmpOSFileOpen(): | ||
| + | --> Error opening / | ||
| + | 1. Phy Mode = 14 | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | drivers/ | ||
| + | Country Region from e2p = ffff | ||
| + | mt76x2_read_temp_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_get_external_lna_gain:: | ||
| + | 2. Phy Mode = 14 | ||
| + | 3. Phy Mode = 14 | ||
| + | andes_pci_fw_init | ||
| + | 0x1300 = 00073200 | ||
| + | AntCfgInit: primary/ | ||
| + | andes_load_cr: | ||
| + | ChipStructAssign(): | ||
| + | RTMPSetPhyMode: | ||
| + | MCS Set = ff ff 00 00 01 | ||
| + | TX0 power compensation = 0x38 | ||
| + | TX1 power compensation = 0x38 | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_single_sku:: | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | mt76x2_bbp_adjust(): | ||
| + | mt76x2_single_sku:: | ||
| + | APStartUp(): | ||
| + | Main bssid = e0: | ||
| + | mt76x2_reinit_agc_gain: | ||
| + | mt76x2_reinit_agc_gain: | ||
| + | mt76x2_reinit_hi_lna_gain: | ||
| + | mt76x2_reinit_hi_lna_gain: | ||
| + | <==== rt28xx_init, | ||
| + | RTMPDrvOpen(1): | ||
| + | RTMPDrvOpen(2): | ||
| + | build time = | ||
| + | 20141115060606a | ||
| + | rom patch for E3 IC | ||
| + | platform = | ||
| + | ALPS | ||
| + | hw/sw version = | ||
| + | �� | ||
| + | patch version = | ||
| - | Press Ctrl+C to Enter the Main loop... | + | FW Version:0.0.00 Build:1 |
| - | | + | Build Time: |
| - | Actual U-Boot ABI version | + | fw for E3 IC |
| + | RX[0] DESC a74fd000 size = 4096 | ||
| + | RX[1] DESC a74fe000 size = 4096 | ||
| + | E2pAccessMode=2 | ||
| + | cfg_mode=14 | ||
| + | cfg_mode=14 | ||
| + | wmode_band_equal(): | ||
| + | APSDCapable[0]=0 | ||
| + | APSDCapable[1]=0 | ||
| + | APSDCapable[2]=0 | ||
| + | APSDCapable[3]=0 | ||
| + | APSDCapable[4]=0 | ||
| + | APSDCapable[5]=0 | ||
| + | APSDCapable[6]=0 | ||
| + | APSDCapable[7]=0 | ||
| + | APSDCapable[8]=0 | ||
| + | APSDCapable[9]=0 | ||
| + | APSDCapable[10]=0 | ||
| + | APSDCapable[11]=0 | ||
| + | APSDCapable[12]=0 | ||
| + | APSDCapable[13]=0 | ||
| + | APSDCapable[14]=0 | ||
| + | APSDCapable[15]=0 | ||
| + | Key1Str is Invalid key length(0) or Type(0) | ||
| + | Key3Str is Invalid key length(0) or Type(0) | ||
| + | Key4Str is Invalid key length(0) or Type(0) | ||
| + | RtmpOSFileOpen(): | ||
| + | --> Error opening / | ||
| + | 1. Phy Mode = 49 | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | get_chl_grp: | ||
| + | drivers/ | ||
| + | Country Region from e2p = ffff | ||
| + | mt76x2_read_temp_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_read_tx_alc_info_from_eeprom:: | ||
| + | mt76x2_get_external_lna_gain:: | ||
| + | 2. Phy Mode = 49 | ||
| + | 3. Phy Mode = 49 | ||
| + | andes_pci_fw_init | ||
| + | 0x1300 = 00073200 | ||
| + | AntCfgInit: primary/ | ||
| + | andes_load_cr: | ||
| + | ChipStructAssign(): | ||
| + | RTMPSetPhyMode: | ||
| + | MCS Set = ff ff 00 00 01 | ||
| + | TX0 power compensation = 0x38 | ||
| + | TX1 power compensation = 0x38 | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_single_sku:: | ||
| + | mt76x2_bbp_adjust(): | ||
| + | mt76x2_single_sku:: | ||
| + | APStartUp(): | ||
| + | Main bssid = e0: | ||
| + | mt76x2_reinit_agc_gain: | ||
| + | mt76x2_reinit_agc_gain: | ||
| + | mt76x2_reinit_hi_lna_gain: | ||
| + | mt76x2_reinit_hi_lna_gain: | ||
| + | <==== rt28xx_init, | ||
| + | RTMPDrvOpen(1): | ||
| + | RTMPDrvOpen(2): | ||
| + | ap_name=networkmap, | ||
| + | ap_name=hw_nat, | ||
| + | ap_name=qtbl, | ||
| + | Insert quick routing module ... | ||
| + | ###### | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | ###### | ||
| + | ap_name=qos, | ||
| + | ap_name=qos_cls, | ||
| + | set offset 214 as b44 for sch rate control. | ||
| + | set offset 214 as e440b44 for sch rate control. | ||
| + | sch | ||
| + | set offset 84 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset 80 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 84 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset 94 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset 94 as 80000000 for rate control. | ||
| + | resv | ||
| + | set offset 90 as 3232 for reservation. | ||
| + | sch | ||
| + | set offset a4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset a4 as 80000000 for rate control. | ||
| + | resv | ||
| + | set offset a0 as 3232 for reservation. | ||
| + | sch | ||
| + | set offset b4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset b0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset b4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset c4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset c0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset c4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset d4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset d0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset d4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset e4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset e0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset e4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset f4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset f0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset f4 as 80000000 for rate control. | ||
| + | set queue mapping: skb with mark 8 to queue 8. | ||
| + | set queue mapping: skb with mark 9 to queue 9. | ||
| + | set queue mapping: skb with mark a to queue 10. | ||
| + | set queue mapping: skb with mark a to queue 11. | ||
| + | set queue mapping: skb with mark c to queue 12. | ||
| + | set queue mapping: skb with mark d to queue 13. | ||
| + | set queue mapping: skb with mark e to queue 14. | ||
| + | set queue mapping: skb with mark f to queue 15. | ||
| + | sch | ||
| + | set offset 4 as 0 for sch selection. | ||
| + | resv | ||
| + | set offset 0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 4 as 8000e44 for rate control. | ||
| + | weight | ||
| + | set offset 4 as 8001e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 0 to queue 0. | ||
| + | sch | ||
| + | set offset 14 as 0 for sch selection. | ||
| + | resv | ||
| + | set offset 10 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 14 as 8000e44 for rate control. | ||
| + | weight | ||
| + | set offset 14 as 8004e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 1 to queue 1. | ||
| + | sch | ||
| + | set offset 24 as 0 for sch selection. | ||
| + | resv | ||
| + | set offset 20 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 24 as 8000e44 for rate control. | ||
| + | weight | ||
| + | set offset 24 as 8004e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 2 to queue 2. | ||
| + | sch | ||
| + | set offset 34 as 0 for sch selection. | ||
| + | resv | ||
| + | set offset 30 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 34 as 0 for rate control. | ||
| + | set queue mapping: skb with mark 3 to queue 3. | ||
| + | set offset 214 as e440b44 for sch rate control. | ||
| + | set offset 214 as e440b44 for sch rate control. | ||
| + | sch | ||
| + | set offset 84 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset 80 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 84 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset 94 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset 94 as 80000000 for rate control. | ||
| + | resv | ||
| + | set offset 90 as 3232 for reservation. | ||
| + | sch | ||
| + | set offset a4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset a4 as 80000000 for rate control. | ||
| + | resv | ||
| + | set offset a0 as 3232 for reservation. | ||
| + | sch | ||
| + | set offset b4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset b0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset b4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset c4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset c0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset c4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset d4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset d0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset d4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset e4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset e0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset e4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset f4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset f0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset f4 as 80000000 for rate control. | ||
| + | set queue mapping: skb with mark 8 to queue 8. | ||
| + | set queue mapping: skb with mark 9 to queue 9. | ||
| + | set queue mapping: skb with mark a to queue 10. | ||
| + | set queue mapping: skb with mark a to queue 11. | ||
| + | set queue mapping: skb with mark c to queue 12. | ||
| + | set queue mapping: skb with mark d to queue 13. | ||
| + | set queue mapping: skb with mark e to queue 14. | ||
| + | set queue mapping: skb with mark f to queue 15. | ||
| + | sch | ||
| + | set offset 4 as 8001e44 for sch selection. | ||
| + | resv | ||
| + | set offset 0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 4 as 8001e44 for rate control. | ||
| + | weight | ||
| + | set offset 4 as 8001e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 0 to queue 0. | ||
| + | sch | ||
| + | set offset 14 as 8004e44 for sch selection. | ||
| + | resv | ||
| + | set offset 10 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 14 as 8004e44 for rate control. | ||
| + | weight | ||
| + | set offset 14 as 8004e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 1 to queue 1. | ||
| + | sch | ||
| + | set offset 24 as 8004e44 for sch selection. | ||
| + | resv | ||
| + | set offset 20 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 24 as 8004e44 for rate control. | ||
| + | weight | ||
| + | set offset 24 as 8004e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 2 to queue 2. | ||
| + | sch | ||
| + | set offset 34 as 0 for sch selection. | ||
| + | resv | ||
| + | set offset 30 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 34 as 0 for rate control. | ||
| + | set queue mapping: skb with mark 3 to queue 3. | ||
| + | set offset 214 as e440b44 for sch rate control. | ||
| + | set offset 214 as e440b44 for sch rate control. | ||
| + | sch | ||
| + | set offset 84 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset 80 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 84 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset 94 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset 94 as 80000000 for rate control. | ||
| + | resv | ||
| + | set offset 90 as 3232 for reservation. | ||
| + | sch | ||
| + | set offset a4 as 80000000 for sch selection. | ||
| + | rate | ||
| + | set offset a4 as 80000000 for rate control. | ||
| + | resv | ||
| + | set offset a0 as 3232 for reservation. | ||
| + | sch | ||
| + | set offset b4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset b0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset b4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset c4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset c0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset c4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset d4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset d0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset d4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset e4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset e0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset e4 as 80000000 for rate control. | ||
| + | sch | ||
| + | set offset f4 as 80000000 for sch selection. | ||
| + | resv | ||
| + | set offset f0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset f4 as 80000000 for rate control. | ||
| + | set queue mapping: skb with mark 8 to queue 8. | ||
| + | set queue mapping: skb with mark 9 to queue 9. | ||
| + | set queue mapping: skb with mark a to queue 10. | ||
| + | set queue mapping: skb with mark a to queue 11. | ||
| + | set queue mapping: skb with mark c to queue 12. | ||
| + | set queue mapping: skb with mark d to queue 13. | ||
| + | set queue mapping: skb with mark e to queue 14. | ||
| + | set queue mapping: skb with mark f to queue 15. | ||
| + | sch | ||
| + | set offset 4 as 8001e44 for sch selection. | ||
| + | resv | ||
| + | set offset 0 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 4 as 8001e44 for rate control. | ||
| + | weight | ||
| + | set offset 4 as 8001e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 0 to queue 0. | ||
| + | sch | ||
| + | set offset 14 as 8004e44 for sch selection. | ||
| + | resv | ||
| + | set offset 10 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 14 as 8004e44 for rate control. | ||
| + | weight | ||
| + | set offset 14 as 8004e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 1 to queue 1. | ||
| + | sch | ||
| + | set offset 24 as 8004e44 for sch selection. | ||
| + | resv | ||
| + | set offset 20 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 24 as 8004e44 for rate control. | ||
| + | weight | ||
| + | set offset 24 as 8004e44 for max rate weight. | ||
| + | set queue mapping: skb with mark 2 to queue 2. | ||
| + | sch | ||
| + | set offset 34 as 0 for sch selection. | ||
| + | resv | ||
| + | set offset 30 as 3232 for reservation. | ||
| + | rate | ||
| + | set offset 34 as 0 for rate control. | ||
| + | set queue mapping: skb with mark 3 to queue 3. | ||
| + | ap_name=cpm, | ||
| + | ap_name=wanip, | ||
| + | ap_name=dnrd, | ||
| + | ap_name=dnrd, | ||
| + | Tue Apr 26 23:18:10 UTC 2016 | ||
| + | ap_name=httpd, | ||
| + | ap_name=coredump, | ||
| + | ap_name=srt, | ||
| + | ap_name=rp, action=start | ||
| + | bind: Address already in use | ||
| + | bind: Address already in use | ||
| + | ap_name=udpecho, | ||
| + | ap_name=ntp, | ||
| + | ap_name=ingress_qos, | ||
| + | ap_name=ingress_classify, | ||
| + | ap_name=qos_remark, | ||
| + | ap_name=ipv6wd, | ||
| + | ap_name=telnetd, | ||
| + | ap_name=sshd, | ||
| + | ap_name=ftpd, | ||
| + | ap_name=igd_upnp, | ||
| + | ap_name=dnsr, | ||
| + | ap_name=cron, | ||
| + | Could not load host key: / | ||
| + | Could not load host key: / | ||
| - | ****************************************** | + | S1500 login: superuser |
| + | Password: | ||
| + | Welcome to s1500, you can type '?' | ||
| - | Uboot StandAlone Entry | + | view @ s1500> show sysinfo |
| - | + | | |
| - | ****************************************** | + | |
| - | 0, boot | + | CPU: |
| - | Flash Sector Number | + | |
| - | Bad block detected at 0x7680, oob_buf[0] is 0x0 | + | Lib Version: |
| - | NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 | + | Build Time: (build @ 2016-04-26, 23:18:10) |
| - | NAND Section 6, has bad block count 1 | + | |
| - | Bad block detected at 0xe3c0, oob_buf[0] is 0x0 | + | |
| - | NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 | + | |
| - | NAND Section 7, has bad block count 1 | + | Time Since Last Boot: 0:17:31 |
| - | + | | |
| - | *************************************************** | + | |
| - | + | | |
| - | Sercomm Boot Version | + | </ |
| - | + | ||
| - | *************************************************** | + | |
| - | + | ||
| - | Reset Button is pressed! | + | |
| - | In Download now... | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | Trying Eth0 (10/100-M) | + | |
| - | | + | |
| - | | + | |
| - | e0 60 66 54 32 01 | + | |
| - | Download mode ... Press Ctrl-C to stop | + | |
| - | GET_VERSION_INFO | + | |
| - | DOWN_REQUEST | + | |
| - | Getting Protect List for Normal Upgrade.. | + | |
| - | SC_INFO: Section | + | |
| - | SC_INFO: Section 1 (NAND) will be kept! | + | |
| - | SC_INFO: Section 2 (NAND) will be kept! | + | |
| - | SC_INFO: Section 8 (NAND) will be kept! | + | |
| - | SC_INFO: Section 9 (NAND) will be kept! | + | |
| - | Used Length 0 | + | |
| - | SC_INFO : This NAND section is kept whole | + | |
| - | SC_INFO : This NAND section is kept whole | + | |
| - | ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SC_INFO : This NAND section is kept whole | + | |
| - | SC_INFO | + | |
| - | SC_INFO | + | |
| - | + | ||
| - | Flash Erase Done. | + | |
| - | + | ||
| - | WARN : Read Image Offset 4ce0000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce0e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce1e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce2e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce3e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce4e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce5e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce6e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce7e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce8e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ce9e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cea000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cea200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cea400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cea600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cea800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceaa00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceac00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceae00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceb000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceb200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceb400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceb600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceb800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceba00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cebc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cebe00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cec000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cec200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cec400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cec600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cec800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceca00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cecc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cece00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ced000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ced200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ced400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ced600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ced800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceda00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cedc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cede00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cee000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cee200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cee400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cee600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cee800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceea00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceec00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4ceee00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cef000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cef200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cef400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cef600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cef800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cefa00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cefc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cefe00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf0e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf1e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf2e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf3e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf4e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf5e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf6e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf7e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf8e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9a00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9c00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cf9e00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfa000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfa200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfa400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfa600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfa800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfaa00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfac00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfae00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfb000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfb200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfb400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfb600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfb800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfba00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfbc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfbe00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfc000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfc200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfc400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfc600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfc800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfca00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfcc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfce00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfd000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfd200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfd400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfd600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfd800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfda00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfdc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfde00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfe000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfe200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfe400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfe600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfe800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfea00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfec00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cfee00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cff000, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cff200, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cff400, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cff600, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cff800, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cffa00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cffc00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 4cffe00, mapped out of Section 6.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae0e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae1e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae2e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae3e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae4e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae5e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae6e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae7e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae8e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7ae9e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aea000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aea200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aea400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aea600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aea800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeaa00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeac00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeae00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeb000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeb200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeb400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeb600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeb800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeba00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aebc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aebe00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aec000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aec200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aec400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aec600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aec800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeca00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aecc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aece00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aed000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aed200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aed400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aed600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aed800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeda00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aedc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aede00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aee000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aee200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aee400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aee600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aee800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeea00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeec00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aeee00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aef000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aef200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aef400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aef600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aef800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aefa00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aefc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aefe00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af0e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af1e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af2e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af3e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af4e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af5e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af6e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af7e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af8e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9a00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9c00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7af9e00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afa000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afa200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afa400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afa600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afa800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afaa00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afac00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afae00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afb000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afb200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afb400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afb600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afb800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afba00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afbc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afbe00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afc000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afc200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afc400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afc600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afc800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afca00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afcc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afce00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afd000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afd200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afd400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afd600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afd800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afda00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afdc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afde00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afe000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afe200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afe400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afe600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afe800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afea00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afec00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7afee00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aff000, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aff200, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aff400, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aff600, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7aff800, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7affa00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7affc00, mapped out of Section 7.(NAND). | + | |
| - | WARN : Read Image Offset 7affe00, mapped out of Section 7.(NAND). | + | |
| - | DOWN_RESET. | + | |
| - | + | ||
| - | =================================================================== | + | |
| + | ==== OpenWrt bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| MT7621 | MT7621 | ||
| CPU=50000000 HZ BUS=16666666 HZ | CPU=50000000 HZ BUS=16666666 HZ | ||
| - | |||
| ================================================================== | ================================================================== | ||
| Change MPLL source from XTAL to CR... | Change MPLL source from XTAL to CR... | ||
| Line 1581: | Line 1597: | ||
| 3PLL mode + External loopback | 3PLL mode + External loopback | ||
| === XTAL-40Mhz === DDR-1200Mhz === | === XTAL-40Mhz === DDR-1200Mhz === | ||
| - | PLL2 FB_DL: | + | PLL3 FB_DL: |
| - | PLL4 FB_DL: 0xe, 1/0 = 713/311 39000000 | + | PLL2 FB_DL: 0x10, 1/0 = 686/338 41000000 |
| - | PLL3 FB_DL: 0x10, 1/0 = 568/456 41000000 | + | MEMPLL 3PLL mode calibration fail |
| do DDR setting..[00320381] | do DDR setting..[00320381] | ||
| Apply DDR3 Setting...(use customer AC) | Apply DDR3 Setting...(use customer AC) | ||
| Line 1602: | Line 1618: | ||
| 000C: | 000C: | ||
| 000D: | 000D: | ||
| - | 000E: | + | 000E: |
| 000F: | 000F: | ||
| 0010: | 0010: | ||
| - | 0011: | + | 0011: |
| 0012: | 0012: | ||
| 0013: | 0013: | ||
| Line 1624: | Line 1640: | ||
| B:| 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 | B:| 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 | ||
| opt_dle value:11 | opt_dle value:11 | ||
| - | DRAMC_R0DELDLY[018]=00002223 | + | DRAMC_R0DELDLY[018]=00002222 |
| ================================================================== | ================================================================== | ||
| - | RX DQS perbit delay software calibration | + | RX DQS perbit delay software calibration |
| ================================================================== | ================================================================== | ||
| - | |||
| 1.0-15 bit dq delay value | 1.0-15 bit dq delay value | ||
| ================================================================== | ================================================================== | ||
| bit| | bit| | ||
| -------------------------------------- | -------------------------------------- | ||
| - | 0 | 10 9 9 9 8 8 10 8 5 7 | + | 0 | 10 9 10 10 7 7 9 6 5 7 |
| - | 10 | | + | 10 | |
| -------------------------------------- | -------------------------------------- | ||
| + | |||
| ================================================================== | ================================================================== | ||
| - | |||
| 2.dqs window | 2.dqs window | ||
| - | x=pass dqs delay value (min~max)center | + | x=pass dqs delay value (min~max)center |
| y=0-7bit DQ of every group | y=0-7bit DQ of every group | ||
| - | input delay:DQS0 =35 DQS1 = 34 | + | input delay:DQS0 =34 DQS1 = 34 |
| ================================================================== | ================================================================== | ||
| bit | bit | ||
| - | 0 (1~66)33 | + | 0 (0~66)33 |
| - | 1 (1~65)33 | + | 1 (1~68)34 |
| - | 2 (1~65)33 10 (1~65)33 | + | 2 (1~66)33 10 (1~67)34 |
| - | 3 (1~66)33 | + | 3 (1~64)32 |
| - | 4 (1~66)33 | + | 4 (1~64)32 |
| - | 5 (1~68)34 | + | 5 (1~66)33 |
| - | 6 (1~66)33 | + | 6 (1~66)33 |
| - | 7 (1~69)35 | + | 7 (1~66)33 |
| ================================================================== | ================================================================== | ||
| - | |||
| 3.dq delay value last | 3.dq delay value last | ||
| ================================================================== | ================================================================== | ||
| bit| 0 1 2 3 4 5 6 7 8 9 | bit| 0 1 2 3 4 5 6 7 8 9 | ||
| -------------------------------------- | -------------------------------------- | ||
| - | 0 | | + | 0 | 11 9 11 12 9 8 10 7 6 8 |
| - | 10 | 8 10 7 11 7 9 | + | 10 | |
| ================================================================== | ================================================================== | ||
| - | |||
| ================================================================== | ================================================================== | ||
| - | + | TX perbyte calibration | |
| - | TX perbyte calibration | + | |
| ================================================================== | ================================================================== | ||
| - | + | DQS loop = 15, cmp_err_1 = ffff0000 | |
| - | DQS loop = 15, cmp_err_1 = ffff0000 | + | dqs_perbyte_dly.last_dqsdly_pass[0]=15, |
| - | dqs_perbyte_dly.last_dqsdly_pass[0]=15, | + | dqs_perbyte_dly.last_dqsdly_pass[1]=15, |
| - | dqs_perbyte_dly.last_dqsdly_pass[1]=15, | + | |
| DQ loop=15, cmp_err_1 = ffff0000 | DQ loop=15, cmp_err_1 = ffff0000 | ||
| - | dqs_perbyte_dly.last_dqdly_pass[0]=15, | + | dqs_perbyte_dly.last_dqdly_pass[0]=15, |
| - | dqs_perbyte_dly.last_dqdly_pass[1]=15, | + | dqs_perbyte_dly.last_dqdly_pass[1]=15, |
| byte:0, (DQS, | byte:0, (DQS, | ||
| byte:1, (DQS, | byte:1, (DQS, | ||
| Line 1679: | Line 1690: | ||
| =================================================================== | =================================================================== | ||
| - | + | | |
| - | | + | |
| CPU=50000000 HZ BUS=16666666 HZ | CPU=50000000 HZ BUS=16666666 HZ | ||
| - | |||
| =================================================================== | =================================================================== | ||
| + | |||
| U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) | U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) | ||
| + | |||
| Board: Ralink APSoC DRAM: 128 MB | Board: Ralink APSoC DRAM: 128 MB | ||
| relocate_code Pointer at: 87fac000 | relocate_code Pointer at: 87fac000 | ||
| - | Config XHCI 40M PLL | ||
| + | Config XHCI 40M PLL | ||
| ****************************** | ****************************** | ||
| - | |||
| Software System Reset Occurred | Software System Reset Occurred | ||
| ****************************** | ****************************** | ||
| Line 1697: | Line 1707: | ||
| Enable NFI Clock | Enable NFI Clock | ||
| # MTK NAND # : Use HW ECC | # MTK NAND # : Use HW ECC | ||
| - | NAND ID [C2 F1 80 95 02] | + | NAND ID [C8 D1 80 95 40] |
| - | Device not found, ID: c2f1 | + | Device not found, ID: c8d1 |
| - | Not Support this Device! | + | Not Support this Device! |
| chip_mode=00000001 | chip_mode=00000001 | ||
| - | Support this Device in MTK table! | + | Support this Device in MTK table! |
| select_chip | select_chip | ||
| [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
| Line 1710: | Line 1720: | ||
| mtd-> | mtd-> | ||
| Env addr : 0x80000 | Env addr : 0x80000 | ||
| - | .*** Warning - bad CRC, using default environment | + | ..============================================ |
| - | ============================================ | + | |
| Ralink UBoot Version: 4.2.0.6 | Ralink UBoot Version: 4.2.0.6 | ||
| - | -------------------------------------------- | + | -------------------------------------------- |
| ASIC MT7621A DualCore (MAC to MT7530 Mode) | ASIC MT7621A DualCore (MAC to MT7530 Mode) | ||
| - | DRAM_CONF_FROM: | + | DRAM_CONF_FROM: |
| - | DRAM_TYPE: DDR3 | + | DRAM_TYPE: DDR3 |
| DRAM bus: 16 bit | DRAM bus: 16 bit | ||
| Xtal Mode=3 OCP Ratio=1/3 | Xtal Mode=3 OCP Ratio=1/3 | ||
| Flash component: NAND Flash | Flash component: NAND Flash | ||
| Date:Apr 22 2016 Time: | Date:Apr 22 2016 Time: | ||
| - | ============================================ | + | ============================================ |
| icache: sets:256, ways:4, linesz:32 , | icache: sets:256, ways:4, linesz:32 , | ||
| - | dcache: sets:256, ways:4, linesz:32 , | + | dcache: sets:256, ways:4, linesz:32 , |
| - | ##### The CPU freq = 880 MHZ #### | + | |
| + | ##### The CPU freq = 880 MHZ #### | ||
| | | ||
| # | # | ||
| Line 1738: | Line 1747: | ||
| 1, 0x0000000D | 1, 0x0000000D | ||
| cmd : 0x0000000D | cmd : 0x0000000D | ||
| + | |||
| Press Ctrl+C to Enter the Main loop... | Press Ctrl+C to Enter the Main loop... | ||
| Line 1748: | Line 1758: | ||
| 0, boot | 0, boot | ||
| Flash Sector Number : 1024. | Flash Sector Number : 1024. | ||
| - | Bad block detected at 0x7680, oob_buf[0] is 0x0 | ||
| - | NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 | ||
| - | NAND Section 6, has bad block count 1 | ||
| - | Bad block detected at 0xe3c0, oob_buf[0] is 0x0 | ||
| - | NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 | ||
| - | NAND Section 7, has bad block count 1 | ||
| - | *************************************************** | ||
| + | *************************************************** | ||
| Sercomm Boot Version 1.14.0 | Sercomm Boot Version 1.14.0 | ||
| *************************************************** | *************************************************** | ||
| Entering Firmware : Everything is OK. | Entering Firmware : Everything is OK. | ||
| - | Begin to verify the default image... | + | Begin to verify the default image... |
| - | kernel addr: 0x1700100 | + | kernel addr: 0x1700100 |
| - | ....................................calculate_kernel_crc: | + | ............................................calculate_kernel_crc: |
| ok! | ok! | ||
| First image selected | First image selected | ||
| - | kernel addr : | + | kernel addr :0xc1300100 |
| - | kernel addr :0xC1300100 | + | kernel addr : |
| ## Booting image at c1300100 ... | ## Booting image at c1300100 ... | ||
| - | Image Name: MIPS OpenWrt Linux-5.4.158 | + | Image Name: MIPS OpenWrt Linux-5.10.115 |
| Image Type: MIPS Linux Kernel Image (lzma compressed) | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| - | Data Size: | + | Data Size: |
| - | Load Address: | + | Load Address: |
| - | Entry Point: | + | Entry Point: |
| - | .................................... | + | ........................................... |
| | | ||
| + | |||
| + | |||
| commandline in boot is : console=ttyS1, | commandline in boot is : console=ttyS1, | ||
| + | |||
| + | |||
| + | |||
| No initrd | No initrd | ||
| - | ## Transferring control to Linux (at address | + | ## Transferring control to Linux (at address |
| ## Giving linux memsize in MB, 128 | ## Giving linux memsize in MB, 128 | ||
| + | |||
| Starting kernel ... | Starting kernel ... | ||
| - | OpenWrt kernel loader for MIPS based SoC | ||
| - | Copyright (C) 2011 Gabor Juhos < | ||
| - | Decompressing kernel... done! | ||
| - | Starting kernel at 81001000...</ | ||
| - | </ | ||
| - | ==== OpenWrt Snapshot bootlog ==== | ||
| - | <WRAP bootlog> | ||
| - | < | ||
| - | 08:51:00 2022 kern.notice kernel: [ 0.000000] Linux version 5.10.111 (ubuntu@z) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19514-7d02d3ed11) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Apr 22 14:21:33 2022 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] printk: bootconsole [early0] enabled | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] MIPS: machine is WiFire S1500.NBN | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Initrd not found or empty - disabling initrd | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] VPE topology {2,2} total 4 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| - | 08:51:00 2022 kern.warn kernel: [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Zone ranges: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Movable zone start for each node | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Early memory node ranges | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.000000] On node 0 totalpages: 32768 | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.000000] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.000000] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.000000] | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] percpu: Embedded 15 pages/cpu s30096 r8192 d23152 u61440 | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.000000] pcpu-alloc: s30096 r8192 d23152 u61440 alloc=15*4096 | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 0.000000] Kernel command line: console=ttyS0, | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Writing ErrCtl register=0000a110 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Readback ErrCtl register=0000a110 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Memory: 119280K/ | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] rcu: Hierarchical RCU implementation. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] Tracing variant of Tasks RCU enabled. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] NR_IRQS: 256 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0x3cc/ | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] CPU Clock: 880MHz | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000000] clocksource: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.000013] sched_clock: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.015861] clocksource: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.033725] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.106059] pid_max: default: 32768 minimum: 301 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.115368] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.129773] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.147785] rcu: Hierarchical SRCU implementation. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.157555] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.173042] smp: Bringing up secondary CPUs ... | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.182616] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.182626] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| - | 08:51:00 2022 kern.warn kernel: [ 0.182637] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.182765] CPU1 revision is: 0001992f (MIPS 1004Kc) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.242967] Synchronize counters for CPU 1: done. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.305005] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.305014] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| - | 08:51:00 2022 kern.warn kernel: [ 0.305022] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.305068] CPU2 revision is: 0001992f (MIPS 1004Kc) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.363964] Synchronize counters for CPU 2: done. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.424171] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.424180] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| - | 08:51:00 2022 kern.warn kernel: [ 0.424187] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.424237] CPU3 revision is: 0001992f (MIPS 1004Kc) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.483534] Synchronize counters for CPU 3: done. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.543142] smp: Brought up 1 node, 4 CPUs | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.555538] clocksource: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.575042] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.588864] pinctrl core: initialized pinctrl subsystem | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.600932] NET: Registered protocol family 16 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.611834] cpuidle: using governor teo | ||
| - | 08:51:00 2022 kern.debug kernel: [ 0.635890] FPU Affinity set after 11720 emulations | ||
| - | 08:51:00 2022 kern.notice kernel: [ 0.642481] random: fast init done | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.665235] clocksource: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.677138] NET: Registered protocol family 2 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.685981] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.700899] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.717464] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.732622] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.746600] TCP: Hash tables configured (established 1024 bind 1024) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.759335] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.772216] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.786257] NET: Registered protocol family 1 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.794793] PCI: CLS 0 bytes, default 32 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.804806] workingset: timestamp_bits=14 max_order=15 bucket_order=1 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.821627] squashfs: version 4.0 (2009/ | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.833113] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.854810] mt7621_gpio 1e000600.gpio: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.866201] mt7621_gpio 1e000600.gpio: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.877525] mt7621_gpio 1e000600.gpio: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.889453] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.903607] printk: console [ttyS0] disabled | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.912117] 1e000c00.uartlite: | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.930031] printk: console [ttyS0] enabled | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.946574] printk: bootconsole [early0] disabled | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.967746] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.980604] nand: Macronix MX30LF1G18AC | ||
| - | 08:51:00 2022 kern.info kernel: [ 0.988260] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
| - | 08:51:00 2022 kern.info kernel: [ 1.003348] mt7621-nand 1e003000.nand: | ||
| - | 08:51:00 2022 kern.notice kernel: [ 1.016504] 12 fixed-partitions partitions found on MTD device mt7621-nand | ||
| - | 08:51:00 2022 kern.notice kernel: [ 1.030199] Creating 12 MTD partitions on " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 1.040786] 0x000000000000-0x000007f80000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.335381] 0x000000000000-0x000000100000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.357013] 0x000000100000-0x000000200000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.378453] 0x000000200000-0x000001600000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.591048] 0x000001600000-0x000001700000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.612830] 0x000001700000-0x000001b00000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.664088] 0x000001b00000-0x000001f00000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 2.715701] 0x000001f00000-0x000004d00000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.189520] 0x000004d00000-0x000007b00000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.663290] 0x000007b00000-0x000007c00000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.684118] 0x000007c00000-0x000007f80000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.729742] 0x000000080000-0x0000000a0000 : " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.750274] Concatenating MTD devices: | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.757787] (0): " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.763339] (1): " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.768899] (2): " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.773924] (3): " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.778624] into device " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.785792] 1 fixed-partitions partitions found on MTD device ubi-concat | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.799128] Creating 1 MTD partitions on " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 3.809360] 0x000000000000-0x000004680000 : " | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.567258] mt7530 mdio-bus: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.583489] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.601418] i2c /dev entries driver | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.610923] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.624361] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.641898] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.658195] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.err kernel: [ 4.674578] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.687267] NET: Registered protocol family 10 | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.697718] Segment Routing with IPv6 | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.705180] NET: Registered protocol family 17 | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.714370] 8021q: 802.1Q VLAN Support v1.8 | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.726240] mt7530 mdio-bus: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.758096] mt7530 mdio-bus:1f lan4 (uninitialized): | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.780091] mt7530 mdio-bus:1f lan3 (uninitialized): | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.802056] mt7530 mdio-bus:1f lan2 (uninitialized): | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.824058] mt7530 mdio-bus:1f lan1 (uninitialized): | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.846150] mt7530 mdio-bus:1f wan (uninitialized): | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.868232] mt7530 mdio-bus: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.885111] DSA: tree 0 setup | ||
| - | 08:51:00 2022 kern.err kernel: [ 4.891327] rt2880-pinmux pinctrl: pcie is already enabled | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.902341] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.915708] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.933229] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.949535] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.965927] mt7621-pci-phy 1e149000.pcie-phy: | ||
| - | 08:51:00 2022 kern.info kernel: [ 4.981040] mt7621-pci-phy 1e14a000.pcie-phy: | ||
| - | 08:51:00 2022 kern.err kernel: [ 4.996039] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.110603] mt7621-pci-phy 1e149000.pcie-phy: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.121715] mt7621-pci-phy 1e14a000.pcie-phy: | ||
| - | 08:51:00 2022 kern.err kernel: [ 5.232965] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.246849] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.256567] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.266284] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.285008] mt7621-pci 1e140000.pcie: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.297678] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.311381] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.325077] pci_bus 0000:00: root bus resource [bus 00-ff] | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.336005] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.356315] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.368301] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.380782] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.394814] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.406324] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.414293] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.426552] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.438554] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.451035] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.465073] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.476577] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.484546] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.497845] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.513807] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.529995] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.542004] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.556059] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.568572] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.582604] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.595025] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.609067] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.619508] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.631643] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.645166] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.659552] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.672977] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.685003] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.699045] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.711558] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.725595] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.738005] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.752073] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.762512] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.774648] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.788170] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.802555] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.815799] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.828971] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.842835] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.856008] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.869872] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.883398] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.897784] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.911302] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.925689] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.939219] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.952739] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.966262] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.979792] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 5.994358] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.008750] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.018637] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.032154] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.045674] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.060068] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.074639] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.089023] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.098909] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.112424] pci 0000: | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.125950] pci 0000: | ||
| - | 08:51:00 2022 kern.notice kernel: [ 6.143964] UBI: auto-attach mtd12 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 6.150809] ubi0: attaching mtd12 | ||
| - | 08:51:00 2022 kern.info kernel: [ 6.157783] mt7530 mdio-bus: | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.588728] ubi0: scanning is finished | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.612963] ubi0: attached mtd12 (name " | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.623953] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.637648] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.651165] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.665030] ubi0: good PEBs: 563, bad PEBs: 1, corrupted PEBs: 0 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.676998] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.691382] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1650637293 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.709569] ubi0: available PEBs: 0, total reserved PEBs: 563, PEBs reserved for bad PEB handling: 11 | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.727973] ubi0: background thread " | ||
| - | 08:51:00 2022 kern.info kernel: [ 7.730367] block ubiblock0_0: | ||
| - | 08:51:00 2022 kern.notice kernel: [ 7.750955] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem | ||
| - | 08:51:00 2022 kern.info kernel: [ 7.772843] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | ||
| - | 08:51:00 2022 kern.info kernel: [ 7.791324] Freeing unused kernel memory: 1276K | ||
| - | 08:51:00 2022 kern.warn kernel: [ 7.800414] This architecture does not have kernel memory protection. | ||
| - | 08:51:00 2022 kern.info kernel: [ 7.813264] Run /sbin/init as init process | ||
| - | 08:51:00 2022 kern.debug kernel: [ 7.821426] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 7.821433] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 7.821437] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 7.821443] | ||
| - | 08:51:00 2022 kern.debug kernel: [ 7.821448] | ||
| - | 08:51:00 2022 user.info kernel: [ 8.383785] init: Console is alive | ||
| - | 08:51:00 2022 user.info kernel: [ 8.391067] init: - watchdog - | ||
| - | 08:51:00 2022 user.info kernel: [ 9.286492] kmodloader: loading kernel modules from / | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.418552] usbcore: registered new interface driver usbfs | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.429669] usbcore: registered new interface driver hub | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.440423] usbcore: registered new device driver usb | ||
| - | 08:51:00 2022 kern.warn kernel: [ 9.460989] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.warn kernel: [ 9.476103] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.491464] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.502108] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.525136] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.543431] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.556193] hub 1-0:1.0: USB hub found | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.563808] hub 1-0:1.0: 2 ports detected | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.572503] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.583248] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.598200] xhci-mtk 1e1c0000.xhci: | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.611072] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.628203] hub 2-0:1.0: USB hub found | ||
| - | 08:51:00 2022 kern.info kernel: [ 9.635841] hub 2-0:1.0: 1 port detected | ||
| - | 08:51:00 2022 user.info kernel: [ 9.653241] kmodloader: done loading kernel modules from / | ||
| - | 08:51:00 2022 user.info kernel: [ 9.685350] init: - preinit - | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.warn kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.notice kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.debug kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.debug kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 kern.info kernel: [ | ||
| - | 08:51:00 2022 user.info kernel: [ | ||
| - | 08:51:01 2022 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses! | ||
| - | 08:51:01 2022 user.notice dnsmasq: Allowing 127.0.0.0/8 responses | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: started, version 2.86 cachesize 150 | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: DNS service limited to local subnets | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for test | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for onion | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for localhost | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for local | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for invalid | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for bind | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for lan | ||
| - | 08:51:02 2022 daemon.warn dnsmasq[1]: no servers found in / | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses | ||
| - | 08:51:02 2022 daemon.info dnsmasq[1]: read / | ||
| - | 08:51:02 2022 authpriv.info dropbear[1443]: | ||
| - | 08:51:04 2022 daemon.notice wpa_supplicant[1549]: | ||
| - | 08:51:05 2022 user.notice : Added device handler type: bonding | ||
| - | 08:51:05 2022 user.notice : Added device handler type: 8021ad | ||
| - | 08:51:05 2022 user.notice : Added device handler type: 8021q | ||
| - | 08:51:05 2022 user.notice : Added device handler type: macvlan | ||
| - | 08:51:05 2022 user.notice : Added device handler type: veth | ||
| - | 08:51:05 2022 user.notice : Added device handler type: bridge | ||
| - | 08:51:05 2022 user.notice : Added device handler type: Network device | ||
| - | 08:51:05 2022 user.notice : Added device handler type: tunnel | ||
| - | 08:51:05 2022 daemon.notice procd: / | ||
| - | 08:51:05 2022 daemon.notice procd: / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:06 2022 user.notice ucitrack: Setting up non-init / | ||
| - | 08:51:07 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:07 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:07 2022 user.notice ucitrack: Setting up / | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:07 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:07 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:07 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:08 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:08 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 kern.info kernel: [ | ||
| - | 08:51:08 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:08 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:08 2022 daemon.notice netifd: Network device ' | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice netifd: Network device ' | ||
| - | 08:51:08 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 daemon.notice procd: / | ||
| - | 08:51:08 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan) | ||
| - | 08:51:09 2022 daemon.err odhcpd[1717]: | ||
| - | 08:51:09 2022 daemon.info procd: - init complete - | ||
| - | 08:51:11 2022 kern.info kernel: [ | ||
| - | 08:51:11 2022 kern.info kernel: [ | ||
| - | 08:51:11 2022 kern.info kernel: [ | ||
| - | 08:51:11 2022 daemon.notice netifd: Network device ' | ||
| - | 08:51:11 2022 kern.info kernel: [ | ||
| - | 08:51:11 2022 daemon.notice netifd: bridge ' | ||
| - | 08:51:11 2022 daemon.notice netifd: Interface ' | ||
| - | 08:51:12 2022 daemon.err odhcpd[1717]: | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: started, version 2.86 cachesize 150 | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: DNS service limited to local subnets | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus | ||
| - | 08:51:13 2022 daemon.info dnsmasq-dhcp[1]: | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for test | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for onion | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for localhost | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for local | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for invalid | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for bind | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for lan | ||
| - | 08:51:13 2022 daemon.warn dnsmasq[1]: no servers found in / | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses | ||
| - | 08:51:13 2022 daemon.info dnsmasq[1]: read / | ||
| - | 08:51:13 2022 daemon.info dnsmasq-dhcp[1]: | ||
| - | 08:51:14 2022 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses | ||
| - | 08:51:14 2022 daemon.info dnsmasq[1]: read / | ||
| - | 08:51:14 2022 daemon.info dnsmasq-dhcp[1]: | ||
| - | 08:54:15 2022 user.info : luci: accepted login on / for root from 192.168.1.10 | ||
| - | </ | ||
| - | </ | ||
| - | ==== OpenWrt realise UART 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 === | + | |
| - | PLL2 FB_DL: 0x7, 1/0 = 549/475 1D000000 | + | |
| - | PLL4 FB_DL: 0xe, 1/0 = 637/387 39000000 | + | |
| - | PLL3 FB_DL: 0x12, 1/0 = 742/282 49000000 | + | |
| - | 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 = 15 | + | |
| - | rank 0 fine = 80 | + | |
| - | B:| 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 | + | |
| - | opt_dle value:10 | + | |
| - | DRAMC_R0DELDLY[018]=00002324 | + | |
| - | ================================================================== | + | |
| - | RX DQS perbit delay software calibration | + | |
| - | ================================================================== | + | |
| - | 1.0-15 bit dq delay value | + | |
| - | ================================================================== | + | |
| - | bit| | + | |
| - | -------------------------------------- | + | |
| - | 0 | 9 8 7 9 8 7 9 8 5 7 | + | |
| - | 10 | 7 9 7 10 6 8 | + | |
| - | -------------------------------------- | + | |
| - | ================================================================== | + | |
| - | 2.dqs window | + | |
| - | x=pass dqs delay value (min~max)center | + | |
| - | y=0-7bit DQ of every group | + | |
| - | input delay:DQS0 =36 DQS1 = 35 | + | |
| - | ================================================================== | + | |
| - | bit | + | |
| - | 0 (1~68)34 | + | |
| - | 1 (1~66)33 | + | |
| - | 2 (1~65)33 | + | |
| - | 3 (1~68)34 | + | |
| - | 4 (1~68)34 | + | |
| - | 5 (1~68)34 | + | |
| - | 6 (1~66)33 | + | |
| - | 7 (1~71)36 | + | |
| - | ================================================================== | + | |
| - | 3.dq delay value last | + | |
| - | ================================================================== | + | |
| - | bit| 0 1 2 3 4 5 6 7 8 9 | + | |
| - | -------------------------------------- | + | |
| - | 0 | 11 11 10 11 10 9 12 8 6 9 | + | |
| - | 10 | 8 10 7 11 6 9 | + | |
| - | ================================================================== | + | |
| - | ================================================================== | + | |
| - | | + | |
| - | ================================================================== | + | |
| - | DQS loop = 15, cmp_err_1 = ffff0000 | + | |
| - | dqs_perbyte_dly.last_dqsdly_pass[0]=15, | + | |
| - | dqs_perbyte_dly.last_dqsdly_pass[1]=15, | + | |
| - | 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 (Apr 22 2016 - 16:35:20) | + | |
| - | Board: Ralink APSoC DRAM: 128 MB | + | |
| - | relocate_code Pointer at: 87fac000 | + | |
| - | Config XHCI 40M PLL | + | |
| - | Allocate 16 byte aligned buffer: 87fe0050 | + | |
| - | Enable NFI Clock | + | |
| - | # MTK NAND # : Use HW ECC | + | |
| - | NAND ID [C2 F1 80 95 02] | + | |
| - | Device not found, ID: c2f1 | + | |
| - | Not Support this Device! | + | |
| - | chip_mode=00000001 | + | |
| - | 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 2047 | + | |
| - | load fact bbt success | + | |
| - | [mtk_nand] probe successfully! | + | |
| - | mtd-> | + | |
| - | Env addr : 0x80000 | + | |
| - | .*** Warning - bad CRC, using default environment | + | |
| - | ============================================ | + | |
| - | Ralink UBoot Version: 4.2.0.6 | + | |
| - | -------------------------------------------- | + | |
| - | 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:Apr 22 2016 Time: | + | |
| - | ============================================ | + | |
| - | icache: sets:256, ways:4, linesz:32 , | + | |
| - | dcache: sets:256, ways:4, linesz:32 , | + | |
| - | ##### The CPU freq = 880 MHZ #### | + | |
| - | | + | |
| - | # | + | |
| - | set LAN/WAN LLLLW | + | |
| - | ..Example expects ABI version 2 | + | |
| - | Actual U-Boot ABI version 2 | + | |
| - | ****************************************** | + | |
| - | Uboot StandAlone Entry | + | |
| - | ****************************************** | + | |
| - | 0, cmd | + | |
| - | 1, 0x0000000D | + | |
| - | cmd : 0x0000000D | + | |
| - | Press Ctrl+C to Enter the Main loop... | + | |
| - | 0 Example expects ABI version 2 | + | |
| - | Actual U-Boot ABI version 2 | + | |
| - | ****************************************** | + | |
| - | Uboot StandAlone Entry | + | |
| - | ****************************************** | + | |
| - | 0, boot | + | |
| - | Flash Sector Number : 1024. | + | |
| - | Bad block detected at 0x7680, oob_buf[0] is 0x0 | + | |
| - | NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 | + | |
| - | NAND Section 6, has bad block count 1 | + | |
| - | Bad block detected at 0xe3c0, oob_buf[0] is 0x0 | + | |
| - | NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 | + | |
| - | NAND Section 7, has bad block count 1 | + | |
| - | *************************************************** | + | |
| - | Sercomm Boot Version 1.14.0 | + | |
| - | *************************************************** | + | |
| - | Entering Firmware : Everything is OK. | + | |
| - | Begin to verify the default image... | + | |
| - | kernel addr: 0x1700100 | + | |
| - | ......................................calculate_kernel_crc: | + | |
| - | ok! | + | |
| - | First image selected | + | |
| - | kernel addr : | + | |
| - | kernel addr : | + | |
| - | ## Booting image at c1300100 ... | + | |
| - | Image Name: MIPS OpenWrt Linux-5.4.179 | + | |
| - | Image Type: MIPS Linux Kernel Image (lzma compressed) | + | |
| - | Data Size: 2399174 Bytes = 2.3 MB | + | |
| - | Load Address: 81001000 | + | |
| - | Entry Point: | + | |
| - | ..................................... | + | |
| - | | + | |
| - | commandline in boot is : console=ttyS1, | + | |
| - | No initrd | + | |
| - | ## Transferring control to Linux (at address 81001000) ... | + | |
| - | ## Giving linux memsize in MB, 128 | + | |
| - | Starting kernel ... | + | |
| OpenWrt kernel loader for MIPS based SoC | OpenWrt kernel loader for MIPS based SoC | ||
| Copyright (C) 2011 Gabor Juhos < | Copyright (C) 2011 Gabor Juhos < | ||
| Decompressing kernel... done! | Decompressing kernel... done! | ||
| Starting kernel at 80001000... | Starting kernel at 80001000... | ||
| - | [ 0.000000] Linux version 5.4.179 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16495-bf0c965af0)) #0 SMP Wed Feb 16 20:29:10 2022 | + | |
| + | [ 0.000000] Linux version 5.10.115 (ubuntu@z) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19623-4b1d5a65de) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Sun May 29 18:57:08 2022 | ||
| [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 | [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 | ||
| [ 0.000000] printk: bootconsole [early0] enabled | [ 0.000000] printk: bootconsole [early0] enabled | ||
| Line 2450: | Line 1816: | ||
| [ 0.000000] | [ 0.000000] | ||
| [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] | [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] | ||
| - | [ 0.000000] percpu: Embedded | + | [ 0.000000] percpu: Embedded |
| [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 | ||
| [ 0.000000] Kernel command line: console=ttyS0, | [ 0.000000] Kernel command line: console=ttyS0, | ||
| [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) | [ 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] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) | ||
| - | [ 0.000000] Writing ErrCtl register=0000e114 | + | [ 0.000000] Writing ErrCtl register=00014dc0 |
| - | [ 0.000000] Readback ErrCtl register=0000e114 | + | [ 0.000000] Readback ErrCtl register=00014dc0 |
| [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| - | [ 0.000000] Memory: | + | [ 0.000000] Memory: |
| [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, | [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, | ||
| [ 0.000000] rcu: Hierarchical RCU implementation. | [ 0.000000] rcu: Hierarchical RCU implementation. | ||
| - | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | + | [ 0.000000] |
| + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | ||
| [ 0.000000] NR_IRQS: 256 | [ 0.000000] NR_IRQS: 256 | ||
| - | [ 0.000000] random: get_random_bytes called from 0x806e5a3c | + | [ 0.000000] random: get_random_bytes called from start_kernel+0x3cc/ |
| [ 0.000000] CPU Clock: 880MHz | [ 0.000000] CPU Clock: 880MHz | ||
| [ 0.000000] clocksource: | [ 0.000000] clocksource: | ||
| - | [ 0.000000] clocksource: | + | [ 0.000012] sched_clock: |
| - | [ 0.000008] sched_clock: | + | [ 0.015865] clocksource: |
| - | [ 0.015500] Calibrating delay loop... | + | [ 0.033727] Calibrating delay loop... |
| - | [ 0.055840] pid_max: default: 32768 minimum: 301 | + | [ 0.106059] pid_max: default: 32768 minimum: 301 |
| - | [ 0.065192] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | + | [ 0.115371] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) |
| - | [ 0.079598] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | + | [ 0.129777] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) |
| - | [ 0.097720] rcu: Hierarchical SRCU implementation. | + | [ 0.147791] rcu: Hierarchical SRCU implementation. |
| - | [ 0.107827] smp: Bringing up secondary CPUs ... | + | [ 0.157564] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build |
| - | [ | + | [ 0.173052] smp: Bringing up secondary CPUs ... |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 0.145001] Synchronize counters for CPU 1: done. | + | [ |
| - | [ | + | [ 0.242972] Synchronize counters for CPU 1: done. |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 0.239440] Synchronize counters for CPU 2: done. | + | [ |
| - | [ | + | [ 0.363964] Synchronize counters for CPU 2: done. |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 0.327031] Synchronize counters for CPU 3: done. | + | [ |
| - | [ 0.386639] smp: Brought up 1 node, 4 CPUs | + | [ 0.483536] Synchronize counters for CPU 3: done. |
| - | [ 0.399183] clocksource: | + | [ 0.543143] smp: Brought up 1 node, 4 CPUs |
| - | [ 0.418475] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) | + | [ 0.555604] clocksource: |
| - | [ 0.432304] pinctrl core: initialized pinctrl subsystem | + | [ 0.575109] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) |
| - | [ 0.444249] NET: Registered protocol family 16 | + | [ 0.588933] pinctrl core: initialized pinctrl subsystem |
| - | [ 0.477701] clocksource: Switched to clocksource GIC | + | [ 0.601003] NET: Registered protocol family 16 |
| - | [ 0.489127] random: fast init done | + | [ 0.612196] cpuidle: using governor teo |
| - | [ 0.489132] thermal_sys: Registered thermal governor ' | + | [ 0.643194] random: fast init done |
| - | [ 0.489497] NET: Registered protocol family 2 | + | [ 0.663034] clocksource: Switched to clocksource GIC |
| - | [ 0.516513] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) | + | [ 0.674853] NET: Registered protocol family 2 |
| - | [ 0.531576] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) | + | [ 0.683709] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) |
| - | [ 0.548159] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) | + | [ 0.698656] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) |
| - | [ 0.563284] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) | + | [ 0.715218] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) |
| - | [ 0.577272] TCP: Hash tables configured (established 1024 bind 1024) | + | [ 0.730367] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) |
| - | [ 0.590029] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | + | [ 0.744384] TCP: Hash tables configured (established 1024 bind 1024) |
| - | [ 0.602911] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | + | [ 0.757097] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) |
| - | [ 0.616974] NET: Registered protocol family 1 | + | [ 0.769983] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) |
| - | [ 0.625537] PCI: CLS 0 bytes, default 32 | + | [ 0.784024] NET: Registered protocol family 1 |
| - | [ 0.725654] 4 CPUs re-calibrate udelay(lpj = 1167360) | + | [ 0.792562] PCI: CLS 0 bytes, default 32 |
| - | [ 0.737183] workingset: timestamp_bits=14 max_order=15 bucket_order=1 | + | [ 0.802809] workingset: timestamp_bits=14 max_order=15 bucket_order=1 |
| - | [ 0.761897] squashfs: version 4.0 (2009/ | + | [ 0.819660] squashfs: version 4.0 (2009/ |
| - | [ 0.773382] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | + | [ 0.831142] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. |
| - | [ 0.794617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | + | [ 0.852870] mt7621_gpio 1e000600.gpio: |
| - | [ 0.811100] mt7621_gpio 1e000600.gpio: | + | [ 0.864380] mt7621_gpio 1e000600.gpio: |
| - | [ 0.822489] mt7621_gpio 1e000600.gpio: | + | [ 0.875735] mt7621_gpio 1e000600.gpio: |
| - | [ 0.833807] mt7621_gpio 1e000600.gpio: | + | [ 0.887717] Serial: 8250/16550 driver, |
| - | [ 0.845511] Serial: 8250/16550 driver, | + | [ 0.901856] printk: console [ttyS0] disabled |
| - | [ 0.861816] printk: console [ttyS0] disabled | + | [ 0.910342] 1e000c00.uartlite: |
| - | [ 0.870256] 1e000c00.uartlite: | + | [ 0.928252] printk: console [ttyS0] enabled |
| - | [ 0.888196] printk: console [ttyS0] enabled | + | [ 0.928252] printk: console [ttyS0] enabled |
| - | [ 0.888196] printk: console [ttyS0] enabled | + | [ 0.944802] printk: bootconsole [early0] disabled |
| - | [ 0.904745] printk: bootconsole [early0] disabled | + | [ 0.944802] printk: bootconsole [early0] disabled |
| - | [ 0.904745] printk: bootconsole [early0] disabled | + | [ 0.965839] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xd1 |
| - | [ 0.926007] mt7621-nand 1e003000.nand: | + | [ 0.978562] nand: ESMT NAND 128MiB 3,3V 8-bit |
| - | [ 0.940893] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 | + | [ 0.987400] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 |
| - | [ 0.953549] nand: Macronix MX30LF1G18AC | + | [ |
| - | [ 0.961187] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | + | [ 1.015604] 12 fixed-partitions partitions found on MTD device mt7621-nand |
| - | [ | + | [ |
| - | [ 0.989306] mt7621-nand 1e003000.nand: | + | [ |
| - | [ 1.003870] mt7621-nand 1e003000.nand: | + | [ |
| - | [ 1.018431] Scanning device for bad blocks | + | [ |
| - | [ 1.627618] Bad eraseblock 474 at 0x000003b40000 | + | [ |
| - | [ 2.189609] Bad eraseblock 911 at 0x0000071e0000 | + | [ |
| - | [ 2.340732] 10 fixed-partitions partitions found on MTD device mt7621-nand | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 5.021295] 0x000007c00000-0x000007f80000 : " |
| - | [ | + | [ 5.085605] 0x000000080000-0x0000000a0000 |
| - | [ | + | [ |
| - | [ | + | [ 5.114377] (0): " |
| - | [ | + | [ 5.119928] (1): " |
| - | [ | + | [ 5.125495] (2): " |
| - | [ | + | [ 5.130521] (3): " |
| - | [ 2.508382] mt7530 mdio-bus: | + | [ 5.135210] into device " |
| - | [ | + | [ 5.142359] 1 fixed-partitions partitions found on MTD device ubi-concat |
| - | [ | + | [ 5.155698] Creating 1 MTD partitions on " |
| - | [ | + | [ 5.165937] 0x000000000000-0x000004680000 : " |
| - | [ | + | [ 6.305337] mt7530 mdio-bus: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 2.609539] 8021q: 802.1Q VLAN Support v1.8 | + | [ 6.349056] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.362456] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.379992] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.396296] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.412680] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 6.654571] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.672104] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.688414] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 6.704812] mt7621-pci-phy 1e149000.pcie-phy: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 6.849576] mt7621-pci-phy 1e149000.pcie-phy: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 7.095427] pci 0000: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 7.394124] pci 0000: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 4.518768] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | + | [ 7.820332] ubi0: attaching mtd12 |
| - | [ | + | [ 7.827261] mt7530 mdio-bus: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 5.132619] init: Console is alive | + | [ |
| - | [ 5.139648] init: - watchdog - | + | [ |
| - | [ 5.903624] kmodloader: loading kernel modules from / | + | [ |
| - | [ 6.005976] usbcore: registered new interface driver usbfs | + | [ |
| - | [ 6.017047] usbcore: registered new interface driver hub | + | [ |
| - | [ 6.027759] usbcore: registered new device driver usb | + | [ |
| - | [ 6.047257] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.064614] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.082343] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.092957] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.113890] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.132185] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.144925] hub 1-0:1.0: USB hub found | + | [ |
| - | [ 6.152497] hub 1-0:1.0: 2 ports detected | + | [ |
| - | [ 6.161087] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.171723] xhci-mtk 1e1c0000.xhci: | + | [ |
| - | [ 6.186652] xhci-mtk 1e1c0000.xhci: | + | [ 10.196733] init: Console is alive |
| - | [ 6.199534] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | + | [ 10.204007] init: - watchdog - |
| - | [ 6.216546] hub 2-0:1.0: USB hub found | + | [ 11.576627] kmodloader: loading kernel modules from / |
| - | [ 6.224119] hub 2-0:1.0: 1 port detected | + | [ 11.765977] usbcore: registered new interface driver usbfs |
| - | [ 6.237480] kmodloader: done loading kernel modules from / | + | [ 11.777085] usbcore: registered new interface driver hub |
| - | [ 6.262089] init: - preinit - | + | [ 11.787892] usbcore: registered new device driver usb |
| - | [ | + | [ 11.808902] xhci-mtk 1e1c0000.xhci: |
| - | [ 6.949257] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | + | [ 11.823978] xhci-mtk 1e1c0000.xhci: |
| - | [ 6.966123] IPv6: ADDRCONF(NETDEV_CHANGE): | + | [ 11.839314] xhci-mtk 1e1c0000.xhci: |
| - | [ 7.082876] random: jshn: uninitialized urandom read (4 bytes read) | + | [ 11.849947] xhci-mtk 1e1c0000.xhci: |
| - | [ 7.153566] random: jshn: uninitialized urandom read (4 bytes read) | + | [ 11.873186] xhci-mtk 1e1c0000.xhci: |
| - | [ 7.198467] random: jshn: uninitialized urandom read (4 bytes read) | + | [ 11.891454] xhci-mtk 1e1c0000.xhci: |
| - | [ 7.424145] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode | + | [ 11.904263] hub 1-0:1.0: USB hub found |
| - | [ 7.437804] 8021q: adding VLAN 0 to HW filter on device lan1 | + | [ 11.911883] hub 1-0:1.0: 2 ports detected |
| + | [ 11.920609] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 11.931284] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 11.946264] xhci-mtk 1e1c0000.xhci: | ||
| + | [ 11.959156] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [ 11.976226] hub 2-0:1.0: USB hub found | ||
| + | [ 11.983865] hub 2-0:1.0: 1 port detected | ||
| + | [ 12.001089] kmodloader: done loading kernel modules from / | ||
| + | [ 12.033527] init: - preinit - | ||
| + | [ 13.227472] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 13.314811] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 13.412744] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 13.911650] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode | ||
| + | [ | ||
| + | [ | ||
| + | [ 13.958442] 8021q: adding VLAN 0 to HW filter on device lan1 | ||
| + | [ | ||
| Press the [f] key and hit [enter] to enter failsafe mode | 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 | Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level | ||
| - | [ 11.526201] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx | + | [ 18.193571] UBIFS (ubi0:1): default file-system created |
| - | [ | + | [ 18.205367] UBIFS (ubi0:1): Mounting in unauthenticated mode |
| - | [ 11.634739] UBIFS (ubi0:1): Mounting in unauthenticated mode | + | [ 18.216951] UBIFS (ubi0:1): background thread " |
| - | [ 11.646262] UBIFS (ubi0:1): background thread " | + | [ 18.345861] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name " |
| - | [ 11.729984] UBIFS (ubi0:1): recovery needed | + | [ 18.361486] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes |
| - | [ | + | [ 18.381232] UBIFS (ubi0:1): FS size: 64376832 |
| - | [ | + | [ 18.402015] UBIFS (ubi0:1): reserved for root: 3040676 |
| - | [ 11.973228] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | + | [ 18.415193] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 93C44890-6220-4B05-B3D2-C53F9B0FDF2C, small LPT model |
| - | [ 11.992992] UBIFS (ubi0:1): FS size: 38981632 | + | [ 18.441106] mount_root: overlay filesystem has not been fully initialized yet |
| - | [ 12.013785] UBIFS (ubi0:1): reserved for root: 1841198 | + | [ |
| - | [ 12.026966] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 797BBB62-6C58-4052-A714-C9FC5F3D5803, small LPT model | + | [ 18.474405] urandom-seed: |
| - | [ 12.061966] mount_root: switching to ubifs overlay | + | [ 18.594612] procd: - early - |
| - | [ 12.087507] urandom-seed: | + | [ 18.600594] procd: - watchdog - |
| - | [ 12.203361] mt7530 mdio-bus:1f lan1: Link is Down | + | [ 19.253248] procd: - watchdog - |
| - | [ | + | [ 19.366550] procd: - ubus - |
| - | [ 12.236130] procd: - watchdog - | + | [ 19.546596] procd: - init - |
| - | Failed to connect to ubus | + | |
| - | [ 12.853965] procd: - watchdog - | + | |
| - | [ 12.862533] procd: - ubus - | + | |
| - | [ 13.033997] procd: - init - | + | |
| Please press Enter to activate this console. | Please press Enter to activate this console. | ||
| - | [ 14.592510] urngd: v1.0.2 started. | + | [ 20.338738] kmodloader: loading kernel modules from / |
| - | [ | + | [ 20.538101] urngd: v1.0.2 started. |
| - | [ 14.645985] ehci_hcd: USB 2.0 ' | + | [ 20.643566] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace |
| - | [ 14.709849] SCSI subsystem initialized | + | [ 20.658689] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 |
| - | [ 14.740384] ehci-fsl: Freescale EHCI Host controller driver | + | [ 20.727951] random: crng init done |
| - | [ | + | [ 20.734786] random: 7 urandom warning(s) missed due to ratelimiting |
| - | [ | + | [ 20.883280] mt7621-pci 1e140000.pcie: |
| - | [ | + | [ 20.894088] pci 0000: |
| - | [ | + | [ 20.905385] mt76x2e 0000: |
| - | [ | + | [ 20.917534] mt76x2e 0000: |
| - | [ | + | [ 21.583625] mt76x2e 0000: |
| - | [ | + | [ 21.599681] mt76x2e 0000: |
| - | [ 14.881539] Loading modules backported from Linux version v5.10.85-0-ge4f2aee6612e | + | [ 21.610662] mt76x2e 0000: |
| - | [ 14.896718] Backport generated by backports.git v5.10.85-1-0-gf988973f | + | [ 21.618821] mt76x2e 0000: |
| - | [ 14.914971] usbcore: registered new interface driver ipheth | + | [ 21.653058] mt76x2e 0000: |
| - | [ 14.954830] usbcore: registered new interface driver usb-storage | + | [ 21.668980] mt7621-pci 1e140000.pcie: |
| - | [ 14.990935] usbcore: registered new interface driver usbserial_generic | + | [ 21.679887] pci 0000: |
| - | [ | + | [ 21.691421] mt76x2e 0000: |
| - | [ | + | [ 22.363101] mt76x2e 0000: |
| - | [ | + | [ 22.375045] mt76x2e 0000: |
| - | [ | + | [ 22.386035] mt76x2e 0000: |
| - | [ | + | [ 22.394244] mt76x2e 0000: |
| - | [ 15.168815] mt7621-pci 1e140000.pcie: | + | [ 22.409320] mt76x2e 0000: |
| - | [ 15.179718] pci 0000: | + | [ 22.477520] PPP generic driver version 2.4.2 |
| - | [ 15.191068] mt76x2e 0000: | + | [ 22.488059] NET: Registered protocol family 24 |
| - | [ 15.203394] mt76x2e 0000: | + | [ 22.506133] kmodloader: done loading kernel modules from / |
| - | [ 15.614520] mt76x2e 0000: | + | [ 45.935134] mtk_soc_eth 1e100000.ethernet eth0: Link is Down |
| - | [ 15.632660] mt76x2e 0000: | + | [ 45.957571] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode |
| - | [ 15.643685] mt76x2e 0000: | + | [ 45.974220] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx |
| - | [ 15.651883] mt76x2e 0000: | + | [ 45.980434] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode |
| - | [ 15.677853] mt76x2e 0000: | + | [ 46.005019] 8021q: adding VLAN 0 to HW filter on device lan1 |
| - | [ 15.693920] mt7621-pci 1e140000.pcie: | + | [ 46.019613] IPv6: ADDRCONF(NETDEV_CHANGE): |
| - | [ 15.704799] pci 0000: | + | [ 46.033380] br-lan: port 1(lan1) entered blocking state |
| - | [ 15.716140] mt76x2e 0000: | + | [ 46.043871] br-lan: port 1(lan1) entered disabled state |
| - | [ 15.728467] mt76x2e 0000: | + | [ 46.056157] device lan1 entered promiscuous mode |
| - | [ 16.137817] mt76x2e 0000: | + | [ 46.065422] device eth0 entered promiscuous mode |
| - | [ 16.150315] mt76x2e 0000: | + | [ 46.104867] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode |
| - | [ 16.161419] mt76x2e 0000: | + | [ 46.118865] 8021q: adding VLAN 0 to HW filter on device lan2 |
| - | [ 16.169657] mt76x2e 0000: | + | [ 46.135497] br-lan: port 2(lan2) entered blocking state |
| - | [ 16.197771] mt76x2e 0000: | + | [ 46.146064] br-lan: port 2(lan2) entered disabled state |
| - | [ 16.228903] PPP generic driver version 2.4.2 | + | [ 46.158570] device lan2 entered promiscuous mode |
| - | [ 16.239328] NET: Registered protocol family 24 | + | [ 46.183591] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode |
| - | [ 16.253207] usbcore: registered new interface driver qmi_wwan | + | [ 46.197815] 8021q: adding VLAN 0 to HW filter on device lan3 |
| - | [ | + | [ 46.212925] br-lan: port 3(lan3) entered blocking state |
| - | [ | + | [ 46.223510] br-lan: port 3(lan3) entered disabled state |
| - | [ | + | [ 46.235444] device lan3 entered promiscuous mode |
| - | [ | + | [ 46.264548] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode |
| - | [ | + | [ 46.278445] 8021q: adding VLAN 0 to HW filter on device lan4 |
| - | [ | + | [ 46.293515] br-lan: port 4(lan4) entered blocking state |
| - | [ | + | [ 46.304033] br-lan: port 4(lan4) entered disabled state |
| - | [ | + | [ 46.316290] device lan4 entered promiscuous mode |
| - | [ | + | [ 46.345534] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode |
| - | [ 24.020165] mtk_soc_eth 1e100000.ethernet eth0: Link is Down | + | [ 46.359237] 8021q: adding VLAN 0 to HW filter on device wan |
| - | [ 24.040611] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode | + | [ 47.688786] mt7530 mdio-bus: |
| - | [ 24.056751] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | + | [ 47.703945] br-lan: port 2(lan2) entered blocking state |
| - | [ 24.061775] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode | + | [ 47.714469] br-lan: port 2(lan2) entered forwarding state |
| - | [ 24.087408] 8021q: adding VLAN 0 to HW filter on device lan1 | + | [ 47.727937] IPv6: ADDRCONF(NETDEV_CHANGE): |
| - | [ 24.101663] IPv6: ADDRCONF(NETDEV_CHANGE): | + | |
| - | [ 24.115033] br-lan: port 1(lan1) entered blocking state | + | |
| - | [ 24.125532] br-lan: port 1(lan1) entered disabled state | + | |
| - | [ 24.136792] device lan1 entered promiscuous mode | + | BusyBox v1.35.0 (2022-05-29 18:57:08 UTC) built-in shell (ash) |
| - | [ 24.146110] device eth0 entered promiscuous mode | + | |
| - | [ 24.176449] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode | + | _______ |
| - | [ 24.190575] 8021q: adding VLAN 0 to HW filter on device lan2 | + | |
| - | [ 24.205647] br-lan: port 2(lan2) entered blocking state | + | | - || _ | -__| |
| - | [ 24.216278] br-lan: port 2(lan2) entered disabled state | + | |_______|| |
| - | [ 24.227953] device lan2 entered promiscuous mode | + | |__| W I R E L E S S F R E E D O M |
| - | [ 24.249566] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode | + | |
| - | [ 24.263460] 8021q: adding VLAN 0 to HW filter on device lan3 | + | |
| - | [ 24.278915] br-lan: port 3(lan3) entered blocking state | + | |
| - | [ 24.289458] br-lan: port 3(lan3) entered disabled state | + | === WARNING! ===================================== |
| - | [ 24.301588] device lan3 entered promiscuous mode | + | There is no root password defined on this device! |
| - | [ 24.321850] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode | + | Use the " |
| - | [ 24.335824] 8021q: adding VLAN 0 to HW filter on device lan4 | + | in order to prevent unauthorized SSH logins. |
| - | [ 24.350932] br-lan: port 4(lan4) entered blocking state | + | -------------------------------------------------- |
| - | [ 24.361527] br-lan: port 4(lan4) entered disabled state | + | root@OpenWrt:/# ubus call system board |
| - | [ 24.374072] device lan4 entered promiscuous mode | + | { |
| - | [ 24.403752] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode | + | " |
| - | [ 24.417799] 8021q: adding VLAN 0 to HW filter on device wan | + | " |
| - | [ 28.198382] mt7530 mdio-bus: | + | " |
| - | [ 28.226645] br-lan: port 1(lan1) entered blocking state | + | " |
| - | [ 28.237150] br-lan: port 1(lan1) entered forwarding state | + | " |
| - | [ 28.252670] br-lan: port 5(wlan1) entered blocking state | + | " |
| - | [ | + | " |
| - | [ | + | " |
| - | [ 28.285579] IPv6: ADDRCONF(NETDEV_CHANGE): | + | " |
| - | [ 28.759330] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready | + | " |
| - | [ | + | " |
| - | [ 28.783280] br-lan: port 5(wlan1) entered forwarding state | + | " |
| - | [ | + | } |
| - | [ | + | }</ |
| - | [ | + | |
| - | [ 30.384800] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | + | |
| - | [ 30.398089] br-lan: port 6(wlan0) entered blocking state | + | |
| - | [ | + | |
| - | </ | + | |
| </ | </ | ||
| ===== Notes ===== | ===== Notes ===== | ||
| Line 2801: | Line 2175: | ||
| ===== Tags ===== | ===== Tags ===== | ||
| [[meta: | [[meta: | ||
| - | {{tag>EXAMPLETAG unsupported}} | + | {{tagpage>U-boot}} |
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||