sb5101 bricked help

SB5XXX,SBV5XXX
Locked
cosanovas
Junior Member
Posts: 43
Joined: Fri Apr 24, 2009 6:35 pm

sb5101 bricked help

Post by cosanovas »

Copyright http://www.usbjtag.com 2009,2010,2011
USB JTAG NT 0.52
-detect
IDCODE 0334917F
Broadcom BCM3349
IMPCODE 00800904
EJTAG V1, V2.0
DMA supoorted
Unknown flash type!
Report these two value to http://www.usbjtag.com/vbforum ffff,ffff
detect the flash type first!


i have this problem modem bicked .. any help i try everithing i know and nothing ...

thank u
eragonz
Junior Member
Posts: 165
Joined: Mon Feb 25, 2008 7:08 pm

Post by eragonz »

you can lift with a full flash
cosanovas
Junior Member
Posts: 43
Joined: Fri Apr 24, 2009 6:35 pm

Post by cosanovas »

i can detect first wonnt let me programing
eragonz
Junior Member
Posts: 165
Joined: Mon Feb 25, 2008 7:08 pm

Post by eragonz »

Rescue SB5100. When box not fire up. Normal programming will not work. First need to program boot
(if method 1 does not work use method 2)
Method 1.
detect
ldram 9fc00000(Select the backed up file)
poke fffe230c 3
poke fffe2304 0
poke fffe2300 a
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 1c
program 9fc00000 200000
cmpram 9fc00000 200000
if cmpram failed, power off and on the box again and do
delect
program 9fc00000 200000
cmpram 9fc00000 200000

Method 2.
detect
ldram boot (Select proper boot file)
erase boot
sprogram boot (Slow programming)
Power off and on SB5100
detect
ldram 9fc00000(Select the backed up file)
program 9fc00000 200000
cmpram 9fc00000 200000
moddog
Junior Member
Posts: 638
Joined: Fri Aug 20, 2010 1:47 pm
Location: Some ware just like you.
Contact:

Post by moddog »

cosanovas wrote:Copyright http://www.usbjtag.com 2009,2010,2011
USB JTAG NT 0.52
-detect
IDCODE 0334917F
Broadcom BCM3349
IMPCODE 00800904
EJTAG V1, V2.0
DMA supoorted
Unknown flash type!
Report these two value to http://www.usbjtag.com/vbforum ffff,ffff
detect the flash type first!


i have this problem modem bicked .. any help i try everithing i know and nothing ...

thank u
Check your cannection this is not a brick problem or select the rite target.
Good better best
milto29
Junior Member
Posts: 9
Joined: Sat Dec 25, 2010 12:43 pm

Post by milto29 »

eragonz wrote:Rescue SB5100. When box not fire up. Normal programming will not work. First need to program boot
(if method 1 does not work use method 2)
Method 1.
detect
ldram 9fc00000(Select the backed up file)
poke fffe230c 3
poke fffe2304 0
poke fffe2300 a
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 9
poke fffe2300 1c
program 9fc00000 200000
cmpram 9fc00000 200000
if cmpram failed, power off and on the box again and do
delect
program 9fc00000 200000
cmpram 9fc00000 200000

Method 2.
detect
ldram boot (Select proper boot file)
erase boot
sprogram boot (Slow programming)
Power off and on SB5100
detect
ldram 9fc00000(Select the backed up file)
program 9fc00000 200000
cmpram 9fc00000 200000

You dont need all that .

DETECT
LDRAM 9FC00000 -select backup-
SPROGRAM 9FC00000 200000

Once finished .

DETECT
LDRAM 9FC00000 -select backup-
PROGRAM 9FC00000 200000

This always works for me . :D
moddog
Junior Member
Posts: 638
Joined: Fri Aug 20, 2010 1:47 pm
Location: Some ware just like you.
Contact:

Post by moddog »

milto29 wrote:You dont need all that .

DETECT
LDRAM 9FC00000 -select backup-
SPROGRAM 9FC00000 200000

Once finished .

DETECT
LDRAM 9FC00000 -select backup-
PROGRAM 9FC00000 200000

This always works for me . :D
That command will not work for him maybe for you only:D LDRAM that is wrong totally, this will surely work for him IDRAM 9fc00000- proper boot file.
Good better best
CAPONE
Junior Member
Posts: 5011
Joined: Sat Dec 27, 2008 3:25 pm

Post by CAPONE »

moddog wrote:That command will not work for him maybe for you only:D LDRAM that is wrong totally, this will surely work for him IDRAM 9fc00000- proper boot file.
LDRAM 9FC00000 Is the Correct Command to Load a Full 2 Mb BackUp.
moddog
Junior Member
Posts: 638
Joined: Fri Aug 20, 2010 1:47 pm
Location: Some ware just like you.
Contact:

Post by moddog »

CAPONE wrote:LDRAM 9FC00000 Is the Correct Command to Load a Full 2 Mb BackUp.
So what you or saying this is wrong?
detect
ldram boot (Select proper boot file)
erase boot
sprogram boot (Slow programming)
Power off and on SB5101
detect
ldram 9fc00000(Select the backed up file)
program 9fc00000 200000
cmpram 9fc00000 200000
Good better best
CAPONE
Junior Member
Posts: 5011
Joined: Sat Dec 27, 2008 3:25 pm

Post by CAPONE »

moddog wrote:That command will not work for him maybe for you only:D LDRAM that is wrong totally, this will surely work for him IDRAM 9fc00000- proper boot file.
moddog wrote:So what you or saying this is wrong?
detect
ldram boot (Select proper boot file)
erase boot
sprogram boot (Slow programming)
Power off and on SB5101
detect
ldram 9fc00000(Select the backed up file)
program 9fc00000 200000
cmpram 9fc00000 200000
NO I am Saying what Is Highlighted in RED Is Wrong
Your confusing the Lower Case L for an I.
L in Lower Case = l
I in Lower Case = i
See the Difference NOW?
moddog
Junior Member
Posts: 638
Joined: Fri Aug 20, 2010 1:47 pm
Location: Some ware just like you.
Contact:

Post by moddog »

CAPONE wrote:NO I am Saying what Is Highlighted in RED Is Wring
Your confusing the Lower Case L for an I.
L in Lower Case = l
I in Lower Case = i
See the Difference NOW?
I feel so dumb rite now, i should be testing from 05:cry:
Good better best
buzzybuzzard
Junior Member
Posts: 72
Joined: Tue Jan 25, 2011 7:52 pm
Location: Jax FL

Post by buzzybuzzard »

If it wont Detect it not going to program some times u can get lucky and it will sprogram at speed 2 when it wont detect i have detected a good modem and hot plug the brick but i dont recmend that u do that with NT but u cando it with a PJTAG and tom's Jtag Utility
usbbdm
Junior Member
Posts: 8981
Joined: Mon Jul 18, 2005 9:33 pm

Post by usbbdm »

There are a lot of ways.
http://www.usbjtag.com/jtagnt/debricksb5100.php
should work for you if you still cannot detect it.
Locked

Who is online

Users browsing this forum: No registered users and 1 guest