PDA

View Full Version : execute binaries in N770


jesus1710
2007-02-15, 12:16
Hi!

i have compiled an application in scratchbox so i have the binary files for executing in N770.

but... how can i execute this in the device? how can i deploy it onto the N770?

I have root premissions (thanks to gainroot :) ) but i can't mount the memory card. I want to execute it in the osso-xterm.

can you help me?

thanks!!

schmots
2007-02-15, 14:21
How is your memory card mounted. Are you sure it hasn't already mounted iteself? What format is the partition? All these things are neccesary.

jesus1710
2007-02-16, 07:18
I have no touch the memory card since i bougth the device.

How can i see the partition format? how can i see that's already mounted?

sorry but i'm newbie.

spycedtx
2007-02-16, 07:54
to easily deploy, I use sftp and ssh (install dropbear server, and change the root and user passwords) while the 770 is connected to the network.

sftp user@w.x.y.z
> put myBinary

ssh user@w.x.y.z
> ./myBinary

jesus1710
2007-02-16, 08:15
Thanks!

my application works!

i checked the /etc/fstab for the partitions, and i succeed mounting it also!

thanks again :)