Debug on ExoPC with Meego

Debug on ExoPC with Meego

Imagen de Andreas Breitschopp
Hello, I've got the ExoPC with Meego on the last Intel event in Munich (thanks to Intel for that ;-) ) and wanted to try to debug a Meego app with this ExoPC now. But how can I connect the ExoPC to my developer PC? I guess I would have to use the dock connector at the bottom of the ExoPC for the connection, but there was no cable in the package for that. So where do I get such a cable or is there a different way to connect the ExoPC tablett to my desktop PC? Best regards and thanks in advance Andreas
publicaciones de 3 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de ronald-benson (Intel)

You may try to SSH into the ExoPC from your desktop system. I know many developers who use this method. This is a basic process which I have not validated, but it may give you an idea where to start. Good Luck :)

1. Make sure sshd has been started.
/etc/init.d/sshd start
2. Create an empty shadow file. Without the shadow file, adduser will fail.
touch /etc/shadow
3. Add a user for ssh access.
adduser
4. Set user's password
passwd

Imagen de Andreas Breitschopp

Hello Ron,

thanks for this tip:
I'll try that.

Best regards
Andreas

Inicie sesión para dejar un comentario.