Difference between revisions of "SAR600E"
From LinuxMIPS
FrancisTyers (Talk | contribs) |
(Revert to 04:42, 11 June 2006) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | The SAR600E is a [[DSL]] [[router]] made and sold by [[Solwise]] in the [[United Kingdom]]. | + | The SAR600E is a [[Wikipedia:Digital Subscriber Line|DSL]] [[router]] based on the MIPS [[4K|4KEc]] [[AR7]] made and sold by [[Solwise]] in the [[United Kingdom]]. It runs a modified version of GNU/Linux. |
*CPU: Texas Instrument [[AR7|AR7W]] MIPS [[4K|4KEc]] based SoC with built-in ADSL and Ethernet interfaces | *CPU: Texas Instrument [[AR7|AR7W]] MIPS [[4K|4KEc]] based SoC with built-in ADSL and Ethernet interfaces | ||
| Line 6: | Line 6: | ||
*DSL: | *DSL: | ||
*Ethernet: | *Ethernet: | ||
| + | |||
| + | == Logging in == | ||
| + | |||
| + | To log in, ssh in as root@<IP> and use the password you configured in the web interface. | ||
== Linux == | == Linux == | ||
| + | |||
| + | Based on the [[MontaVista]] distribution. | ||
<pre> | <pre> | ||
| − | Linux version 2.4.17_mvl21-malta-mips_fp_le (khcheng@atmos2) (gcc version 2.95.3 20010315 (release/MontaVista)) #12 Tue Aug 31 18:43:49 SGT 2004 | + | Linux version 2.4.17_mvl21-malta-mips_fp_le (khcheng@atmos2) |
| + | (gcc version 2.95.3 20010315 (release/MontaVista)) #12 Tue Aug 31 18:43:49 SGT 2004 | ||
</pre> | </pre> | ||
| − | == CPU info == | + | == CPU and memory info == |
<pre> | <pre> | ||
| Line 34: | Line 41: | ||
proc on /proc type proc (rw) | proc on /proc type proc (rw) | ||
ramfs on /var type ramfs (rw) | ramfs on /var type ramfs (rw) | ||
| + | </pre> | ||
| + | |||
| + | <pre> | ||
| + | # cat /proc/mtd | ||
| + | dev: size erasesize name | ||
| + | mtd0: 00160000 00010000 "mtd0" | ||
| + | mtd1: 00080000 00010000 "mtd1" | ||
| + | mtd2: 00010000 00002000 "mtd2" | ||
| + | mtd3: 00010000 00010000 "mtd3" | ||
| + | </pre> | ||
| + | |||
| + | ==Other info== | ||
| + | |||
| + | <pre> | ||
| + | # cat /proc/ticfg/env | ||
| + | memsize 0x00800000 | ||
| + | flashsize 0x00200000 | ||
| + | modetty0 38400,n,8,1,hw | ||
| + | modetty1 38400,n,8,1,hw | ||
| + | bootserport tty0 | ||
| + | cpufrequency 150000000 | ||
| + | sysfrequency 125000000 | ||
| + | bootloaderVersion 0.22.03 | ||
| + | ProductID AR7RD | ||
| + | HWRevision Unknown | ||
| + | SerialNumber none | ||
| + | my_ipaddress 192.168.1.1 | ||
| + | prompt Adam2_AR7RD | ||
| + | firstfreeaddress 0x9401d468 | ||
| + | req_fullrate_freq 125000000 | ||
| + | maca 00:30:0A:38:B6:0C | ||
| + | mtd0 0x90090000,0x901f0000 | ||
| + | mtd1 0x90010000,0x90090000 | ||
| + | mtd2 0x90000000,0x90010000 | ||
| + | mtd3 0x901f0000,0x90200000 | ||
| + | autoload 1 | ||
| + | macc 00:30:0A:38:B6:0D | ||
</pre> | </pre> | ||
| Line 43: | Line 87: | ||
[[Category:DSL routers]] | [[Category:DSL routers]] | ||
| + | |||
| + | __NOTOC__ | ||
Latest revision as of 18:20, 13 April 2007
The SAR600E is a DSL router based on the MIPS 4KEc AR7 made and sold by Solwise in the United Kingdom. It runs a modified version of GNU/Linux.
- CPU: Texas Instrument AR7W MIPS 4KEc based SoC with built-in ADSL and Ethernet interfaces
- DRAM Memory:
- Flash Memory:
- DSL:
- Ethernet:
[edit] Logging in
To log in, ssh in as root@<IP> and use the password you configured in the web interface.
[edit] Linux
Based on the MontaVista distribution.
Linux version 2.4.17_mvl21-malta-mips_fp_le (khcheng@atmos2) (gcc version 2.95.3 20010315 (release/MontaVista)) #12 Tue Aug 31 18:43:49 SGT 2004
[edit] CPU and memory info
# cat /proc/cpuinfo processor : 0 cpu model : MIPS 4KEc V4.8 BogoMIPS : 149.91 wait instruction : no microsecond timers : yes extra interrupt vector : yes hardware watchpoint : yes VCED exceptions : not available VCEI exceptions : not available
# mount /dev/mtdblock/0 on / type squashfs (ro) none on /dev type devfs (rw) proc on /proc type proc (rw) ramfs on /var type ramfs (rw)
# cat /proc/mtd dev: size erasesize name mtd0: 00160000 00010000 "mtd0" mtd1: 00080000 00010000 "mtd1" mtd2: 00010000 00002000 "mtd2" mtd3: 00010000 00010000 "mtd3"
[edit] Other info
# cat /proc/ticfg/env memsize 0x00800000 flashsize 0x00200000 modetty0 38400,n,8,1,hw modetty1 38400,n,8,1,hw bootserport tty0 cpufrequency 150000000 sysfrequency 125000000 bootloaderVersion 0.22.03 ProductID AR7RD HWRevision Unknown SerialNumber none my_ipaddress 192.168.1.1 prompt Adam2_AR7RD firstfreeaddress 0x9401d468 req_fullrate_freq 125000000 maca 00:30:0A:38:B6:0C mtd0 0x90090000,0x901f0000 mtd1 0x90010000,0x90090000 mtd2 0x90000000,0x90010000 mtd3 0x901f0000,0x90200000 autoload 1 macc 00:30:0A:38:B6:0D