Page 1 of 2
Re: Auto Start Scripts
Posted: Sat Dec 11, 2010 5:42 pm
by juusso
Did you choose "a" (advanced) mode in firmware patcher? if not, you do not get samygo.sh working.
If you mount to physical USB:
or if you mount to virtual USB:
Re: Auto Start Scripts
Posted: Sun Dec 12, 2010 7:31 am
by juusso
according to your samygo.sh, you need have either /mtd_rwarea/.nfs (then you have to attach USB to TV), or /mtd_rwarea/.nfs-usb (if you load virtual-usb).
Your commands are right, you are making file in right place, but you need only one of them.
So next steps try:
Use physical USB Fat32 (not NTFS)
restart TV and look what happens
Re: Auto Start Scripts
Posted: Wed Dec 22, 2010 8:45 am
by juusso
I red in another topic, you do not have network, how do you get telnet? Or it is just about wifi?
If you have cable network, try run telnet enabler from content library. If success, maybe you do not have busybox installed?
Check /bin directory for binary called busybox.
Did you use
a option for patching with samygo patcher (for enabling advanced startup) or just
t ?
Re: Auto Start Scripts
Posted: Thu Dec 23, 2010 7:12 pm
by juusso
What is your rc.local like? (in exe.img of
samygo-patched-firmware)?
Did you find
Code: Select all
export KF_LOG=/dev/null;/etc/telnetd_start.sh&
cd /mtd_exe/
./exeDSP
or
Code: Select all
export KF_LOG=/dev/null;/mtd_rwarea/SamyGO.sh&
cd /mtd_exe/
./exeDSP
Or maybe here is:
Code: Select all
export KF_LOG=/dev/null #Remove engine logging.
cd /mtd_exe/
./exeDSP
Do you have telnet after TV start?