Page 2 of 2

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 10:56 am
by zoelechat
mmmh maybe try to pipe commands with Linux then:

Code: Select all

echo "/bin/ps" | nc 192.168.178.38 4023
echo "kill FOUND_PID" | nc 192.168.178.38 4023
echo "cp -f /dtv/usb/sda1/rcSGO /mtd_rwcommon/SamyGO" | nc 192.168.178.38 4023

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 11:31 am
by Ceikor
Image

What i need for USB serial shell? Maybe this works.

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 11:43 am
by zoelechat
Well, I think a simpler way would be finally to edit USB/SamyGO_data/run.sh, and just before latest line add that one:

Code: Select all

cp -f /dtv/usb/sda1/rcSGO /mtd_rwcommon/SamyGO

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 11:46 am
by Ceikor
This will be not work. The first call is the "rcSGO" on "/mtd_rwcommon/SamyGO" and than "run.sh" but the loop is inside the rcSGO and befor call run.sh

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 11:52 am
by zoelechat
Ah you're right...
Just wondering if changing Smarthub region (to another, then back to your own) couldn't "reset" /mtd_rwcommon...
Check wiki for how-to.

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 11:56 am
by Ceikor
I HAVE ACCESS :) I have reset the smart hub and turn off TV. Now i have turn on TV and try 10x "nc 192.168.178.38 4023" and now i can kill the loop.

Image

THANK YOU VERY MUCH GUYS :) :)

Smart Hub now works. Guys you save my day.
PS:
Sorry for my bad english

Re: mtd_rwcommon reset?

Posted: Wed Sep 16, 2015 12:01 pm
by zoelechat
Cool :)