This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
finally found some time to upload the tool.
http://www.t-hack.com/wiki/index.php/Debrick_SMP863x_Device
let me know if it works for you.
the tool that is in the wiki is for dumping the flash ... it is not meant for reflashing.
the openwrt debrick tool does not work for flashing either, since it does not correctly initialize the SMP863x CPU.
I created a modified version that you can use to reflash. it should work on all SMP863x based devices because the bootprocess
is always exactly the same.
I will upload the tool to our WIKI probably tomorrow... I am too tired right now
sh-3.00# uname -a
Linux (none) 2.6.15-sigma #381 PREEMPT Fri Mar 28 20:29:39 KST 2008 mips unknown
sh-3.00# lsmod
Module Size Used by Tainted: PF
r8169 26832 0
ufsd 262176 1
tvixdtvprob 5792 0
rt73 264512 0
chkusb 1840 0
utf16conv 5392 0
nlsconv 4656 0
ide_cd 40672 0
ide_disk 16368 2
ide_generic 496 0 [permanent]
tangox_pbide 5952 0
tangox_bmide 9520 0
ide_core 98896 5 ide_cd,ide_disk,ide_generic,tangox_pbide,tangox_bmide
em8xxx 841600 4
llad 95648 11 em8xxx
fipkernel 9760 2
8139too 21248 0
sh-3.00# 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
sh-3.00# cat /proc/meminfo
MemTotal: 90592 kB
MemFree: 23660 kB
Buffers: 0 kB
Cached: 46680 kB
SwapCached: 0 kB
Active: 16868 kB
Inactive: 38032 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 90592 kB
LowFree: 23660 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
Mapped: 13764 kB
Slab: 8620 kB
CommitLimit: 45296 kB
Committed_AS: 16336 kB
PageTables: 260 kB
VmallocTotal: 1048560 kB
VmallocUsed: 198924 kB
VmallocChunk: 849124 kB
sh-3.00#