Page 8 of 10

Re: SamyGo Firmware Patcher Script

Posted: Mon May 31, 2010 1:05 pm
by erdem_ua
You output is perfectly normal.
For understand that bash format:

Code: Select all

export KF_LOG=/dev/null ;/mtd_rwarea/SamyGO.sh&
means

Code: Select all

export KF_LOG=/dev/null
/mtd_rwarea/SamyGO.sh&
and ampersand says that fire and forget, don't wait for SamyGO.sh ends...

So this script is run on boot. Please check your /mtd_rwarea/SamyGO.sh file. (you needed to aware that capital letters. /mtd_rwarea/samygo.sh wont work!)
regards

Re: SamyGo Firmware Patcher Script

Posted: Mon May 31, 2010 2:21 pm
by erdem_ua
Your script looks okey to my eye. I am not computer but It's ok. Executed on boot.

Re: SamyGo Firmware Patcher Script

Posted: Mon May 31, 2010 3:23 pm
by erdem_ua
I guess you can debug process via

Code: Select all

echo "reached point 1" >> /mtd_rwarea/debuglog.txt
like lines.