SmartFiber XP8421-B
The SmartFiber XP8421-B is a GPON / EPON ONU and home router with phone ATA, USB 2.0, SD Card Reader, and 802.11ac wifi.
OpenWrt support
Not supported yet. Work in progress.
At current, there is a pull request which builds an image that can boot to a console with working serial port and NAND flash. Wifi (PCIe), and USB / SD Card support are expected to be relatively easy to accomplish, but Ethernet, XPON, and VoIP DSP support are of unknown complexity.
Supporting activities
- OpenWrt support for Zyxel PMG5617GA, first GPON support !? is the central discussion point for en75 platform support.
- Pull request 17928 adds “boots-to-a-console” initial support.
Experimental firmware
You can currently install OpenWRT based on Pull request 17928 which will boot to a console but has (almost) no working drivers yet. In order to interact with it, you will need serial access access (which requires soldering).
- openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx (based on Feb 28 2025 main branch)
Hardware highlights
CPU | EN7526GT |
---|---|
CPU MHZ | 900 |
CPU Cores_numcores | 1 |
Flash MB | 256NAND |
RAM MB | 512 |
WLAN Hardware | MT7612E(N) + MT7592(N) |
Ethernet 1Gbit ports | 4 |
USB ports | 2x 2.0 |
Fiber port | Yes |
VoIP phone jack | Yes |
LEDs | 13 |
Buttons | 2 |
Installation
This device uses A/B Partitioning, where there is a flag in flash that tells the bootloader whether to try booting partition A, or partition B. OpenWRT is designed to install in partition A *only*, and not to overwrite other parts of the flash, so that the installation is effectively dual-boot between OpenWRT and the factory OS.
Currently you must have a serial connection to use OpenWRT.
Installing OpenWRT in Windows
1. Download openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx
from: https://github.com/cjdelisle/OpenWRT-EN751221-Builds/releases/tag/v2025-03-03
2. Find the hexadecimal length of the “openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx” file. Use this converter:https://www.rapidtables.com/convert/number/decimal-to-hex.html In my case the file size was 6675268 bytes which is equivalent to 0x65DB44 or 65DB44 if we omit the “0x”. You will need this value later.
3. Connect your USB serial adapter to your computer and the serial pins to the UART headers TX, RX ,GND on the board. (TX is closest to the yellow ethernet ports and GND is facing the front side of the router.)
4. Download TeraTerm ( teraterm-5.4.0.zip ) from here: https://github.com/TeraTermProject/teraterm/releases
5. Run ttermpro.exe as normal by double-clicking the icon. Cancel the “new connection” window. Go to > Setup > Serial port... Specify your active COM[x] port as per your device manager and set speed to 115200. File → New connection→ Choose Serial and your active COM[x] port.
6. Turn on the router and when you get the message “Press any key in 5 secs to enter boot command mode..” hit any key to interrupt the bootloader.
7. Type the following command by specifying your trx file length and by omitting the leading “0x” from the length:
xmdm 80020000 65DB44
8. Once you see “CC..” on the terminal screen then go to TeraTerm title bar and click File→ Transfer→ XMODEM→ Send → .. and select your trx openwrt file.
The file will now be transferred to the router over serial connection, so it will take a few minutes to complete (about 10 minutes in my case @ 10KB/s).
9. Once finished we need to write it permanently to the flash. Enter this command:
flash 80000 80020000 65DB44
10. When finished, enter command:
go
11. You will now be booted into OpenWrt.
12. If you restart and you can't get into OpenWrt but you see in the log boot_flag = 1, it means that it tried booting to the old firmware which does not exist anymore. To fix that we need to swap the boot_flag to 0. Run the following commands:
memwl 80020000 30000000
flash dfc0000 80020000 01
13. Power cycle the device and you will now boot to OpenWrt permanently on each power cycle.
Installing OpenWRT from the bootloader in Linux
1. Download or build the image file openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx
2. Get the length of that file in hex (you'll need this for step 6)
printf '%X\n' "$(stat -c%s openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx)"
3. Connect to device with xmodem capability, e.g.
picocom --send-cmd lsx -vv -b 115200 /dev/ttyUSB0
4. Switch device on and press a key to stop the bootloader
Press any key in 3 secs to enter boot command mode. ...................
5. Enter bootloader username / password: telecomadmin
/ nE7jA%5m
UserName: telecomadmin Password: ******** bldr>
6. Type the xmodem receive command (don't press enter yet)
xmdm 80020000 <file length hex>
7. Copy the filename to your clipboard, you'll need it in a second.
8. Press enter and then *quickly* start xmodem and send the file, in picocom that is: ctrl+a
ctrl+s
<paste-the-file-name>
enter
.
bldr> xmdm 80002000 786630 CCCC *** file: openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx $ lsx -vv openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx Sending openwrt-en75-en751221-smartfiber_xp8421-b-squashfs-tclinux.trx, 61644 blocks: Give your local XMODEM receive command now.
Normally you should see it begin counting the bytes as it transfers. If the transfer fails to start, wait 30 seconds to a minute for the bootloader prompt to return and then try steps 6,7,8 again.
9. Once the transfer has completed successfully, type the following
flash 80000 80020000 <file length hex>
10. Type go
or simply restart the device to boot into OpenWRT. If it boots the factory firmware,
that just means you need to switch the OS, see below.
Switching OS
You can switch between booting partition A and partition B either in the bootloader, or in the factory OS, this cannot yet be done in OpenWRT because flash support is currently is read-only.
Switching in the factory OS
Once the factory OS has booted, you can login through serial using chinadsl-net
as the
username *and* password.
Once in the factory OS shell, you can read and switch the boot flag using the following commands:
sys bootflag read
sys bootflag swap
current boot_flag = 0
means it will boot from partition A (OpenWRT)
current boot_flag = 1
means it will boot from partition B (Factory)
Switching in the bootloader
If you are unable to get to the factory OS, you can also switch the flag in the bootloader.
- Stop the bootloader and login with the username and password.
- Write the flag to memory that you wish to use:
memwl 80020000 30000000
for booting to partition A (OpenWRT)memwl 80020000 31000000
for booting to partition B (Factory)
- Commit the data to flash
flash dfc0000 80020000 01
- Power cycle the device to boot into the other OS
Hardware
Info
Architecture | MIPS |
---|---|
Vendor | EcoNet |
Bootloader | TcBoot (Trendchip Bootloader) |
System-On-Chip | EcoNet EN7526GT - MIPS 34Kc V5.8 |
CPU/Speed | 2 Thread 1 Core 900 MHz |
RAM Chip | Nanya NT5CC256M16DP-DI - DDR3L-1600 800Mhz |
Flash Chip | Toshiba TC58CVG1S3H RAIG - 256MB SPI NAND |
Wireless | MT7592(N) 2×2 U.FL 2.4Ghz Wi-Fi 4 (a/b/g/n) + MT7612E(N) 2×2 U.FL 5Ghz Wi-Fi 5 (a/b/g/n/ac) |
Ethernet | 4x GbE LAN (10/100/1000Mbit/s + Link & Act LED) |
Fiber | 1x XPON SC-UPC via EcoNet EN7570(N) driver |
Phone | 1x RJ11 SIP & VoIP via Microsemi Le9641PQC SLIC |
Switch | Built-in MT7530 to SoC |
USB | 2x 2.0 via Genesis Logic GL852G hub controller |
SD Card slot | 1x internal via Genesis Logic GL823 |
Serial | Yes soldering required |
GPIO Buttons | 2 (WPS, Reset) |
GPIO LEDs | 13 (Red/green) |
Power | External 12V 1.5A, with a 5.5mm barrel connector |
Flash Layout
The OEM and bootloader use a custom bad block remapping algorithm to make the NAND flash more reliable. There is approximately 235 MiB of usable space, though the exact amount depends on how many bad blocks there are. Supporting the bad block algorithm in OpenWRT is obligatory because it is used in the bootloader.
The tclinux and tclinux_slave partitions each contain a kernel and rootfs partition, they are prefixed by a 256 byte custom TRX header containing the kernel and rootfs sizes and a CRC32 of the content. The bootloader reads a byte in the “reservedarea” partition to decide whether it will boot the main kernel or the slave kernel, while booting if checks the CRC32 and if it is not a match, it attempts booting the other kernel.
The layout of the flash is as follows:
Layer0 | raw flash | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Layer1 | user servicable area (bad block table) | reserved | ||||||||
Layer2 | “bootloader” | “romfile” | “tclinux” | “tclinux_slave” | “openjdk” | “ubifs” | “reservedarea” | |||
Layer3 | kernel | rootfs | kernel_slave | rootfs_slave |
A detailed representation is below, with unpartitioned and bad-block-table reserved space shown in brackets.
Start Address | End Address | Partition | Size | Notes |
---|---|---|---|---|
0x00000000 | 0x00040000 | “bootloader” | 256 KiB | The tcboot.bin bootloader binary |
0x00040000 | 0x00080000 | “romfile” | 256 KiB | A tar.gz file containing a single XML file called ctromfile.cfg |
0x00080000 | 0x0022f39e | “kernel” | 1.68 MiB | A 256 byte custom TRX header followed by an LZMA compressed kernel |
0x0022f39e | 0x010df39e | “rootfs” | 14.69 MiB | A squashfs rootfs |
0x00080000 | 0x01480000 | “tclinux” | 20 MiB | Kernel and rootfs concatinated, this is also the update file format |
0x01480000 | 0x0162f39e | “kernel_slave” | 1.68 MiB | Same as above |
0x0162f39e | 0x0253f39e | “rootfs_slave” | 15.06 MiB | Same as above |
0x01480000 | 0x02880000 | “tclinux_slave” | 20 MiB | Same as above |
0x02880000 | 0x04880000 | “openjdk” | 32 MiB | A squashfs filesystem used by the factory OS |
0x04880000 | 0x0d980000 | “ubifs” | 145 MiB | A UBI containing a single UBIFS filesystem used by the factory OS |
0x0d980000 | 0x0de40000 | <unpartitioned space> | 4.75 MiB | |
0x0de40000 | 0x0e000000 | “reservearea” | 1.75 MiB | Fixed NVMEM layout described below |
0x0e000000 | 0x0eb40000 | <unpartitioned space> | 11.25 MiB | |
0x0eb40000 | 0x10000000 | <reserved> (inaccessible) | 20.75 MiB | Bad block table and remapped blocks |
TOTAL | 256 MiB |
Reservedarea partition
The reservedarea
partition contains data used by the factory OS. The
reservedarea layout
is described in the GPL code, and is as follows:
Sector | Name | Begin Address | End Address | Size | Observations |
---|---|---|---|---|---|
1 | backupromfile | 0 | 0x40000 | 256KiB | Identical to mtd2 (“romfile”) |
2 | defaultromfile | 0x40000 | 0x80000 | 256KiB | Empty (fff) |
3 | syslog | 0x80000 | 0xC0000 | 256KiB | Factory OS logs |
4 | proline | 0xc0000 | 0x100000 | 256KiB | Proline Parameters |
5 | temp | 0x100000 | 0x140000 | 256KiB | Empty (ffff) |
5.1 | cerm1 | 0x100000 | 0x101000 | 4KiB | |
5.2 | cerm2 | 0x101000 | 0x102000 | 4KiB | |
5.3 | cerm3 | 0x102000 | 0x103000 | 4KiB | |
5.4 | cerm4 | 0x103000 | 0x104000 | 4KiB | |
6 | block6 | 0x140000 | 0x180000 | 256KiB | |
6.1 | eeprom | 0x140000 | 0x140400 | 1KiB | RT30xxEEPROM.bin for MT7592 wifi |
6.2 | bob.conf | 0x140400 | 0x1404A0 | 160 bytes | Empty (ffff) |
7 | block7 | 0x180000 | 0x1C0000 | 256KiB | |
7.1 | imgbootflag | 0x180000 | 0x180040 | 64 bytes | First byte is ASCII 0 or 1, selected OS |
7.2 | 11ac | 0x180040 | 0x180240 | 512 bytes | MT7610EEPROM.bin for MT7612E wifi |
7.3 | 11ac reserved | 0x180240 | 0x180440 | 512 bytes | Empty (ffff) |
Photos
Opening the case
There are 2 Phillips screws on the bottom side of the case. After removing them you can turn the case over and pry the top part off, the board is held to the bottom part by one additional screw near the phone jack.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
It uses 115200 bps baud rate over UART. The board comes with no header, so you must solder the pins on to be able to use it.
Factory Firmware
Bootloader
The bootloader is based on TrendChip tcboot, it has very few commands. To access it, you need a serial connection. Press any key within 3 seconds of power-on to stop the boot process, then login to the bootloader with the predefined username and password:
- username:
telecomadmin
- password:
nE7jA%5m
Useful bootloader commands
All address and size values are encoded as hex, without any prefix. So 256 is written as 100
, not 0x100
.
xmdm <addr> <len>
- Load data into memory from xmodem, useful for flashing or loading a test kernel to memory.flash <dst> <src> <len>
- Write data from memory to flash (there is no command to read flash)jump <addr>
- Execute code at the given memory address, good for testing a kernel update without flashing.
Usable memory starts at address 80020000
Factory OS
The factory OS is based on Linux 2.6, it has a shell and can be accessed from serial or from telnet. The username and password differs depending on how you access it.
Login Method | Username | Password | Notes |
---|---|---|---|
Serial | chinadsl-net | chinadsl-net | |
Telnet | root | system | |
Web | superadmin | superadmin | Must be using IP 192.168.1.81 |
Web | user | admin | |
Web | user3 | 1234 |
Backing up data
In the factory OS, you can read the mtd files using dd and then send them to an off-site http server using wget.
Re-test these commands, they were written from memory.
dd if=/dev/mtd4 of=./dump.bin bs=2048 wget --post-file=./dump.bin http://192.168.xxx.yyy/
Bootlogs
OEM bootlog
BGA IC Xtal:1 DDR3 init. DRAMC init done. Calculate size. DRAM size=512MB(supported max size) Set new TRFC. ddr-1066 7512DRAMC V1.2.2 (0) EN751221 at Tue Nov 7 20:42:52 CST 2017 version 1.1 free bootbase Memory size 512MB Set SPI Clock to 25 Mhz spi_nand_probe: mfr_id=0x98, dev_id=0xcb Using Flash ECC. Detected SPI NAND Flash : _SPI_NAND_DEVICE_ID_TC58CVG1S3H, Flash Size=0x10000000 bmt pool size: 163 BMT & BBT Init Success Press any key in 3 secs to enter boot command mode. ............................................................ ==> boot flag = 1Decompress to 80002000 free_mem_ptr=80750000 free_mem_ptr_end=807B0000 from slave Uncompressing [LZMA] ... done. Initializing cgroup subsys cpu Linux version 2.6.36 (root@kevin-PowerEdge-R730) (gcc version 4.9.3 (Buildroot 2015.08.1) ) #7 SMP Fri Dec 21 14:58:10 CST 2018 ISPRAM0: PA=003d0000,Size=00010000,enabled memsize:440MB EcoNet EN751221 SOC prom init bootconsole [early0] enabled CPU revision is: 00019558 (MIPS 34Kc) Determined physical RAM map: memory: 1b7e0000 @ 00020000 (usable) Wasting 1024 bytes for tracking 32 unused pages Zone PFN ranges: Normal 0x00000020 -> 0x0001b800 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000020 -> 0x0001b800 3 available secondary CPU TC(s) PERCPU: Embedded 7 pages/cpu @81374000 s7328 r8192 d13152 u65536 pcpu-alloc: s7328 r8192 d13152 u65536 alloc=16*4096 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 111728 Kernel command line: es=1 PID hash table entries: 2048 (order: 1, 8192 bytes) Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes Writing ErrCtl register=00067c74 Readback ErrCtl register=00067c74 nmi base is 81414200 allocated 2252160 bytes of page_cgroup please try 'cgroup_disable=memory' option if you don't want memory cgroups Memory: 438976k/450432k available (3928k kernel code, 11456k reserved, 862k data, 224k init, 0k highmem) SLUB: Genslabs=7, HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Hierarchical RCU implementation. Verbose stalled-CPUs detection is disabled. NR_IRQS:64 CPU frequency 900.00 MHz Using 199.996 MHz high precision timer. console [ttyS0] enabled, bootconsole disabled console [ttyS0] enabled, bootconsole disabled Calibrating delay loop... 598.01 BogoMIPS (lpj=2990080) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 Initializing cgroup subsys memory 34K sync es set to 1. Config7: 0x80080500 Limit of 4 TCs set TLB of 64 entry pairs shared by 2 VPEs VPE 0: TC 0 1 2, VPE 1: TC 3 IPI buffer pool of 16 buffers CPU revision is: 00019558 ((null)) TC 1 going on-line as CPU 1 CPU revision is: 00019558 ((null)) TC 2 going on-line as CPU 2 CPU revision is: 00019558 ((null)) TC 3 going on-line as CPU 3 Brought up 4 CPUs NET: Registered protocol family 16 PCIe driver version: 751221.3.20160516 MT7512_pcie_init check pcie link up status: isRC0_LINKUP=1 isRC1_LINKUP=1 registering PCI controller with io_map_base unset bio: create slab <bio-0> at 0 usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x200fffff] pci 0000:00:01.0: BAR 8: assigned [mem 0x20100000-0x202fffff] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff] pci 0000:01:00.0: BAR 0: set to [mem 0x20000000-0x200fffff] (PCI address [0x20000000-0x200fffff] pci 0000:00:00.0: PCI bridge to [bus 01-01] pci 0000:00:00.0: bridge window [io disabled] pci 0000:00:00.0: bridge window [mem 0x20000000-0x200fffff] pci 0000:00:00.0: bridge window [mem pref disabled] pci 0000:02:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit] pci 0000:02:00.0: BAR 0: set to [mem 0x20100000-0x201fffff 64bit] (PCI address [0x20100000-0x201fffff] pci 0000:02:00.0: BAR 6: assigned [mem 0x20200000-0x2020ffff pref] pci 0000:00:01.0: PCI bridge to [bus 02-02] pci 0000:00:01.0: bridge window [io disabled] pci 0000:00:01.0: bridge window [mem 0x20100000-0x202fffff] pci 0000:00:01.0: bridge window [mem pref disabled] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) PCI: Enabling device 0000:00:01.0 (0000 -> 0002) NET: Registered protocol family 8 NET: Registered protocol family 20 Switching to clocksource MIPS NET: Registered protocol family 2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes) TCP bind hash table entries: 16384 (order: 5, 131072 bytes) TCP: Hash tables configured (established 16384 bind 16384) TCP reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) NET: Registered protocol family 1 mt7512_pcie_fixup: 0x1438 = 20000014 mt7512_pcie_fixup: 0x3438 = 20100015 mt7512_pcie_rc1_retrain: 70 = 0047dc11 80 = 01608c12 TC3162 hardware watchdog module loaded. squashfs: version 4.0 (2009/01/31) Phillip Lougher NTFS driver 2.1.29 [Flags: R/W DEBUG]. msgmni has been set to 857 cryptomgr_test used greatest stack depth: 15632 bytes left io scheduler noop registered (default) ttyS0 at I/O 0xbfbf0003 (irq = 1) is a TC3162 ECNT ring buffer init success brd: module loaded SPI Flash Init Start Found no SPI flash device IS_SPIFLASH=0x0, IS_NANDFLASH=0x2, (0xBFA10114)=0x6) Set SPI Clock to 25 Mhz SPI_NAND_Flash_init: before init, mtx_mode_tog=0xl9, manaul_en=0x1 spi_nand_probe: mfr_id=0x98, dev_id=0xcb Detected SPI NAND Flash : _SPI_NAND_DEVICE_ID_TC58CVG1S3H, Flash Size=0x10000000 spi nand flash tc3162: flash device 0x01000000 at 0x1c000000 EN7512 mtd init: spi nand probe enter [spi_nand_setup] : Enter NAND device: Manufacturer ID: 0x98, Chip ID: 0xcb (Toshiba _SPI_NAND_DEVICE_ID_TC58CVG1S3H) nand_scan_ident ok [spi_nand_setup]: chip size = 0x10000000, erase_shift=0x11 calc_bmt_pool_size : need_valid_block_num=0xa3, total_block=0x800 bmt pool size: 163 BMT & BBT Init Success parsing <0[bootloader],0[romfile],20m[tclinux],20m[tclinux_slave],32m[openjdk],145m[ubifs]> partition 9: name <ubifs>, offset ffffffff, size 9100000, mask flags 0 partition 8: name <openjdk>, offset ffffffff, size 2000000, mask flags 0 partition 7: name <tclinux_slave>, offset ffffffff, size 1400000, mask flags 0 partition 4: name <tclinux>, offset ffffffff, size 1400000, mask flags 0 partition 1: name <romfile>, offset ffffffff, size fffffffe, mask flags 0 partition 0: name <bootloader>, offset ffffffff, size fffffffe, mask flags 0 Creating 11 MTD partitions on "EN7512-SPI_NAND": 0x000000000000-0x000000040000 : "bootloader" 0x000000040000-0x000000080000 : "romfile" 0x000000080000-0x00000022f39e : "kernel" mtd: partition "kernel" doesn't end on an erase block -- force read-only 0x00000022f39e-0x0000010df39e : "rootfs" mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only 0x000000080000-0x000001480000 : "tclinux" 0x000001480000-0x00000162f39e : "kernel_slave" mtd: partition "kernel_slave" doesn't end on an erase block -- force read-only 0x00000162f39e-0x00000253f39e : "rootfs_slave" mtd: partition "rootfs_slave" doesn't start on an erase block boundary -- force read-only 0x000001480000-0x000002880000 : "tclinux_slave" 0x000002880000-0x000004880000 : "openjdk" 0x000004880000-0x00000d980000 : "ubifs" 0x00000de40000-0x00000e000000 : "reservearea" rootfs_slave PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered NET: Registered protocol family 24 RT3xxx EHCI/OHCI init. usbcore: registered new interface driver cdc_acm cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters usbcore: registered new interface driver usbserial USB Serial support registered for generic usbcore: registered new interface driver usbserial_generic usbserial: USB Serial Driver core USB Serial support registered for ch341-uart usbcore: registered new interface driver ch341 USB Serial support registered for cp210x usbcore: registered new interface driver cp210x cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver USB Serial support registered for DeLorme Earthmate USB USB Serial support registered for HID->COM RS232 Adapter USB Serial support registered for Nokia CA-42 V2 Adapter usbcore: registered new interface driver cypress cypress_m8: v1.10:Cypress USB to Serial Driver USB Serial support registered for FTDI USB Serial Device usbcore: registered new interface driver ftdi_sio ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver USB Serial support registered for pl2303 usbcore: registered new interface driver pl2303 pl2303: Prolific PL2303 USB to serial adaptor driver usbcore: registered new interface driver hiddev usbcore: registered new interface driver usbhid usbhid: USB HID core driver Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (6859 buckets, 27436 max) ctnetlink v0.93: registering with nfnetlink. nf_conntrack_rtsp v0.6.21 loading xt_time: kernel timezone is -0000 nf_nat_rtsp v0.6.21 loading ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> VFS: Mounted root (squashfs filesystem) readonly on device 31:6. Freeing unused kernel memory: 224k freed init used greatest stack depth: 15464 bytes left busybox init and set aff init started: BusyBox v1.00 (2018.12.21-07:01+0000) multi-call binary [ used greatest stack depth: 14912 bytes left chmod: /userfs/profile.cfg: Read-only file system mount used greatest stack depth: 14160 bytes left regUsr2 sig 17 main, 15:18:50 enter, zip frequece 60 secs! Ebtables v2.0 registered insmod used greatest stack depth: 13952 bytes left timeofday: module license 'unspecified' taints kernel. Disabling lock debugging due to kernel taint timeday: timeday_init ok insmod used greatest stack depth: 13928 bytes left mtd[readflash]:device=reservearea tclen=262144 tcoffset=786432 Unlocking reservearea ... Reading from reservearea to /tmp/prolinecwmppararead ... 00000000h: 00 00 02 9A 00 00 06 66 00 00 00 A4 00 00 00 DF 00000010h: 00 00 00 0A 00 00 00 07 00 00 0D AC 00 00 00 1E 00000020h: 00 00 00 14 00 00 00 14 00 00 00 00 FF FF FF FF 00000030h: 01 2D 01 78 01 C1 02 0B FF FF FF FF FF FF FF FF 00000040h: 00 B2 00 F6 FF FF FF FF FF FF FF FF FF FF FF FF 00000050h: 27 10 0B 10 03 E8 01 08 00 64 00 19 FF FF FF FF 00000060h: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00000070h: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00000080h: 0C 72 12 BB 00 00 00 0A FF FF FF FF FF FF FF FF 00000090h: FF FF FF FF 07 05 07 00 00 00 00 9A 00 50 00 52 000000a0h: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 000000b0h: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 000000c0h: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 000000d0h: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 000000e0h: 00MAXNET DPI interface Loaded 7512 chip select cat: /proc/tc3162/sys_chip_type: No such file or directory error chip id BusyBox v1.00 (2018.12.21-07:01+0000) multi-call binary Usage: cp [OPTION]... SOURCE DEST vtag_drv_init tcsmux version: tcsmux V1.1.0.0 (Dec 15 2016-18:13:59). tcportbind version: tcportbind V1.1.0.0 (Dec 21 2018-14:58:34). TCSUPPORT_IPV6 TCSUPPORT_USBHOST SCSI subsystem initialized BGA USB PHY config port 0 u2_slew_rate_calibration FM_OUT value = 140(0x0000008C) SR calibration value = 4 port 1 u2_slew_rate_calibration FM_OUT value = 135(0x00000087) SR calibration value = 4 USB driver version: 751221.2.20160516 xhc_mtk xhc_mtk: xHCI Host Controller xhc_mtk xhc_mtk: new USB bus registered, assigned bus number 1 xhc_mtk xhc_mtk: irq 18, io mem 0x1fb90000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected xhc_mtk xhc_mtk: xHCI Host Controller xhc_mtk xhc_mtk: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. fuse init (API version 7.15) tcaccesslimit version: accesslimit V1.2.0.0 (Dec 21 2018-14:58:33). url_filter_init TC3162 LED Manager 0.1 init tcledctrl version: tcledctrl V1.1.0.0 (Dec 21 2018-14:58:28). led path:/userfs/led.conf usb 1-1: new high speed USB device number 2 using xhc_mtk tccicmd V1.1.0.0 (Dec 21 2018-14:58:30) hub 1-1:1.0: USB hub found hub 1-1:1.0: 4 ports detected insmod used greatest stack depth: 13768 bytes left SIFMaster 0.1 init Register sifm cmd usb 1-2: new high speed USB device number 3 using xhc_mtk insmod ETH_LAN driver insmod used greatest stack depth: 13736 bytes left macType = 0 qdma_lan: physical_size is 0x00200000 ether.c:v1.00-NAPI 29.Mar.2015 eth0: FE MAC Ethernet address: A6:8D:03:08:00:10 Use External switch ,type 10 tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (0, 0x0) tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (1, 0x0) tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (2, 0x0) tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (3, 0x0) tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (4, 0x0) tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 9451 7512 Ge, MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (12, 0x0) tcPhyVerLookUp 3939 9451 7512 Ge, MCM MT7530 [tcPhyInit] in [tcPhyInit] out , r31 = (12, 0x0) GE Rext AnaCal Done! (1)(0x21) GE Rext AnaCal Done! (1)(0x21) GE R50 AnaCal Done! (2) (0x27)(0xa7) GE R50 AnaCal Done! (2) (0x27)(0xa7) GE R50 AnaCal Done! (2) (0x27)(0xa7) GE R50 AnaCal Done! (1) (0x28)(0xa8) GE Tx offset AnaCal Done! (1)(0x1) GE Tx offset AnaCal Done! (2)(0x2) GE Tx offset AnaCal Done! (2)(0x22) GE Tx offset AnaCal Done! (1)(0x1) GE Tx amp AnaCal Done! (pair-0)(0x12)(0x1820) GE Tx amp AnaCal Done! (28) (0x4) GE Tx amp AnaCal Done! (pair-1)(0x17)(0xa20) GE Tx amp AnaCal Done! (24) (0x8) GE Tx amp AnaCal Done! (pair-2)(0x19)(0xb20) GE Tx amp AnaCal Done! (23) (0x9) GE Tx amp AnaCal Done! (pair-3)(0x21)(0x320) GE Tx amp AnaCal Done! (31) (0x1) tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 tcPhyVerLookUp 3939 9412 7530 Ge, 0x1 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 0 MCM MT7530 tcPhyVerLookUp 3939 9451 7512 Ge, MCM MT7530 Exec. Successful Exec. Successful and the accuracy is 8kbps Exec. Successful and the accuracy is 8kbps eth0: starting interface. netif_start_queue sleep 1 sec mtd[readflash]:device=reservearea tclen=2120 tcoffset=786432 Unlocking reservearea ... Reading from reservearea to /tmp/lib_productlinecwmpfile ... lightbox_port_control-MT75xx.c, led_portRegister, 88, 15:04:31: enter. Lightbox, debug:register with led manager pc Compile Time: Dec 21 2018 15:04:23 unused fd 6 unused fd 7 [main:264]max fd is 6 sleep 1 sec the number of cfg node is 122 Initializing signal_handler voip Compile Time: Dec 21 2018 15:04:21 sleep 1 sec Mgmt: [start_socket:79] Warning, linux socket SO_RCVBUF maybe overflow!!!!!! please set /proc/sys/net/core/rmem_max. Mgmt: [start_socket:81] expected value(512K), actual value(264K) cwmpRoute_init autopvc_init Set coredump file size to 2147483647, path = /opt/upt/apps/coredump [1410][start_execute_commit] Open file ok! send2CfgManager: call connect error send2CfgManager: call connect error ctromfile.cfg init_all_entitys, 388, install 2 entities.[1425][start_execute_commit] [1430][start_execute_commit] ntpServiceInterfaceUp: get NTPServerType error! before init ua event before init diagnostics provision_init success iptables_init:OK voice_app is not ready OK !! configfd: [start_socket:79] Warning, linux socket SO_RCVBUF maybe overflow!!!!!! please set /proc/sys/net/core/rmem_max. configfd: [start_socket:81] expected value(512K), actual value(264K) main.c: signal, SIGTERM 15, SIGINT 2, SIGCHLD 18. main.c,main: entering while loop mtd[readflash]:device=reservearea tclen=2120 tcoffset=786432 Unlocking reservearea ... Reading from reservearea to /tmp/productlinecwmpfile ... usb 1-2: can't set config #1, error -145 usb 1-2: USB disconnect, device number 3 ctromfile.cfg verify_romfile func: None PppoeEmulatorBridge node, will get it from default romfile verify_verify_romfile func: None PppoeEmulatorBridge node from default romfile romfile funverify_romfile func: None AttachWanDNSTunnel node, will get it from default romfile c: None verify_romfile func: None AttachWanDNSTunnel node from default romfile PppoeEmulverify_romfile func: None DnsSpeedLimit node, will get it from default romfile atorBridgverify_romfile func: None DnsSpeedLimit node from default romfile e node, will get it from default romfile verify_romfile func:verify_romfile func: None GuestWLan node, will get it from default romfile None Pverify_romfile func: None GuestWLan node from default romfile ppoeEmulatorverify_romfile func: None RmsUploadDiag node, will get it from default romfile Bridgeverify_romfile func: None RmsUploadDiag node from default romfile node from default romfile verify_romfile func: None AttachWansslca_verify! DNSTunnel node, will get it from default romfile verify_romfile func: None AttachWanDNSTunnel node from default romfile verify_romfile func: None DnsSpeedLimit node, will get it from default romfile verify_romfile func: None DnsSpeedLimit node from default romfile verify_romfile func: None GuestWLan node, will get it from default romfile verify_romfile func: None GuestWLan node from default romfile verify_romfile func: None RmsUploadDiag node, will get it from default romfile verify_romfile func: None RmsUploadDiag node from default romfile Check romfile pass! Unlocking reservearea ... Erase one sector from 0x0 of reservearea ... tcoffset:0x0,mtdInfo.size:0x1c0000 size-1:1ffff enter real action ----- tcoffset:0x0 [e]mtd[writeflash]:device=reservearea tclen=262144 tcoffset=0 tcfilelen =0 Unlocking reservearea ... Writing from /dev/mtdblock1 to reservearea ... enter real action -----tclen:0x40000,tcoffset:0x0 writeflash: write 0 'st sector,start from 0x0,0x20000 bytes usb 1-2: new high speed USB device number 4 using xhc_mtk scsi0 : usb-storage 1-2:1.0 [e][w]enter real action -----tclen:0x20000,tcoffset:0x20000 writeflash: write 1 'st sector,start from 0x20000,0x20000 bytes [e][w]writeflash: total write 0x40000 bytes dhcp6sCall_write:mode[0]=0 WPSOOBActive = NULL ReCounterActive = NULL WPSGenPinCode = NULL sleep 1 sec send2CfgManager: call connect error send2CfgManager: call connect error ntpServiceInterfaceUp: get NTPServerType error! xyyou:isfirstwrite...offset=180040 mtd[readflash]:device=reservearea tclen=512 tcoffset=1572928 Unlocking reservearea ... Reading from reservearea to /tmp/MT7610EEPROM.bin ... xyyou:the tmp/bin is not empty!!! xyyou:id in the bin=6276 sslca_write:get Frag Number failed! dms:get new Lan ipaddr 192.168.2.251 iptables used greatest stack depth: 13632 bytes left lanHost_read: Create node LanHost ! scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0208 PQ: 0 ANSI: 0 Cannot fsd 0:0:0:0: [sda] Attached SCSI removable disk ind device "br0" The attribute is not in wifiMACTab dynCwmpAttr_read: wlanflag.magic is wrong now is [0000] should be [22335566]! invalid param, pvcNum is -1, entryNum is -1 Mgmt: logic_msg_h[TTT_TTT]VpVoipSettingsBegin :3943 andle, 246[vpapi_Voip_SetCfg]key=SIPProtocol, value=SIP : io_reboot sh: cannot create /var/syslog/rebo[vpapi_Voip_SetCfg]Can't Match the key:SIPProtocol ot.fla[vpapi_Voip_SetCfg]key=SIPTransportProtocol, value=UDP g: Directory nonexistent [vpapi_Voip_SetCfg]Can't Match the key:SIPTransportProtocol [vpapi_Voip_SetCfg]key=RegistrarServer, value= [vpapi_Voip_SetCfg]key=RegistrarServerPort, value=5060 msg_handle 1229 msg->msg_type:9 Start: name = init_sip, pid = voiceapp-pid close fd 6 fork pid is 309 pid is 0 exec /userfs/etc/VpVoipbasicInit SIPProxyAddr is NULLinit_s[vpapi_Voip_SetCfg]key=SIPProxyPort, value=5060 ip (309) [vpapi_Voip_SetCfg]key=Outbound, value= [vpapi_Voip_SetCfg]key=SBRegistrarServer, value= [vpapi_Voip_SetCfg]key=SBRegistrarServerPort, value=5060 VpVoipbasicInit SBSIPProxyAddr is NULL[vpapi_Voip_SetCfg]key=SBSIPProxyPort, value=5060 [vpapi_Voip_SetCfg]key=SBOutbound, value= [vpapi_Voip_SetCfg]key=HeartbeatCycle, value=0 [vpapi_Voip_SetCfg]key=PRACKEnable, value=1 [vpapi_Voip_SetCfg]key=INIT_UNREG, value=Yes [vpapi_Voip_SetCfg]key=SessExpireTimer, value=1800 [vpapi_Voip_SetCfg]key=MinSessExpireTimer, value=90 [vpapi_Voip_SetCfg]key=SessRefresher, value=1 [vpapi_Voip_SetCfg]key=SessMethod, value=2 [vpapi_Voip_SetCfg]key=TelephoneEventPayloadType, value=97 [vpapi_Voip_SetCfg]key=SIGDSCPMark, value= [vpapi_Voip_SetCfg]key=RTPDSCPMark, value= [vpapi_Voip_SetCfg]key=LineEnable, value=No [vpapi_Voip_SetCfg]key=SIPDisplayName, value= [vpapi_Voip_SetCfg]key=SIPURI, value= [vpapi_Voip_SetCfg]key=AuthUserName, value= [vpapi_Voip_SetCfg]key=AuthPassword, value= [vpapi_Voip_SetCfg]key=SIPDisplayNumber, value= [vpapi_Voip_SetCfg]Can't Match the key:SIPDisplayNumber send2CfgManager: call connect error send2CfgManager: call connect error [vpapi_Voip_SetCfg]key=Region, value=BELIGIUM [vpapi_Voip_SetCfg]key=SIPDomain, value= ntpServiceInterfaceUp: get NTPServerType error! [vpapi_Voip_SetCfg]Can't Match the key:SIPDomain [vpapi_Voip_SetCfg]key=DTMFTransportMode, value=0 [vpapi_Voip_SetCfg]key=FlashOffTransSetting, value=None [vpapi_Voip_SetCfg]Can't Match the key:FlashOffTransSetting [vpapi_Voip_SetCfg]key=HotLineMode, value= [vpapi_Voip_SetCfg]Can't Match the key:HotLineMode [vpapi_Voip_SetCfg]key=HotLineActNum, value= [vpapi_Voip_SetCfg]Can't Match the key:HotLineActNum [vpapi_Voip_SetCfg]key=CallWaitType, value= [vpapi_Voip_SetCfg]Can't Match the key:CallWaitType [vpapi_Voip_SetCfg]key=NoRegDialToneEnable, value= [vpapi_Voip_SetCfg]Can't Match the key:NoRegDialToneEnable [vpapi_Voip_SetCfg]key=PolarityReversalMode, value= [vpapi_Voip_SetCfg]key=VoiceCodecPriorityCtrl, value= [vpapi_Voip_SetCfg]Can't Match the key:VoiceCodecPriorityCtrl [vpapi_Voip_SetCfg]key=NumberMatchMode, value= [vpapi_Voip_SetCfg]key=UrlPortEnable, value=0 [vpapi_Voip_SetCfg]key=SubsReg, value=0 [vpapi_Voip_SetCfg]key=SubsMwi, value=0 [vpapi_Voip_SetCfg]key=SubsUA, value=1 [vpapi_Voip_SetCfg]key=ActLocalSupplementService, value=1 [vpapi_Voip_SetCfg]key=SupportSpecCharTransfer, value= [vpapi_Voip_SetCfg]key=RegistrationExpire, value=3600 [vpapi_Voip_SetCfg]key=RegisterRetryInterval, value=120 [vpapi_Voip_SetCfg]key=PheaderCid, value=0 Loading /userfs/lib/modules/sys_mod.ko [vpapi_Voip_SetCfg]key=PAccessNwifEnable, value=0 [vpapi_Voip_SetCfg]key=EchoCancellationEnable, value=1 [vpapi_Voip_SetCfg]key=VoiceVolumeSpeak, value=0 [vpapi_Voip_SetCfg]key=VoiceVolumeListen, value=0 [vpapi_Voip_SetCfg]key=SIPCallWaitingEnable, value= [vpapi_Voip_SetCfg]key=SIPCallTransfer, value= sleep 1 sec [vpapi_Voip_SetCfg]key=SIPCallForwardUnconditionalNumber, value= [vpapi_Voip_SetCfg]key=SIPCallForwardOnBusyNumber, value= [vpapi_Voip_SetCfg]key=SIPCallForwardOnNoAnswerNumber, value= [vpapi_Voip_SetCfg]key=SIPCallForwardUnconditionalEnable, value= [vpapi_Voip_SetCfg]key=SIPCallForwardOnBusyEnable, value= [vpapi_Voip_SetCfg]key=SIPCallForwardOnNoAnswerEnable, value= [vpapi_Voip_SetCfg]key=NoAnswerNCFWaitTime, value= [vpapi_Voip_SetCfg]Can't Match the key:NoAnswerNCFWaitTime [vpapi_Voip_SetCfg]key=SIPCallConferenceEnable, value=1 [vpapi_Voip_SetCfg]key=CallIDMode, value=MDMF [vpapi_Voip_SetCfg]key=HookMinInterval, value=50 [vpapi_Voip_SetCfg]key=HookMaxInterval, value=500 [vpapi_Voip_SetCfg]key=HookReleaseMin, value=550 [vpapi_Voip_SetCfg]Can't Match the key:HookReleaseMin [vpapi_Voip_SetCfg]key=SyncCallerTimeEnable, value=0 [vpapi_Voip_SetCfg]key=HotLineEnable, value= [vpapi_Voip_SetCfg]key=HotLineDelayVer, value=1 [vpapi_Voip_SetCfg]key=HotLineNumber, value= [vpapi_Voip_SetCfg]key=HotLineNODIAL_URI, value= module loaded /userfs/lib/modules/sys[vpapi_Voip_SetCfg]key=HotLineDelayTime, value= _mod.ko [vpapi_Voip_SetCfg]key=SIPCallForwardUnconditionalNumber, value= module loaded /userfs/lib/modules/s[vpapi_Voip_SetCfg]key=SIPCallForwardOnBusyNumber, value= ys_mod.k[vpapi_Voip_SetCfg]key=SIPCallForwardOnNoAnswerNumber, value= o Loading /userfs/lib/modules/DSPCore.k[vpapi_Voip_SetCfg]key=enableDigitmapX, value=1 o [vpapi_Voip_SetCfg]key=DigitMap, value=x. [vpapi_Voip_SetCfg]key=SpecificDigitmap, value= [vpapi_Voip_SetCfg]key=EnableSpecificNumber, value=1 status: DSPCore[Ver:TVB1.0.4.545.1-9] [vpapi_Voip_SetCfg]key=PBXPrefix, value= [vpapi_Voip_SetCfg]key=PBXPrefixEnable, value= [vpapi_Voip_SetCfg]key=PBXDialSecondaryEnable, value= [vpapi_Voip_SetCfg]key=StartDigitTimer, value=10 [vpapi_Voip_SetCfg]key=InterDigitTimerShort, value=10 [vpapi_Voip_SetCfg]key=InterDigitTimerLong, value=20 [vpapi_Voip_SetCfg]key=InterDigitTimerT, value=5 [vpapi_Voip_SetCfg]key=BusyToneTimer, value=40 module loaded /userfs/lib/modules/DSPCore.ko module loaded /userfs/lib/modules/DSPCore.ko [vpapi_Voip_SetCfg]key=HangingReminderToneTimer, value=60 [vpapi_Voip_SetCfg]key=FaxCtrlMode, value=1 Loading /userfs/lib/modules/pcm1.ko [vpapi_Voip_SetCfg]key=FaxAutoCodec, value=0 [vpapi_Voip_SetCfg]key=VVBD_PT, value=0 [vpapi_Voip_SetCfg]key=VVBD_ENCODING, value=G711_MU [1] PCM V2.4 (May 3 2017 19:20:36) pcm[Ver:TVB1.0.4.545.1-22] send2CfgManager: call connect error [vpapi_Voip_SetCfg]key=CodecPrioritylist, value=G711U\|20\|1;G711A\|20\|2;G729\|20\|3;G722\|20\|4 send2CfgManager: call connect error ntpServiceInterfaceUp: get NTPServerType error! [vpapi_Voip_SetCfg]key=VAD, value=1 [vpapi_Voip_SetCfg]key=SilenceCompressionEnable, value=No [vpapi_Voip_SetCfg]Can't Match the key:SilenceCompressionEnable [vpapi_Voip_SetCfg]key=LogEnable, value=No [vpapi_Voip_SetCfg]Can't Match the key:LogEnable [vpapi_Voip_SetCfg]key=LogServerIP, value= [vpapi_Voip_SetCfg]Can't Match the key:LogServerIP [vpapi_Voip_SetCfg]key=LogServerPort, value= [vpapi_Voip_SetCfg]Can't Match the key:LogServerPort [vpapi_Voip_SetCfg]key=Vplog_Gen, value=4 [vpapi_Voip_SetCfg]key=Vplog_Stk, value=4 [vpapi_Voip_SetCfg]key=Vplog_Ctr, value=4 [vpapi_Voip_SetCfg]key=Vplog_Reg, value=4 module loaded /userfs/lib/modules/pcm1.ko [vpapi_Voip_SetCfg]key=Vplog_Dsp, value=4 module loaded /userfs/lib/modules/pcm1.ko [vpapi_Voip_SetCfg]key=Vplog_Tel, value=4 [vpapi_Voip_SetCfg]key=Vplog_Dig, value=4 Loading /userfs/lib/modules/lec.ko [vpapi_Voip_SetCfg]key=Vplog_Rst, value=4 lec[Ver:TVB1.0.4.545.1-22] module loaded /userfs/lib/modules/lec.ko module loaded /userfs/lib/modules/lec.ko File [getProvinceSWVer:3671]------------------->swversion= /et[vpapi_Voip_SetCfg]key=UaHeaderInfo, value=CMCC c/deviceParaStatic.conf content CustomerSWVersion= is worng Loading /userfs/lib/modules/spi.ko [provision_apply(6490)] content 1 ,voice_en No, iad_state None [provision_apply:6547]voice_sta[TTT_TTT]VpVoipSettingsEnd :3977 te:0 [TTT_TTT]VpVoIPAppSwitch :7186 |Protocol:sip !! Major Num:255, device: spi spi[Ver:TVB1.0.4.545.1-9] module loaded /userfs/lib/modules/spi.ko module loaded /userfs/lib/modules/spi.ko Loading slic3_sep.ko exec_service_init init ok [4294938923][slic][INFO][slic3_init:L36]init mod-slic3,interface:ZSI,devNum:1,gpio:2000 [4294938924][slic][INFO][slic3_init:L49]ZSI slic3[Ver:TVB1.0.4.545.1-9] module loaded slic3_sep.ko module loaded slic3_sep.ko Loading fxs3 cfg_manager is running!!! init slicFunc slic1:9 [4294938954][spi][INFO][SPI_Reset:L379] SPI_Reset 2 pcm1 ch num:1 pcm2 ch num:0 Init fxsNum(1) + fxoNum(0) = slic_ch_num(1) , deviceNum(1) fxs[Ver:TVB1.0.4.545.1-22] macType = 0 qdma_wan: qdma_bmgr.c [2698]: HW_FWD physical size is not illegal, force setting to 4MB qdma_wan: physical_size is 0x00400000 module loaded fxs3 module loaded fxs3 Loading /userfs/lib/modules/sysbase.ko vpos module loading MXP_TMR: notice linux timer base tick 100. vpos module loaded module loaded /userfs/lib/modules/sysbase.ko module loaded /userfs/lib/modules/sysbase.ko Loading /userfs/lib/modules/sysmgmt.ko MXP memory module loaded module loaded /userfs/lib/modules/sysmgmt.ko Exec. Successful Exec. Successful and the accuracy is 8kbps module loaded /userfs/lib/modules/sysmgmt.ko Loading /userfs/lib/modules/vpspi.ko Exec. Successful and the accuracy is 8kbps module loaded /userfs/lib/modules/vpspi.ko module loaded /userfs/lib/modules/vpspi.ko Loading /userfs/lib/modules/commonapi.ko EN7570 found! [4294939010][spi][INFO][SPI_Reset:L379] SPI_Reset 2 FLASH matrix got TIAGAIN set 0x0 ERC filter set MPD Current Offset = 0xdb RSSI_Vref = 0x20c RSSI_V = 0x286 Start GPON Tx Calibration Rx LOS is set CDR disabled T0/T1 delay = 0x9a RGS_T0C = 0x52 RGS_T1C = 0x50 CDR enabled TGEN done Initial bias/mod current loaded from FLASH MPDL/MPDH loaded Tx SD set APD initialization done Rogue ONU clear Internal DDMI Enabled TEC Enabled ETC Disabled EN7570 Initialization Done! [4294939046][spi][INFO][SPI_Reset:L379] SPI_Reset 2 PON PHY driver version is 170228.105.107 vpslicopt module loaded module loaded /userfs/lib/modules/commonapi.ko module loaded /userfs/lib/modules/commonapi.ko Loading /userfs/lib/modules/slicapi.ko xPON driver initialization Alloc data struct memory successful, 35364 vpslic module start loading Get companding from product config tiu_if_init : num_tids = 1 raw=0x99db4000(inst=99db4000) page=4096 n=2 tids=1, TELE_ID=LE9641 tid_str_table[0].string=FXOY__tmp_str=LE9641 tid_str_table[1].string=LE9641__tmp_str=LE9641 [kevin]tid_init type=73 [kevin]tid_init tcid=0 tiu_linux_tmrinit: Enter! init_tiu_poll_work, enter! XPON Mapping Module init OK! qos_discipline_init create workqueue tq_4294939114 success. module loaded /userfs/lib/modules/slicapi.ko module loaded /userfs/lib/modules/slicapi.ko Loading /userfs/lib/modules/ksocket.ko init mod-ksocket TCSUPPORT_WLAN module loaded /userfs/lib/modules/ksocket.ko module loaded /userfs/lib/modules/ksocket.ko Loading /userfs/lib/modules/ortp.ko TCSUPPORT_DUAL_WLAN_MT7612E ortp[Ver:TVB1.0.4.545.1-9] module loaded /userfs/lib/modules/ortp.ko module loaded /userfs/lib/modules/ortp.ko Loading /userfs/lib/modules/acodec_x.ko PCI: Enabling device 0000:02:00.0 (0000 -> 0002) === pAd = c1782000, size = 1294880 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 device_id =0x7662 ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=rai TCSUPPORT_WLAN_MT7592 init mod-acodec acodec[Ver:TVB1.0.4.545.1-9] module loaded /userfs/lib/modules/acodec_x.ko module loaded /userfs/lib/modules/acodec_x.ko Loading /userfs/lib/modules/foip.ko register mt_drv PCI: Enabling device 0000:01:00.0 (0000 -> 0002) === pAd = c1f02000, size = 647352 === <-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x <-- RTMPAllocAdapterBlock, Status=0 pAd->CSRBaseAddress =0xc1e00000, csr_addr=0xc1e00000! device_id =0x7603 RtmpChipOpsHook(507): Not support for HIF_MT yet! mt7603_init()--> mt_bcn_buf_init(224): Not support for HIF_MT yet! <--mt7603_init() init mod-foip3 foip3[Ver:TVB1.0.4.545.1-9] module loaded /userfs/lib/modules/foip.ko module loaded /userfs/lib/modules/foip.ko Loading /userfs/lib/modules/ovdsp.ko Mirror/redirect action on init mod-vdsp for 1 channels 2 sessions vdsp[Ver:TVB1.0.4.545.1-22] =============================== || MTK DSP init successfully || =============================== module loaded /userfs/lib/modules/ovdsp.ko module loaded /userfs/lib/modules/ovdsp.ko Loading /userfs/lib/modules/pcmDump.ko dbgTool_init init v2.0 pcmdump[Ver:TVB1.0.4.545.1-9] module loaded /userfs/lib/modules/pcmDump.ko module loaded /userfs/lib/modules/pcmDump.ko SIOCGIFFLAGS: No such device mtd[readflash]:device=bootloader tclen=16 tcoffset=65437 Unlocking bootloader ... Reading from bootloader to /tmp/start_mode ... The remaining IMEM space cannot accommodate section .imem_text !! Remaining IMEM space: 6792 bytes Section Size: 9184 bytes HWNAT Module enabled with Type:L2B/IPv4/IPv6/DS-LITE/6RD, foeSize:80B, foeNum:16384 IP check use Black List ppe device evnet, get dev = pon device eth0 entered promiscuous mode build time = 20141115060606a rom patch for E3 IC platform = ALPS hw/sw version = �� patch version = FW Version:0.0.00 Build:1 Build Time:201507311614____ fw for E3 IC RX[0] DESC b8f94000 size = 8192 RX[1] DESC b8f96000 size = 8192 pid 424's current affinity mask: 0 pid 424's new affinity mask: 8 pid 356's current affinity mask: 0 pid 356's new affinity mask: 8 cfg_mode=14 cfg_mode=14 wmode_band_equal(): Band Not Equal! RtmpChipOpsEepromHook::e2p_type=4, inf_Type=5 NVM is BIN mode 1. Phy Mode = 49 pid 457's current affinity mask: 0 pid 457's new affinity mask: 8 insufficient arguments! Usage: /usr/script/samba.sh <netbios_name> <workgroup> <guest> Example: /usr/script/samba.sh RT2880 Ralink admin iptables used greatest stack depth: 13600 bytes left Test cmd :echo user:$1$$iC.dUsGpxNNJGeOm1dFio/:0:0:root:/:/bin/sh >> /etc/passwd,4,1234,0 pid 454's current affinity mask: 0 pid 454's new affinity mask: 8 /home/jenkins/workspace/CMCC_CM111_baseline_RC3/modules/private/wifi/MT7612E_LinuxAP_3.0.4.0.P2_DPA/os/linux/../../chips/mt76x2.c:2903 assert (ad->TxPower[choffset].Channel == 42)failed Country Region from e2p = ffff 2. Phy Mode = 49 3. Phy Mode = 49 andes_pci_fw_init 0x1300 = 00073200 AntCfgInit: primary/secondary ant 0/1 andes_load_cr:cr_type(2) ChipStructAssign(): MT76x2 hook ! MCS Set = ff ff 00 00 01 pid 456's current affinity mask: 0 pid 456's new affinity mask: 8 module return value 0 current modules loaded hw_nat 219696 0 - Live 0xc21b0000 (P) loopdetect 13205 0 - Live 0xc213f000 (P) igmpsnoop 608 0 - Live 0xc212b000 pcmDump 5860 0 - Live 0xc20e5000 (P) sch_prio 3968 0 - Live 0xc20c2000 sch_htb 15088 0 - Live 0xc20b7000 cls_fw 4080 0 - Live 0xc1ded000 act_mirred 3008 0 - Live 0xc1de2000 ovdsp 296387 0 - Live 0xc206c000 foip 373326 1 ovdsp, Live 0xc1fa3000 (P) mt7603eap 1401657 0 - Live 0xc1bf3000 acodec_x 337125 1 ovdsp, Live 0xc1626000 (P) mt7662e_ap 1405966 0 - Live 0xc147e000 ortp 124951 1 ovdsp, Live 0xc1159000 ksocket 3846 3 pcmDump,ovdsp,ortp, Live 0xc1110000 (P) swqos 16487 0 - Live 0xc10f4000 (P) xponmap 37570 0 - Live 0xc10d2000 slicapi 330758 0 - Live 0xc105f000 xpon 394763 1 xponmap, Live 0xc0fc0000 commonapi 1529 0 - Live 0xc0e81000 (P) phy 170978 0 - Live 0xc0e49000 vpspi 4083 2 slicapi,commonapi, Live 0xc0de4000 sysmgmt 4571 0 - Live 0xc0dcb000 (P) sysbase 363288 2 slicapi,sysmgmt, Live 0xc0d4c000 qdma_wan 149812 1 xpon, Live 0xc0d08000 (P) fxs3 225928 2 ovdsp,ortp, Live 0xc0c76000 (P) slic3_sep 6231 1 fxs3, Live 0xc0bf6000 (P) spi 29293 2 vpspi,slic3_sep, Live 0xc0bd0000 (P) lec 81682 2 pcmDump,fxs3, Live 0xc0b95000 (P) pcm1 22905 0 - Live 0xc0b6d000 (P) DSPCore 37778 7 pcmDump,ovdsp,ortp,fxs3,slic3_sep,lec,pcm1, Live 0xc0b49000 (P) sys_mod 5942 7 ovdsp,ortp,fxs3,slic3_sep,spi,pcm1,DSPCore, Live 0xc0b33000 eth_ephy 109279 1 loopdetect, Live 0xc08f8000 (P) eth 137753 5 hw_nat,loopdetect,ortp,xpon,eth_ephy, Live 0xc088f000 (P) qdma_lan 117916 0 - Live 0xc0820000 (P) fe_core 30425 1 hw_nat, Live 0xc07d6000 (P) bandwidth 8589 0 - Live 0xc07b8000 sif 20132 1 phy,[permanent], Live 0xc07a0000 (P) tccicmd 78370 5 swqos,xpon,eth_ephy,eth,sif, Live 0xc0770000 (P) tcledctrl 40317 8 hw_nat,mt7603eap,xpon,phy,fxs3,slic3_sep,eth,tccicmd, Live 0xc072a000 (P) urlfilter 12642 0 - Live 0xc0706000 accesslimit 22276 0 - Live 0xc06ef000 fuse 67763 0 - Live 0xc06c4000 usb_storage 36824 0 - Live 0xc068d000 xhci_hcd 2072422 0 - Live 0xc0474000 nls_cp936 122160 0 - Live 0xc0417000 sd_mod 23648 0 - Live 0xc03ea000 scsi_wait_scan 448 0 - Live 0xc03d0000 scsi_mod 87433 2 usb_storage,sd_mod, Live 0xc03a7000 tcportbind 12604 0 - Live 0xc0362000 tcsmux 26140 0 - Live 0xc034c000 vlantag_ct 8346 1 tcsmux, Live 0xc032f000 module_sel 1426 0 - Live 0xc031c000 (P) plugin_netlimit 3114 0 - Live 0xc0312000 (P) maxnetdpi 5115 0 - Live 0xc0301000 ebt_arp 1616 0 - Live 0xc02b9000 ebt_vlan 1056 0 - Live 0xc02b0000 ebt_mark 800 0 - Live 0xc02a7000 ebtable_broute 816 0 - Live 0xc0298000 ipt_LOG 4720 0 - Live 0xc028e000 ipt_REDIRECT 768 0 - Live 0xc0283000 timeofday 8149 0 - Live 0xc0279000 (P) iptable_filter 784 0 - Live 0xc0269000 xt_layer7 12276 0 - Live 0xc025d000 ebt_ip6 1808 0 - Live 0xc0249000 ebt_ip 1744 0 - Live 0xc023f000 ebtable_filter 976 0 - Live 0xc0229000 ebtables 17916 2 ebtable_broute,ebtable_filter, Live 0xc0209000 startsmbfilepwent_internal: file /etc/samba/smbpasswd did not exist. File successfully created. Added user user. Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`). Starting application /userfs/usr/sbin/sipclient =====socket fd :5 Successfully locked range: start=0x004ef000, end=0x004f0000, len=0x00001000 mxp_initHandle, mxpFd 3. XgetTicksRate: 100 src/lmxpmain.c:main:998 add mxp_sig_ignore!! Thread 1 = mxproot, priority -1 user level MXP memory module loaded APP_tiuh mmap_kmem page_addr 00019db4. w_an_init_module, 808: hit! Hardware configuration: num_of_tcids = 1 no_of_tids = 1 companding = 0 poll_mode 1 _common_tiuo_get_hw_inst, 1035, sizeof(Tiu_hw_inst_data) 1144, tcids 1. Memory mapped for 1 TCIDS mlxDbgInit: MXDebug_segm_storage = 88c210, MXDebug_segm_id = 0. >>>> rootInit <<<<< Creating Golden Gateway application... Thread 3 = ROOT, priority 0 Escaping to MXP command shell. Use 'exit' to exit. Thread 4 = NWIF01, priority 1 VDSP_GetInstance:278 4294940282 - GG_PERM_STORAGE=685868 mem_params.perm_size=685872, mem_params.perm_addr=0x0x2ba0046 4294940287 - gg_alloc_storage=0x45094 mem_params.dynam_size=0x45098, mem_params.dynam_addr=0x0x2b940008 4294940287 - gg_mem_init partition GGMA : partition 0x00010000 block_size 74, total_blocks 150 4294940287 - gg_mem_init partition GGMB : partition 0x00010001 block_size 138, total_blocks 60 4294940287 - gg_mem_init partition GGMC : partition 0x00010002 block_size 304, total_blocks 60 4294940287 - gg_mem_init partition GGMD : partition 0x00010003 block_size 408, total_blocks 15 4294940287 - gg_mem_init partition GGME : partition 0x00010004 block_size 704, total_blocks 15 4294940287 - gg_mem_init partition GGMF : partition 0x00010005 block_size 1624, total_blocks 10 4294940287 - gg_mem_init partition GGMG : partition 0x00010006 block_size 2524, total_blocks 9 4294940287 - gg_mem_init partition GGMH : partition 0x00010007 block_size 36024, total_blocks 5 4294940287 - NWIF: nw_create_ccbs(): creating 8 ccbs. 4294940287 - Network: nw_create_sock_map(): creating a map of 72 sockets. 4294940287 - DSP_RT: -1, Enter - adapter_rt_init 4294940287 - ROOT: Creating Golden Gateway Application 4294940287 - ROOT:Number of tcids in the system 1: 2 4294940300 - gg_evtmgr_module_init 4294940300 - ISU: Creating... 4294940300 - gg_evtmgr_register_event module ISU, base 0x1, num_eventmgrs 0x1 4294940300 - current_base 0x0, mask 1 4294940300 - gg_evtmgr_register_event 0x50f0b0 0x50e7bc 4294940300 - ISU: isu_module_init isu_event_base 0x0, task 0x0 4294940300 - ROOT: ISU created 4294940300 - CCU: Creating... 4294940300 - gg_evtmgr_register_event module CCU, base 0x4, num_eventmgrs 0x2 4294940300 - current_base 0x1, mask e 4294940300 - gg_evtmgr_register_event 0x50488c 0x505cb4 4294940300 - CCU: ccu_module_init ccu_event_base 0x1, task 0x0 4294940300 - ROOT: CCU created Thread 8 = DEX, priority 1 4294940301 - AMU: Creating... 4294940301 - gg_evtmgr_register_event module AMU, base 0x5, num_eventmgrs 0x3 4294940301 - current_base 0x4, mask 10 4294940301 - gg_evtmgr_register_event 0x4697c0 0x469600 4294940301 - AMU: amu_module_init amu_event_base 0x4, task 0x0 4294940301 - SPU: *, SM create 4294940301 - gg_evtmgr_register_event module SPU, base 0x6, num_eventmgrs 0x4 4294940301 - current_base 0x5, mask 20 4294940301 - gg_evtmgr_register_event 0x4889d4 0x488198 4294940301 - SPU: spu_module_init spu_event_base 0x5, task 0x0 4294940301 - gg_evtmgr_register_event module SFU, base 0x7, num_eventmgrs 0x5 4294940301 - current_base 0x6, mask 40 4294940301 - gg_evtmgr_register_event 0x49e0d8 0x49c2d0 4294940301 - SFU: sfu_module_init sfu_event_base 0x6, task 0x0 4294940301 - ROOT: TSGM created 4294940301 - ATPM: Creating... 4294940301 - DCM: Creating DCM DB... 4294940301 - DCM: DB Created. 4294940301 - gg_evtmgr_register_event module ATPM, base 0x3, num_eventmgrs 0x1 4294940301 - current_base 0x0, mask 7 4294940301 - gg_evtmgr_register_event 0x45d410 0x45c708 4294940301 - ROOT: ATPM module initialization 4294940301 - gg_evtmgr_create 0 5 4294940301 - gg_evtmgr_create 1 6 4294940301 - gg_evtmgr_get_taskid 5 4294940301 - CCU: ccu_create 5 queue 2 4 4294940301 - gg_evtmgr_get_taskid 5 4294940301 - ISU: isu_create 5 queue 1 4294940301 - gg_evtmgr_get_taskid 5 4294940301 - AMU: Created. 4294940301 - gg_evtmgr_get_taskid 5 4294940301 - SPU: spu_create 5 queue 20 4294940301 - gg_evtmgr_get_taskid 5 4294940301 - SFU: sfu_create 5 queue 40 4294940301 - SSMU: max_call_control_blocks = 3 4294940301 - initFreeCbs: freeCBs = 3 4294940301 - SSMU: Creating... 4294940301 - SSMU: Internal message queue created. 4294940301 - SSMU: Registered with XUEvt. ID = 2 4294940301 - SSMU: Task Created. 4294940301 - ROOT: SSMU created 4294940301 - gg_evtmgr_register_event module PSU, base 0x8, num_eventmgrs 0x6 4294940301 - current_base 0x7, mask 80 4294940301 - gg_evtmgr_register_event 0x460b68 0x460a98 4294940301 - ROOT: PSU created 4294940301 - gg_evtmgr_get_taskid 5 4294940301 - gg_evtmgr_get_taskid 6 4294940301 - ATPM: Created. 4294940301 - DEX: Creating... 4294940301 - TIU: Creating... 4294940301 - TIU: Requesting Perm Memory 1 blocks of 1276 bytes 4294940301 - TIU: 0, init 4294940303 - gg_evtmgr_main 0 current_base 0x8 nevtmgr 6 4294940303 - gg_evtmgr_main 0x50f0b0 0x50e7bc 4294940303 - [RM]not use resource manager uint. 4294940303 - DSP_RT: -1, Can't find interface(12) 4294940303 - DSP_RT: -1, Can't find interface(13) 4294940303 - SPU: spup_init 4294940303 - gg_evtmgr_main 1 current_base 0x3 nevtmgr 1 4294940303 - gg_evtmgr_main 0x45d410 0x45c708 4294940303 - DCM: Queue Created. 4294940303 - DCM: Creating Timers.... [Adam] Change log level to (EVA_LOG_ERR). [GDI] Change log level to (EVA_LOG_ERR). initialize VpInitDevice successed Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`). Line 0:initialize VpInitLine successed 4294940475 - TIU: Registered with XUEvt. ID = 3 4294940475 - DEX: Created_ 4294940475 - ROOT: DIM PLATFORM created 4294940475 - CMGR: Created. 4294940475 - ROOT: Call Mgr created 4294940475 - NMM: Build contains Only TIU. 4294940475 - nmmp_restore_config end 4294940475 - ROOT: NMM created 4294940475 - ROOT: All units and modules created 4294940476 - NMM: Starting Periodic Timer. rate=200 msec 4294940476 - sfu: init_feature_state on port=0, cw_feature_state = 0 , per_call_state = 0 4294940476 - SFU: Registered with XUEvt. ID = 6 4294940477 - DCM: Timer Created. mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=52, HT-CentCh=54, VHT-CentCh=58 APStartUp(): AP Set CentralFreq at 58(Prim=52, HT-CentCh=54, VHT-CentCh=58, BBP_BW=2) mt76x2_calibration(channel = 58) Main bssid = a6:8d:03:08:00:11 mt76x2_reinit_agc_gain:original agc_vga0 = 0x4a, agc_vga1 = 0x4a mt76x2_reinit_agc_gain:updated agc_vga0 = 0x4a, agc_vga1 = 0x4a mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x32, hi_lna1 = 0x32 mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x32, hi_lna1 = 0x32 original vga value(chain0) = 4a original vga value(chain1) = 4a <==== rt28xx_init, Status=0 get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=rai get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=rai get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=rai get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi RTMPDrvOpen(1):Check if PDMA is idle! RTMPDrvOpen(2):Check if PDMA is idle! jiffies=ffff978c, POLLING_MODE_DETECT_INTV=300 4294940556 - !! NMM Server Started !! 4294940557 - SIP_FORCEUPDATE_CIDDATE already exists! 4294940557 - IC_CARD_TIMER_A already exists! 4294940557 - RTCP_AUTO_MANAGE already exists! 4294940557 - the queue NMMQ post the event : msg_id is 5, eventId is 29 4294940557 - the queue NMMQ wait the event: msg_id is 5, eventId is 29 voice_app_ready:1269 Send Wan UP 4294940557 - VNIU: Recieved system event id=10010, type=0, size=0 There are some error when CPE getting data from EEPROM[provision_event:7986]voice_state:0, temp 0x7ff6e8 OK OK printfserver: Accessor:[CPE] Method:[DEVICE WARNING] Para:[] Result:[0] [104108][PRIMARY] VOIP Configuration Changed! 4294940580 - nmm_process_voice_event event SYSTEM_NMMPROV recv, param=/var/tmp/romfile.cfg 4294940585 - nmm_set_tcid_cid_msg_type:1 [provision_event:8009]voice_state:3 Interface doesn't accept private ioctl... stifconfig used greatest stack depth: 13296 bytes left at (8BE9): Network is down device rai0 entered promiscuous mode updateDevBandWidthMac:index=0,a6:8d:03:08:00:11 WPSActiveStatus = NULL 4294940616 - NMM: 0, Switched CAS, FXS Loop Start 4294940616 - SSMU: med_gw= med_dev= 4294940616 - SSMU:* Local Media IP Set to 0.0.0.0 4294940616 - SSMU:* Local Media IP Set to 0.0.0.0, Media Dev Set to 4294940616 - NMM: open FLASH_CONFIG_TYPE_NSP_VERSION failed! Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`). There are some error when CPE getting data from EEPROMInterface doesn't accept private ioctl... stat (8BE9): Network is down NSH_service_urlFilter_get_cfg, 25 /tmp/nsh_get_urlfilter_config_510 4294940670 - ============================================================ 4294940670 - SSMU Inited RV SIP Stack Version 5.0.0.29 successfully!! 4294940670 - ============================================================ 4294940676 - TIU: tiush_proc_msg: Invalid tiuo_ioctl parameter 10050 WPSOOBActive = NULL iptables: Chain already exists. iptables: No chain/target/match by that name. TCSUPPORT_CT_NETWORKMANAGESERVICE:no need to start utelnetd up in rcs! TC3162 hardware watchdog initialized There are some error when CPE getting data from EEPROMiptables: No chain/target/match by that name. Interface doesn't accept private ioctl... stat (8BE9): Network is down TCSUPPORT_CT_NETWORKMANAGESERVICE:no need to use inetd! iptables: No chain/target/match by that name. TCSUPPORT_CT:no need to use tftpd! WPSGenPinCode = NULL [01/Jan/1970:00:00:34 +0000] boa: server version Boa/0.94.13 [01/Jan/1970:00:00:34 +0000] boa: server built Dec 21 2018 at 15:10:55. [01/Jan/1970:00:00:34 +0000] boa: starting server pid=822, port 80 ftp switch turn on four ports Send OAM Update config! !sendEponOamCmdMsg open message queue fail! sip switch turn on h323 switch turn on rtsp switch turn on l2tp switch turn on,sw_state= iptables: Bad rule (does a matching rule exist in that chain?). ipsec switch turn on,sw_state= mtd[readflash]:device=reservearea tclen=512 tcoffset=1310720 Unlocking reservearea ... Reading from reservearea to /tmp/RT30xxEEPROM.bin ... iptables: Bad rule (does a matching rule exist in that chain?). ctromfile.cfg killall: utelnetd: no process killed Interface doesn't acceread WLAN driver from rt_device failed,set with default value! pt private ioctl... e2p (8BE7): Network is down telnetd: starting por : account_restart_telnet-->command:/usr/bin/utelnetd -p 23 -l /bin/login -dt: 23; login program: /bin/login pptp switch turn on device eth0.1 entered promiscuous mode [saveFlashProcFun] saveFile /tmp/tcapi_save_req_tmp_file_0 Unlocking romfile ... device eth0.2 entered promiscuous mode Writing from /tmp/tcapi_save_req_tmp_file_0 to romfile ... [ ][e]SIOCSIFTXQLEN: No such device [w]method = HW_NAT_TAB_CLEAN done not Error writing tclinux,mtd=romfile. SIOCSIFTXQLEN: No such device NSH_service_QoS_init device eth0.3 entered promiscuous mode SIOCSIFTXQLEN: No such device Unlocking reservearea ... Erase one sector from 0x0 of reservearea ... tcoffset:0x0,mtdInfo.size:0x1c0000 size-1:1ffff enter real action ----- tcoffset:0x0 [e]mtd[writeflash]:device=reservearea tclen=262144 tcoffset=0 tcfilelen =13245 Unlocking reservearea ... TX_BCN DESC b8933000 size = 320 RX[0] DESC b8931000 size = 2048 RX[1] DESC b8930000 size = 2048 Writing from /tmp/tcapi_save_req_tmp_file_0 to reservearea ... enter real action -----tclen:0x40000,tcoffset:0x0 writeflash: write 0 'st sector,start from 0x0,0x20000 bytes killall: smbd: no process killed cfg_mode=9 cfg_mode=9 wmode_band_equal(): Band Equal! Key1Str is Invalid key length(1) or Type(0) Key1Str is Invalid key length(1) or Type(0) Key1Str is Invalid key length(1) or Type(0) Key1Str is Invalid key length(1) or Type(0) Key2Str is Invalid key length(1) or Type(0) Key2Str is Invalid key length(1) or Type(0) Key2Str is Invalid key length(1) or Type(0) Key2Str is Invalid key length(1) or Type(0) Key3Str is Invalid key length(1) or Type(0) Key3Str is Invalid key length(1) or Type(0) Key3Str is Invalid key length(1) or Type(0) Key3Str is Invalid key length(1) or Type(0) Key4Str is Invalid key length(1) or Type(0) Key4Str is Invalid key length(1) or Type(0) Key4Str is Invalid key length(1) or Type(0) Key4Str is Invalid key length(1) or Type(0) [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=0 [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0 [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0 PS_RETRIEVE = 1 FW Version:ap_pcie FW Build Date:20160107100755 qos_boot: init app mode for boot [] [e][w]insmod: cannot insert `/lib/modules/2.6.36/kernel/net/bridge/netfilter/ebt_ip.ko': File exists (-1): File exists insmod: cannot insert `/lib/modules/2.6.36/kernel/net/bridge/netfilter/ebt_ip6.ko': File exists (-1): File exists insmod: cannot mmap `/lib/modules/2.6.36/kernel/net/bridge/netfilter/': No such device enter real action -----tclen:0x20000,tcoffset:0x20000 writeflash: write 1 'st sector,start from 0x20000,0x20000 bytes insmod: cannot mmap `/lib/modules/2.6.36/kernel/net/bridge/netfilter/': No such device insmod: cannot mmap `/lib/modules/2.6.36/kernel/net/bridge/netfilter/': No such device CmdAddressLenReq:(ret = 0) CmdFwStartReq: override = 1, address = 1048576 CmdStartDLRsp: WiFI FW Download Success read:count <= 0 writeflash: total write 0x33bd bytes insmod: cannot mmap `/lib/modules/2.6.36/kernel/net/bridge/netfilter/': No such device <==========AndesMTLoadFwMethod1 AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC) efuse_probe: efuse = 10000002 RtmpChipOpsEepromHook::e2p_type=4, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=1 RtmpChipOpsEepromHook: E2P type(4), E2pAccessMode = 4, E2P default = 1 NVM is BIN mode 1. Phy Mode = 14 MlmePeriodicExecTimer is Runing! Cal Free IC!! @@@ NICReadEEPROMParameters : pAd->FWLoad=0 MlmePeriodicExecTimer is Runing! iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. now bb MainSsid mac a6:8d:03:08:00:10 Country Region from e2p = ffff tssi_1_target_pwr_g_band = 31 2. Phy Mode = 14 3. Phy Mode = 14 NICInitPwrPinCfg(14): Not support for HIF_MT yet! NICInitializeAsic(585): Not support rtmp_mac_sys_reset () for HIF_MT yet! mt_mac_init()--> mt7603_init_mac_cr()--> AsicSetMacMaxLen(1826): Set the Max RxPktLen=1024! <--mt_mac_init() WTBL Segment 1 info: MemBaseAddr/FID:0x28000/0 EntrySize/Cnt:32/128 WTBL Segment 2 info: MemBaseAddr/FID:0x40000/0 EntrySize/Cnt:64/128 WTBL Segment 3 info: MemBaseAddr/FID:0x42000/64 EntrySize/Cnt:64/128 WTBL Segment 4 info: MemBaseAddr/FID:0x44000/128 EntrySize/Cnt:32/128 MtAsicACQueue: Write CR:21510, Value=10421 MtAsicACQueue: Write CR:21500, Value=10421 AntCfgInit(2575): Not support for HIF_MT yet! RTMPSetPhyMode(): channel out of range, use first ch=0 MCS Set = ff ff 00 00 01 iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l echo used greatest stack depth: 8776 bytes left ppe cmd done! qos_wrr_info: 0 0 0 0 0 QDMA QoS: HW SP qos gQueueMask is 0x7 qos_queue_clear()qosTypeRule1:qosCmd=qoscmd type add -i 0 IPVersion all LanIf ,eth0.2 proto allSYNC - BBP R4 to 20MHz.l qosTypeRule2:qosCmd=qoscmd remark add -i 0 IPVersion all queue 3 dot1p 9qosTypeRule1:qosCmd=qoscmd type add -i 1 IPVersion allSYNC - BBP R4 to 20MHz.l qosTypeRule2:qosCmd=qoscmd remark add -i 1 IPVersion all queue 2 dot1p 9qosTypeRule1:qosCmd=qoscmd type add -i 2 IPVersion allSYNC - BBP R4 to 20MHz.l qosTypeRule2:qosCmd=qoscmd remark add -i 2 IPVersion all queue 3 dot1p 9qosTypeRule1:qosCmd=qoscmd type add -i 3 IPVersion allqosTypeRule2:qosCmd=qoscmd remark add -i 3 IPVersion all queue 4 dot1p 9SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l [PMF]ap_pmf_init:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [PMF]RTMPMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0 [PMF]ap_pmf_init:: apidx=1, MFPC=0, MFPR=0, SHA256=0 [PMF]ap_pmf_init:: apidx=2, MFPC=0, MFPR=0, SHA256=0 [PMF]ap_pmf_init:: apidx=3, MFPC=0, MFPR=0, SHA256=0 AsicSetRalinkBurstMode(4148): Not support for HIF_MT yet! RTMPSetPiggyBack(876): Not support for HIF_MT yet! AsicSetTxPreamble(4135): Not support for HIF_MT yet! AsicAddSharedKeyEntry(1992): Not support for HIF_MT yet! AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0 Main bssid = a6:8d:03:08:00:10 <==== rt28xx_init, Status=0 @@@ ed_monitor_exit : ===> @@@ ed_monitor_exit : <=== mt7603_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0xd7083f0f jiffies=ffff9bfa, POLLING_MODE_DETECT_INTV=300 WiFi Startup Cost (ra0): 7.830s [macMT7530SetPortMatrix] port 0, group_id 0 is wrong method = HW_NAT_TAB_CLEAN done device eth0.4 entered promiscuous mode device ra0 entered promiscuous mode device eth0 left promiscuous mode br0: port 1(eth0) entering disabled state ##### mbss_cr_enable, BssId = 1 ##### mbss_cr_enable, BssId = 2 Illegal target name 'vbind_entry0_chain'. ##### mbss_cr_enable, BssId = 3 Chain 'vbind_entry0_chain' doesn't exist. Illegal target name 'vbind_entry1_chain'. 00:00:44 imgr.c [71]: Initial system driver. 00:00:44 imgr.c [77]: Initial pthread parameters. 00:00:44 imgr.c [83]: Initial dispatcher. 00:00:44 dspch_init.c [23]: Create IPC trap message queue 00:00:44 dspch_init.c [36]: Create IPC trap message queue 00:00:44 imgr.c [89]: Initial database manager. 00:00:44 dbmgr_init.c [32]: Create database memory. 00:00:44 dbmgr_init.c [38]: Create the share database memory successful. 00:00:44 dbmgr_init.c [41]: The total share database size is 0. 00:00:44 imgr.c [95]: Initial config manager. 00:00:44 imgr.c [101]: Initial fault manager. 00:00:44 imgr.c [107]: Initial performance manager. Chain 'vbind_entry1_chain' doesn't exist. Illegal target name 'vbind_entry2_chain'. killall: wscd: no process killed Chain 'vbind_entry2_chain' doesn't exist. 1540: old priority 0, new priority -10 Illegal target name 'vbind_entry3_chain'. sh: cannot create /proc/tc3162/eth_ports: Directory nonexistent Chain 'vbind_entry3_chain' doesn't exist. Another app is currently holding the xtables lock; br0: port 7(ra0) entering forwarding state br0: port 7(ra0) entering forwarding state br0: port 6(eth0.4) entering forwarding state br0: port 6(eth0.4) entering forwarding state br0: port 5(eth0.3) entering forwarding state br0: port 5(eth0.3) entering forwarding state br0: port 4(eth0.2) entering forwarding state br0: port 4(eth0.2) entering forwarding state br0: port 3(eth0.1) entering forwarding state br0: port 3(eth0.1) entering forwarding state br0: port 2(rai0) entering forwarding state br0: port 2(rai0) entering forwarding state SIOCSIFADDR: File exists Illegal target name 'vbind_entry4_chain'. Chain 'vbind_entry4_chain' doesn't exist. done Illegal target name 'vbind_entry5_chain'. Chain 'vbind_entry5_chain' doesn't exist. Illegal target name 'vbind_entry6_chain'. Chain 'vbind_entry6_chain' doesn't exist. Illegal target name 'vbind_entry7_chain'. Chain 'vbind_entry7_chain' doesn't exist. Illegal target name 'vbind_entry8_chain'. method = HW_NAT_TAB_CLEAN done Chain 'vbind_entry8_chain' doesn't exist. Illegal target name 'vbind_entry9_chain'. Chain 'vbind_entry9_chain' doesn't exist. Illegal target name 'vbind_entry10_chain'. Chain 'vbind_entry10_chain' doesn't exist. Illegal target name 'vbind_entry11_chain'. Chain 'vbind_entry11_chain' doesn't exist. Radvd function activated! Mode:Dhcp6s mode is not manual! read WLAN driver from rt_device failed,set with default value! NSH_main recv msg:dst_srv nsh_service_wlan, msg_type 250 radvd starting Illegal target name 'vbind_entry12_chain'. Chain 'vbind_entry12_chain' doesn't exist. Illegal target name 'vbind_entry13_chain'. Chain 'vbind_entry13_chain' doesn't exist. valid subcommands: adsl Enter cwmp boot, we will start tr69 Process killall: tr69_monitor: no process killed Initializing UPnP Sdk with ipaddress = {NULL} port = 0 UPnP Initialized ipaddress = 192.168.2.251 port = 49152 Control Point Registered:ctrlpt_handle=1 killall: tr69: no process killed Certificate file isn't exist! [sf_ParentalCtrlMac_boot,1530]cmd:iptables -t filter -N PARENTAL_CTRL [sf_ParentalCtrlMac_boot,1535]cmd:iptables -t filter -A INPUT -j PARENTAL_CTRL [sf_ParentalCtrlMac_boot,1540]cmd:iptables -t filter -A FORWARD -j PARENTAL_CTRL [sf_ParentalCtrlMac_execute,1591]parental_ctrl_execute! init_upnp_msgq():Open file ok! iptables: No chain/target/match by that name. device registration webpage UNLOCKED! NSH_main recv msg:dst_srv nsh_srv_dnsmasq_name, msg_type 270 VoIPBasic_Common SIPProtocol is SIP voip_basic_boot: prevSipStatus is 0 NSH_work_routine handle: dst_srv nsh_srv_dnsmasq_name, msg_type 270 mtd[readflash]:device=reservearea tclen=262144 tcoffset=524288 Unlocking reservearea ... Reading from reservearea to /var/log/tmp_file ... killall: dnsmasq: no process killed enable=1,9836d5208000,actionType=0 enable=1,9836c0008000,actionType=0 macMT7530SetMacMatchACL:enable=0 dhcpoption_write_proc:get_buf=disable Sorry, rule does not exist. [rmsDownloadDiag_boot,8159] ======> Enter <===== NSH_work_routine handle: dst_srv nsh_service_wlan, msg_type 250 set olt type: 0 echo used greatest stack depth: 7888 bytes left BusyBox v1.00 (2018.12.21-07:01+0000) multi-call binary Usage: taskset [OPTIONS] [mask] [pid | command [arg]...] ra0 bind cpu1 killall: dnsmasq: no process killed rai0 bind cpu1 ct com valid subcommands: adsl Send OAM Update config! !pon_vlan_init Multi Lan portkillall: wscd: no process killed ctromfile.cfg initilize xpon igmp module....done! pon_mac_filter_init Multi Lan port[saveFlashProcFun] saveFile /tmp/tcapi_save_req_tmp_file_1 Unlocking romfile ... Writing from /tmp/tcapi_save_req_tmp_file_1 to romfile ... [ ][e][w]not Error writing tclinux,mtd=romfile. [TTT_TTT]>>>VpUpdateVoipNetwork:7280 [ifname:][ret:-1] Unlocking reservearea ... Erase one sector from 0x0 of reservearea ... tcoffset:0x0,mtdInfo.size:0x1c0000 size-1:1ffff enter real action ----- tcoffset:0x0 [e][TTT_TTT]>>>Enter:VpSendVoIPNetworkParams:7204 [ifname:br0] 4294942530 - NMM: IP Address Received - 0/br0/192.168.2.251/255.255.255.0/0.0.0.0/0.0.0.0/0.0.0.0/0.0.0.0/1/0/0/0/0/0/0/192.168.2.251 4294942531 - SSMU:* Network status mask was 0x00000008 4294942531 - SSMU:* Network status mask is 0x00000008 [TTT_TTT]<<<Exit:VpSendVoIPNetworkParams:7227 [ifname:br0] mtd[writeflash]:device=reservearea tclen=262144 tcoffset=0 tcfilelen =13230 Unlocking reservearea ... Writing from /tmp/tcapi_save_req_tmp_file_1 to reservearea ... enter real action -----tclen:0x40000,tcoffset:0x0 writeflash: write 0 'st sector,start from 0x0,0x20000 bytes 4294942559 - NMM: 0, Switched CAS, FXS Loop Start 4294942559 - ============================================================ 4294942559 - SSMU Destroyed RV SIP Stack!! 4294942559 - ============================================================ 4294942559 - SSMU: med_gw= med_dev=br0 4294942559 - SSMU:* Local Media IP Set to 192.168.2.251 4294942559 - SSMU:* Local Media IP Set to 192.168.2.251, Media Dev Set to br0 4294942559 - NMM: open FLASH_CONFIG_TYPE_NSP_VERSION failed! 4294942560 - ============================================================ 4294942560 - SSMU Inited RV SIP Stack Version 5.0.0.29 successfully!! 4294942560 - ============================================================ [e][w]done done enter real action -----tclen:0x20000,tcoffset:0x20000 writeflash: write 1 'st sector,start from 0x20000,0x20000 bytes read:count <= 0 writeflash: total write 0x33ae bytes ==> EPON OAM Start need 8s:223963us ======normal======= UBI: attaching mtd9 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: sub-page size: 512 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: max. sequence number: 213064 UBI: attached mtd9 to ubi0 UBI: MTD device name: "ubifs" UBI: MTD device size: 145 MiB UBI: number of good PEBs: 1160 UBI: number of bad PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 1 UBI: available PEBs: 0 UBI: total number of reserved PEBs: 1160 UBI: number of PEBs reserved for bad PEB handling: 22 UBI: max/mean erase counter: 207/184 UBI: image sequence number: 896983701 UBI: background thread "ubi_bgt0d" started, PID 2104 UBI device number 0, total 1160 LEBs (147292160 bytes, 140.5 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) UBIFS: recovery needed [update_olinetime:8930]---open /usr/osgi/config/laninfo.conf_tmp fail UBIFS: recovery completed UBIFS: mounted UBI device 0, volume 0, name "ubifs0" UBIFS: file system size: 132689920 bytes (129580 KiB, 126 MiB, 1045 LEBs) UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs) UBIFS: media format: w4/r0 (latest is w4/r0) UBIFS: default compressor: lzo UBIFS: reserved for root: 0 bytes (0 KiB) mtd[readflash]:device=reservearea tclen=262144 tcoffset=786432 Unlocking reservearea ... Reading from reservearea to /tmp/prolinecwmppararead ... romfile_name=ctromfile.cfg ; Exec. Successful and the accuracy is 8kbps * Phyaddr=4 RegAddr=04 value=05E1 * Phyaddr=4 RegAddr=00 value=1240 Please press Enter to activate this console. [2][Thu Jan 1 00:01:04 1970][2221](telem_heartbeat.c:363) heartbeat thread start Send OAM Update config! !ctromfile.cfg [saveFlashProcFun] saveFile /tmp/tcapi_save_req_tmp_file_2 Unlocking romfile ... Writing from /tmp/tcapi_save_req_tmp_file_2 to romfile ... [ ][e][w]not Error writing tclinux,mtd=romfile. Unlocking reservearea ... Erase one sector from 0x0 of reservearea ... tcoffset:0x0,mtdInfo.size:0x1c0000 size-1:1ffff enter real action ----- tcoffset:0x0 [e]mtd[writeflash]:device=reservearea tclen=262144 tcoffset=0 tcfilelen =13227 Unlocking reservearea ... Writing from /tmp/tcapi_save_req_tmp_file_2 to reservearea ... enter real action -----tclen:0x40000,tcoffset:0x0 writeflash: write 0 'st sector,start from 0x0,0x20000 bytes [e][w]enter real action -----tclen:0x20000,tcoffset:0x20000 writeflash: write 1 'st sector,start from 0x20000,0x20000 bytes read:count <= 0 writeflash: total write 0x33ab bytes
OpenWrt bootlog
BGA IC Xtal:1 DDR3 init. DRAMC init done. Calculate size. DRAM size=512MB(supported max size) Set new TRFC. ddr-1066 7512DRAMC V1.2.2 (0) EN751221 at Tue Nov 7 20:42:52 CST 2017 version 1.1 free bootbase Memory size 512MB Set SPI Clock to 25 Mhz spi_nand_probe: mfr_id=0x98, dev_id=0xcb Using Flash ECC. Detected SPI NAND Flash : _SPI_NAND_DEVICE_ID_TC58CVG1S3H, Flash Size=0x10000000 bmt pool size: 163 BMT & BBT Init Success Press any key in 3 secs to enter boot command mode. ............................................................ ==> boot flag = 0Decompress to 80002000 free_mem_ptr=80750000 free_mem_ptr_end=807B0000 from main Uncompressing [LZMA] ... done. zimage at: 800232A0 802E00A8 Uncompressing Linux at load address 81000000 Copy device tree to address 81906FC0 Now, booting the kernel... [ 0.000000] Linux version 6.6.74 (user@cjd-dev) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28787-2fe53b3781) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Sun Feb 9 22:46:37 2025 [ 0.000000] ISPRAM0: PA=1c000000,Size=00010000,enabled [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019558 (MIPS 34Kc) [ 0.000000] MIPS: machine is SmartFiber XP8421-B [ 0.000000] Wasting 72 bytes for tracking 2 unused pages [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000002000-0x000000001fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000002000-0x000000001bffffff] [ 0.000000] node 0: [mem 0x000000009c000000-0x00000000a0001fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000002000-0x00000000a0001fff] [ 0.000000] On node 0, zone Normal: 2 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 11 pages/cpu s16288 r8192 d20576 u45056 [ 0.000000] Kernel command line: console=ttyS0,115200 [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Writing ErrCtl register=00067c60 [ 0.000000] Readback ErrCtl register=00067c60 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113534 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 443156K/458744K available (7045K kernel code, 631K rwdata, 1376K rodata, 1244K init, 220K bss, 15588K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 256 [ 0.000000] /intc@1fb40000: Init [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] CPU frequency: 900MHz [ 0.000000] timer_hpt: Init for 1 CPU(s) [ 0.000000] clocksource: timer_hpt: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000000] timer_hpt: Setting up clockevent for CPU 0 [ 0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.008566] timer_hpt: using 200.000 MHz high precision timer [ 0.015038] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032) [ 0.081758] pid_max: default: 32768 minimum: 301 [ 0.095373] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.103372] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.120631] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.131277] rcu: Hierarchical SRCU implementation. [ 0.136468] rcu: Max phase no-delay instances is 1000. [ 0.142902] smp: Bringing up secondary CPUs ... [ 0.147809] smp: Brought up 1 node, 1 CPU [ 0.154198] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.165040] futex hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.179146] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.196460] clocksource: Switched to clocksource timer_hpt [ 0.212618] NET: Registered PF_INET protocol family [ 0.218267] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.227693] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.236886] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.245321] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.253880] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.261967] TCP: Hash tables configured (established 4096 bind 4096) [ 0.269613] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.277946] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.285074] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.293674] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.301666] Initialise system trusted keyrings [ 0.310759] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.319520] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.326542] Key type asymmetric registered [ 0.330974] Asymmetric key parser 'x509' registered [ 0.337550] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.345627] printk: console [ttyS0] disabled [ 0.350835] 1fbf0000.serial: ttyS0 at MMIO 0x1fbf0000 (irq = 8, base_baud = 115200) is a 16550 [ 0.360373] printk: console [ttyS0] enabled [ 0.360373] printk: console [ttyS0] enabled [ 0.369082] printk: bootconsole [early0] disabled [ 0.369082] printk: bootconsole [early0] disabled [ 0.397914] spi-nand spi0.0: Toshiba SPI NAND was found. [ 0.403269] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 [ 0.414209] en75_bmt: found BMT in block 2046 [ 0.555927] en75_bmt: found BBT in block 1885 [ 0.560377] en75_bmt: BBT & BMT found [ 0.564043] en75_bmt: blocks: total: 2048, user: 1882, factory_bad: 3, worn: 0 reserve: 163 [ 0.572423] - BBT factory bad block: 3 [ 0.576257] - BBT factory bad block: 1536 [ 0.580370] - BBT factory bad block: 1537 [ 0.584468] en75_bmt: 235 MiB usable space [ 0.585394] 9 fixed-partitions partitions found on MTD device spi0.0 [ 0.595982] Creating 9 MTD partitions on "spi0.0": [ 0.600803] 0x000000000000-0x000000040000 : "bootloader" [ 0.609000] 0x000000040000-0x000000080000 : "romfile" [ 0.616290] 0x000000080000-0x000001480000 : "tclinux" [ 0.641225] 0x000000480000-0x000001400000 : "rootfs" [ 0.648353] mtd: setting mtd3 (rootfs) as root device [ 0.653547] 0x000001480000-0x000002880000 : "tclinux_alt" [ 0.678859] 0x000002880000-0x000004880000 : "openjdk" [ 0.714332] 0x000004880000-0x00000d980000 : "ubifs" [ 0.849119] 0x00000d980000-0x00000de40000 : "unknown" [ 0.860490] 0x00000de40000-0x00000e000000 : "reservearea" [ 0.875335] NET: Registered PF_INET6 protocol family [ 0.893522] Segment Routing with IPv6 [ 0.897481] In-situ OAM (IOAM) with IPv6 [ 0.901552] NET: Registered PF_PACKET protocol family [ 0.906757] 8021q: 802.1Q VLAN Support v1.8 [ 0.918060] Loading compiled-in X.509 certificates [ 0.982447] clk: Disabling unused clocks [ 0.987568] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 1.015456] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 1.026127] Freeing unused kernel image (initmem) memory: 1244K [ 1.032153] This architecture does not have kernel memory protection. [ 1.038650] Run /sbin/init as init process [ 2.078705] init: Console is alive [ 2.744620] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.848375] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.866352] init: - preinit - [ 6.666430] random: crng init done 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 [ 10.984695] mount_root: unable to create loop device [ 10.997258] mount_root: no usable overlay filesystem found, using tmpfs overlay [ 11.009324] urandom-seed: Seed file not found (/etc/urandom.seed) [ 11.151399] procd: - early - [ 11.853931] procd: - ubus - [ 12.047178] procd: - init - Please press Enter to activate this console. [ 13.294005] kmodloader: loading kernel modules from /etc/modules.d/* [ 13.589128] PPP generic driver version 2.4.2 [ 13.607842] NET: Registered PF_PPPOX protocol family [ 13.631426] kmodloader: done loading kernel modules from /etc/modules.d/* [ 14.786900] urngd: v1.0.2 started. BusyBox v1.37.0 (2025-02-09 22:46:37 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r28787-2fe53b3781 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- OpenWrt recently switched to the "apk" package manager! OPKG Command APK Equivalent Description ------------------------------------------------------------------ opkg install <pkg> apk add <pkg> Install a package opkg remove <pkg> apk del <pkg> Remove a package opkg upgrade apk upgrade Upgrade all packages opkg files <pkg> apk info -L <pkg> List package contents opkg list-installed apk info List installed packages opkg update apk update Update package lists opkg search <pkg> apk search <pkg> Search for packages ------------------------------------------------------------------ For more https://openwrt.org/docs/guide-user/additional-software/opkg-to-apk-cheatsheet root@OpenWrt:~#