Advertisement
test9999113443

Untitled

Oct 6th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.41 KB | None | 0 0
  1. U-Boot 1.1.3 (Mar  2 2016 - 14:05:04)
  2.  
  3. Board: MediaTek APSoC DRAM: 64 MB
  4. enable ephy clock...done. SSC disabled.
  5. ******************************
  6. Software System Reset Occurred
  7. ******************************
  8. MediaTek SPI flash driver, SPI clock: 48MHz
  9. spi device id: ef 40 17 0 0 (40170000)
  10. find flash: W25Q64BV
  11. *** Warning - bad CRC, using default environment
  12.  
  13. ============================================
  14. MediaTek U-Boot Version: 5.0.0.5
  15. --------------------------------------------
  16. ASIC 7620_MP (Port5<->None)
  17. DRAM component: 512 Mbits DDR, width 16
  18. DRAM bus: 16 bit
  19. Total memory: 64 MBytes
  20. Flash component: SPI Flash
  21. Date:Mar  2 2016  Time:14:05:04
  22. ============================================
  23. icache: sets:512, ways:4, linesz:32, total:65536
  24. dcache: sets:256, ways:4, linesz:32, total:32768
  25.  
  26.  #### The CPU freq = 580 MHZ ####
  27.  estimate memory size = 64 Mbytes
  28.  
  29. Please choose the operation:
  30.    0: Load system code then write to Flash via Serial.
  31.    1: Load system code to SDRAM via TFTP.
  32.    2: Load system code then write to Flash via TFTP.
  33.    3: Boot system code via Flash (default).
  34.    4: Enter boot command line interface.
  35.    7: Load U-Boot code then write to Flash via Serial.
  36.    9: Load U-Boot code then write to Flash via TFTP.                          0
  37.  
  38.  
  39. 3: System Boot system code via Flash.
  40. ## Checking image at bc050000 ...
  41.    Image Name:   SNR-CPE-W4N-MT
  42.    Image Type:   MIPS Linux Kernel Image (uncompressed)
  43.    Data Size:    6816485 Bytes =  6.5 MB
  44.    Load Address: 80000000
  45.    Entry Point:  80000000
  46.    Verifying Checksum ... OK
  47. OK
  48. No initrd
  49. ## Transferring control to Linux (at address 80000000) ...
  50. ## Giving linux memsize in MB, 64
  51.  
  52. Starting kernel ...
  53.  
  54.  
  55.  
  56. OpenWrt kernel loader for MIPS based SoC
  57. Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
  58. Decompressing kernel... done!
  59. Starting kernel at 80000000...
  60.  
  61. [    0.000000] Linux version 5.10.144 (user@debian) (mipsel-openwrt-linux-musl-g                        cc (OpenWrt GCC 11.3.0 r20779+1-c5e167e0d6) 11.3.0, GNU ld (GNU Binutils) 2.37)                         #0 Thu Oct 6 13:58:15 2022
  62. [    0.000000] Board has DDR1
  63. [    0.000000] Analog PMU set to hw control
  64. [    0.000000] Digital PMU set to hw control
  65. [    0.000000] SoC Type: MediaTek MT7620N ver:2 eco:6
  66. [    0.000000] printk: bootconsole [early0] enabled
  67. [    0.000000] CPU0 revision is: 00019650 (MIPS 24KEc)
  68. [    0.000000] MIPS: machine is SNR-CPE-W4N (rev.M)
  69. [    0.000000] Initrd not found or empty - disabling initrd
  70. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  71. [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt                        es
  72. [    0.000000] Zone ranges:
  73. [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
  74. [    0.000000] Movable zone start for each node
  75. [    0.000000] Early memory node ranges
  76. [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
  77. [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
  78. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
  79. [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs                        2
  80. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, lin                        ear)
  81. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, line                        ar)
  82. [    0.000000] Writing ErrCtl register=00076fd0
  83. [    0.000000] Readback ErrCtl register=00076fd0
  84. [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  85. [    0.000000] Memory: 56424K/65536K available (5253K kernel code, 613K rwdata,                         1112K rodata, 1204K init, 209K bss, 9112K reserved, 0K cma-reserved)
  86. [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  87. [    0.000000] NR_IRQS: 256
  88. [    0.000000] CPU Clock: 580MHz
  89. [    0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_n                        s: 583261500 ns
  90. [    0.000000] systick: enable autosleep mode
  91. [    0.000000] systick: running - mult: 214748, shift: 32
  92. [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_i                        dle_ns: 6590553264 ns
  93. [    0.000010] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 74051                        15902ns
  94. [    0.015564] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  95. [    0.087797] pid_max: default: 32768 minimum: 301
  96. [    0.097180] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linea                        r)
  97. [    0.111586] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes,                         linear)
  98. [    0.129552] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE                         build
  99. [    0.148477] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                        x_idle_ns: 19112604462750000 ns
  100. [    0.167960] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
  101. [    0.181550] pinctrl core: initialized pinctrl subsystem
  102. [    0.193033] NET: Registered protocol family 16
  103. [    0.267525] rt2880_gpio 10000600.gpio: registering 24 gpios
  104. [    0.278593] rt2880_gpio 10000600.gpio: registering 24 irq handlers
  105. [    0.291168] rt2880_gpio 10000638.gpio: registering 16 gpios
  106. [    0.302179] rt2880_gpio 10000638.gpio: registering 16 irq handlers
  107. [    0.314767] rt2880_gpio 10000688.gpio: registering 1 gpios
  108. [    0.325604] rt2880_gpio 10000688.gpio: registering 1 irq handlers
  109. [    0.347817] clocksource: Switched to clocksource systick
  110. [    0.359701] NET: Registered protocol family 2
  111. [    0.368594] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear                        )
  112. [    0.383682] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096                         bytes, linear)
  113. [    0.400309] TCP established hash table entries: 1024 (order: 0, 4096 bytes, l                        inear)
  114. [    0.415433] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
  115. [    0.429438] TCP: Hash tables configured (established 1024 bind 1024)
  116. [    0.442224] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
  117. [    0.455136] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
  118. [    0.469301] NET: Registered protocol family 1
  119. [    0.477893] PCI: CLS 0 bytes, default 32
  120. [    0.491030] rt-timer 10000100.timer: maximum frequency is 1220Hz
  121. [    0.506092] workingset: timestamp_bits=14 max_order=14 bucket_order=0
  122. [    0.524340] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  123. [    0.535844] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORIT                        Y) (c) 2001-2006 Red Hat, Inc.
  124. [    0.558847] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  125. [    0.572568] printk: console [ttyS0] disabled
  126. [    0.581077] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud                         = 2500000) is a Palmchip BK-3103
  127. [    0.600721] printk: console [ttyS0] enabled
  128. [    0.600721] printk: console [ttyS0] enabled
  129. [    0.617285] printk: bootconsole [early0] disabled
  130. [    0.617285] printk: bootconsole [early0] disabled
  131. [    0.647514] spi spi0.0: force spi mode3
  132. [    0.656655] spi-nor spi0.0: s25fl064k (8192 Kbytes)
  133. [    0.666534] 4 fixed-partitions partitions found on MTD device spi0.0
  134. [    0.679264] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitio                        ns
  135. [    0.693866] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitio                        ns
  136. [    0.709017] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitio                        ns
  137. [    0.723664] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitio                        ns
  138. [    0.738484] Creating 4 MTD partitions on "spi0.0":
  139. [    0.748094] 0x000000000000-0x000000030000 : "Bootloader"
  140. [    0.762048] 0x000000030000-0x000000040000 : "Config"
  141. [    0.773240] 0x000000040000-0x000000140000 : "Factory"
  142. [    0.786474] 0x000000050000-0x000000800000 : "firmware"
  143. [    0.827272] gsw: setting port4 to ephy mode
  144. [    0.835821] mtk_soc_eth 10100000.ethernet: generated random MAC address e2:49                        :da:41:5e:d5
  145. [    0.852163] mtk_soc_eth 10100000.ethernet: no mdio-bus child node found
  146. [    0.865353] mtk_soc_eth 10100000.ethernet: mdio-bus disabled
  147. [    0.876859] mtk_soc_eth 10100000.ethernet: loaded mt7620 driver
  148. [    0.889433] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0                        100000, irq 5
  149. [    0.906608] rt2880_wdt 10000120.watchdog: Initialized
  150. [    0.918082] NET: Registered protocol family 10
  151. [    0.932995] Segment Routing with IPv6
  152. [    0.940524] NET: Registered protocol family 17
  153. [    0.949514] 8021q: 802.1Q VLAN Support v1.8
  154. [    0.960082] /dev/root: Can't open blockdev
  155. [    0.968327] VFS: Cannot open root device "(null)" or unknown-block(0,0): erro                        r -6
  156. [    0.983255] Please append a correct "root=" boot option; here are the availab                        le partitions:
  157. [    0.999922] 1f00             192 mtdblock0
  158. [    0.999928]  (driver?)
  159. [    1.012952] 1f01              64 mtdblock1
  160. [    1.012956]  (driver?)
  161. [    1.025979] 1f02            1024 mtdblock2
  162. [    1.025984]  (driver?)
  163. [    1.039020] 1f03            7872 mtdblock3
  164. [    1.039025]  (driver?)
  165. [    1.052045] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno                        wn-block(0,0)
  166. [    1.068511] Rebooting in 1 seconds..
  167.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement