PDA

View Full Version : execute binaries in N770


jesus1710
02-15-2007, 07:16 AM
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
02-15-2007, 09:21 AM
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
02-16-2007, 02:18 AM
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
02-16-2007, 02:54 AM
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
02-16-2007, 03:15 AM
Thanks!

my application works!

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

thanks again :)