Results 1 to 15 of 15

Thread: Jtagging Relook 400s

  1. #1
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default Jtagging Relook 400s

    I'm trying to jtag a Relook 400S but sofar without success.
    The erro I get is the following

    relook400s (PAL) board initiation
    Flash info : Unknown Unknown
    Flash recognize failed
    Retry (0x0, 0x0)

    Does this mean my flash is fecked?



Look Here ->
  • #2
    Registered User mate's Avatar
    Join Date
    Jun 2008
    Posts
    1,615
    Thanks
    88
    Thanked 162 Times in 118 Posts
    Rep Power
    0
    Reputation
    -233

    Default

    what is jtag?
    to flash these units you should be using flash tools

  • #3
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    jtag is a last measure
    If you can't connect with telnet,serial or usb then jtag is the only option left.

  • #4
    Registered User mate's Avatar
    Join Date
    Jun 2008
    Posts
    1,615
    Thanks
    88
    Thanked 162 Times in 118 Posts
    Rep Power
    0
    Reputation
    -233

    Default

    put it in a box and send it to sciteq in Perth and get them to have a look at it.
    maybe give 'em a call 1st

  • #5
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    Yeah thanks mate, that will be my last resort.
    I'll have a go myself first. Just not too successful sofar as the jtag doesn't recognize the flash.
    I've double checked my cable and tried two different pc's sofar (both XP, haven't tried W98) but both have the same result.
    I'm afraid the flash chip might be stuffed.
    Not sure if they can be replaced?

  • #6
    Senior Member cwispy's Avatar
    Join Date
    Jan 2008
    Location
    In bed sleeping
    Posts
    1,090
    Thanks
    140
    Thanked 296 Times in 114 Posts
    Rep Power
    266
    Reputation
    1581

    Default

    They are dead easy to jtag. Ive done quite a few with my old win98 laptop. What type of cable are you using?
    What would you do if your server was stolen or failed beyond repair?
    http://www.2000cn.com.au/shadowprotect.html

  • #7
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    Quote Originally Posted by cwispy View Post
    They are dead easy to jtag. Ive done quite a few with my old win98 laptop. What type of cable are you using?
    I made my own cwispy
    Connections from db25 PC Parallel port to Relook400 JTAG Pins (CN4):
    Code:

    JTAG Connector:

    Signal Pin Pin Signal

    TDO 1 2 N/C

    TDI 3 4 TRST

    N/C 5 6 VCCS

    TCK 7 8 N/C

    TMS 9 10 N/C

    HALT 11 12 N/C

    N/C 13 14 KEY

    N/C 15 16 GND



    Cable from PC to JTAG connector:

    db25 . . decoder

    2 --> 100 ohms --> 11 ( Halt)

    3 --> 100 ohms --> 9 ( Tms )

    4 --> 100 ohms --> 7 ( Tck )

    5 --> 100 ohms --> 3 ( Tdi )

    11 --> 100 ohms --> 1 ( Tdo )

    25 ------------------ 16 ( Ground)


    No longer than 10-12 cm
    I notice a different reply when reversing the header on the pins.
    Also odd thing is eventhough the flash is not recognized I can press the On/Off button and OK button at the same time and the clock will appear on the display.
    Normally when I switch the powerswitch on the whole display lights up

  • #8
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    This is the jtag method I followed
    1. Create a folder 'c:\jtag'

    2. Download: ftp://dev.dgstation.co.kr/pub/relook...tag_0.1.tar.gz

    3. From this package, copy 'Relook400s_PAL_Jtag_0.1.exe' into 'c:\jtag'

    4. Download: 'porttalk22.zip' from

    5. From this package, copy 'AllowIo.exe' into 'c:\jtag'

    6. And 'porttalk.sys' into 'windows\system32\drivers'

    7. Double-click on 'porttalk.reg' to register porttalk.

    8. Open an cmd Window (Startmenu, run... cmd [enter])

    9. Go to folder 'c:\jtag' (cd c:\jtag)

    10. Type: AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe


    Output on the screen:
    Quote:
    AllowIO for PortTalk V2.0

    Copyright 2002 Craig Peacock



    Granting exclusive access to all I/O Ports

    Executing Relook400s_PAL_Jtag_0.1.exe with a ProcessID of 2264

    PortTalk Device Driver has set IOPM for ProcessID 2264.

    C:\jtag>========================================== =========================

    Bootloader download program

    - release date : 2006/02/06

    - model - mutant200s : PCB ver.

    relook300s : PCB ver.

    relook400s : PCB ver.

    - usages : flash help/model_name [delay] [check]

    help: helpmessage

    model_name : mutant200s, relook300s or relook400s

    delay : optional delay values. Enlarge if error appeared

    check : optional programmed data check

    ================================================== =================



    Thus, to do a 300s JTAG flash, type:
    Code:
    AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe relook300s


    to do a 400s JTAG flash, type:
    Code:
    AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe relook400s


    to do a 200s JTAG flash, type:
    Code:
    AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe mutant200s

    End
    I also tried the jtag method described by denktenk

  • The Following 2 Users Say Thank You to weirdo For This Useful Post:

    Fernbay (17-06-09),jamisiah (17-06-09)

  • #9
    Senior Member cwispy's Avatar
    Join Date
    Jan 2008
    Location
    In bed sleeping
    Posts
    1,090
    Thanks
    140
    Thanked 296 Times in 114 Posts
    Rep Power
    266
    Reputation
    1581

    Default

    Are you sure that its not just the wrong mID set on the box? What happened that you need to jtag in the first place? Did the power go out during a flash, the computer turned off... etc etc.
    What would you do if your server was stolen or failed beyond repair?
    http://www.2000cn.com.au/shadowprotect.html

  • #10
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    Quote Originally Posted by cwispy View Post
    Are you sure that its not just the wrong mID set on the box? What happened that you need to jtag in the first place? Did the power go out during a flash, the computer turned off... etc etc.
    I wish. Purely operator f*ckup mate
    Shorted the HD contacts on the powersupply heatsink.

  • #11
    Senior Member cwispy's Avatar
    Join Date
    Jan 2008
    Location
    In bed sleeping
    Posts
    1,090
    Thanks
    140
    Thanked 296 Times in 114 Posts
    Rep Power
    266
    Reputation
    1581

    Default

    Ouch. Sounds like you have let the smoke out of something else then. Probably time to price a replacement main board.
    What would you do if your server was stolen or failed beyond repair?
    http://www.2000cn.com.au/shadowprotect.html

  • #12
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    Thanks cwispy.
    Sent Sciteq an email enquiry.
    Let's hope it's not too exy.

  • #13
    Senior Member vk6xlr's Avatar
    Join Date
    Jan 2008
    Location
    Perth
    Posts
    1,078
    Thanks
    176
    Thanked 128 Times in 86 Posts
    Rep Power
    243
    Reputation
    528

    Default

    While trying many images for my 400s, I managed to get the same symptoms as weirdo.
    Used these instructions and files. Worked a treat.

    Only 1 file to run and does mutants too

  • The Following 2 Users Say Thank You to vk6xlr For This Useful Post:

    gw1 (09-06-09),weirdo (09-06-09)

  • #14
    Member jamisiah's Avatar
    Join Date
    Jan 2008
    Posts
    302
    Thanks
    93
    Thanked 34 Times in 25 Posts
    Rep Power
    213
    Reputation
    204

    Default

    Quote Originally Posted by weirdo View Post
    This is the jtag method I followed
    1. Create a folder 'c:jtag'

    2. Download: ftp://dev.dgstation.co.kr/pub/relook...tag_0.1.tar.gz

    3. From this package, copy 'Relook400s_PAL_Jtag_0.1.exe' into 'c:jtag'

    4. Download: 'porttalk22.zip' from

    5. From this package, copy 'AllowIo.exe' into 'c:jtag'

    6. And 'porttalk.sys' into 'windowssystem32drivers'

    7. Double-click on 'porttalk.reg' to register porttalk.

    8. Open an cmd Window (Startmenu, run... cmd [enter])

    9. Go to folder 'c:jtag' (cd c:jtag)

    10. Type: AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe


    Output on the screen:
    Quote:
    AllowIO for PortTalk V2.0

    Copyright 2002 Craig Peacock



    Granting exclusive access to all I/O Ports

    Executing Relook400s_PAL_Jtag_0.1.exe with a ProcessID of 2264

    PortTalk Device Driver has set IOPM for ProcessID 2264.

    C:jtag>=========================================== ========================

    Bootloader download program

    - release date : 2006/02/06

    - model - mutant200s : PCB ver.

    relook300s : PCB ver.

    relook400s : PCB ver.

    - usages : flash help/model_name [delay] [check]

    help: helpmessage

    model_name : mutant200s, relook300s or relook400s

    delay : optional delay values. Enlarge if error appeared

    check : optional programmed data check

    ================================================== =================



    Thus, to do a 300s JTAG flash, type:
    Code:
    AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe relook300s


    to do a 400s JTAG flash, type:
    Code:
    AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe relook400s


    to do a 200s JTAG flash, type:
    Code:
    AllowIo.exe /a Relook400s_PAL_Jtag_0.1.exe mutant200s

    End
    I also tried the jtag method described by denktenk
    Good piece of info. fixed my "initiating" problem. Total cost approx. $5.00

  • The Following User Says Thank You to jamisiah For This Useful Post:

    weirdo (17-06-09)

  • #15
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    Great to hear you were succesfull in jtagging your unit jamisiah

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •