Clone Boxes

hodidl

Registered
Messages
6
The Jtag Programm says 100 percent
Then press ok shutdown the box
Try to flash an image over serial, no connect.
Have i to desolder jtag first, before tryin dreamup
 

hapi

Registered
Messages
16
The Jtag Programm says 100 percent
Then press ok shutdown the box
Try to flash an image over serial, no connect.
Have i to desolder jtag first, before tryin dreamup
I have jtag in place when i dreamup new image.
try see whats coming on serial port in putty (http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) click serial speed 115200 power up box should see DM500 and then bootin txt if its workin bootloader
 

hodidl

Registered
Messages
6
ive flashed bin for alps tuner
how can i identifie what tuner is in box
theres no name like alps or phillips on it
it is a sat box dm500
 

hodidl

Registered
Messages
6
tested also phillips tuner bootloader
no results on putty or on dreamup
i think ive toasted the 33 µF Capacitor in front of the jtag
 

bg4vhj

Registered
Messages
27
:thum: Fixed my DM500 using this package and fixed my mac address in the bootloader to match DMM range. My clone is now a genuine ... :nana:

How to do it ?
Use the change MAC tool?
Are you use it make a new bootloader with Customized MAC address then through JTAG interface write it in your DM500S ?

Thanks a lot
 

smilebest

Registered
Messages
3
How to do it ?
Use the change MAC tool?
Are you use it make a new bootloader with Customized MAC address then through JTAG interface write it in your DM500S ?

Thanks a lot

#!/bin/sh
ifconfig eth0 down
ifconfig eth0 hw ether 00:09:34:F4:XX:XX
ifconfig eth0 up

change xx:xx to any hex
copy it to /var/etc
then reboot,it should be ok.
 

didgydont

Registered
Messages
2
hi all
im trying to flash a real dm500s and it keeps sayig
"Flash memory ID's do not match (should be 0x89 and 0x17)
Are you sure this is Dreambox DM7000S ?"
 

gatekyper

Registered
Messages
26
How to do it ?
Use the change MAC tool?
Are you use it make a new bootloader with Customized MAC address then through JTAG interface write it in your DM500S ?

Thanks a lot

Using that procedure:
http://www.sat-universe.com/showthread.php?t=65017&page=10

edit a file bath as start.bat
Write into start.bat that:

Jtagdm500 -m dm500 -e 00:09:34:1c:2c:3c
pause

copy that file into folder jtagdm500

Linking together dm500 and pc
power on dm500
clik on start.bat

6-7 minute and dm500 revive and it becomes genuine dm500
:thum:

Sorry for my english, by :)
 
Last edited:

bg4vhj

Registered
Messages
27
Using that procedure:
http://www.sat-universe.com/showthread.php?t=65017&page=10

edit a file bath as start.bat
Write into start.bat that:

Jtagdm500 -m dm500 -e 00:09:34:1c:2c:3c
pause

copy that file into folder jtagdm500

Linking together dm500 and pc
power on dm500
clik on start.bat

6-7 minute and dm500 revive and it becomes genuine dm500
:thum:

Sorry for my english, by :)

Thanks a lot

try it tomorrow!

Sorry about my English!!he he
 
Last edited:

Electrode

Registered
Messages
4
Using that procedure:
http://www.sat-universe.com/showthread.php?t=65017&page=10

edit a file bath as start.bat
Write into start.bat that:

Jtagdm500 -m dm500 -e 00:09:34:1c:2c:3c
pause

Hi !

..if you are somes errors, write this part like this : jtagdm500 and not Jtagdm500

1208876065_rrr.JPG


best regard ;)
 
Last edited:
Top