Thursday, December 08, 2005

Installed Roku HD1000 and mythroku

Telnet to .201 address. Login 'root. Pw:

CF card is mounted on /mnt/flash1:

# mount
/dev/mtdblock/1 on / type cramfs (ro)
none on /dev type devfs (rw)
/dev/mtdblock/2 on /mnt/flash0 type yaffs (rw)
/proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
tmpfs on /var type tmpfs (rw)
tmpfs on /mnt/smb type tmpfs (rw)
/dev/ide/host0/bus0/target0/lun0/part1 on /mnt/flash1 type vfat (ro,noatime)

mythroku app and .roku file are there:

# ls /mnt/flash1
Themes misc mythroku.roku rml
dcim mythroku.app mythroku.roku.png

Setup was a breeze, except for one annoying '/' needed at the end of the themedir setting. Here's the final mythroku.roku config file:

#!/bin/sh
#
# Due to its maturity, not many options are available *yet*
# mythroku.app
# [-backend=] The name of the myth master backend server
#
# [-settingsdir=] The directory to use for the .settings files
# and thumbnail previews
#
# [-cleansettings] If this option is provided, upon startup the
# settingsdir will be cleaned of all outdated
# .png and .settings files
#
# [-newestfirst] Sort episodes in order from newest to oldest
#
# [-themedir] Points to the folder above the "Themes" folder

SXPATH=`echo "$0" | sed 's/\/mythroku.roku$//'`
"$SXPATH/mythroku.app" -settingsdir=/tmp/mythroku -backend=192.168.1.200 -newestfirst -themedir=/home/root/roku/

(see my gmail account for a backup of this file)

Put the theme background in /home/root/roku/Themes/mythroku/background.png

Roku's CF card has three files on it:
mythroku.roku (text config file; edited in unix vi, avoid Notepad! it has ^M)
mythroku.app (main app)
mythroku.roku.png (little icon for app)

To upgrade mythroku, just overwrite mythroku.app with the new mythroku.app file.

0 Comments:

Post a Comment

<< Home