Advertisement
Guest User

Easybox 802 Openwrt - ARV752DPW22

a guest
Mar 1st, 2012
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 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:35:20)
  97.  
  98. Board: ARV752DPW22
  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: bring up ebu gpio
  103. initializing ar8216 switch... failed ...
  104. lq_cpe_eth
  105. Hit any key to stop autoboot: 0
  106. ARV752DPW22 => setenv filesize 0x200004
  107. ARV752DPW22 => setenv kernel_addr 0xb0030000
  108. ARV752DPW22 => printenv
  109. bootcmd=run flash_flash
  110. bootdelay=2
  111. baudrate=115200
  112. loads_echo=
  113. ipaddr=192.168.1.1
  114. serverip=192.168.1.101
  115. rootpath="/export"
  116. gatewayip=192.168.1.254
  117. netmask=255.255.255.0
  118. ram_addr=0x80500000
  119. flashargs=setenv bootargs rootfstype=squashfs,jffs2
  120. nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
  121. addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off
  122. addmisc=setenv bootargs ${bootargs} init=/etc/preinit console=ttyS1,115200 ethaddr=${ethaddr} ${mtdparts}
  123. flash_flash=run flashargs addip addmisc;bootm ${kernel_addr}
  124. flash_nfs=run nfsargs addip addmisc;bootm ${kernel_addr}
  125. net_flash=run load_kernel flashargs addip addmisc;bootm ${ram_addr}
  126. net_nfs=run load_kernel nfsargs addip addmisc;bootm ${ram_addr}
  127. load_kernel=tftp ${ram_addr} ${tftppath}openwrt-ifxmips-uImage
  128. update_uboot=tftp 0x80500000 ${tftppath}u-boot-ARV752DPW22.bin;era 0xb0000000 +${filesize};cp.b 0x80500000 0xb0000000 ${filesize}
  129. update_openwrt=tftp ${ram_addr} ${tftppath}ARV752DPW22-squashfs.image;era ${kernel_addr} +${filesize};cp.b ${ram_addr} ${kernel_addr} ${filesize}
  130. ethaddr=ec:b9:b6:e8:72:85
  131. ethact=lq_cpe_eth
  132. 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
  133. stdin=serial
  134. stdout=serial
  135. stderr=serial
  136. ver=U-Boot 2010.03 (Feb 29 2012 - 07:35:20)
  137. filesize=0x200004
  138. kernel_addr=0xb0030000
  139.  
  140. Environment size: 1454/65532 bytes
  141. ARV752DPW22 => era ${kernel_addr} +${filesize};cp.b ${ram_addr} ${kernel_addr} ${filesize}
  142.  
  143. ................................. done
  144. Erased 33 sectors
  145. Copy to Flash... 9....8....7....6....5....4....3....2....1....done
  146. ARV752DPW22 => run flash_flash
  147. ## Booting kernel from Legacy Image at b0030000 ...
  148. Image Name: MIPS OpenWrt Linux-3.1.10
  149. Created: 2012-02-29 14:50:42 UTC
  150. Image Type: MIPS Linux Kernel Image (lzma compressed)
  151. Data Size: 980934 Bytes = 957.9 kB
  152. Load Address: 80002000
  153. Entry Point: 80002000
  154. Verifying Checksum ... OK
  155. Uncompressing Kernel Image ... OK
  156.  
  157. Starting kernel ...
  158.  
  159. [ 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
  160. [ 0.000000] SoC: Danube rev 1.3
  161. [ 0.000000] bootconsole [early0] enabled
  162. [ 0.000000] CPU revision is: 00019641 (MIPS 24Kc)
  163. [ 0.000000] Determined physical RAM map:
  164. [ 0.000000] memory: 04000000 @ 00000000 (usable)
  165. [ 0.000000] Initrd not found or empty - disabling initrd
  166. [ 0.000000] Zone PFN ranges:
  167. [ 0.000000] Normal 0x00000000 -> 0x00004000
  168. [ 0.000000] Movable zone start PFN for each node
  169. [ 0.000000] early_node_map[1] active PFN ranges
  170. [ 0.000000] 0: 0x00000000 -> 0x00004000
  171. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
  172. [ 0.000000] Kernel command line: console=ttyLTQ1,115200 rootfstype=squashfs,jffs2 machtype=ARV752DPW22
  173. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  174. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  175. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  176. [ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes.
  177. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
  178. [ 0.000000] Writing ErrCtl register=00029348
  179. [ 0.000000] Readback ErrCtl register=00029348
  180. [ 0.000000] Memory: 61936k/65536k available (2317k kernel code, 3600k reserved, 389k data, 168k init, 0k highmem)
  181. [ 0.000000] NR_IRQS:256
  182. [ 0.000000] CPU Clock: 333MHz
  183. [ 0.000000] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368)
  184. [ 0.040000] pid_max: default: 32768 minimum: 301
  185. [ 0.044000] Mount-cache hash table entries: 512
  186. [ 0.052000] NET: Registered protocol family 16
  187. [ 0.064000] MIPS: machine is ARV752DPW22 - Arcor A803
  188. [ 0.088000] bio: create slab <bio-0> at 0
  189. [ 0.096000] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
  190. [ 0.100000] pci 0000:00:0e.0: BAR 0: set to [mem 0x18000000-0x1800ffff] (PCI address [0x18000000-0x1800ffff])
  191. [ 0.104000] Switching to clocksource MIPS
  192. [ 0.112000] NET: Registered protocol family 2
  193. [ 0.116000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  194. [ 0.124000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  195. [ 0.132000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  196. [ 0.140000] TCP: Hash tables configured (established 2048 bind 2048)
  197. [ 0.144000] TCP reno registered
  198. [ 0.148000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  199. [ 0.156000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  200. [ 0.160000] NET: Registered protocol family 1
  201. [ 0.168000] gptu: totally 6 16-bit timers/counters
  202. [ 0.172000] gptu: misc_register on minor 63
  203. [ 0.176000] gptu: succeeded to request irq 126
  204. [ 0.180000] gptu: succeeded to request irq 127
  205. [ 0.184000] gptu: succeeded to request irq 128
  206. [ 0.188000] gptu: succeeded to request irq 129
  207. [ 0.192000] gptu: succeeded to request irq 130
  208. [ 0.200000] gptu: succeeded to request irq 131
  209. [ 0.208000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  210. [ 0.212000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  211. [ 0.224000] msgmni has been set to 120
  212. [ 0.228000] io scheduler noop registered
  213. [ 0.232000] io scheduler deadline registered (default)
  214. [ 0.236000] ltq_asc.0: ttyLTQ0 at MMIO 0x1e100400 (irq = 104) is a ltq_asc
  215. [ 0.244000] ltq_asc.1: ttyLTQ1 at MMIO 0x1e100c00 (irq = 112) is a ltq_asc
  216. [ 0.252000] console [ttyLTQ1] enabled, bootconsole disabled
  217. [ 0.252000] console [ttyLTQ1] enabled, bootconsole disabled
  218. [ 0.268000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
  219. [ 0.276000] Amd/Fujitsu Extended Query Table at 0x0040
  220. [ 0.280000] Amd/Fujitsu Extended Query version 1.1.
  221. [ 0.284000] number of CFI chips: 1
  222. [ 0.288000] Creating 4 MTD partitions on "ltq_nor":
  223. [ 0.292000] 0x000000000000-0x000000010000 : "uboot"
  224. [ 0.300000] 0x000000010000-0x000000020000 : "uboot_env"
  225. [ 0.308000] 0x000000020000-0x0000007f0000 : "linux"
  226. [ 0.376000] no uImage or brnImage found in linux partition
  227. [ 0.380000] Can't split linux partition
  228. [ 0.384000] 0x0000007f0000-0x000000800000 : "board_config"
  229. [ 0.412000] ltq_mii: probed
  230. [ 0.440000] Registering RTL8306SDM switch with Chip ID: 0x5988, version: 0x0000
  231. [ 0.448000] eth0: attached PHY [Realtek RTL8306S] (phy_addr=0:00, irq=-1)
  232. [ 0.468000] TCP westwood registered
  233. [ 0.468000] NET: Registered protocol family 17
  234. [ 0.472000] Bridge firewalling registered
  235. [ 0.476000] 8021q: 802.1Q VLAN Support v1.8
  236. [ 0.484000] VFS: Cannot open root device "(null)" or unknown-block(0,0)
  237. [ 0.488000] Please append a correct "root=" boot option; here are the available partitions:
  238. [ 0.496000] 1f00 64 mtdblock0 (driver?)
  239. [ 0.504000] 1f01 64 mtdblock1 (driver?)
  240. [ 0.508000] 1f02 8000 mtdblock2 (driver?)
  241. [ 0.512000] 1f03 64 mtdblock3 (driver?)
  242. [ 0.516000] 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