Advertisement
Guest User

ap3610

a guest
Apr 18th, 2019
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. -
  2.  
  3. U-Boot 1.2.0.07-dirty (Apr 20 2017 - 18:13:34)
  4.  
  5. Primary Image
  6.  
  7. DRAM: 128 MB
  8. Flash: 16 MB
  9. In: serial
  10. Out: serial
  11. Err: serial
  12. Net: eth0
  13. Hit any key to stop autoboot: 0
  14. Boot->
  15. Boot-> printenv
  16. bootargs=console=ttyS0,115200n81 mtdparts=ar7100-nor0:256K(BootBAK)ro,256K(BootPRI),14336K(FS),256K(CFG1),256K(CFG2),256K(NVRAM1),256K(NVRAM2),256K(RSVD1),256K( RSVD2) BOOT_KERNEL=primary BOOT_BOOTROM=unknown mem=130560K panic=30 ro
  17. baudrate=115200
  18. netmask=255.255.255.0
  19. PB44_CONFIG1_ADDR=0xBFE80000
  20. PB44_CONFIG1_SIZE=0x40000
  21. PB44_CONFIG2_ADDR=0xBFEC0000
  22. PB44_CONFIG2_SIZE=0x40000
  23. WATCHDOG_LIMIT=3
  24. BOOT_KERNEL=primary
  25. BOOT_BOOTROM=unknown
  26. SERVICETYPE=siemens
  27. SERVICEATTRS=ac_manager,ru_manager
  28. AC_HOSTNAME=Controller
  29. VERSIONBASE=0
  30. REGION=NA
  31. mtdparts=mtdparts=ar7100-nor0:256K(BootBAK)ro,256K(BootPRI),14336K(FS),256K(CFG1),256K(CFG2),256K(NVRAM1),256K(NVRAM2),256K(RSVD1),256K(RSVD2)
  32. static_bootargs=console=ttyS0,115200n81 mem=130560K panic=30 ro
  33. boot_flash=order="img2 bak2"; for script in ${order}; do if fsload 0x80400000 boot_kernel.${script}; then if imi 0x80400000; then autoscr 0x80400000; exit; fi; fi; done; echo ERROR: Problem with boot script, dropping to interactive shell
  34. ethact=eth0
  35. DEFAULT_SETTING=0
  36. CURR_VER=U-Boot 1.2.0.07 (Oct 9 2009 - 13:09:54)
  37. APSK=022EBF3A98519BF8475F78E82B7ECC7F69813DD265CB654EF6C7C89EB749D651E0
  38. MB81_CTL_VER=2
  39. MB82_CTL_VER=3
  40. bootcmd=run boot_flash
  41. ipaddr=192.168.1.20
  42. serverip=192.168.1.1
  43. gatewayip=192.168.1.1
  44. bootdelay=1
  45. HW_RELEASE=5
  46. ipaddr=192.168.7.218
  47. gatewayip=192.168.7.1
  48. MODEL=AP3610-1
  49. SERIAL#=12382829236A0000
  50. ethaddr=00:1F:45:F2:B7:3B
  51. RADIOADDR0=00:1F:45:F3:50:F0
  52. RADIOADDR1=00:1F:45:F3:50:F8
  53. NUM_ANTENNAS=3
  54. AP_MODE=0
  55. AP_FLAG=0
  56. filesize=ba3
  57. LOAD_SENSOR_IMG=0
  58. MOSTRECENTKERNEL=1
  59. WATCHDOG_COUNT=0
  60. stdin=serial
  61. stdout=serial
  62. stderr=serial
  63. mem=130560k
  64. ver=U-Boot 1.2.0.07-dirty (Apr 20 2017 - 18:13:34)
  65.  
  66. Environment size: 1650/4091 bytes
  67. Boot-> help
  68. ? - alias for 'help'
  69. autoscr - run script from memory
  70. base - print or set address offset
  71. bdinfo - print Board Info structure
  72. boot - boot default, i.e., run 'bootcmd'
  73. bootd - boot default, i.e., run 'bootcmd'
  74. bootelf - Boot from an ELF image in memory
  75. bootm - boot application image from memory
  76. bootp - boot image via network using BootP/TFTP protocol
  77. bootvx - Boot vxWorks from an ELF image
  78. chenv - manipulate environment variables
  79. cmp - memory compare
  80. coninfo - print console devices and information
  81. cp - memory copy
  82. crc32 - checksum calculation
  83. defenv - get environment variables from default block
  84. dhcp - invoke DHCP client to obtain IP/boot params
  85. echo - echo args to console
  86. erase - erase FLASH memory
  87. exit - exit script
  88. flashtest - do flash check from 0xbf000000 to 0xbff00000
  89. flinfo - print FLASH memory information
  90. fsinfo - print information about filesystems
  91. fsload - load binary file from a filesystem image
  92. go - start application at address 'addr'
  93. help - print online help
  94. iminfo - print header information for application image
  95. imls - list all images found in flash
  96. itest - return true/false on integer compare
  97. loadb - load binary file over serial line (kermit mode)
  98. loads - load S-Record file over serial line
  99. loady - load binary file over serial line (ymodem mode)
  100. loop - infinite loop on address range
  101. ls - list files in a directory (default /)
  102. md - memory display
  103. mm - memory modify (auto-incrementing)
  104. mtest - simple RAM test
  105. mw - memory write (fill)
  106. nfs - boot image via network using NFS protocol
  107. nm - memory modify (constant address)
  108. ping - send ICMP ECHO_REQUEST to network host
  109. printenv- print environment variables
  110. protect - enable or disable FLASH write protection
  111. rarpboot- boot image via network using RARP/TFTP protocol
  112. reset - Perform RESET of the CPU
  113. run - run commands in an environment variable
  114. saveenv - save environment variables to persistent storage
  115. setenv - set environment variables
  116. sleep - delay execution for some time
  117. test - minimal test like /bin/sh
  118. tftpboot- boot image via network using TFTP protocol
  119. version - print monitor version
  120. Boot-> bdinfo
  121. boot_params = 0x87D2EFB0
  122. memstart = 0x80000000
  123. memsize = 0x08000000
  124. flashstart = 0xBF000000
  125. flashsize = 0x01000000
  126. flashoffset = 0x00000000
  127. ethaddr = 00:1F:45:F2:B7:3B
  128. ip_addr = 192.168.1.20
  129. baudrate = 115200 bps
  130. Boot-> md
  131. Usage:
  132. md - memory display
  133.  
  134. Boot-> iminfo
  135.  
  136. ## Checking Image at 80100000 ...
  137. Bad Magic Number
  138. Boot-> imls
  139. Boot-> go
  140. Usage:
  141. go - start application at address 'addr'
  142.  
  143. Boot-> boot
  144. ### JFFS2 loading 'boot_kernel.img2' to 0x80400000
  145. Scanning JFFS2 FS: . done.
  146. ### JFFS2 load complete: 2979 bytes loaded to 0x80400000
  147.  
  148. ## Checking Image at 80400000 ...
  149. Image Name: Boot ROM Script
  150. Created: 2010-06-21 17:46:19 UTC
  151. Image Type: PowerPC Linux Script (uncompressed)
  152. Data Size: 2915 Bytes = 2.8 kB
  153. Load Address: 00000000
  154. Entry Point: 00000000
  155. Verifying Checksum ... OK
  156. ## Executing script at 80400000
  157. check for watchdog, limit=3...
  158. check for reset by watchdog...
  159. no watchdog...
  160. bSaveEnviron=0 image_order=secondary primary
  161. ### JFFS2 loading 'secondary.gz.uImage' to 0x80500000
  162. ### JFFS2 load complete: 5354342 bytes loaded to 0x80500000
  163. ready to boot kernel, starting watchdog...
  164. ## Booting image at 80500000 ...
  165. Image Name: Linux Kernel Image (LZMA)
  166. Created: 2017-04-20 22:13:23 UTC
  167. Image Type: MIPS Linux Kernel Image (uncompressed)
  168. Data Size: 5354278 Bytes = 5.1 MB
  169. Load Address: 84000000
  170. Entry Point: 8400239c
  171. Verifying Checksum ... OK
  172. OK
  173.  
  174. Starting kernel ...
  175.  
  176. decompressing kernel...
  177. done, rc=0x00000000
  178. Linux version 2.6.15--LSDK-7.0.0.353 (root@ngap-fat4) (gcc version 3.4.4) #2 Thu Apr 20 18:13:11 EDT 2017
  179. flash_size passed from bootloader = 16
  180. arg 1: mtdparts=ar7100-nor0:256K(BootBAK)ro,256K(BootPRI),14336K(FS),256K(CFG1),256K(CFG2),256K(NVRAM1),256K(NVRAM2),256K(RSVD1),256K(RSVD2)
  181. arg 2: BOOT_BOOTROM="U-Boot 1.2.0.07-dirty (Apr 20 2017 - 18:13:34)"
  182. arg 3: BOOT_KERNEL=secondary
  183. arg 4: console=ttyS0,115200n81
  184. arg 5: mem=130560K
  185. arg 6: panic=30
  186. arg 7: ro
  187. CPU revision is: 00019374
  188. Determined physical RAM map:
  189. memory: 02000000 @ 00000000 (usable)
  190. User-defined physical RAM map:
  191. memory: 07f80000 @ 00000000 (usable)
  192. Built 1 zonelists
  193. Kernel command line: mtdparts=ar7100-nor0:256K(BootBAK)ro,256K(BootPRI),14336K(FS),256K(CFG1),256K(CFG2),256K(NVRAM1),256K(NVRAM2),256K(RSVD1),256K(RSVD2) BOOT_BOOTROM="U-Boot 1.2.0.07-dirty (Apr 20 2017 - 18:13:34)" BOOT_KERNEL=secondary console=ttyS0,115200n81 mem=130560K
  194. Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
  195. Primary data cache 32kB, 4-way, linesize 32 bytes.
  196. Synthesized TLB refill handler (20 instructions).
  197. Synthesized TLB load handler fastpath (32 instructions).
  198. Synthesized TLB store handler fastpath (32 instructions).
  199. Synthesized TLB modify handler fastpath (31 instructions).
  200. Cache parity protection disabled
  201. PID hash table entries: 512 (order: 9, 8192 bytes)
  202. Using 340.000 MHz high precision timer.
  203. Console: colour dummy device 80x25
  204. Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  205. Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  206. Memory: 122112k/130560k available (1601k kernel code, 8348k reserved, 346k data, 4684k init, 0k highmem)
  207. Mount-cache hash table entries: 512
  208. Checking for 'wait' instruction... available.
  209. NET: Registered protocol family 16
  210. AR7100 GPIOC major 0
  211. JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
  212. Initializing Cryptographic API
  213. io scheduler noop registered
  214. io scheduler deadline registered
  215. Serial: 8250/16550 driver $Revision: #2 $ 1 ports, IRQ sharing disabled
  216. serial8250.0: ttyS0 at MMIO 0x0 (irq = 19) is a 16550A
  217. STM STM25P128 (128 Mbit, uniform sector size)
  218. 9 cmdlinepart partitions found on MTD device ar7100-nor0
  219. Creating 9 MTD partitions on "ar7100-nor0":
  220. 0x00000000-0x00040000 : "BootBAK"
  221. 0x00040000-0x00080000 : "BootPRI"
  222. 0x00080000-0x00e80000 : "FS"
  223. 0x00e80000-0x00ec0000 : "CFG1"
  224. 0x00ec0000-0x00f00000 : "CFG2"
  225. 0x00f00000-0x00f40000 : "NVRAM1"
  226. 0x00f40000-0x00f80000 : "NVRAM2"
  227. 0x00f80000-0x00fc0000 : "RSVD1"
  228. 0x00fc0000-0x01000000 : "RSVD2"
  229. NET: Registered protocol family 2
  230. IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  231. TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  232. TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
  233. TCP: Hash tables configured (established 8192 bind 8192)
  234. TCP reno registered
  235. TCP bic registered
  236. NET: Registered protocol family 1
  237. NET: Registered protocol family 17
  238. Freeing unused kernel memory: 4684k freed
  239. init started: BusyBox v1.6.0 (2017-04-20 18:06:Algorithmics/MIPS FPU Emulator v1.5
  240. 26 EDT) multi-call binary
  241. starting pid 14, tty '': '/etc/rc.d/rcS'
  242. rcS: watchdogDis 0 serNum 12382829236A0000
  243. tunnelDrv: loaded
  244. update_compliance_file: /flash/confData.bin up to date (Ver in Image AP3610-1-58 Ver on AP AP3610-1-58 format 1)
  245. update_compliance_file:Imported Compliance Table V8.1 dated on 1/15/2014 (AP36XX_Power_Settings.xlsx)
  246.  
  247. update_compliance_file: /flash/home/config/confData.bin up to date (Ver in Image AP3610-1-58 Ver on AP AP3610-1-58 format 1)
  248. 2915+0 records in
  249. 2915+0 records out
  250. 2915+0 records in
  251. 2915+0 records out
  252. AP_FLAG=0 AP_MODE=0
  253. starting pid 214, tty '': '/sbin/getty'
  254.  
  255. (none) mips #2 Thu Apr 20 18:13:11 EDT 2017
  256. (none) login: Netzone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement