Nokia XG-040G-MD
Supported Versions
Experimental Versions
Experimental community 25.12 builds:
Hardware Highlights
Warning!
Don't install OpenWrt UBI firmware variant on devices with FudanMicro FM25G02 SPI-NAND. Only SkyHigh ML02G300WHI00 SPI-NAND is supported in OpenWrt U-boot.
Installation
Installation
OpenWrt U-Boot, easy way
OpenWrt U-Boot, using serial console
1. Make sure that you have bosa and ri partitions mtd backups before you start
2. Place OpenWrt images on the tftp server (IP: 192.168.1.254):
openwrt-airoha-an7581-nokia_xg-040g-md-ubi-bl31-uboot.fip openwrt-airoha-an7581-nokia_xg-040g-md-ubi-initramfs-recovery.itb openwrt-airoha-an7581-nokia_xg-040g-md-ubi-preloader.bin
3. Attach serial console and start terminal with XMODEM support:
picocom -b 115200 --send-cmd "sx -vvX" /dev/ttyUSB0
4. Push reset button and power on the router
5. Press 'x', then 'Ctrl + A' and 'Ctrl + S'
6. Paste full path to the bl2 image: 'openwrt-airoha-an7581-nokia_xg-040g-md-ubi-preloader.bin'
7. Wait until the file is downloaded and the following prompt appears:
Press x to load BL31 + U-Boot FIP
8. Press x, then Ctrl + A and Ctrl + S
9. Paste full path to the fip image: openwrt-airoha-an7581-nokia_xg-040g-md-ubi-bl31-uboot.fip
10. Wait until the file is downloaded, u-boot will prepare ubi partition automatically
11. Wait for U-Boot menu
12. Run Load BL31+U-Boot FIP via TFTP then write to NAND
13. Run Load BL2 preloader via TFTP then write to NAND
14. Run Boot system via TFTP
15. Once in OpenWrt perform standard sysupgrade
16. Once in OpenWrt upload bosa and ri partitions mtd backups to the /tmp dir using scp protocol
17. Check ID of the UBI volumes:
ubinfo -d 0 -N bosa | grep "Volume ID" ubinfo -d 0 -N ri | grep "Volume ID"
18. Write backups according to the volume ID:
ubiupdatevol /dev/ubi0_2 /tmp/bosa.bin ubiupdatevol /dev/ubi0_3 /tmp/ri.bin
19. Reboot:
reboot
Stock bootloader
1. Unplug Fiber
2. Make ONU Reset
3. Navigate: http://192.168.1.1
Username: CMCCAdmin Password: aDm8H%MdA
4. Go to Apps → Home Storage → FTP and check Enable FTP
5. Go to Apps → Home Storage → SAMBA Sharing and check Enable Samba
6. Visit the following URL to open Telnet:
http://192.168.1.1/system.cgi?telnet
7. Telnet account login:
Username: user Password: <see ONU label>
8. Get root privileges:
su user_ftp Password: <see ONU label>
9. Copy squashfs-factory-kernel.bin, squashfs-factory-rootfs.bin and OpenWrt.mtd2.u-boot-env.bin (backup of u-boot-env partition from the another Nokia XG-040G-MD with OpenWrt installed)
9. Attach USB flash drive and check the new dir in /mnt:
ls /mnt
10. Change current dir to the flash drive (change D to your flash drive label):
cd /mnt/D
11. Make backup:
for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16; \ do cat /dev/mtd$i | gzip -9 > mtd$i.bin.gz; done
12. Check image sizes:
ls -l | awk '{if(NR>1) {$5=sprintf("0x%x", $5); print}}'
13. Write images:
mtd_debug erase /dev/mtd0 0x60000 0x20000 mtd_debug write /dev/mtd0 0x60000 0x20000 OpenWrt.mtd2.u-boot-env.bin mtd_debug erase /dev/mtd14 0x0 0x2880000 mtd_debug write /dev/mtd14 0x0 0x3e6cfc squashfs-factory-kernel.bin mtd_debug erase /dev/mtd11 0x0 0x80e0000 mtd_debug write /dev/mtd11 0x0 0x440000 squashfs-factory-rootfs.bin
0x3e6cfc - size of your squashfs-factory-kernel.bin
0x440000 - size of your squashfs-factory-rootfs.bin
14. Reboot:
reboot
Stock bootloader, using serial console
1. Attach UART and run picocom:
picocom -b 115200 --send-cmd "sb -vv" /dev/ttyUSB0
2. Interrupt boot process by pressing Enter key to enter u-boot
Username: telecomadmin Password: nE7jA%5m
3. Start download firmware via ymodem protocol (via UART):
loady 0x85000000
4. Press Ctrl + A then Ctrl + S in the picocom terminal (if you are using a different terminal, please refer to the documentation) to start upload OpenWrt initramfs image using ymodem protocol. Enter local path to the OpenWrt initramfs image and press Enter.
5. Load OpenWrt initramfs image from the memory:
bootm 0x85000000
5. Sysupgrade with OpenWrt sysupgrade image
Alternative for the p.3-4. Load and boot OpenWrt initramfs from tftp IP 192.168.1.254:
tftpboot 0x85000000 192.168.1.254:openwrt-initramfs-uImage.itb bootm 0x85000000
I was unable to download the file without errors, the bootloader network driver is very unstable. Perhaps you will be more fortunate.
Flash Layout
| mtd | label | start | size |
|---|---|---|---|
| mtd0 | bootloader | 0 | 80000 |
| mtd1 | romfile | 80000 | 40000 |
| mtd14 | nsb_master | c0000 | 2880000 |
| mtd15 | nsb_slave | 2940000 | 2880000 |
| mtd6 | bosa | 51c0000 | 40000 |
| mtd7 | ri | 5200000 | 40000 |
| mtd8 | flag | 5240000 | 40000 |
| mtd9 | flagback | 5280000 | 40000 |
| mtd10 | config | 52c0000 | a00000 |
| mtd11 | data | 5cc0000 | 80e0000 |
| mtd12 | oopsfs | dda0000 | 400000 |
| mtd13 | log | e1a0000 | a00000 |
OEM easy installation
To install UBI variant use installer:
OEM installation using the TFTP method
None at this time.
Upgrading OpenWrt
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/admin/system/flashLuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
Debricking
OpenWrt U-Boot
The same as Installation (OpenWrt U-Boot, using serial console).
OpenWrt Stock bootloader
The same as Installation (Stock bootloader, using serial console).
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN ports | 192.168.1.1/24 |
Switch Ports (for VLANs)
| Port | Switch port |
|---|---|
| LAN 1 | LAN1 |
| LAN 2 | LAN2 |
| LAN 3 | LAN3 |
| LAN 4 | LAN4 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The Nokia XG-040G-MD has the following buttons:
| BUTTON | Event |
|---|---|
| Reset | reset |
Hardware
Info
Photos
Opening the case
→ Warranty
The screws are located on the bottom. There are also clips around the edge of the case. You will need to try open, using, for example, a plastic card.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
| Serial connection parameters for Nokia XG-040G-MD | 115200, 8N1, 3.3V |
|---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
Bootloader mods
None so far.
Hardware mods
None so far.
Bootlogs
OEM bootlog
AN7581DRAMC V0.9 pkg_type is BGA2 MPLL setting done !!! dram_type = PCDDR4, data_rate = 2666 DIV mode = 1 APHY RG Setting DelayCellTimex100 (cell=937) MRW RK0 MR#2 = 0x830 MRW RK0 MR#3 = 0x200 MRW RK0 MR#1 = 0x101 MRW RK0 MR#4 = 0x800 MRW RK0 MR#5 = 0x400 MRW RK0 MR#6 = 0xce0 MRW RK0 MR#6 = 0xce0 MRW RK0 MR#6 = 0xc60 MRW RK0 MR#0 = 0xf44 [Dramc] PCDDR AC Timing update DRVP driving setting info: 42 ODTP driving setting info: 42 DRVN driving setting info: 40 ODTN driving setting info: 40 MRW RK0 MR#2 = 0x30 MRW RK0 MR#1 = 0x181 MRW RK0 MR#1 = 0x101 MRW RK0 MR#2 = 0x830 MRW RK0 MR#3 = 0x204 MRW RK0 MR#3 = 0x200 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xc40 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcc2 MRW RK0 MR#6 = 0xc42 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcc4 MRW RK0 MR#6 = 0xc44 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcc6 MRW RK0 MR#6 = 0xc46 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcc8 MRW RK0 MR#6 = 0xc48 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcca MRW RK0 MR#6 = 0xc4a MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xccc MRW RK0 MR#6 = 0xc4c MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcce MRW RK0 MR#6 = 0xc4e MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcd0 MRW RK0 MR#6 = 0xc50 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcd2 MRW RK0 MR#6 = 0xc52 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcd4 MRW RK0 MR#6 = 0xc54 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcd6 MRW RK0 MR#6 = 0xc56 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcd8 MRW RK0 MR#6 = 0xc58 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcda MRW RK0 MR#6 = 0xc5a MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcdc MRW RK0 MR#6 = 0xc5c MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcde MRW RK0 MR#6 = 0xc5e MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xce0 MRW RK0 MR#6 = 0xc60 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xce2 MRW RK0 MR#6 = 0xc62 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xce4 MRW RK0 MR#6 = 0xc64 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xce6 MRW RK0 MR#6 = 0xc66 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xce8 MRW RK0 MR#6 = 0xc68 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcea MRW RK0 MR#6 = 0xc6a MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcec MRW RK0 MR#6 = 0xc6c MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcee MRW RK0 MR#6 = 0xc6e MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcf0 MRW RK0 MR#6 = 0xc70 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xcf2 MRW RK0 MR#6 = 0xc72 MRW RK0 MR#6 = 0xcc0 MRW RK0 MR#6 = 0xce7 MRW RK0 MR#6 = 0xc67 DRAM FLOW DONE!!! Secure key does not exist L2C_type:512K_L2C
U-Boot (Sep 12 2024 - 10:56:58)
DRAM: 512 MiB AN7581DT Now running in RAM - U-Boot at: 9fdda000 spi_nand_probe: mfr_id=0x1, dev_id=0x25 Support SPI NAND erase statistic. Using Flash ECC. Detected SPI NAND Flash : _SPI_NAND_DEVICE_ID_S35ML02G3, Flash Size=0x10000000 bmt pool size: 143 BMT & BBT Init Success FDT_MAGIC or IH_MAGIC check fail. Parse main image fail. NAND: 0 MiB In: serial Out: serial Err: serial CPU0: found redistributor 0 region 0:000000009fe36028 Net: ecnt_eth
Uip activated
No “gpio_active_high” at env file
boardid:XG040GMC2P5G power_gpio_1:ff power_gpio_2:11 Not found TC Phy Not found TC Phy Not found TC Phy Not found TC Phy ASB_FLAG_OFFSET = 0x5240000 ASB_FLAGBACK_OFFSET = 0x5280000f cur flag info* active = 0 curimg = 0 startok = 1 count = 14 new flag info* active = 0 curimg = 0 startok = 0 count = 15 Hit any key to stop autoboot: 0 ######nsb_img_info.curimg =0
bootflag==0 -→ booting from Main Image Reading kernel... set wifi1 serdes to PD set wifi2 serdes to PD set usb2 serdes to PD set board_args to PD RI_boardid:XG040GMC2P5G boardid:XG040GMC2P5G boardargs:0cffffff:00000000 dram size is limited to 512M bootm flag=0, states=70f ## Loading kernel from FIT Image at 81800000 ...
Using 'conf@1' configuration Trying 'kernel@1' kernel subimage Description: ECONET Linux kernel Type: Kernel Image Compression: lzma compressed Data Start: 0x81802cc4 Data Size: 3844374 Bytes = 3.7 MiB Architecture: AArch64 OS: Linux Load Address: 0x80088000 Entry Point: 0x80088000 Hash algo: sha1 Hash value: 6f6a4db4f091c00b16a5a07f0160a335e288e0cf Verifying Hash Integrity ... sha1+ OK
## Loading fdt from FIT Image at 81800000 ...
Using 'conf@1' configuration Trying 'fdt@1' fdt subimage Description: ECONET Flattened Device Tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x818000fc Data Size: 11082 Bytes = 10.8 KiB Architecture: AArch64 Verifying Hash Integrity ... OK Booting using the fdt blob at 0x818000fc Uncompressing Kernel Image ... OK Loading Device Tree to 000000009ddce000, end 000000009ddd3b49 ... OK
Starting kernel ...
Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Linux version 5.4.55 (buildmgr@AONTDH129) (gcc version 10.3.0 (Buildroot 2021.02.3)) #1 SMP Thu Sep 12 11:00:34 CST 2024
Machine model: econet,en7581
earlycon: ecnt0 at MMIO 0x000000001fbf0000 (options )
printk: bootconsole [ecnt0] enabled
efi: Getting EFI parameters from FDT:
efi: UEFI not found.
QDMA LAN buffer_size = 0x1000000
qdma_lan_res_phy_addr = 0x9f000000
QDMA WAN buffer_size = 0x500000
qdma_wan_res_phy_addr = 0x9eb00000
ppe_res_phy_addr = 0x9e600000
[npu_wifi_offload_set_pkt_buf_addr]npu_pkt_buf_addr=9e000000:9e000000
npu_pkt_buffer memblock_alloc:9e000000,buf_size=600000
npu_ba_node memblock_alloc:9de00000,buf_size=200000
On node 0 totalpages: 130752
psci: probing for conduit method from DT.
psci: PSCIv1.1 detected in firmware.
psci: Using standard PSCI v0.2 function IDs
psci: MIGRATE_INFO_TYPE not supported.
psci: SMC Calling Convention v1.0
percpu: Embedded 21 pages/cpu s45464 r8192 d32360 u86016
Detected VIPT I-cache on CPU0
CPU features: detected: ARM erratum 845719
CPU features: detected: GIC system register CPU interface
Built 1 zonelists, mobility grouping on. Total pages: 128705
Kernel command line: sdram_conf=0x00108893 vendor_name=ECONET Technologies Corp. product_name=xPON ONU ethaddr=00:AA:BB:01:23:40 snmp_sysobjid=1.2.3.4.5 country_code=ff ether_gpio=0c power_gpio=1515 username=telecomadmin password=nE7jA%5m dsl_gpio=0b internet_gpio=02 multi_upgrade_gpio=0b020400000000000000000000000000 onu_type=62 qdma_init=20b9 root=/dev/mtdblock3 ro console=ttyS0,115200n8 earlycon bootflag=0 dram_limit=512M serdes_pon=00 serdes_ethernet=12 serdes_wifi1=05 serdes_wifi2=05 serdes_usb1=00 serdes_usb2=02 board_args=0cffffff:00000000 tclinux_info=0x20645f7,0x4cc4,0x3aa916,0x3af6d8,0x1cb6bdd,0x0,0x2000,0x0,0x2000,0x0
printk: log_buf_len individual max cpu contribution: 4096 bytes
printk: log_buf_len total cpu_extra contributions: 12288 bytes
printk: log_buf_len min size: 16384 bytes
printk: log_buf_len: 32768 bytes
printk: early log buf free: 13656(83%)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mem auto-init: stack:off, heap alloc:off, heap free:off
Memory: 450236K/523008K available (9692K kernel code, 418K rwdata, 1804K rodata, 2048K init, 5114K bss, 72772K reserved, 0K cma-reserved)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
rcu: Hierarchical RCU implementation.
rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 64
GICv3: GIC: Using split EOI/Deactivate mode
GICv3: 256 SPIs implemented
GICv3: 0 Extended SPIs implemented
GICv3: Distributor has no Range Selector support
GICv3: 16 PPIs implemented
GICv3: no VLPI support, no direct LPI support
GICv3: CPU0: found redistributor 0 region 0:0x0000000009080000
random: get_random_bytes called from start_kernel+0x2ac/0x3cc with crng_init=0
arch_timer: cp15 timer(s) running at 25.00MHz (phys).
clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
printk: console [ttyS0] enabled
printk: console [ttyS0] enabled
printk: bootconsole [ecnt0] disabled
printk: bootconsole [ecnt0] disabled
Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
pid_max: default: 32768 minimum: 301
LSM: Security Framework initializing
Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
ASID allocator initialised with 32768 entries
rcu: Hierarchical SRCU implementation.
gic-its@09020000: unable to locate ITS domain
gic-its@09020000: Unable to locate ITS domain
EFI services will not be available.
smp: Bringing up secondary CPUs ...
Detected VIPT I-cache on CPU1
GICv3: CPU1: found redistributor 1 region 0:0x00000000090a0000
CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
Detected VIPT I-cache on CPU2
GICv3: CPU2: found redistributor 2 region 0:0x00000000090c0000
CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
Detected VIPT I-cache on CPU3
GICv3: CPU3: found redistributor 3 region 0:0x00000000090e0000
CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
smp: Brought up 1 node, 4 CPUs
SMP: Total of 4 processors activated.
CPU features: detected: 32-bit EL0 Support
CPU features: detected: CRC32 instructions
CPU: All CPU(s) started at EL2
alternatives: patching kernel code
Registered cp15_barrier emulation handler
Registered setend emulation handler
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
DMI not present or invalid.
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic allocations
hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
dying gasp handler list init !
l2c_sram_size:0x0
en7581_serdes_common_phy_probe
common platform_get_irq 137
serdes_common_phy→G3_ana2L_phy_rg_base= ffffffc010041000
serdes_common_phy→G3_pma0_phy_rg_base= ffffffc010043000
serdes_common_phy→G3_pma1_phy_rg_base= ffffffc010045000
serdes_common_phy→xfi_ana_pxp_phy_rg_base= ffffffc01004d000
serdes_common_phy→xfi_pma_phy_rg_base= ffffffc010055000
serdes_common_phy→pon_ana_pxp_phy_rg_base= ffffffc01005d000
serdes_common_phy→pon_pma_phy_rg_base= ffffffc010065000
serdes_common_phy→multi_sgmii_base= ffffffc01006d000
Initializing Ecnt Event Netlink Socket
Initializing Econet Event Netlink Socket nl_sk = (ptrval)
ecnt-hsdma 1fa01800.dma-controller: Econet HSDMA driver registered
iommu: Default domain type: Translated
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 8
NET: Registered protocol family 20
clocksource: Switched to clocksource arch_sys_counter
thermal_sys: Registered thermal governor 'step_wise'NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
TCP: Hash tables configured (established 4096 bind 4096)
UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
NET: Registered protocol family 1
PCI: CLS 0 bytes, default 64
ETH xsgmii_drv_probe
sgmii:int_id: 0
xsgmii_get_base
common_phy Get_Base:0x1fa7a000
common_phy Get_Base:0x1fa7b000
sgmii:int_name: eth_usxgmii
irq = 8b
ETH_xsgmii region= 5,8,8
ETH_xsgmii→pcs1_base= 0xffffffc01136d900
ETH_xsgmii→pcs2_base= 0xffffffc011375a00
ETH_xsgmii→an_base= 0xffffffc01137d000
ETH_xsgmii→ra_base= 0xffffffc011401000
ETH_xsgmii→multi_sgmii_base= 0xffffffc011403000
xsgmii_init: start
eth_usxgmii_fpga
usxgmii: sgmii_serdes_sel: exit!
XPON xsgmii_drv_probe
sgmii:int_id: 0
xsgmii_get_base
common_phy Get_Base:0x1fa8a000
common_phy Get_Base:0x1fa8b000
common_phy Get_Base:0x1fa84000
sgmii:int_name: xpon_usxgmii
XOPN_xsgmii region= 4
XOPN_xsgmii→pcs1_base= 0xffffffc011405900
XOPN_xsgmii→pcs2_base= 0xffffffc01140da00
XOPN_xsgmii→an_base= 0xffffffc011415000
XOPN_xsgmii→ra_base= 0xffffffc01141d000
XOPN_xsgmii→multi_sgmii_base= 0xffffffc01006d000
XOPN_xsgmii→phya_base = 0xffffffc01005d000
XOPN_xsgmii→pma_base = 0xffffffc010065000
xsgmii_init: start
xpon_usxgmii_fpga
usxgmii: sgmii_serdes_sel: exit!
USB xsgmii_drv_probe
sgmii:int_name: sgmii_usb0
sgmii:int_id: 0
irq = 8c
usb_xsgmii→pcs2_base= 0xffffffc011425a00
usb_xsgmii→an_base= 0xffffffc01142d000
usb_xsgmii→ra_base= 0xffffffc011435000
usb_xsgmii→phya_base= 0xffffffc01143d000
usb_xsgmii→multi_sgmii_base= 0xffffffc011445000
xsgmii_init: start
eth_usxgmii_fpga
usxgmii: sgmii_serdes_sel: exit!
PCIE2L xsgmii_drv_probe Caller =(ptrval)
xsgmii_get_base
common_phy Get_Base:0x1fa5a000
common_phy Get_Base:0x1fa5b000
common_phy Get_Base:0x1fa5c000
sgmii:int_name: p2l_usxgmii
sgmii:int_id: 0
irq = 8a
pcie2L_xsgmii region= a
p0_xsgmii→pcs1_base[0]= 0xffffffc01144d900
p0_xsgmii→pcs2_base[0]= 0xffffffc011455a00
p0_xsgmii→an_base[0]= 0xffffffc01145d000
p0_xsgmii→ra_base[0]= 0xffffffc011465000
p0_xsgmii→multi_sgmii_base[0]= 0xffffffc01146d000
pcie2l_xsgmii→phya_base[0]= 0xffffffc010041000
p0_xsgmii→pma_base[0]= 0xffffffc010043000
p1_xsgmii→pcs1_base[1]= 0xffffffc011475900
p1_xsgmii→pcs2_base[1]= 0xffffffc01147da00
p1_xsgmii→an_base[1]= 0xffffffc011485000
p1_xsgmii→ra_base[1]= 0xffffffc01148d000
p1_xsgmii→multi_sgmii_base[1]= 0xffffffc011495000
p1_xsgmii→pma_base[1]= 0xffffffc010045000
xsgmii_init: start
pcie_usxgmii_fpga
usxgmii: sgmii_serdes_sel: exit!
xsgmii_proc_init
TC3162 hardware watchdog module loaded.
[gsw ptp] ecnt_ptp_drv_probe
[1588v2 ptp] ecnt_gsw_ptp_base : 0xffffffc0115ce000
[1588v2 ptp] ecnt_ptp→gsw_ptp_base : 0xffffffc0115ce000
[1588v2 ptp] ecnt_ptp→xfi_ptp_base : 0xffffffc0114ee500
[1588v2 ptp] ecnt_ptp→xfi_pon_ptp_base : 0xffffffc0114f5500
[1588v2 ptp] ecnt_ptp→irq[0] : 0x7f
[1588v2 ptp] ecnt_ptp→irq[1] : 0x80
[1588v2 ptp] ecnt_ptp→irq[2] : 0x81
irq-0: 131 irq-1: 132
(ecnt_pon_phy_probe) probe start
(ecnt_pon_phy_probe) rg_base1= 0x11576000
(ecnt_pon_phy_probe) rg_base2= 0x1157b000
(ecnt_pon_phy_probe) rg_base3= 0x1157d000
common_phy Get_Base:0x1fa7a000
common_phy Get_Base:0x1fa7b000
common_phy Get_Base:0x1fa8a000
common_phy Get_Base:0x1fa8b000
[i2c] ecnt_i2c_drv_probe
dying gasp handler crypto registered!
[crypto_k] res→name:crypto_k@1fb70000
[crypto_k] res→start:0x1fb70000 ===
[crypto_k] res→end:0x1fb70803 ===
[crypto_k] ecnt_crypto_k→base:0xffffffc0115c3000
[trng] ecnt_trng_drv_probe
test_uc:(ptrval) test_c:(ptrval) cpu_top→base:(ptrval)
[apb_timer] ecnt_timer_drv_probe
[timer] ecnt_timer→irq: 88
[timer] res→name:apb_timer1@1fbf0100
i2c_slave init(ecnt_i2c_slave_drv_probe) done
dying gasp handler gdump registered!
[i2s] ecnt_i2s_drv_probe
irq-0: 141 irq-0: 142
pbus_monitor init(ecnt_pbus_monitor_drv_probe) done
ssusb2 phy driver version: 7581.0.20220519
7581 Thermal PHY probe Start
7581 Thermal Sensor address probe done
thermal_phy addr:ffffffc0115ec000[thermal] thermal_phy→irq: 144
workingset: timestamp_bits=62 max_order=17 bucket_order=0
exFAT: file-system version 5.8-2arter97
squashfs: version 4.0 (2009/01/31) Phillip Lougher
ntfs3: Max link count 4000
ntfs3: Read-only LZX/Xpress compression included
jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
io scheduler mq-deadline registered
io scheduler kyber registered
PCIe phy driver version: 7581.10.20230911
reset CDR if idacf value not match
common_phy Get_Base:0x1fa5a000
common_phy Get_Base:0x1fa5b000
common_phy Get_Base:0x1fa5c000
PCIe_phy_drv_probe finish
7581 wifi_serdes_select: enter PCIe_port_num=0 !
mtk-pcie: probe of 1fc00000.pcie0 failed with error 1
ecnt_register_hook fail, pcie_api_hook already registered
pcie ecnt_dev_fe_api_op register fail
7581 wifi_serdes_select: enter PCIe_port_num=0 !
mtk-pcie: probe of 1fc20000.pcie1 failed with error 1
ecnt_register_hook fail, pcie_api_hook already registered
pcie ecnt_dev_fe_api_op register fail
7581 wifi_serdes_select: enter PCIe_port_num=0 !
mtk-pcie: probe of 1fc40000.pcie2 failed with error 1
ttyS0 at I/O 0xbfbf0000 (irq = 0, base_baud = 7200) is a TC3162
ECNT ring buffer init success
dying gasp handler uart registered!
brd: module loaded
loop: module loaded
ecnt-snor snor: ecnt_snor_drv_probe failed to init spi nfi
ecnt-snor: probe of snor failed with error -1
IS_SPIFLASH=0x0, IS_NANDFLASH=0x1, (0xBFA10114)=0x6)
spi_nand_probe: mfr_id=0x1, dev_id=0x25
Support SPI NAND erase statistic.
Using Flash ECC.
Detected SPI NAND Flash : _SPI_NAND_DEVICE_ID_S35ML02G3, Flash Size=0x10000000
Block: bad=0, total=2048, bad rate:(0 / 10000).
spi nand flash
tc3162: flash device 0x02000000 at 0x00000000
EN7512 mtd init: spi nand probe enter
[spi_nand_setup] : Enter
nand: device found, Manufacturer ID: 0x01, Chip ID: 0x25
nand: AMD/Spansion _SPI_NAND_DEVICE_ID_S35ML02G3
nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
nand: NAND_ECC_NONE selected by board driver. This is not recommended!
nand_scan_ident ok
[spi_nand_setup]: chip size = 0x10000000, erase_shift=0x11
bmt pool size: 143
BMT & BBT Init Success
#########tc3162_parts_size=17###trx_size=256#########
master kernel_size = 0x3aa916 kernel_offset = 0x4cc4 rootfs_size=0x1cb6bdd rootfs_offset=0x3af6d8
Creating 17 MTD partitions on “EN7512-SPI_NAND”:
0x000000000000-0x000000080000 : “bootloader”
0x000000080000-0x0000000c0000 : “romfile”
0x0000000c0000-0x00000046f6da : “kernel”
mtd: partition “kernel” doesn't end on an erase/write block -- force read-only
0x00000046f7d8-0x00000212f7d8 : “rootfs”
mtd: partition “rootfs” doesn't start on an erase/write block boundary -- force read-only
0x000002940000-0x000002dc0000 : “kernel_slave”
0x000002dc0000-0x0000051c0000 : “rootfs_slave”
0x0000051c0000-0x000005200000 : “bosa”
0x000005200000-0x000005240000 : “ri”
0x000005240000-0x000005280000 : “flag”
0x000005280000-0x0000052c0000 : “flagback”
0x0000052c0000-0x000005cc0000 : “config”
0x000005cc0000-0x00000dda0000 : “data”
0x00000dda0000-0x00000e1a0000 : “oopsfs”
0x00000e1a0000-0x00000eba0000 : “log”
0x0000000c0000-0x000002940000 : “nsb_master”
0x000002940000-0x0000051c0000 : “nsb_slave”
0x000000000000-0x00000eba0000 : “all_flash”
active = 0
asb_curimg = 0
asb_startok = 0
asb_count = 15
start rootfs
select img A 3
libphy: Fixed MDIO Bus: probed
PPP generic driver version 2.4.5
PPP BSD Compression module registered
PPP Deflate Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
USB driver version: 7581.2.20230918
port 1 u2_slew_rate_cal_7581
FM_OUT value = 101(0x00000065)
SR calibration value = 6
port 2 u2_slew_rate_cal_7581
FM_OUT value = 103(0x00000067)
SR calibration value = 6
dying gasp handler usb registered!
xhci-hcd 1fab0000.xhci: xHCI Host Controller
xhci-hcd 1fab0000.xhci: new USB bus registered, assigned bus number 1
xhci-hcd 1fab0000.xhci: irq 133, io mem 0x1fab0000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
xhci-hcd 1fab0000.xhci: xHCI Host Controller
xhci-hcd 1fab0000.xhci: new USB bus registered, assigned bus number 2
usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
usb controller 2, u3_not_support
don't init u3
dying gasp handler usb registered!
xhci-hcd 1fad0000.xhci: xHCI Host Controller
xhci-hcd 1fad0000.xhci: new USB bus registered, assigned bus number 3
xhci-hcd 1fad0000.xhci: irq 134, io mem 0x1fad0000
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
xhci-hcd 1fad0000.xhci: xHCI Host Controller
xhci-hcd 1fad0000.xhci: new USB bus registered, assigned bus number 4
usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
usbcore: registered new interface driver cdc_acm
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
usbcore: registered new interface driver ch341
usbserial: USB Serial support registered for ch341-uart
usbcore: registered new interface driver cp210x
usbserial: USB Serial support registered for cp210x
usbcore: registered new interface driver cypress_m8
usbserial: USB Serial support registered for DeLorme Earthmate USB
usbserial: USB Serial support registered for HID→COM RS232 Adapter
usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
usbcore: registered new interface driver ftdi_sio
usbserial: USB Serial support registered for FTDI USB Serial Device
usbcore: registered new interface driver pl2303
usbserial: USB Serial support registered for pl2303
msdc_drv_probe 2058
mtk-msdc: probe of 1fa0e000.mmc failed with error -22
hidraw: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
IPv4 over IPsec tunneling driver
ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
Initializing XFRM netlink socket
NET: Registered protocol family 10
Segment Routing with IPv6
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
l2tp_core: L2TP core driver, V2.0
l2tp_ppp: PPPoL2TP kernel driver, V2.0
8021q: 802.1Q VLAN Support v1.8
lib80211: common routines for IEEE802.11 drivers
tc3162ser_startup
exFAT-fs (mtdblock3): invalid boot record signature
exFAT-fs (mtdblock3): failed to read boot sector
exFAT-fs (mtdblock3): failed to recognize exfat type
VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
Freeing unused kernel memory: 2048K
Run /sbin/init as init process
busybox init and set aff before console Init 0x7
chmod: /userfs/profile.cfg: Read-only file system
touch: /tmp/mount.log: Read-only file system
mknod: /dev/misc/fuse: No such file or directory
/dev/misc/fuse create faild!
touch: /tmp/mount.log: Read-orandom: fast init done
nly file system
nand_drv: loading out-of-tree module taints kernel.
install nand_drv driver!
read 512 bytes from /dev/mtdblock7
ri module install
BoardInnerID=XG040GMC2P5G.
[hcfg] try to load /usr/hwconfig/XG040GMC2P5G/hcfg.conf
End: node_index = 102, HcfgNodeCnts = 102
board_dev module install
HBSC
ubi2: default fastmap pool size: 8
ubi2: default fastmap WL pool size: 4
ubi2: attaching mtd13
ubi2: scanning is finished
ubi2: attached mtd13 (name “log”, size 10 MiB)
ubi2: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
ubi2: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
ubi2: VID header offset: 2048 (aligned 2048), data offset: 4096
ubi2: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
ubi2: user volume: 1, internal volumes: 1, max. volumes count: 128
ubi2: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 2079070302
ubi2: available PEBs: 0, total reserved PEBs: 80, PEBs reserved for bad PEB handling: 0
ubi2: background thread “ubi_bgt2d” started, PID 259
UBI device number 2, total 80 LEBs (10158080 bytes, 9.7 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB)
UBIFS (ubi2:0): Mounting in unauthenticated mode
UBIFS (ubi2:0): background thread “ubifs_bgt2_0” started, PID 262
UBIFS (ubi2:0): recovery needed
UBIFS (ubi2:0): recovery completed
UBIFS (ubi2:0): UBIFS: mounted UBI device 2, volume 0, name “logs”
UBIFS (ubi2:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
UBIFS (ubi2:0): FS size: 8126464 bytes (7 MiB, 64 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
UBIFS (ubi2:0): reserved for root: 383832 bytes (374 KiB)
UBIFS (ubi2:0): media format: w5/r0 (latest is w5/r0), UUID 2C87CB30-8A1E-4479-8316-D24FF664FA4E, small LPT model
###syslog_boot.sh###
boot syslogd.
syslogd starting
1970-01-01 00:00:07 [Informational] started: BusyBox v1.16.0
klogd starting
syslog storageMode is flash
1970-01-01 00:00:07 [Notice] klogd started: BusyBox v1.16.0 ()
1970-01-01 00:00:07 [Informational] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
1970-01-01 00:00:07 [Notice] Linux version 5.4.55 (buildmgr@AONTDH129) (gcc version 10.3.0 (Buildroot 2021.02.3)) #1 SMP Thu Sep 12 11:00:34 CST 2024
1970-01-01 00:00:07 [Informational] Machine model: econet,en7581
1970-01-01 00:00:07 [Informational] earlycon: ecnt0 at MMIO 0x000000001fbf0000 (options )
1970-01-01 00:00:07 [Informational] printk: bootubi1: default fastmap pool size: 8
ubi1: default fastmap WL pool size: 4
ubi1: attaching mtd10
console [ecnt0] enabled
1970-01-01 00:00:07 [Informational] efi: Getting EFI parameters from FDT:
1970-01-01 00:00:07 [Informational] efi: UEFI not found.
1970-01-01 00:00:07 [Debug] DMA zone: 2047 pages used for memmap
1970-01-01 00:00:07 [Debug] DMA zone: 0 pages reserved
1970-01-01 00:00:07 [Debug] DMA zone: 130752 pages, LIFO batch:31
1970-01-01 00:00:07 [Informational] psci: probing for conduit method from DT.
1970-01-01 00:00:07 [Informational] psci: PSCIv1.1ubi1: scanning is finished
detected in firmware.
1970-01-01 00:00:07 [Informational] psci: Usingubi1: attached mtd10 (name “config”, size 10 MiB)
ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
ubi1: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
ubi1: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 1638759513
ubi1: available PEBs: 0, total reserved PEBs: 80, PEBs reserved for bad PEB handling: 0
ubi1: background thread “ubi_bgt1d” started, PID 306
standard PSCI v0.2 function IDs
1970-01-01 00:00:07 [Informational] psci: MIGRATE_INFO_TYPE not supported.
1970-01-01 00:00:07 [Informational] psci: SMC Calling Convention v1.0
1970-01-01 00:00:07 [Informational] percpu: Embedded 21 pages/cpu s45464 r8192 d32360 u86016
1970-01-01 00:00:07 [Debug] pcpu-alloc: s45464 r8192 d32360 u86016 alloc=21*4096
1970-01-01 00:00:07 [Debug] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
1970-01-01 00:00:07 [Informational] Detected VIPT I-cache on CPU0
1970-01-01 00:00:07 [Informational] CPU features: detected: ARM erratum 845719
1970-01-01 00:00:07 [Informational] CPU features: detected: GIC system register CPU interface
1970-01-01 00:00:07 [Informational] Built 1 zonelists, mobility grouping on. Total pages: 128705
1970-01-01 00:00:07 [Notice] Kernel command line: sdram_conf=0x00108893 vendor_name=ECONET Technologies Corp. product_name=xPON ONU ethaddr=00:AA:BB:01:23:40 snmp_sysobjid=1.2.3.4.5 country_code=ff ether_gpio=0c power_gpio=1515 username=telecomadmin passwo
1970-01-01 00:00:07 [Informational] printk: log_buf_len individual max cpu contribution: 4096 bytes
1970-01-01 00:00:07 [Informational] printk: log_buf_len total cpu_extra contributions: 12288 bytes
1970-01-01 00:00:07 [Informational] printk: log_buf_len min size: 16384 bytes
1970-01-01 00:00:07 [Informational] printk: log_buf_len: 32768 bytes
1970-01-01 00:00:07 [Informational] printk: early log buf free: 13656(83%)
1970-01-01 00:00:07 [Informational] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
1970-01-01 00:00:07 [Informational] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
1970-01-01 00:00:07 [Informational] mem auto-init: stack:off, heap alloc:off, heap free:off
1970-01-01 00:00:07 [Informational] Memory: 450236K/523008K available (9692K kernel code, 418K rwdata, 1804K rodata, 2048K init, 5114K bss, 72772K reserved, 0K cma-reserved)
1970-01-01 00:00:07 [Informational] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
1970-01-01 00:00:07 [Informational] rcu: Hierarchical RCU implementation.
1970-01-01 00:00:07 [Informational] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
1970-01-01 00:00:07 [Informational] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 64
1970-01-01 00:00:07 [Informational] GICv3: GIC: Using split EOI/Deactivate mode
1970-01-01 00:00:07 [Informational] GICv3: 256 SPIs implemented
1970-01-01 00:00:07 [Informational] GICv3: 0 Extended SPIs implemented
1970-01-01 00:00:07 [Informational] GICv3: Distributor has no Range Selector support
1970-01-01 00:00:07 [Informational] GICv3: 16 PPIs implemented
1970-01-01 00:00:07 [Informational] GICv3: no VLPI support, no direct LPI support
1970-01-01 00:00:07 [Informational] GICv3: CPU0: found redistributor 0 region 0:0x0000000009080000
1970-01-01 00:00:07 [Notice] random: get_random_bytes called from start_kernel+0x2ac/0x3cc with crng_init=0
1970-01-01 00:00:07 [Informational] arch_timer: cp15 timer(s) running at 25.00MHz (ph11111119111111111111111970-0111111111111970-01-01 00:00:07 [Informational] workingset: ti11111970-01-11970-0111970111911111111971111970111111911111111111111911911111111111911191111111111111111970-01-01 00:00:07 [Notice] ubi1: default fastmap pool size: 8
1970-01-01 00:00:07 [Notice] ubi1: default fastmap WL pool size: 4
1970-01-01 00:00:07 [Notice] ubi1: attaching mtd10
1970-01-01 00:00:08 [Notice] ubi1: scanning is finished
1970-01-01 00:00:08 [Notice] ubi1: attached mtd10 (name “config”, size 10 MiB)
1970-01-01 00:00:08 [Notice] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
1970-01-01 00:00:08 [Notice] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
1970-01-01 00:00:08 [Notice] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
1970-01-01 00:00:08 [Noticeubi3: default fastmap pool size: 50
ubi3: default fastmap WL pool size: 25
ubi3: attaching mtd11
] ubi1: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
1970-01-01 00:00:08 [Notice] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
1970-01-01 00:00:08 [Notice] ubi1: max/mean erase counter: 5/3, WL threshold: 4096UBI device number 1, total 80 LEBs (10158080 bytes, 9.7 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB)
1970-01-01 00:00:08 [Notice] ubi3: default fastmap pool size: 50
1970-01-01 00:00:08 [Notice] ubi3: default fastmap WL pool size: 25
1970-01-01 00:00:08 [Notice] ubi3: attaching mtd11
ubi3: scanning is finished
ubi3: attached mtd11 (name “data”, size 128 MiB)
ubi3: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
ubi3: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
ubi3: VID header offset: 2048 (aligned 2048), data offset: 4096
ubi3: good PEBs: 1031, bad PEBs: 0, corrupted PEBs: 0
ubi3: user volume: 1, internal volumes: 1, max. volumes count: 128
ubi3: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 637734996
ubi3: available PEBs: 0, total reserved PEBs: 1031, PEBs reserved for bad PEB handling: 0
ubi3: background thread “ubi_bgt3d” started, PID 308
1970-01-01 00:00:08 [Notice] ubi3: scanning is finished
1970-01-01 00:00:08 [Notice] ubi3: attached mtd11 (name “data”, size 128 MiB)
1970-01-01 00:00:08 [Notice] ubi3: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
1970-01-01 00:00:08 [Notice] ubi3: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
1970-01-01 00:00:08 [Notice] ubi3: VID header offset: 2048 (aligned 2048), data offset: 4096
1970-01-01 00:00:08 [Notice] ubi3: good PEBs: 1031, bad PEBs: 0, corrupted PEBs: 0
1970-01-01 00:00:08 [Notice] ubi3: user volume: 1, internal volumes: 1, maxUBIFS (ubi1:0): Mounting in unauthenticated mode
.UBIFS (ubi1:0): background thread “ubifs_bgt1_0” started, PID 311
volumes count: 128
1970-01-01 00:00:08 [Notice] ubi3: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 637734996
1970-01-01 00:00:08 [Notice] ubi3: available PEBs: 0, total reserved PEBs: 1031, PEBs reserved for bad PEB handling: 0
UBI device number 3, total 1031 LEBs (130912256 UBIFS (ubi1:0): recovery needed
bytes, 124.8 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB)
1970-01-01 00:00:09 [Notice] ubi3: background thread “ubi_bgt3d” started, PID 308
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): Mounting in unauthenticated mode
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): background thread “ubifs_bgt1_0” started, PID 311
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): recovery needed
UBIFS (ubi1:0): recovery completed
UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name “configs”
UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
UBIFS (ubi1:0): FS size: 8126464 bytes (7 MiB, 64 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
UBIFS (ubi1:0): reserved for root: 383832 bytes (374 KiB)
UBIFS (ubi1:0): media format: w5/r0 (latest is w5/r0), UUID 965C2D8D-DC82-4356-B916-71DE94A4564A, small LPT model
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): recovery completed
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name “configs”
1970-01-01 00:00:09 [Notice] UBIUBIFS (ubi3:0): Mounting in unauthenticated mode
FUBIFS (ubi3:0): background thread “ubifs_bgt3_0” started, PID 318
S (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): FS size: 8126464 bytes (7 MiB, 64 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): reserved for root: 383832 bytes (374 KiUBIFS (ubi3:0): recovery needed
B)
1970-01-01 00:00:09 [Notice] UBIFS (ubi1:0): media format: w5/r0 (latest is w5/r0), UUID 965C2D8D-DC82-4356-B916-71DE94A4564A, small LPT model
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): Mounting in unauthenticated mode
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): background thread “ubifs_bgt3_0” started, PID 318
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): recovery needed
UBIFS (ubi3:0): recovery completed
UBIFS (ubi3:0): UBIFS: mounted UBI device 3, volume 0, name “data”
UBIFS (ubi3:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
UBIFS (ubi3:0): FS size: 128626688 bytes (122 MiB, 1013 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
UBIFS (ubi3:0): reserved for root: 0 bytes (0 KiB)
UBIFS (ubi3:0): media format: w4/r0 (latest is w5/r0), UUID F554AF4C-52D7-4032-8A76-A28981712DAA, small LPT model
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): recovery completed
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): UBIFS: mounted UBI device 3, volume 0, name “data”
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): FS size: 128626688 bytes (122 MiB, 1013 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): reserved for root: 0 bytes (0 KiB)
1970-01-01 00:00:09 [Notice] UBIFS (ubi3:0): media format: w4/r0 (latest is w5/r0), UUID F554AF4C-52D7-4032-8A76-A28981712DAA, small LPT model
/usr/etc/buildinfo == /etc/buildinfo
/usr/etc/buildinfo == /configs/buildinfo
check build date done
1444
db crc = 0x6de41372
db header.crc = 0x6de41372
crc verify OK from /configs/confignew_encryption.cfg
count = 128
bosa checksum_new = dfd4
bosa checksum_old = dfd4
do bosa checksum ok
1444
Files /configs/confignew_encryption.cfg and /logs/backup/configs/confignew_encryption.cfg differ
db crc = 0x6de41372
db header.crc = 0x6de41372
crc verify OK from /configs/confignew_encryption.cfg
tar: removing leading '/' from member names
Kernel Logger init.
prepare led.conf for tcledctrl.ko in sdk_moudles.sh
No WiFi chip on board, need not insmod WiFi driver
ra0 no private ioctls.
rai0 no private ioctls.
module_sel: module license 'unspecified' taints kernel. Disabling lock debugging due to kernel taint ecnt_register_cpu_interrupts TC3162 LED Manager 0.1 init
tcledctrl version: tcledctrl V1.1.0.0 (Sep 12 2024-11:08:19). led path:/tmp/led.conf tccicmd V1.1.0.0 (Sep 12 2024-11:08:48)
SIFMaster 0.1 init
Interface 0 is ON
Register sifm cmd insmod pon driver fail to get the data of the item: Pon.TxPowerEnable.Pin fail to get the data of the item: Pon.TxPowerEnable.Active Prepare Opt_Tx_power_ctrl tx_dis:38,0,1 txpd:4294967295,0,0 insmod en7572 driver 0x408 = 0x1388 0x40A = 0x007d
IC detect: 757x
MD32 INIT
EN7572 RESET Read Data from File OK
MD32 PM load data done!
MD32 DM load data done!
MD32 BOB load data done!
MD32 INIT DONE!!! lddla api init
MD32 Load lddla API for NSB DONE!!! card XG040GMC2P5G 3TN00294ABBB use bosa en7572 *load en7572 bosa* bosa init done.
tune parmeter
insmod eth driver eth (uninitialized): netif_napi_add() called with weight 128 insmod hsgmii_lan insmod hw_nat.ko done done done insmod bandwidth Exec. Successful Exec. Successful Exec. Successful Exec. Successful Exec. Successful Exec. Successful Exec. Successful Exec. Successful *reg=000030f0 value:0000ff00 *reg=000031f0 value:0000ff00 *reg=000032f0 value:0000ff00 *reg=000033f0 value:0000ff00 *reg=000034f0 value:0000ff00 *reg=000036f0 value:0000ff00 insmod: can't insert '/lib/modules/mt_whnat_7916d.ko': unknown symbol in module or invalid parameter HBSC HB 1 an8811 start 7581 reset 8811 check if dts of mdio-bus exist insmode mdio_arht.ko insmod 8811_bbu_api.ko an8811 end HB fail to get the data of the item: Wifi.1.Chip.Name Copied 1 bytes from address 0x00000000 in flash to /logs/crash_info insmod mtdoops ... reboot Reason: PowerDown ... CM HB 192.168.1.1 brctl: bridge br0: File exists 04:56:65:86:4a:0d LOGFILE=NBELfe0365e8 /data/openjdk0.img mount jdk by flag success!!! There is 2 USB port no board, insmod USB drivers none AN7581DT 0 POTS number is 0, not start voice
@Voice starting@
@Voice inited@
enable core dump ++++++++++++++++++delete osgi_admin+++++++++++++++++++++++++ cpu 1 cpu 0 cpu 3 cpu 2 crond log mode
start mdev for usb devices total modify create delete filename 14 13 1 0 udhcpd.conf 6 5 1 0 staticAddr.conf 6 5 1 0 br0_ip_addr 110 109 1 0 partition_1_verinfo 105 104 1 0 partition_0_verinfo 12 0 6 6 gshadow- 12 6 6 0 gshadow+ 12 0 6 6 group- 12 6 6 0 group+ 20 0 10 10 shadow- 20 10 10 0 shadow+ 12 0 6 6 passwd- 12 6 6 0 passwd+ 4 4 0 0 CuWebObject 5 5 0 0 WanGponIntfObject 7 5 1 1 resolv.conf 4 4 0 0 radvd.conf 5 3 1 1 smb.conf 4 4 0 0 dhcp6s.conf 4 4 0 0 options_ppp121 50 50 0 0 confignew_encryption.cfg 4 4 0 0 TZ 6 2 2 2 localtime 6 5 1 0 .mac_assign 4 4 0 0 rt_tables 9 8 1 0 net.conf 39 23 8 8 .transaction sh: /sbin/oamapp: not found Starting wifihostd: wifihostd. ####process_msg_thread pid is 807
Hello, Welcome to ASB User CLI (version 0.95).
user> cannot open file /configs/spc/qos_dev_limit.conf. no WiFi, do nothing!adduser: user 'user-common' in use chmod: /home/user-common: No such file or directory filePath:/tmp/autoponini/modedata.txt not exist filePath:/tmp/autoponini/modedata.txt not exist filePath:/tmp/autoponini/modedata.txt not exist filePath:/tmp/autoponini/modedata.txt not exist can't load custom config mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument Function stl_WANPreConfigObject() is called Function stl_SecurityPreConfigObject() is called Function stl_DNSPreConfigObject() is called *reg=0000211c value:6a010101 *reg=0000221c value:6a010101 *reg=0000231c value:6a010101 *reg=0000241c value:6a010101 *reg=0000001c value:60166016 *reg=0000001c value:60166016 *reg=00000020 value:00160016 *reg=00000020 value:00160016 *reg=00000024 value:04160216 *reg=00000024 value:04160216 *reg=000000a4 value:00160016 *reg=000000a4 value:00160016 cfgUtl_bootPonMode::FactoryMode:BOARD_UPLINK_XGPON1,DetectedMode:Unknown, return gpon mode boot passwd can be empty for CM OPID RTNETLINK answers: File exists
tttt:OMCIManagerAPI.cc:isInitializedMgr:378--- 0m:26s: 885ms
OMCI Config Data Begin ONU Type : HGU onu mode : 2 CUSTOMER ID : 1 omci working mode : 3 factory mode: 0 max lan num : 4 max wifi num: 0 max wifi id start: 4 check wifi state: no 1G port num: 3 FE port num: 0 OPID: HBSC port 0 config by omci: 0 port 1 config by omci: 0 port 2 config by omci: 0 port 3 config by omci: 0 dscp to Pbit for untag Config By OMCI: no ntp time get by omci: yes support double tag rules: yes accept all uni services: yes config uni isolation: no config lpt: yes uni rate limit: no pon reg type: 1 china eqip info format: no omci pppoe auth: no omciV2 config: yes untag wan config: no uni port4 config: yes slid 2 cfgmgr visiable: no voip Pbit Map: no fiberhome ge/fe query: no OMCI Config Data End
user_port class domain
1 ETH HGU-DOMAIN
2 ETH HGU-DOMAIN
3 ETH HGU-DOMAIN
4 ETH HGU-DOMAIN
phy0 id test success phy1 id test success phy2 id test success phy3 id test success BOSA module access OK! phy0 id test success phy1 id test success phy2 id test success phy3 id test success BOSA module access OK! InitPortStream() maxPort=4, enet=4,moca=0 InitPortStream:: ONU type is HGU Use CTC flow service hal_eth_configure_port_domain to be implemented for mtk.... hal_eth_cfg_port_forwarding_mode to be implemented for mtk.... hal_eth_configure_port_domain to be implemented for mtk.... hal_eth_cfg_port_forwarding_mode to be implemented for mtk.... hal_eth_configure_port_domain to be implemented for mtk.... hal_eth_cfg_port_forwarding_mode to be implemented for mtk.... hal_eth_configure_port_domain to be implemented for mtk.... hal_eth_cfg_port_forwarding_mode to be implemented for mtk.... [qos_itf_init_tsched]: call init tsched hal_itf_flow.c:hal_stream_get_mcast_vlan_action_id is not implemented for mtk. hal_itf_flow.c:hal_stream_get_mcast_vlan_action_id is not implemented for mtk. hal_itf_flow.c:hal_stream_get_mcast_vlan_action_id is not implemented for mtk. hal_itf_flow.c:hal_stream_get_mcast_vlan_action_id is not implemented for mtk. hal_itf_flow.c:hal_stream_get_mcast_vlan_action_id is not implemented for mtk. hal_itf_flow.c:hal_stream_create_mcast_ethflow is not implemented for mtk.
tttt:OMCIManagerAPI.cc:isInitializedMgr:488--- 0m:26s: 948ms
configFilePathDynamic: /configs/omci/ALUOmciLib.cfg configFilePathStatic: /bin/ALUOmciLib.cfg capFilePathDynamic: /configs/omci/ALUONTCapability.cfg capFilePathStatic: /bin/ALUONTCapability.cfg IP or mask changed! RTNETLINK answers: File exists mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument
getSwVersionInfo(),imageBank:0,version:NXGS1426V07t01
mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument
getSwVersionInfo(),imageBank:1,version:
OMCI_LIB: OmciMain:: Calling getSwImageInfo()swdl_get_image_status: cur image = 0 swdl_get_image_status: image 0 isvalid = 1 swdl_get_image_status: cur image = 0 swdl_get_image_status: image 1 isvalid = 1 mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument
getSwVersionInfo(),imageBank:0,version:NXGS1426V07t01
mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument
getSwVersionInfo(),imageBank:1,version:
ploam.cc:read_sn_from_RI is implemented for mtk,sn:NBELFFFFFFFE365FFFFFFE8 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=0 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=1 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=2 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=3 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=4 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=5 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=6 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=7 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=8 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=9 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=10 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=11 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=12 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=13 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=14 [qos_itf_get_tsched_info]: get tsched info, g_tschedNum=15 killall: monitor.wan.bin: no process killed ds_sec=-1 pid_fd 3 pid==1812 Inside GatewayUniSupp_1Itf::GatewayUniSupp_1Itf constructor Value of bit position is 5 Value of bit position is 0 [PwrShedding] dataPwrTime <0>,cesPwrTime <0>,voicePwrTime <0>,videoPwrTime <0>,restoreTime <0>
setIANAPortId(VeipId=3585,IANAAssignportId=0
create auto instanmce gateway uni ME succesful [Tr069MgmtServer]: Create one instance of Tr069MgmtServer! create auto instanmce gateway uni ME succesful configUniDot1xParams(portId=101) unsupported port create auto instanmce gateway uni ME succesful configUniDot1xParams(portId=102) unsupported port create auto instanmce gateway uni ME succesful configUniDot1xParams(portId=103) unsupported port configUniDot1xParams(portId=104) unsupported port Value of bit position is 145 Value of bit position is 186 finish EnhancedSecurityControlf create OMCI_LIB:ALL PQs (US+DS) created ###4#onu type 2###### [debug] onuType.type = HGU [INIT] start init RG slow path. isHGU:1,numPort: 4 max port num: 4sal_wan_netModelInit:L1460 [DEBUG]: to be implemented for brcm [INIT] exit init RG slow path ModuleName: XG-040G-MD
tttt:OmciMain.cc:main:3702--- 0m:27s: 933ms
Exec. Successful Exec. Successful stl_WanCommonIntfCfgObject - status=NoSignal type = 0 enter sendLoginMsgToSrv. send CS_MSG_COMMON_USER_CHANGE to EID(168). printf ResetLongTimeout > /proc/button/reset/mode printf 0 > /proc/button/reset/reset_timer printf 10 > /proc/button/reset/reset_timer_end printf 10 > /proc/button/reset/short_timer printf 999 > /proc/button/reset/short_timer_end printf 10 > /proc/button/reset/long_timer printf 999 > /proc/button/reset/long_timer_end Content-type: text/html;charset=UTF-8 Cache-Control: private,max-age=0; /sbin/wkick.cgi Location: / X-XSS-Protection: 1; mode=block
printf 2 > /proc/button/reset/reset_led_mode printf 2 > /proc/button/reset/short_led_mode printf 2 > /proc/button/reset/long_led_mode printf 0 > /proc/button/reset/timeout_led_duringtime printf 3 > /proc/button/ledswitch/ledswitch_timer configResetButtonOnBoot Reset Button config done! printf 0 > /proc/button/wlan/wlan_timer; configResetButtonOnBoot: Wlan Button config done! cannot open file /logs/cfgstat_oid_info. ####onu mode = 2#### swdl_get_image_status: cur image = 0 swdl_get_image_status: image 0 isvalid = 1 swdl_get_image_status: cur image = 0 swdl_get_image_status: image 1 isvalid = 1 msgId=3
arpwan: ARP/NDP detect demo is Running ... nd detect NumberOfEntries:0 mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument add a new ndp config:WANConnection:,Interval:60,NumberOfRepetitions:3,Enable:0 mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument GM:hal_igmp_set_uni_port_type uniport 1 type 1GM:hal_igmp_set_uni_port_type uniport 2 type 1GM:hal_igmp_set_uni_port_type uniport 3 type 1GM:hal_igmp_set_uni_port_type uniport 4 type 1hal_igmp_set_enable_mcast_vlan_translation enable=1
isXXSA = 0
arpwan: wanDetectTask loop is Running ... [debug] onuType.type = HGU [debug] isOnuHGU, start dns proxy
getSwVersionInfo(),imageBank:0,version:NXGS1426V07t01
Line 2399 get_options � (null) mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument
getSwVersionInfo(),imageBank:1,version:
OMCI_LIB: Got swImageInfo = b, standby = 1 postParserInitialized ploam.cc:read_sn_from_RI is implemented for mtk,sn:NBELFFFFFFFE365FFFFFFE8 sal_ponMacOpt.cc:SAL_startPloam is implemented for mtk,sn:NBELFE365E8 cannot open file /tmp/lanpd.conf. [Jan 01 08:00:28] radvd (2076): version 2.17 started HAL_PON_ERR XMCS_IOCTL_SDI:do XMCS_IOCTL_SDI failed.cmd is 1074059627,Reason is Operation not permitted
Hello, Welcome to ASB User CLI (version 0.95).
eneter into cfg_bootQosSrv! user> spc:CM spc: Going to boot spccm spc: The SPC exec path is /sbin/spccm spc: finish booting ubusd & spccm enable qos after reboot uplink qos is enabled, old configuration should recover after reboot or unlimit sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory rts_WanIpConnObject Entered sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory cfg_bootIpDdns sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory method = HW_NAT_TAB_CLEAN done method = HW_NAT_TAB_CLEAN done sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory tempname/filename is: /etc/ppp/options_ppp121. cfg_bootIpDdns sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. rts_WanIpConnObject Entered iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. cfg_bootIpDdns sh: can't create /proc/qos/pon_hw_qos_enable: nonexistent directory tempname/filename is: /etc/ppp/options_ppp141. cfg_bootIpDdns sw_acnt_en:1 hw_acnt_en:1 mount: mounting /dev/mtdblock5 on /tmp/rootfs_slave failed: Invalid argument mount: mounting /dev/mtdblock5 on /opt/upt/framework failed: No such file or directory umount: can't umount /tmp/rootfs_slave: Invalid argument Function stl_WANPreConfigObject() is called Function stl_SecurityPreConfigObject() is called Function stl_DNSPreConfigObject() is called Function stl_DNSPreConfigObject() is called rts_LanLoopbackDetectionObject: enable: 1, period: 5, cancel_period: 300, vlantag: untagged, EthernetType: 0xFFFA vlan_num: 1, vlan(use 4096 to stand for untag): vlan[0]: 4096, Function cfg_initSecurity() is called #######sleep 20########### [INIT] lanhostsd starting... lanhost interval:5000ms, offline:20000ms, delete:90000ms, fastoffline:0. dnsproxy pid 2040 no wifi return; no wifi return; Function cfg_bootSecurity() is called Function cfg_bootCMCCSecurity() is called iptables: No chain/target/match by that name. Function cfg_accessFilter() is called call empty_func macFilter.cpp:sal_setPolicy ip6tables: No chain/target/match by that name. Function cfg_bootMWband() is called killall: macfilterd: no process killed iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. csMsgFd:3 chpasswd: unknown user useradmin iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?). killall: telnetd: no process killed iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. Password for 'useradmin-telnet' changed Password for 'root' changed Function stl_CtBhBaiscInfObject() is called Function stl_NetDiagObject() is called Function stl_CtBhAnalysisObject() is called smart customer name: CM smart: boot pcmcm! smart: finish booting new service system! [cfg_bootActAfterBootUp]turn on LED_PWR! phy0 id test success phy1 id test success phy2 id test success phy3 id test success BOSA module access OK! ###############rts_crondtabObject##################### sed: /tmp/crond/genal.root.crond: No such file or directory cmd1 = sed -i '/^0 0 * * */d' /tmp/crond/genal_mult.root.crond sh: /sbin/CuInformLoader: not found ######stl_GASYObject called !######stl_WifidoginfoSource called !######stl_NoWifidoginfoSource called !start Security setting end Security setting Get in plugin_check crond log mode
sh: /sbin/qrdiagnosis: not found all process have started,send msg to dhcpd CM HB andlink HB Get in plugin_install /data/plugins/plugin-b/com.chinamobile.smartgateway.andlink .com.chinamobile.smartgateway.andlink appcore HB Get in plugin_install /data/plugins/plugin-b/com.chinamobile.smartgateway.appcore .com.chinamobile.smartgateway.appcore cmccdpi HB Get in plugin_install /data/plugins/plugin-b/com.chinamobile.smartgateway.cmccdpi .com.chinamobile.smartgateway.cmccdpi wuyougateway HB speedtest HB provider HB ekit HB The home directory (/home/user-common) of user user-common is owned by root. change the owner now: chown user-common /home/user-common security setting finished osgi_admin drwxrwxrwx 2 root root 160 Jan 1 08:00 . -rwxr-xr-x 1 root root 2154 Dec 28 2023 /etc/scripts/osgi_admin.sh crw-rw-rw- 1 root root 1, 3 Jan 1 08:00 /dev/null Delete all traffic mirror rules before booting java! Command failed: Not found Delete all traffic forward rules before booting java! Command failed: Not found Delete all traffic http process rules before booting java! Command failed: Not found memory--→>>512m *start JVM done* iptables v1.4.21: Couldn't find target `FWK_APP_PRE' Try `iptables -h' or 'iptables --help' for more information. cmd1 = sed -i '/^0 0 * * */d' /tmp/crond/genal_mult.root.crond iptables: No chain/target/match by that name. ip6tables: No chain/target/match by that name. iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?). enter mark2_tg_parse chmod: /tmp/qi_plug_msgq: No such file or directory mark 1, mask 15 enter mark2_tg_parse mark 1, mask 15 enter mark2_tg_parse mark 1, mask 15 enter mark2_tg_parse mark 1, mask 15 xl2tpd[2958]: setsockopt recvref[30]: Protocol not available xl2tpd[2958]: Using l2tp kernel support. xl2tpd[2958]: xl2tpd version xl2tpd-1.3.6 started on HBSC-XG040GMD-NBELFE0365E8 PID:2958 xl2tpd[2958]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc. xl2tpd[2958]: Forked by Scott Balmos and David Stipp, (C) 2001 xl2tpd[2958]: Inherited by Jeff McAdams, (C) 2002 xl2tpd[2958]: Forked again by Xelerance (www.xelerance.com) (C) 2006 xl2tpd[2958]: Listening on IP address 0.0.0.0, port 1701 xl2tpd6[2960]: Not looking for kernel SAref support. xl2tpd6[2960]: Using l2tp kernel support. xl2tpd6[2960]: xl2tpd version xl2tpd-1.3.17 started on HBSC-XG040GMD-NBELFE0365E8 PID:2960 xl2tpd6[2960]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc. xl2tpd6[2960]: Forked by Scott Balmos and David Stipp, (C) 2001 xl2tpd6[2960]: Inherited by Jeff McAdams, (C) 2002 xl2tpd6[2960]: Forked again by Xelerance (www.xelerance.com) (C) 2006-2016 xl2tpd6[2960]: And again, forked by ulysse31 a.k.a Nix (ulysse31'at'gmail.com) (C) 2022 xl2tpd6[2960]: To convert source to IPv6, and create binary/daemon/service xl2tpd6 xl2tpd6[2960]: Listening on IP address ::, port 1701 enter mark2_tg_parse mark 2, mask 15 enter mark2_tg_parse mark 2, mask 15 enter mark2_tg_parse mark 2, mask 15 enter mark2_tg_parse mark 2, mask 15 enter mark2_tg_parse mark 3, mask 15 enter mark2_tg_parse mark 3, m3ask 15 enter mark2_tg_parse mark 3, mask 15 enter mark2_tg_parse mark 3, mask 15 enter mark2_tg_parse mark 4, mask 15 enter mark2_tg_parse mark 4, mask 15 enter mark2_tg_parse mark 4, mask 15 enter mark2_tg_parse mark 4, mask 15 enter mark2_tg_parse mark 5, mask 15 enter mark2_tg_parse mark 5, mask 15 enter mark2_tg_parse mark 5, mask 15 enter mark2_tg_parse mark 5, mask 15 enter mark2_tg_parse mark 6, mask 15 enter mark2_tg_parse mark 6, mask 15 enter mark2_tg_parse mark 6, mask 15 enter mark2_tg_parse mark 6, mask 15 enter mark2_tg_parse mark 7, mask 15 enter mark2_tg_parse mark 7, mask 15 enter mark2_tg_parse mark 7, mask 15 enter mark2_tg_parse mark 7, mask 15 enter mark2_tg_parse mark 8, mask 15 enter mark2_tg_parse mark 8, mask 15 enter mark2_tg_parse mark 8, mask 15 enter mark2_tg_parse mark 8, mask 15 #!!#ignoreAutoStartFlag false JNI onload * [write]failed to open /tmp/comcli.conf! [write]failed to open /tmp/comcli.conf! Exec. Successful Exec. Successful #TASK* cpu* mask* task:tcwdog:0x7 type=task name=tcwdog mask=0x7 pid 757's current affinity mask: 7 pid 757's new affinity mask: 7 taskset tcwdog = 0x7 ok task:smbd:0x8 type=task name=smbd mask=0x8 can't find name smbd task:omciMgr:0xf type=task name=omciMgr mask=0xf pid 1425's current affinity mask: f pid 1425's new affinity mask: f taskset omciMgr = 0xf ok #IRQ* CPU* mask #irq:100:0x4 type=#irq name=100 mask=0x4 #irq:112:0x8 type=#irq name=112 mask=0x8 ##100:ra0/rai0:CPU2 type=##100 name=ra0/rai0 mask=CPU2 ##112:lan3:CPU3 type=##112 name=lan3 mask=CPU3 *imp_bundle_pluginattr done* *imp_bundle_getstatus done* *imp_bundle_pluginattr done* *imp_bundle_getstatus done* *imp_bundle_pluginattr done* *imp_bundle_getstatus done***
OpenWrt bootlog
COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING
Notes
None at this time.


