Advertisement
test9999113443

Untitled

Oct 5th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.97 KB | None | 0 0
  1. Unlocking Kernel_RootFS ...
  2. Writing from /var/cgiHUGWrb to Kernel_RootFS ...  [w]
  3. Restarting system.
  4.  
  5.  
  6. U-Boot 1.1.3 (Mar  2 2016 - 14:05:04)
  7.  
  8. Board: MediaTek APSoC DRAM: 64 MB
  9. enable ephy clock...done. SSC disabled.
  10. ******************************
  11. Software System Reset Occurred
  12. ******************************
  13. MediaTek SPI flash driver, SPI clock: 48MHz
  14. spi device id: ef 40 17 0 0 (40170000)
  15. find flash: W25Q64BV
  16. *** Warning - bad CRC, using default environment
  17.  
  18. ============================================
  19. MediaTek U-Boot Version: 5.0.0.5
  20. --------------------------------------------
  21. ASIC 7620_MP (Port5<->None)
  22. DRAM component: 512 Mbits DDR, width 16
  23. DRAM bus: 16 bit
  24. Total memory: 64 MBytes
  25. Flash component: SPI Flash
  26. Date:Mar  2 2016  Time:14:05:04
  27. ============================================
  28. icache: sets:512, ways:4, linesz:32, total:65536
  29. dcache: sets:256, ways:4, linesz:32, total:32768
  30.  
  31.  #### The CPU freq = 580 MHZ ####
  32.  estimate memory size = 64 Mbytes
  33.  
  34. Please choose the operation:
  35.    0: Load system code then write to Flash via Serial.
  36.    1: Load system code to SDRAM via TFTP.
  37.    2: Load system code then write to Flash via TFTP.
  38.    3: Boot system code via Flash (default).
  39.    4: Enter boot command line interface.
  40.    7: Load U-Boot code then write to Flash via Serial.
  41.    9: Load U-Boot code then write to Flash via TFTP.                          0
  42.  
  43.  
  44. 3: System Boot system code via Flash.
  45. ## Checking image at bc050000 ...
  46.    Image Name:   SNR-CPE-W4N-MT
  47.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  48.    Data Size:    5663406 Bytes =  5.4 MB
  49.    Load Address: 80000000
  50.    Entry Point:  80247580
  51.    Verifying Checksum ... OK
  52.    Uncompressing Kernel Image ... OK
  53. No initrd
  54. ## Transferring control to Linux (at address 80247580) ...
  55. ## Giving linux memsize in MB, 64
  56.  
  57. Starting kernel ...
  58.  
  59.  
  60. LINUX started...
  61. DetectRAMsequence
  62. MAX memory:[268435456]
  63. RAM size detected:[67108864]
  64. FullviewRAM:[67108864]
  65. Linux version 3.4.111.109 (sfstudio_at_mail.ru@wive-ng.sf.net) (gcc version 4.8.5 (GCC) ) #1 Tue Apr 12 18:55:07 GMT-3 2016
  66.  
  67. MediaTek SoC: MT7620N, RevID: 0206, RAM: DDR1, XTAL: 20MHz
  68. CPU/OCP/SYS frequency: 580/193/193 MHz
  69. CPU revision is: 00019650 (MIPS 24KEc)
  70. Determined physical RAM map:
  71.  memory: 04000000 @ 00000000 (usable)
  72. Zone PFN ranges:
  73.   Normal   0x00000000 -> 0x00004000
  74. Movable zone start PFN for each node
  75. Early memory PFN ranges
  76.     0: 0x00000000 -> 0x00004000
  77. Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  78. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  79. Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  80. Kernel command line: console=ttyS0,57600n8 root=/dev/mtdblock4 rootfstype=squashfs
  81. PID hash table entries: 256 (order: -2, 1024 bytes)
  82. Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  83. Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  84. Writing ErrCtl register=00067ed0
  85. Readback ErrCtl register=00067ed0
  86. Memory: 61784k/65536k available (2388k kernel code, 3752k reserved, 493k data, 188k init, 0k highmem)
  87. start_kernel(): bug: interrupts were enabled *very* early, fixing it
  88. NR_IRQS:40
  89. console [ttyS0] enabled
  90. Calibrating delay loop... 385.02 BogoMIPS (lpj=192512)
  91. pid_max: default: 32768 minimum: 301
  92. Mount-cache hash table entries: 512
  93. NET: Registered protocol family 16
  94. bio: create slab <bio-0> at 0
  95. Switching to clocksource MIPS
  96. NET: Registered protocol family 1
  97. NET: Registered protocol family 2
  98. IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  99. TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  100. TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  101. TCP: Hash tables configured (established 2048 bind 2048)
  102. TCP: reno registered
  103. UDP hash table entries: 256 (order: 0, 4096 bytes)
  104. Load Ralink WDG Timer Module
  105. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  106. msgmni has been set to 120
  107. io scheduler noop registered (default)
  108. Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  109. serial8250: ttyS0 at MMIO 0x10000c00 (irq = 20) is a 16550A
  110. Ralink gpio driver initialized
  111. Ralink SPI flash driver, SPI clock: 48MHz
  112. W25Q64BV (ef 40170000) (8192 Kbytes)
  113. Creating 7 MTD partitions on "raspi":
  114. 0x000000000000-0x000000030000 : "Bootloader"
  115. 0x000000030000-0x000000040000 : "Config"
  116. 0x000000040000-0x000000050000 : "Factory"
  117. 0x000000050000-0x00000015473a : "Kernel_stub"
  118. 0x00000015473a-0x000000780000 : "RootFS_stub"
  119. 0x000000780000-0x000000800000 : "RW-FS"
  120. 0x000000050000-0x000000780000 : "Kernel_RootFS"
  121. Ralink APSoC Ethernet Driver v3.2.3 (raeth)
  122. raeth: PDMA RX ring 256, PDMA TX ring 512. Max packet size 1536
  123. raeth: NAPI support, weight 32
  124. raeth: Byte Queue Limits (BQL) support
  125. PPP generic driver version 2.4.2
  126. PPP vpn led has gpio 39
  127. PPP MPPE Compression module registered
  128. NET: Registered protocol family 24
  129. PPTP driver version 0.8.5
  130. 8021q: 802.1Q VLAN Support v1.8
  131. NET: Registered protocol family 17
  132. Netfilter messages via NETLINK v0.30.
  133. nf_conntrack version 0.5.0 (16384 buckets, 32768 max)
  134. gre: GRE over IPv4 demultiplexor driver
  135. ip_tables: (C) 2000-2006 Netfilter Core Team
  136. TCP: cubic registered
  137. NET: Registered protocol family 10
  138. ip6_tables: (C) 2000-2006 Netfilter Core Team
  139. L2TP core driver, V2.0
  140. PPPoL2TP kernel driver, V2.0
  141. NVRAM: Kernel NVRAM start init.
  142. NVRAM: Particion 0 CRC f426d09c OK.
  143. VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
  144. mount /proc file system ok!
  145. mount /sys file system ok!
  146. mount /dev file system ok!
  147. mount /var file system ok!
  148. Freeing unused kernel memory: 188k freed
  149. Build the /dev/console node.
  150. Algorithmics/MIPS FPU Emulator v1.5
  151. INIT Touch mdev.
  152. INIT Mount /tmp/rootfs
  153. INIT Create some persistent nodes in dev.
  154. INIT Init RW particion
  155. bzcat: invalid magic
  156. INIT File system is clear or poor. Restore.
  157. Start buttons WDG
  158. INIT Restored. Save after full boot and configure.
  159. INIT Create start services trees
  160. INIT Start services now
  161. ~ # preconfigure >>>>>>>>>>>> NORMAL BOOT <<<<<<<<<<<<<<<
  162. preconfigure Factory mac adresess: F8:F0:82:55:04:5C F8:F0:82:55:04:5B F8:F0:82:AD:EF:DC
  163. SYSLOG Start klogd
  164. SYSLOG Start syslogd local
  165. Password for 'Admin' changed
  166. Restore time to build time or save time.
  167. Tue Apr 12 19:02:00 OMST 2016
  168. raeth: HW IP/TCP/UDP checksum RX/TX offload enabled
  169. raeth: HW VLAN TX offload enabled
  170. raeth: HW Scatter/Gather TX offload enabled
  171. ESW: Link Status Changed - Port0 Link Up
  172. MODULES Loading TV module...
  173. TV_MON Starting membd...
  174. grep: /etc/crontabs/Admin: No such file or directory
  175. /var/run/rc0.d/S97tv_membd: line 1: timeout: not found
  176. Build config for fist WiFi module.
  177. MT76x2 AP Driver version: 3.0.4.0.P1
  178. ESW: Link Status Changed - Port0 Link Down
  179. >>>>> RECONFIGURE WIFI IF = ra0 <<<<<<<<<<
  180. ESW: Link Status Changed - Port0 Link Up
  181. Ralink HW NAT v2.52.0 Module Enabled, FoE Size: 16384
  182. Save curent date and current time to rwfs
  183. Compress config files
  184. tar: removing leading '/' from member names
  185. Write RW-FS to flash (116kB of 512kB)
  186. Unlocking RW-FS ...
  187. Writing from /tmp/tgzfs to RW-FS ...  [w]
  188. Config saved. OK.
  189.  
  190.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement