Difference between revisions of "Reverse engineering ZIOVA CS615"
From Randomdata wiki
(Created page with "= Inside = == Pinout UART == = Hardware = CS615[bin]$ cat /proc/cpuinfo system type : Sigma Designs TangoX processor : 0 cpu model : MIPS 4KEc V6.9 Initial BogoMIPS : 2...") |
m (Added category projects and reverse enginering) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
= Inside = | = Inside = | ||
| + | [[File:ZIOVA_CS615_outside.jpg|200px]] | ||
| + | [[File:ZIOVA_CS615_inside.jpg|200px]] | ||
| + | [[File:ZIOVA_CS615_pins.jpg|200px]] | ||
== Pinout UART == | == Pinout UART == | ||
| + | <pre> | ||
| + | X X TX X GND | ||
| + | . X RX X X | ||
| + | </pre> | ||
| + | X:pin<br> | ||
| + | .:nopin<br> | ||
| + | TX: Transmit (box)<br> | ||
| + | RX: Read (box)<br> | ||
| + | GND: Ground<br> | ||
| + | == Connecting to TTL usb cable == | ||
| + | To connect to FT232R (6-pole plug): | ||
| + | :Ground to black | ||
| + | :RX on system to TX on cable (orange) | ||
| + | :TX on system to RX on cable (yellow) | ||
| + | Serial configuration is 115200 baud 8N1 | ||
= Hardware = | = Hardware = | ||
| + | <pre> | ||
CS615[bin]$ cat /proc/cpuinfo | CS615[bin]$ cat /proc/cpuinfo | ||
system type : Sigma Designs TangoX | system type : Sigma Designs TangoX | ||
| Line 22: | Line 41: | ||
CPU frequency : 297000000 Hz | CPU frequency : 297000000 Hz | ||
DSP frequency : 297000000 Hz | DSP frequency : 297000000 Hz | ||
| + | </pre> | ||
| + | =Dumps= | ||
| + | [[ZIOVA CS615 boot]] | ||
| + | [[Category:Projects]] | ||
| + | [[Category:Reverse enginering]] | ||
Latest revision as of 21:11, 30 May 2012
Contents |
[edit] Inside
[edit] Pinout UART
X X TX X GND . X RX X X
X:pin
.:nopin
TX: Transmit (box)
RX: Read (box)
GND: Ground
[edit] Connecting to TTL usb cable
To connect to FT232R (6-pole plug):
- Ground to black
- RX on system to TX on cable (orange)
- TX on system to RX on cable (yellow)
Serial configuration is 115200 baud 8N1
[edit] Hardware
CS615[bin]$ cat /proc/cpuinfo system type : Sigma Designs TangoX processor : 0 cpu model : MIPS 4KEc V6.9 Initial BogoMIPS : 291.84 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes ASEs implemented : mips16 VCED exceptions : not available VCEI exceptions : not available System bus frequency : 198000000 Hz CPU frequency : 297000000 Hz DSP frequency : 297000000 Hz