Page 2 of 3

Re: wake on lan support

Posted: Tue Nov 13, 2012 9:09 am
by marcjero
Using static linking I have a segmentation fault an a message saying that the kernel is too old.

Re: wake on lan support

Posted: Tue Nov 13, 2012 9:13 am
by juusso
emm... then i don`t have any advice :(

Re: wake on lan support

Posted: Wed Nov 14, 2012 9:44 pm
by marcjero
I think the problem is related to the fact I'm using a toolchain from emdebian.

I'm trying to build toolchain from svn now.

It's failing with this error : ERROR: Nothing provides dependency task-samsung-toolchain

Any clue ?

Re: wake on lan support

Posted: Sat Dec 01, 2012 1:07 pm
by tom_van
marcjero: I sent you slsnif (working on T-RBYDEUC)
Use with options -u -n
The problem is how to force exeDSP to open pty instead of ttyAS2.
I can do it on nfs root. But in original filesystem there is /dev directory read only.

Re: wake on lan support

Posted: Sat Dec 01, 2012 2:24 pm
by marcjero
Thanks Tom. Yes /dev is readonly...
Just curious how do you chroot to nfs ?

Re: wake on lan support

Posted: Sat Dec 01, 2012 4:14 pm
by tom_van
I'm not using chroot. For debugging I boot whole system from nfs and mount nfs root. This is too complicated for everyday use.
Maybe easier than chroot could be hacking filesystem by mount --bind. Be careful, it is easy to brick the tv this way.
Good luck

Re: wake on lan support

Posted: Sat Dec 01, 2012 4:24 pm
by juusso
here is how to boot B series from NFS. I`m not familar to A series, but might principle is same.
http://wiki.samygo.tv/index.php5/Boot_f ... u-boot#NFS

Re: wake on lan support

Posted: Sat Dec 01, 2012 5:08 pm
by tom_van
Good point, juuso. I didn't know about, because I finished my version almost 3 years ago, couple of month before the wiki page appeared.

Marcjero, I recomend you to set up nfs boot as good security measure against bricking. I can send you all my nfs / debug setup
if you promise to write a wiki page like the mentioned one for A/sh4. Ok?
By the way, do you have an ex-link cable? This is the must.
And please try to resolve toolchain problems. Try ask some oe guru here, e.g. arris69

Re: wake on lan support

Posted: Sat Dec 01, 2012 7:40 pm
by arris69
marcjero wrote:I think the problem is related to the fact I'm using a toolchain from emdebian.

I'm trying to build toolchain from svn now.

It's failing with this error : ERROR: Nothing provides dependency task-samsung-toolchain

Any clue ?
a-series are just supported in branch-0-0-1 (never ending roadworks)

Code: Select all

svn checkout svn://svn.code.sf.net/p/samygo/code/oe/branches/branch-0-0-1  samygo-code
cd samygo-code/
make MACHINE=T-RBYDEUC -f Makefile-SELP-SamyGO initialize
cd build; . ./env.source; bitbake -v -D task-samsung-toolchain ; cd -
hth
arris

Re: wake on lan support

Posted: Thu Feb 07, 2013 9:13 am
by tom_van
Marcjero, have you succeeded with slsnif?