0

Can't connect with Hyper Terminal



Hello all, is there anybody out there 1 I connected my HD1010 with serial cable to my computer started HT but there is no command line how can I connect to HD1010? my hw version is the newest: 3.2.67 also if I write the simple scritp: print "hello" nothing happens on the screen.

9 comments

  • 0
    Avatar
    darksigns


    The cable was wrong:)
    THX now its working!
  • 0
    Avatar
    darksigns


    now one thing if I write in shell:
    roku> dir sd:/
    SD:/: No such file or directory

    than what is the problem?

    I use a 4GB Extreme SDHC
  • 0
    Avatar
    darksigns


    Any suggestions for this?
    I made an sd card with a run.brs containing print"hello"
    it is a 256MB sd card so when I try to look with dir sd:/ it says there no such file/dir
    if I take a video onto the card it plays well after boot
  • 0
    Avatar
    RokuLyndon


    your script has to be called autorun.brs for it to run.

    You should be able to do a dir sd:

    or just dir /

    From the shell.
  • 0
    Avatar
    darksigns


    ok but still if I try command dir it lists just rokus ROM
    not my SD card
    I have tried dir:/, dir / dir sd: dir sd:/
    http://udc.hu/img/roku_scr.png
  • 0
    Avatar
    darksigns


    and I figured out an interesting thing!!!

    if I boot roku without card I cant mount it after and therefor dir command can't find it
    if I take my scrips to the card and the film at booting roku starts the film and can't command roku till I reboot it
    if I make a blank autorun.brs  than I can command my script and see debug console:))))))))
  • 0
    Avatar
    RokuLyndon


    You can't get directly to the shell if a script is running, and if you put content on the card, the autorun script it memory runs. So, you need to do as you did, put an autorun script on the flash card that's blank and it will exit to the shell. Or, you could put your content in a subfolder.
  • 0
    Avatar
    Mackle


    You can't get directly to the shell if a script is running, and if you put content on the card, the autorun script it memory runs. So, you need to do as you did, put an autorun script on the flash card that's blank and it will exit to the shell.



    That is incredibly useful information, Lyndon, and something I've been trying to sort out for hours!  If it is documented someplace please point me to it, since there is probably more critical information there I need to know.
  • 0
    Avatar
    RokuLyndon


    Some of the shell related items aren't documented as well as they need to be. We're working on improving that. What is it that you're trying to do?
Please sign in to leave a comment.