Advertisement
Guest User

Easybox 802 Openwrt - ARV752DPW

a guest
Mar 1st, 2012
1,616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. ROM VER: 1.0.3
  2. CFG 01
  3. Readà
  4. ROM VER: 1.0.3
  5. CFG 01
  6. Read EEPROMX
  7. X
  8.  
  9.  
  10.  
  11. ========================================================================
  12. Wireless ADSL Gateway DANUBE Loader V1.00.01 build Sep 24 2008 10:11:06
  13. Arcadyan Technology Corporation
  14. ========================================================================
  15. MXIC MX29LV640BB bottom boot 16-bit mode found
  16.  
  17. Copying boot params.....DONE
  18.  
  19.  
  20. Press Space Bar 3 times to enter command mode ...123
  21. Yes, Enter command mode ...
  22.  
  23.  
  24. [DANUBE Boot]:!
  25.  
  26. Enter Administrator Mode !
  27.  
  28. ======================
  29. [#] Set Serial Number
  30. [2] Use Normal Firmware
  31. [3] Use ART-Testing Firmware
  32. [9] Taggle ART Firmware Enable/Disable
  33. [A] Set MAC Address
  34. [E] Erase Flash
  35. [G] Run Runtime Code
  36. [H] Set Options
  37. [M] Upload to Memory
  38. [P] Print Boot Params
  39. [R] Read from Memory
  40. [T] Memory Test
  41. [U] Upload to Flash
  42. [V] Set Board Version
  43. [W] Write to Memory
  44. [Y] Go to Memory
  45. [Z] Dump DDR Ram Register
  46. [0] Primary = Image 0
  47. [1] Primary = Image 1
  48. ======================
  49.  
  50. [DANUBE Boot]:m
  51.  
  52. RAM upload destination: (default:0x80002000) : 0x80500000
  53. Starting XModem download...(press Enter to abort)
  54. CC
  55.  
  56. XModem download Done.
  57. Do you want to execute the uploaded code? (Y/n)
  58.  
  59. [DANUBE Boot]:!
  60.  
  61. Enter Administrator Mode !
  62.  
  63. ======================
  64. [#] Set Serial Number
  65. [2] Use Normal Firmware
  66. [3] Use ART-Testing Firmware
  67. [9] Taggle ART Firmware Enable/Disable
  68. [A] Set MAC Address
  69. [E] Erase Flash
  70. [G] Run Runtime Code
  71. [H] Set Options
  72. [M] Upload to Memory
  73. [P] Print Boot Params
  74. [R] Read from Memory
  75. [T] Memory Test
  76. [U] Upload to Flash
  77. [V] Set Board Version
  78. [W] Write to Memory
  79. [Y] Go to Memory
  80. [Z] Dump DDR Ram Register
  81. [0] Primary = Image 0
  82. [1] Primary = Image 1
  83. ======================
  84.  
  85. [DANUBE Boot]:m
  86.  
  87. RAM upload destination: (default:0x80002000) : 0xa0400000
  88. Starting XModem download...(press Enter to abort)
  89. CC
  90.  
  91. XModem download Done.
  92. Do you want to execute the uploaded code? (Y/n)
  93. Jump to address 0xa0400000 ...
  94.  
  95.  
  96. U-Boot 2010.03 (Feb 29 2012 - 07:36:13)
  97.  
  98. Board: ARV752DPW
  99. SoC: Danube/Twinpass/Vinax-VE V1.3, DDR Speed 166 MHz, CPU Speed 333 MHz
  100. DRAM: 64 MB
  101. Flash: 8 MB
  102. Net:
  103. searching for rtl8306 switch ... failed
  104.  
  105. no known switch found ...
  106. lq_cpe_eth
  107. Hit any key to stop autoboot: 0
  108. ARV752DPW => setenv filesize 0x200004
  109. ARV752DPW => setenv kernel_addr 0xb0030000
  110. ARV752DPW => printenv
  111. bootcmd=run flash_flash
  112. bootdelay=2
  113. baudrate=115200
  114. loads_echo=
  115. ipaddr=192.168.1.1
  116. serverip=192.168.1.101
  117. rootpath="/export"
  118. gatewayip=192.168.1.254
  119. netmask=255.255.255.0
  120. ram_addr=0x80500000
  121. flashargs=setenv bootargs rootfstype=squashfs,jffs2
  122. nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
  123. addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off
  124. addmisc=setenv bootargs ${bootargs} init=/etc/preinit console=ttyS1,115200 ethaddr=${ethaddr} ${mtdparts}
  125. flash_flash=run flashargs addip addmisc;bootm ${kernel_addr}
  126. flash_nfs=run nfsargs addip addmisc;bootm ${kernel_addr}
  127. net_flash=run load_kernel flashargs addip addmisc;bootm ${ram_addr}
  128. net_nfs=run load_kernel nfsargs addip addmisc;bootm ${ram_addr}
  129. load_kernel=tftp ${ram_addr} ${tftppath}openwrt-ifxmips-uImage
  130. update_uboot=tftp 0x80500000 ${tftppath}u-boot-ARV752DPW22.bin;era 0xb0000000 +${filesize};cp.b 0x80500000 0xb0000000 ${filesize}
  131. update_openwrt=tftp ${ram_addr} ${tftppath}ARV752DPW22-squashfs.image;era ${kernel_addr} +${filesize};cp.b ${ram_addr} ${kernel_addr} ${filesize}
  132. ethaddr=ec:b9:b6:e8:72:85
  133. ethact=lq_cpe_eth
  134. bootargs=rootfstype=squashfs,jffs2 ip=192.168.1.1:192.168.1.101:192.168.1.254:255.255.255.0:::off init=/etc/preinit console=ttyS1,115200 ethaddr=ec:b9:b6:e8:72:85
  135. kernel_addr=0xb0030000
  136. stdin=serial
  137. stdout=serial
  138. stderr=serial
  139. ver=U-Boot 2010.03 (Feb 29 2012 - 07:36:13)
  140. filesize=0x200004
  141.  
  142. Environment size: 1454/65532 bytes
  143. ARV752DPW => era ${kernel_addr} +${filesize};cp.b ${ram_addr} ${kernel_addr} ${filesize}
  144.  
  145. ................................. done
  146. Erased 33 sectors
  147. Copy to Flash... 9....8....7....6....5....4....3....2....1....done
  148. ARV752DPW => run flash_flash
  149. ## Booting kernel from Legacy Image at b0030000 ...
  150. Image Name: MIPS OpenWrt Linux-3.1.10
  151. Created: 2012-02-29 14:50:40 UTC
  152. Image Type: MIPS Linux Kernel Image (lzma compressed)
  153. Data Size: 980820 Bytes = 957.8 kB
  154. Load Address: 80002000
  155. Entry Point: 80002000
  156. Verifying Checksum ... OK
  157. Uncompressing Kernel Image ... OK
  158.  
  159. Starting kernel ...
  160.  
  161. [ 0.000000] Linux version 3.1.10 (openwrt@OpenWRTBuild) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Wed Feb 29 07:50:07 MST 2012
  162. [ 0.000000] SoC: Danube rev 1.3
  163. [ 0.000000] bootconsole [early0] enabled
  164. [ 0.000000] CPU revision is: 00019641 (MIPS 24Kc)
  165. [ 0.000000] Determined physical RAM map:
  166. [ 0.000000] memory: 04000000 @ 00000000 (usable)
  167. [ 0.000000] Initrd not found or empty - disabling initrd
  168. [ 0.000000] Zone PFN ranges:
  169. [ 0.000000] Normal 0x00000000 -> 0x00004000
  170. [ 0.000000] Movable zone start PFN for each node
  171. [ 0.000000] early_node_map[1] active PFN ranges
  172. [ 0.000000] 0: 0x00000000 -> 0x00004000
  173. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
  174. [ 0.000000] Kernel command line: console=ttyLTQ1,115200 rootfstype=squashfs,jffs2 machtype=ARV752DPW
  175. [ 0.000000] MIPS: no machine found for id 'ARV752DPW', supported machines:
  176. [ 0.000000] id name
  177. [ 0.000000] Generic Generic Lantiq based board
  178. [ 0.000000] EASY50712 EASY50712 Eval Board
  179. [ 0.000000] ARV752DPW22 ARV752DPW22 - Arcor A803
  180. [ 0.000000] ARV7518PW ARV7518PW - ASTORIA
  181. [ 0.000000] ARV7525PW ARV7525PW - Speedport W303V
  182. [ 0.000000] ARV4525PW ARV4525PW - Speedport W502V
  183. [ 0.000000] ARV452CPW ARV452CPW - Arcor A801
  184. [ 0.000000] ARV4520PW ARV4520PW - Airties WAV-281, Arcor A800
  185. [ 0.000000] ARV4518PW ARV4518PW - SMC7908A-ISP, Airties WAV-221
  186. [ 0.000000] ARV4510PW ARV4510PW - Wippies Homebox
  187. [ 0.000000] ARV3527P ARV3527P - Arcor Easybox 401
  188. [ 0.000000] GIGASX76X GIGASX76X - Gigaset SX761,SX762,SX763
  189. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  190. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  191. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  192. [ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes.
  193. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
  194. [ 0.000000] Writing ErrCtl register=000293a8
  195. [ 0.000000] Readback ErrCtl register=000293a8
  196. [ 0.000000] Memory: 61936k/65536k available (2317k kernel code, 3600k reserved, 389k data, 168k init, 0k highmem)
  197. [ 0.000000] NR_IRQS:256
  198. [ 0.000000] CPU Clock: 333MHz
  199. [ 0.000000] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368)
  200. [ 0.040000] pid_max: default: 32768 minimum: 301
  201. [ 0.044000] Mount-cache hash table entries: 512
  202. [ 0.052000] NET: Registered protocol family 16
  203. [ 0.064000] MIPS: machine is Generic Lantiq based board
  204. [ 0.076000] bio: create slab <bio-0> at 0
  205. [ 0.084000] Switching to clocksource MIPS
  206. [ 0.092000] NET: Registered protocol family 2
  207. [ 0.096000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  208. [ 0.104000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  209. [ 0.112000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  210. [ 0.120000] TCP: Hash tables configured (established 2048 bind 2048)
  211. [ 0.124000] TCP reno registered
  212. [ 0.128000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  213. [ 0.136000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  214. [ 0.140000] NET: Registered protocol family 1
  215. [ 0.148000] gptu: totally 6 16-bit timers/counters
  216. [ 0.152000] gptu: misc_register on minor 63
  217. [ 0.156000] gptu: succeeded to request irq 126
  218. [ 0.160000] gptu: succeeded to request irq 127
  219. [ 0.164000] gptu: succeeded to request irq 128
  220. [ 0.168000] gptu: succeeded to request irq 129
  221. [ 0.172000] gptu: succeeded to request irq 130
  222. [ 0.180000] gptu: succeeded to request irq 131
  223. [ 0.188000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  224. [ 0.192000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  225. [ 0.204000] msgmni has been set to 120
  226. [ 0.208000] io scheduler noop registered
  227. [ 0.212000] io scheduler deadline registered (default)
  228. [ 0.216000] ltq_asc.0: ttyLTQ0 at MMIO 0x1e100400 (irq = 104) is a ltq_asc
  229. [ 0.224000] ltq_asc.1: ttyLTQ1 at MMIO 0x1e100c00 (irq = 112) is a ltq_asc
  230. [ 0.232000] console [ttyLTQ1] enabled, bootconsole disabled
  231. [ 0.232000] console [ttyLTQ1] enabled, bootconsole disabled
  232. [ 0.248000] ltq_nor: error registering platform driver
  233. [ 0.256000] ltq_etop: Error registering platfom driver!
  234. [ 0.260000] TCP westwood registered
  235. [ 0.264000] NET: Registered protocol family 17
  236. [ 0.268000] Bridge firewalling registered
  237. [ 0.272000] 8021q: 802.1Q VLAN Support v1.8
  238. [ 0.280000] VFS: Cannot open root device "(null)" or unknown-block(0,0)
  239. [ 0.284000] Please append a correct "root=" boot option; here are the available partitions:
  240. [ 0.292000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement