First Login to your BB via ssh terminal (only if you have connected your BB with the network)
ssh BB-ipaddress if you have successfully logged in then open up another terminal and use scp to transfer your binary to BB scp /path/to/binary/on/host/pc root@BB-ipaddress:~/ this will copy binary to root user home directory you can run it by ./binary_name On Friday, April 4, 2014 11:49:15 AM UTC+5, [email protected] wrote: > > > Hi friends i am using Beagle Board for the first tym and am new to the > Linux environment, i am using Eclipse C/C++ IDE and am using MinGW cross > compiler tool chain, i have successfully compiled the example hello word > application using cross GCC, but after that i am completely lost, i have > the project files, i have completely setup beagle board for angstrom > environment but kindly guide me through further steps that i need to know. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
