Re: [beagleboard] Programing a new BBB Rev C.

2014-08-11 Thread haziz
I am not sure why you are using the word yes. It will usually ask you to 
login. You can log in as root (not always recommended) or as a regular 
user. It will usually give you a login prompt followed by the prompt for 
the password. If it already shows you root@beaglebone followed by a # 
then you have in fact already logged in and are now facing a UNIX/Linux 
shell prompt. Sounds like you are not used to using Unix or Linux from the 
command line. This can be great fun! You can learn about the Linux command 
line:

http://linuxcommand.org

https://www.edx.org/course/linuxfoundationx/linuxfoundationx-lfs101x-introduction-1621#.U-deMlY7Mmw

Sounds like you are already logged into a Linux shell. You just have to 
learn to use Linux from the command line. It really is great fun and very 
rewarding. You can then open an editor (I like emacs but nano maybe a 
gentler introduction for a newbie) on the Beaglebone and write your program 
or if you insist on writing it on your machine and uploading it you can do 
so using sftp instead of ssh.

http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol

http://linux.die.net/man/1/sftp

I hope this helps.

On Monday, August 4, 2014 8:07:56 PM UTC-4, dan perry wrote:

 Well I have tried using PuTTY with 192.168.7.2 and SSH and clicking on 
 open.
 I then get:  login as: 
 and I type in root and hit enter.
 then root@beaglebone: # pops up and
 then I type in yes and hit enter.
 But from then on all I get is a string of Y's down the left side of the 
 screen.

 I got the root and yes inputs from the internet. root seems to work 
 but yes doesn't seem to.

 Thanks for the help.

 On Monday, August 4, 2014 4:36:32 PM UTC-4, WB8TKL wrote:

 Greetings, 

 On Sun, 3 Aug 2014, lostn...@gmail.com wrote: 

My only micro-computer experience has been using Arduino UNO's for 
 about 
  two years. 
I found the Arduino IDE very simple to use.  Just write a program, 
  upload it, and everything usually works just fine. 
I have written over a hundred programs using it. 
  
  
Well about a week ago I received a Beaglebone Black Rev C . I hooked 
 it 
  up to my computer, loaded the drivers, read a ton 
of info on it using Firefox, visited the Cloud9 site, looked at Ytube 
  videos, fooled around with a bunch of demos, and perused 
a slew of BBB web sites. 
  
 Seems great except for one problem.  Although I can now write a 
 program 
  that will run on the BBB, I cannot for the life of me figure out 
 how to load my programs into the BBB. 
  
 Arduino:   Write program, upload, and you are done. 
  
  BBB:   Write program, and ???. 
  
  I know it has to be something simple that I am missing. 


 SSH to and log onto the BBB, and write your program *on* the BBB :) 

 No need to write it elsewhere and then upload it. 


--- Jay Nugent  WB8TKL 
Ypsilanti, Michigan 



-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread lostneuby68
   My only micro-computer experience has been using Arduino UNO's for about 
two years.
   I found the Arduino IDE very simple to use.  Just write a program, 
upload it, and everything usually works just fine.
   I have written over a hundred programs using it. 

   
   Well about a week ago I received a Beaglebone Black Rev C . I hooked it 
up to my computer, loaded the drivers, read a ton
   of info on it using Firefox, visited the Cloud9 site, looked at Ytube 
videos, fooled around with a bunch of demos, and perused
   a slew of BBB web sites.

Seems great except for one problem.  Although I can now write a program 
that will run on the BBB, I cannot for the life of me figure out
how to load my programs into the BBB.

Arduino:   Write program, upload, and you are done.

 BBB:   Write program, and ???.

 I know it has to be something simple that I am missing.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread Jay Nugent

Greetings,

On Sun, 3 Aug 2014, lostneub...@gmail.com wrote:


  My only micro-computer experience has been using Arduino UNO's for about
two years.
  I found the Arduino IDE very simple to use.  Just write a program,
upload it, and everything usually works just fine.
  I have written over a hundred programs using it.


  Well about a week ago I received a Beaglebone Black Rev C . I hooked it
up to my computer, loaded the drivers, read a ton
  of info on it using Firefox, visited the Cloud9 site, looked at Ytube
videos, fooled around with a bunch of demos, and perused
  a slew of BBB web sites.

   Seems great except for one problem.  Although I can now write a program
that will run on the BBB, I cannot for the life of me figure out
   how to load my programs into the BBB.

   Arduino:   Write program, upload, and you are done.

BBB:   Write program, and ???.

I know it has to be something simple that I am missing.



   SSH to and log onto the BBB, and write your program *on* the BBB :)

   No need to write it elsewhere and then upload it.


  --- Jay Nugent  WB8TKL
  Ypsilanti, Michigan

--
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread William Hermans
Lost, You can install, setup, and use Samba on the BBB. So for instance if
you're using Windows, you can setup a network drive map, and access that
drive through  Computer as you would for any other disk listed there.
If you need more information I can provide that if I can find my exact
steps ssh log.

However do keep one thing in mind. If you're going to be doing lots of
writes, it would behoove you to mount the root file system via NFS. Which
is yet another thing to do, but it is a good learning experience.


On Mon, Aug 4, 2014 at 1:36 PM, Jay Nugent j...@nuge.com wrote:

 Greetings,


 On Sun, 3 Aug 2014, lostneub...@gmail.com wrote:

My only micro-computer experience has been using Arduino UNO's for about
 two years.
   I found the Arduino IDE very simple to use.  Just write a program,
 upload it, and everything usually works just fine.
   I have written over a hundred programs using it.


   Well about a week ago I received a Beaglebone Black Rev C . I hooked it
 up to my computer, loaded the drivers, read a ton
   of info on it using Firefox, visited the Cloud9 site, looked at Ytube
 videos, fooled around with a bunch of demos, and perused
   a slew of BBB web sites.

Seems great except for one problem.  Although I can now write a program
 that will run on the BBB, I cannot for the life of me figure out
how to load my programs into the BBB.

Arduino:   Write program, upload, and you are done.

 BBB:   Write program, and ???.

 I know it has to be something simple that I am missing.



SSH to and log onto the BBB, and write your program *on* the BBB :)

No need to write it elsewhere and then upload it.


   --- Jay Nugent  WB8TKL
   Ypsilanti, Michigan


 --
 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 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread dan perry
Well I have tried using PuTTY with 192.168.7.2 and SSH and clicking on open.
I then get:  login as: 
and I type in root and hit enter.
then root@beaglebone: # pops up and
then I type in yes and hit enter.
But from then on all I get is a string of Y's down the left side of the 
screen.

I got the root and yes inputs from the internet. root seems to work 
but yes doesn't seem to.

Thanks for the help.

On Monday, August 4, 2014 4:36:32 PM UTC-4, WB8TKL wrote:

 Greetings, 

 On Sun, 3 Aug 2014, lostn...@gmail.com javascript: wrote: 

My only micro-computer experience has been using Arduino UNO's for 
 about 
  two years. 
I found the Arduino IDE very simple to use.  Just write a program, 
  upload it, and everything usually works just fine. 
I have written over a hundred programs using it. 
  
  
Well about a week ago I received a Beaglebone Black Rev C . I hooked 
 it 
  up to my computer, loaded the drivers, read a ton 
of info on it using Firefox, visited the Cloud9 site, looked at Ytube 
  videos, fooled around with a bunch of demos, and perused 
a slew of BBB web sites. 
  
 Seems great except for one problem.  Although I can now write a 
 program 
  that will run on the BBB, I cannot for the life of me figure out 
 how to load my programs into the BBB. 
  
 Arduino:   Write program, upload, and you are done. 
  
  BBB:   Write program, and ???. 
  
  I know it has to be something simple that I am missing. 


 SSH to and log onto the BBB, and write your program *on* the BBB :) 

 No need to write it elsewhere and then upload it. 


--- Jay Nugent  WB8TKL 
Ypsilanti, Michigan 



-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread dan perry
I looked up Samba on the internet but haven't figured out exactly what it 
does or how to use it.
Thanks though, I'll keep trying.

On Monday, August 4, 2014 7:49:57 PM UTC-4, William Hermans wrote:

 Lost, You can install, setup, and use Samba on the BBB. So for instance if 
 you're using Windows, you can setup a network drive map, and access that 
 drive through  Computer as you would for any other disk listed there. 
 If you need more information I can provide that if I can find my exact 
 steps ssh log.

 However do keep one thing in mind. If you're going to be doing lots of 
 writes, it would behoove you to mount the root file system via NFS. Which 
 is yet another thing to do, but it is a good learning experience.


 On Mon, Aug 4, 2014 at 1:36 PM, Jay Nugent j...@nuge.com javascript: 
 wrote:

 Greetings,


 On Sun, 3 Aug 2014, lostn...@gmail.com javascript: wrote:

My only micro-computer experience has been using Arduino UNO's for 
 about
 two years.
   I found the Arduino IDE very simple to use.  Just write a program,
 upload it, and everything usually works just fine.
   I have written over a hundred programs using it.


   Well about a week ago I received a Beaglebone Black Rev C . I hooked it
 up to my computer, loaded the drivers, read a ton
   of info on it using Firefox, visited the Cloud9 site, looked at Ytube
 videos, fooled around with a bunch of demos, and perused
   a slew of BBB web sites.

Seems great except for one problem.  Although I can now write a 
 program
 that will run on the BBB, I cannot for the life of me figure out
how to load my programs into the BBB.

Arduino:   Write program, upload, and you are done.

 BBB:   Write program, and ???.

 I know it has to be something simple that I am missing.



SSH to and log onto the BBB, and write your program *on* the BBB :)

No need to write it elsewhere and then upload it.


   --- Jay Nugent  WB8TKL
   Ypsilanti, Michigan


 -- 
 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 beagleboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread Robert Nelson
On Aug 4, 2014 7:08 PM, dan perry lostneub...@gmail.com wrote:

 Well I have tried using PuTTY with 192.168.7.2 and SSH and clicking on
open.
 I then get:  login as:
 and I type in root and hit enter.
 then root@beaglebone: # pops up and
 then I type in yes and hit enter.
 But from then on all I get is a string of Y's down the left side of the
screen.

 I got the root and yes inputs from the internet. root seems to work
but yes doesn't seem to.

It's blank.. Just hit (enter key)


 Thanks for the help.


 On Monday, August 4, 2014 4:36:32 PM UTC-4, WB8TKL wrote:

 Greetings,

 On Sun, 3 Aug 2014, lostn...@gmail.com wrote:

My only micro-computer experience has been using Arduino UNO's for
about
  two years.
I found the Arduino IDE very simple to use.  Just write a program,
  upload it, and everything usually works just fine.
I have written over a hundred programs using it.
 
 
Well about a week ago I received a Beaglebone Black Rev C . I hooked
it
  up to my computer, loaded the drivers, read a ton
of info on it using Firefox, visited the Cloud9 site, looked at
Ytube
  videos, fooled around with a bunch of demos, and perused
a slew of BBB web sites.
 
 Seems great except for one problem.  Although I can now write a
program
  that will run on the BBB, I cannot for the life of me figure out
 how to load my programs into the BBB.
 
 Arduino:   Write program, upload, and you are done.
 
  BBB:   Write program, and ???.
 
  I know it has to be something simple that I am missing.


 SSH to and log onto the BBB, and write your program *on* the BBB :)

 No need to write it elsewhere and then upload it.


--- Jay Nugent  WB8TKL
Ypsilanti, Michigan

 --
 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 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread William Hermans
https://www.google.com/#q=how+to+debian+wheezy+samba

I'll have to look around to find a good simple guide if one is available
and I can not find my ssh logs( did a desktop reinstall recently ).

One thing to note, anyone telling you to chmod 777 is absolutely 100% WRONG
in the context of Samba. You want user authentication at least.

Ah here we go:
http://unix.stackexchange.com/questions/74231/how-can-i-easily-configure-samba-share-in-debian-wheezy

First answer is pretty good. Although I'd probably change

*valid users = @smb *to *valid users = username*

If you know how to setup and use groups then it is no big deal.





On Mon, Aug 4, 2014 at 5:13 PM, Robert Nelson robertcnel...@gmail.com
wrote:


 On Aug 4, 2014 7:08 PM, dan perry lostneub...@gmail.com wrote:
 
  Well I have tried using PuTTY with 192.168.7.2 and SSH and clicking on
 open.
  I then get:  login as:
  and I type in root and hit enter.
  then root@beaglebone: # pops up and
  then I type in yes and hit enter.
  But from then on all I get is a string of Y's down the left side of
 the screen.
 
  I got the root and yes inputs from the internet. root seems to work
 but yes doesn't seem to.

 It's blank.. Just hit (enter key)

 
  Thanks for the help.
 
 
  On Monday, August 4, 2014 4:36:32 PM UTC-4, WB8TKL wrote:
 
  Greetings,
 
  On Sun, 3 Aug 2014, lostn...@gmail.com wrote:
 
 My only micro-computer experience has been using Arduino UNO's for
 about
   two years.
 I found the Arduino IDE very simple to use.  Just write a program,
   upload it, and everything usually works just fine.
 I have written over a hundred programs using it.
  
  
 Well about a week ago I received a Beaglebone Black Rev C . I
 hooked it
   up to my computer, loaded the drivers, read a ton
 of info on it using Firefox, visited the Cloud9 site, looked at
 Ytube
   videos, fooled around with a bunch of demos, and perused
 a slew of BBB web sites.
  
  Seems great except for one problem.  Although I can now write a
 program
   that will run on the BBB, I cannot for the life of me figure out
  how to load my programs into the BBB.
  
  Arduino:   Write program, upload, and you are done.
  
   BBB:   Write program, and ???.
  
   I know it has to be something simple that I am missing.
 
 
  SSH to and log onto the BBB, and write your program *on* the BBB :)
 
  No need to write it elsewhere and then upload it.
 
 
 --- Jay Nugent  WB8TKL
 Ypsilanti, Michigan
 
  --
  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 beagleboard+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 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 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Programing a new BBB Rev C.

2014-08-04 Thread William Hermans
By the way, if you do not understand any of that, or how to use it. Then I
suggest you start reading about Debian, and perhaps setup a Debian virtual
machine to toy around with.


On Mon, Aug 4, 2014 at 5:57 PM, William Hermans yyrk...@gmail.com wrote:

 https://www.google.com/#q=how+to+debian+wheezy+samba

 I'll have to look around to find a good simple guide if one is available
 and I can not find my ssh logs( did a desktop reinstall recently ).

 One thing to note, anyone telling you to chmod 777 is absolutely 100%
 WRONG in the context of Samba. You want user authentication at least.

 Ah here we go:
 http://unix.stackexchange.com/questions/74231/how-can-i-easily-configure-samba-share-in-debian-wheezy

 First answer is pretty good. Although I'd probably change

 *valid users = @smb *to *valid users = username*

 If you know how to setup and use groups then it is no big deal.





 On Mon, Aug 4, 2014 at 5:13 PM, Robert Nelson robertcnel...@gmail.com
 wrote:


 On Aug 4, 2014 7:08 PM, dan perry lostneub...@gmail.com wrote:
 
  Well I have tried using PuTTY with 192.168.7.2 and SSH and clicking on
 open.
  I then get:  login as:
  and I type in root and hit enter.
  then root@beaglebone: # pops up and
  then I type in yes and hit enter.
  But from then on all I get is a string of Y's down the left side of
 the screen.
 
  I got the root and yes inputs from the internet. root seems to
 work but yes doesn't seem to.

 It's blank.. Just hit (enter key)

 
  Thanks for the help.
 
 
  On Monday, August 4, 2014 4:36:32 PM UTC-4, WB8TKL wrote:
 
  Greetings,
 
  On Sun, 3 Aug 2014, lostn...@gmail.com wrote:
 
 My only micro-computer experience has been using Arduino UNO's for
 about
   two years.
 I found the Arduino IDE very simple to use.  Just write a program,
   upload it, and everything usually works just fine.
 I have written over a hundred programs using it.
  
  
 Well about a week ago I received a Beaglebone Black Rev C . I
 hooked it
   up to my computer, loaded the drivers, read a ton
 of info on it using Firefox, visited the Cloud9 site, looked at
 Ytube
   videos, fooled around with a bunch of demos, and perused
 a slew of BBB web sites.
  
  Seems great except for one problem.  Although I can now write a
 program
   that will run on the BBB, I cannot for the life of me figure out
  how to load my programs into the BBB.
  
  Arduino:   Write program, upload, and you are done.
  
   BBB:   Write program, and ???.
  
   I know it has to be something simple that I am missing.
 
 
  SSH to and log onto the BBB, and write your program *on* the BBB
 :)
 
  No need to write it elsewhere and then upload it.
 
 
 --- Jay Nugent  WB8TKL
 Ypsilanti, Michigan
 
  --
  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 beagleboard+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 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 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.