Advertisement
novski

flash Firmware

May 13th, 2019
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. [04050C0A][04050C0D]
  2. DDR Calibration DQS reg = 00008987
  3.  
  4.  
  5. U-Boot 1.1.3 (Dec 6 2016 - 11:20:23)
  6.  
  7. Board: Ralink APSoC
  8. DRAM: 128 MB
  9. relocate_code Pointer at: 87f68000
  10. ******************************
  11. Software System Reset Occurred
  12. ******************************
  13. flash manufacture id: c2, device id 20 19
  14. find flash: MX25L25635E
  15. ============================================
  16. Ralink UBoot Version: 4.3.0.0
  17. --------------------------------------------
  18. ASIC 7628_MP (Port5<->None)
  19. DRAM component: 1024 Mbits DDR, width 16
  20. DRAM bus: 16 bit
  21. Total memory: 128 MBytes
  22. Flash component: SPI Flash
  23. Date:Dec 6 2016 Time:11:20:23
  24. ============================================
  25. icache: sets:512, ways:4, linesz:32 ,total:65536
  26. dcache: sets:256, ways:4, linesz:32 ,total:32768
  27.  
  28. ##### The CPU freq = 580 MHZ ####
  29. estimate memory size =128 Mbytes
  30. RESET MT7628 PHY!!!!!!
  31.  
  32. GPIOMODE --> 50054404
  33.  
  34. GPIOMODE2 --> 5540551
  35.  
  36. Please choose the operation:
  37. 1: Load system code to SDRAM via TFTP.
  38. 2: Load system code then write to Flash via TFTP.
  39. 3: Boot system code via Flash (default).
  40. 4: Entr boot command line interface.
  41. 7: Load Boot Loader code then write to Flash via Serial.
  42. 9: Load Boot Loader code then write to Flash via TFTP.
  43. 0
  44.  
  45. 3: System Boot system code via Flash.
  46. ## Booting image at bc050000 ...
  47. Image Name: MIPS OpenWrt Linux-4.14.95
  48. Image Type: MIPS Linux Kernel Image (lzma compressed)
  49. Data Size: 1438137 Bytes = 1.4 MB
  50. Load Address: 80000000
  51. Entry Point: 80000000
  52. Verifying Checksum ... OK
  53. Uncompressing Kernel Image ... OK
  54. No initrd
  55. ## Transferring control to Linux (at address 80000000) ...
  56. ## Giving linux memsize in MB, 128
  57.  
  58. Starting kernel ...
  59.  
  60. [ 0.000000] Linux version 4.14.95 ([email protected]) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7552-2f11a9e)) #0 Mon Jan 28 08:54:32 2019
  61. [ 0.000000] Board has DDR2
  62. [ 0.000000] Analog PMU set to hw control
  63. [ 0.000000] Digital PMU set to hw control
  64. [ 0.000000] SoC Type: MediaTek MT7688 ver:1 eco:2
  65. [ 0.000000] bootconsole [early0] enabled
  66. [ 0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
  67. [ 0.000000] MIPS: machine is MediaTek LinkIt Smart 7688
  68. [ 0.000000] Determined physical RAM map:
  69. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  70. [ 0.000000] Initrd not found or empty - disabling initrd
  71. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  72. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  73. [ 0.000000] Zone ranges:
  74. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  75. [ 0.000000] Movable zone start for each node
  76. [ 0.000000] Early memory node ranges
  77. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  78. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  79. [ 0.000000] random: get_random_bytes called from 0x8042672c with crng_init=0
  80. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512
  81. [ 0.000000] Kernel command line: console=ttyS2,57600 rootfstype=squashfs,jffs2
  82. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  83. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  84. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  85. [ 0.000000] Writing ErrCtl register=0000afe0
  86. [ 0.000000] Readback ErrCtl register=0000afe0
  87. [ 0.000000] Memory: 125224K/131072K available (3592K kernel code, 183K rwdata, 464K rodata, 168K init, 206K bss, 5848K reserved, 0K cma-reserved)
  88. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  89. [ 0.000000] NR_IRQS: 256
  90. [ 0.000000] intc: using register map from devicetree
  91. [ 0.000000] CPU Clock: 580MHz
  92. [ 0.000000] timer_probe: no matching timers found
  93. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
  94. [ 0.000012] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
  95. [ 0.015381] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  96. [ 0.087588] pid_max: default: 32768 minimum: 301
  97. [ 0.096960] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  98. [ 0.109920] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  99. [ 0.129652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  100. [ 0.149029] futex hash table entries: 256 (order: -1, 3072 bytes)
  101. [ 0.161132] pinctrl core: initialized pinctrl subsystem
  102. [ 0.172698] NET: Registered protocol family 16
  103. [ 0.186497] Can't analyze schedule() prologue at 8037dd78
  104. [ 0.215311] mt7621_gpio 10000600.gpio: registering 32 gpios
  105. [ 0.226524] mt7621_gpio 10000600.gpio: registering 32 gpios
  106. [ 0.237660] mt7621_gpio 10000600.gpio: registering 32 gpios
  107. [ 0.253542] clocksource: Switched to clocksource MIPS
  108. [ 0.264660] NET: Registered protocol family 2
  109. [ 0.274204] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  110. [ 0.287908] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  111. [ 0.300421] TCP: Hash tables configured (established 1024 bind 1024)
  112. [ 0.313115] UDP hash table entries: 256 (order: 0, 4096 bytes)
  113. [ 0.324575] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  114. [ 0.337190] NET: Registered protocol family 1
  115. [ 0.349117] Crashlog allocated RAM at address 0x3f00000
  116. [ 0.361013] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  117. [ 0.379704] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  118. [ 0.391141] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  119. [ 0.421095] io scheduler noop registered
  120. [ 0.428769] io scheduler deadline registered (default)
  121. [ 0.439845] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  122. [ 0.455264] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
  123. [ 0.473768] 10000d00.uart1: ttyS1 at MMIO 0x10000d00 (irq = 29, base_baud = 2500000) is a 16550A
  124. [ 0.491668] 10000e00.uart2: ttyS2 at MMIO 0x10000e00 (irq = 30, base_baud = 2500000) is a 16550A
  125. [ 0.509012] console [ttyS2] enabled
  126. [ 0.509012] console [ttyS2] enabled
  127. [ 0.522681] bootconsole [early0] disabled
  128. [ 0.522681] bootconsole [early0] disabled
  129. [ 0.539166] cacheinfo: Failed to find cpu0 device node
  130. [ 0.549378] cacheinfo: Unable to detect cache hierarchy for CPU 0
  131. [ 0.562270] spi-mt7621 10000b00.spi: sys_freq: 193333333
  132. [ 0.581119] m25p80 spi0.0: mx25l25635e (32768 Kbytes)
  133. [ 0.591231] 4 fixed-partitions partitions found on MTD device spi0.0
  134. [ 0.603816] Creating 4 MTD partitions on "spi0.0":
  135. [ 0.613305] 0x000000000000-0x000000030000 : "u-boot"
  136. [ 0.624159] 0x000000030000-0x000000040000 : "u-boot-env"
  137. [ 0.635570] 0x000000040000-0x000000050000 : "factory"
  138. [ 0.646517] 0x000000050000-0x000002000000 : "firmware"
  139. [ 0.727145] 2 uimage-fw partitions found on MTD device firmware
  140. [ 0.738906] 0x000000050000-0x0000001af1f9 : "kernel"
  141. [ 0.749680] 0x0000001af1f9-0x000002000000 : "rootfs"
  142. [ 0.760373] mtd: device 5 (rootfs) set to be root filesystem
  143. [ 0.773137] 1 squashfs-split partitions found on MTD device rootfs
  144. [ 0.785443] 0x000000400000-0x000002000000 : "rootfs_data"
  145. [ 0.798017] libphy: Fixed MDIO Bus: probed
  146. [ 0.817265] rt3050-esw 10110000.esw: link changed 0x00
  147. [ 0.829089] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
  148. [ 0.847374] NET: Registered protocol family 10
  149. [ 0.860370] Segment Routing with IPv6
  150. [ 0.867808] NET: Registered protocol family 17
  151. [ 0.876665] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  152. [ 0.902334] 8021q: 802.1Q VLAN Support v1.8
  153. [ 0.912511] mtk-linkit bootstrap: Version : LINKITS7688
  154. [ 0.923097] mtk-linkit bootstrap: Revision : REV3
  155. [ 0.932412] mtk-linkit bootstrap: setting up bootstrap latch
  156. [ 0.950424] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
  157. [ 0.965372] Freeing unused kernel memory: 168K
  158. [ 0.974191] This architecture does not have kernel memory protection.
  159. [ 1.786928] init: Console is alive
  160. [ 1.793990] init: - watchdog -
  161. [ 2.433552] random: fast init done
  162. [ 2.768699] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  163. [ 2.935594] usbcore: registered new interface driver usbfs
  164. [ 2.946620] usbcore: registered new interface driver hub
  165. [ 2.957278] usbcore: registered new device driver usb
  166. [ 2.973126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  167. [ 2.987783] ehci-platform: EHCI generic platform driver
  168. [ 3.008509] phy phy-10120000.usbphy.0: remote usb device wakeup disabled
  169. [ 3.021792] phy phy-10120000.usbphy.0: UTMI 16bit 30MHz
  170. [ 3.032159] ehci-platform 101c0000.ehci: EHCI Host Controller
  171. [ 3.043578] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1
  172. [ 3.059388] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
  173. [ 3.093581] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
  174. [ 3.107093] hub 1-0:1.0: USB hub found
  175. [ 3.114989] hub 1-0:1.0: 1 port detected
  176. [ 3.126065] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  177. [ 3.139941] ohci-platform: OHCI generic platform driver
  178. [ 3.150653] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
  179. [ 3.164185] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2
  180. [ 3.179988] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
  181. [ 3.258565] hub 2-0:1.0: USB hub found
  182. [ 3.266503] hub 2-0:1.0: 1 port detected
  183. [ 3.278154] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  184. [ 3.303004] init: - preinit -
  185. [ 4.397654] rt3050-esw 10110000.esw: link changed 0x00
  186. Press the [f] key and hit [enter] to enter failsafe mode
  187. Press the [1], [2], [3[ 4.594275] random: procd: uninitialized urandom read (4 bytes read)
  188. ] or [4] key and hit [enter] to select the debug level
  189. [ 7.954146] jffs2: notice: (386) jffs2_build_xattr_subsystem: complete building xattr subsystem, 28 of xdatum (0 unchecked, 28 orphan) and 28 of xref (28 dead, 0 orphan) found.
  190. [ 7.986999] mount_root: switching to jffs2 overlay
  191. [ 8.029555] overlayfs: upper fs does not support tmpfile.
  192. [ 8.046460] urandom-seed: Seeding with /etc/urandom.seed
  193. [ 8.210824] procd: - early -
  194. [ 8.217485] procd: - watchdog -
  195. [ 8.948395] procd: - watchdog -
  196. [ 8.954978] procd: - ubus -
  197. [ 9.171146] random: ubusd: uninitialized urandom read (4 bytes read)
  198. [ 9.347942] random: ubusd: uninitialized urandom read (4 bytes read)
  199. [ 9.361151] random: ubusd: uninitialized urandom read (4 bytes read)
  200. [ 9.374869] procd: - init -
  201. Please press Enter to activate this console.
  202. [ 9.750019] kmodloader: loading kernel modules from /etc/modules.d/*
  203. [ 9.852271] ip6_tables: (C) 2000-2006 Netfilter Core Team
  204. [ 9.875266] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
  205. [ 9.891187] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
  206. [ 9.907652] ip_tables: (C) 2000-2006 Netfilter Core Team
  207. [ 9.927394] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
  208. [ 10.006760] xt_time: kernel timezone is -0000
  209. [ 10.077446] mt76_wmac 10300000.wmac: ASIC revision: 76280001
  210. [ 11.105616] mt76_wmac 10300000.wmac: Firmware Version: 20151201
  211. [ 11.117424] mt76_wmac 10300000.wmac: Build Time: 20151201183641
  212. [ 11.143554] mt76_wmac 10300000.wmac: firmware init done
  213. [ 11.375004] PPP generic driver version 2.4.2
  214. [ 11.463451] NET: Registered protocol family 24
  215. [ 11.476584] kmodloader: done loading kernel modules from /etc/modules.d/*
  216. [ 12.615537] urandom_read: 5 callbacks suppressed
  217. [ 12.615547] random: jshn: uninitialized urandom read (4 bytes read)
  218. [ 21.724524] br-lan: port 1(eth0) entered blocking state
  219. [ 21.734935] br-lan: port 1(eth0) entered disabled state
  220. [ 21.745654] device eth0 entered promiscuous mode
  221. [ 21.839263] br-lan: port 1(eth0) entered blocking state
  222. [ 21.849680] br-lan: port 1(eth0) entered forwarding state
  223. [ 21.860619] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  224. [ 22.713665] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement