Re: [beagleboard] Rpi2 + Windows 10. Who's gonna buy BBB?

2015-02-03 Thread Paulo Ferreira

On 03/02/2015, at 13:18, Maxim Podbereznyy lisar...@gmail.com wrote:

 Hey guys!
 
 I'm pretty sure that you already heard about Raspberry Pi 2
 announcement but I find more exciting news that the brand new windows
 10 operating system will get official support at Rpi2. Taking in
 account more powerful processor (in comparison with the successor) and
 super low price, and win10 support of course, - who's gonna buy BBB or
 BB-X15?
 
 More info about Win10 support is here:
 https://dev.windows.com/en-us/featured/raspberrypi2support
 
 cheers!


Today you can join the Windows Developer Program for IoT: 
http://dev.windows.com/en-us/featured/Windows-Developer-Program-for-IoT

Last phrase before the footer of the webpage: 
This program is restricted to noncommercial development.. 



paf 


 

-- 
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] OSX + Baeglebone = Nightmare

2015-02-02 Thread Paulo Ferreira

On 01/02/2015, at 23:47, SimuGQ garymquig...@gmail.com wrote:

 I have wasted a whole weekend trying got connect to my BBB.
 
 I am running 10.10 and have trawled the internet reading pages upon pages of 
 cryptic mumbo jumbo, I have uninstalled rivers, updated drivers, replaced 
 drivers, edited pLists, reset Pram, reset SMC, I have done EVERYTHING. I am 
 sick of it at this stage. I have a €100 Windows 7 netbook that connects with 
 no problem to the Beaglebone.
 
 For the past 9 months of=r so I have used an Arduino Mega with no connection 
 issues, so why oh why is it so difficult to get this POS board to work? 
 Laziness perhaps?
 
 Basically Beaglebone need to get their finger out and fix the driver issues 
 with OS X. 
 
 OR STOP SELLING THIS BOARD to OS X users. It just doesn't work.
 
 My weekend has been a complete waste.



Windows  7 works with the Beaglebone, OSX 10.9 works, OSX 10.8 works, Linux x86 
works.  If OSX 10.10  does not work the blame is on the Beaglebone side? 

As you have only trawled the internet for a weekend reading mumbo jumbo, 
for a weekend,  it seems to me that you need to spend lots of time reading  
more stuff. 
Count on at least a month. until the mumbo jumbo starts making sense. 


Yes, the Beaglebone  IS NOT an Arduino! 
The Arduino Mega has only a serial over USB connection,  and is a 16 Mhz,  8 
bit processor without any Operating system. 
The Beaglebone is a 32 bit  full grown computer, with network, HDMI, memory 
management and protection, LInux, and it is a very, very different machine.

Yes, the prices are very  similar, but the value is very different.

Some people only look at price, other can look at the value and the support 
and the knowledge that the guys behind the Beaglebone offer. 

Hope someday you can do the latter. 



-- 
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] Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-05 Thread Paulo Ferreira

On 05/03/2014, at 12:30, Karl Longen 2frikkincra...@gmail.com wrote:

 BTW you have never tried to code pages and pages using just VI probably
 
 Any person in their right state of mind would not use VI, unless you are 
 writing short programs (like shell script), or very simple applications.
 
 Renounce to auto correction, color syntax, auto completion, and a ton more of 
 functionalities, when you are coding millions of lines, is not different from 
 running win 3.1 on a modern computer :)
 
 As much as I love terminal, there are things that are not feasible without a 
 good text editor with plenty of functions; without even mentioning the pros 
 of a real IDE, when you need to debug and such.


Well, last time I checked vim  has (even in text mode): 

Color syntax (and syntax checking when doing save) :  
https://github.com/scrooloose/syntastic  
Auto Completion and more: http://www.vim.org/scripts/script.php?script_id=213
When I compile it can place me on the file and on the line where the error is...

And the colorized syntax works on ssh connections, and you can have multiple 
windows in text mode  with just one ssh connection with tmux:   
http://tmux.sourceforge.net

It may not be a tool for everybody, editor and IDEs are alms a religious issue, 
and b=should be left to the individual taste, but vi (vim)  is more powerful 
than it looks.  
 
Best  regards
Paulo Ferreira 
 

  



-- 
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/groups/opt_out.


Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-30 Thread Paulo Ferreira

On 30/12/2013, at 02:03, Mike Bremford m...@bfo.com wrote:

 
 Where is this documented? And why should I care? The above two paragraphs are 
 unintelligible to anyone that hasn't been involved in embedded Linux for some 
 time.
 


It seems you are barking at the wrong tree. 

Unix is a tool. A powerful tool. As all powerful tools, power should come after 
some knowledge and practice.

Think of a razor sharp kitchen knife, a chainsaw, an arc welding machine, a 
forklift, a pickup truck.  All those are examples of very useful tools, but 
they only can be used in a productive way, after some practice time, and after 
having acquired some knowledge about how they work, and  how to use them 
correctly. 


The standard phrase is that Unix is very user friendly, but picky about the 
friends... 

 You can approach Unix at several levels: 

1)  User level - command line use of the Unix utilities, and understanding of 
shell scripts
2)  Admin level - know how to manage users, programs, networking
3)  Programmer - know the POSIX programming model and all the UNIX programming 
tools (config, make, gcc, etc...) 
4)  Kernel developer - all of the previous ones + how to compile a kernel 


If you want to work with BeagleBone, you must at least understand that many 
people are doing all those levels  on the cutting edge of technology, 
and that knowledge takes time, because you need to make things, to understand 
how they work. 


The saddest thing, is that people want things done (or instant gratification) 
without being involved.  Open Source does not work that way, and most 
important, life does not work that way. 

In order to do things, in order to get what you want, you need to involve 
yourself. 


Happy New Year to All

Paulo Ferreira

-- 
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/groups/opt_out.


Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Paulo Ferreira

On 18/12/2013, at 13:28, Charles Steinkuehler char...@steinkuehler.net wrote:

 I went to order a couple more BeagleBone Blacks, but I can't seem to
 find any!  Lots of folks show them expected back in stock sometime in
 January, but I couldn't find any to actually buy.
 
 Does anyone know of a US supplier with actual stock?

I had one (one more) ordered from Mouser, they had predictions of delivery well 
into January, but I got it last week! 
A nice Christmas present!  
Try them.

 
 Did the BBB somehow become the hot must-have Christmas toy and I
 didn't notice?  :)

I seems so.   
And before anyone asks, NO I WILL NOT SELL THE ONES I HAVE.  ;-) ;-) ;-) 

 -- 
 Charles Steinkuehler
 char...@steinkuehler.net
 

Many thanks and happy season greetings to all the guys behind the BeagleBone! 

Paulo Ferreira 

-- 
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/groups/opt_out.


Re: [beagleboard] Hardware info on USB A port

2013-11-13 Thread Paulo Ferreira

On 13/11/2013, at 18:12, hvn...@gmail.com wrote:


 I agree with you on the USB specifications. However, my point is that I ran 
 the same software on both a normal computer and the BeagleBoard. On the 
 normal computer everything works fine while on the BeagleBoard-xM the device 
 starts to oscillate. Back to the normal computer, it works fine again. Now 
 assuming that all LS/FS/HS USB specifications are the same, how can this 
 happen? Any suggestion on what I can be missing that is not the same ?
 
 
 Please try an oscilloscope.
 
 That's a good suggestion. Have to find one.
 
 hvn

Well, between a normal PC and a BeagleBoard, the only things that change 
are:  the compiler, the processor's  architecture, the processor's clock speed, 
the memory interface, the caches, the peripheral's connection to the processor 
and the interrupt  architecture.

If you are expecting no influence from those changes,  you need to wake up.   
:-( :-( 

Best regards  

Paulo Ferreira 

-- 
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/groups/opt_out.


Re: [beagleboard] USB errors (and hotplug work-around)

2013-10-28 Thread Paulo Ferreira

On 28/10/2013, at 13:27, Bai Shi baishi...@gmail.com wrote:

 My usb device draws power from external power supply, only D+ and D- is 
 connected to BBB. It works 90% of time but when I mess around too much 
 (on/off too frequently maybe, not confirmed), it will reset the USB of BBB 
 and then it will behave very strangely. Every access to /sys/bus/usb take 
 more than 15 seconds and timeout eventually.
 
 Hope my experience gives some hint...

Is the same external power supply connected to the Beagle Board?  

So, the ground shield of the USB cable is connect only on one side (the device) 
or is it completely  floating? 

Best regards 

Paulo Ferreira 

-- 
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/groups/opt_out.


Re: [beagleboard] USB errors (and hotplug work-around)

2013-10-28 Thread Paulo Ferreira
You issue may be there (or not). 

To really really know,  you can use some wide bandwidth digital  oscilloscopes 
to see how the USB signals are behaving. 
Or try to use a good shielded USB cable. 

Guess what is the cheapest option, try it, and after that please tell us what 
did you find. 

Best regards
Paulo Ferreira 



 



On 28/10/2013, at 14:22, Bai Shi baishi...@gmail.com wrote:

 Erm.. very good question. It indeed is the same external power supply 
 connected to the Beagle Board. Or I would say all the power come from the 
 same ATX power supply though it might (tiny little chance) be in different 
 rails.
 
 Frankly speaking the line was rather short (less than 5cm) so I didn't bother 
 to do shielding at all. The D+ and D- is using Cat5 ethernet cable.
 
 Does it make any significance?
 
 Regards,
 Bai Shi
 
 
 On Mon, Oct 28, 2013 at 9:56 PM, Paulo Ferreira p...@keeh.net wrote:
 
 On 28/10/2013, at 13:27, Bai Shi baishi...@gmail.com wrote:
 
  My usb device draws power from external power supply, only D+ and D- is 
  connected to BBB. It works 90% of time but when I mess around too much 
  (on/off too frequently maybe, not confirmed), it will reset the USB of BBB 
  and then it will behave very strangely. Every access to /sys/bus/usb take 
  more than 15 seconds and timeout eventually.
 
  Hope my experience gives some hint...
 
 Is the same external power supply connected to the Beagle Board?
 
 So, the ground shield of the USB cable is connect only on one side (the 
 device) or is it completely  floating?
 
 Best regards
 
 Paulo Ferreira
 
 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the Google 
 Groups BeagleBoard group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/beagleboard/nuyyVDhU6bw/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 
 -- 
 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/groups/opt_out.

-- 
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/groups/opt_out.


Re: [beagleboard] BBB: SSH connection refused

2013-10-16 Thread Paulo Ferreira

On 16/10/2013, at 11:54, Andrei andrej.kondrat...@gmail.com wrote:

 Hello I have run into the problem, I'm unable to SSH to the beaglebone black.
 
 user@linux-vubj:~ ssh 192.168.7.2  -1 root
 ssh: connect to host 192.168.7.2 port 22: Connection refused.
 
 Does anybody knows how to resolve this matter.
 
 Thanks,
 Andrei 


-1  (one) is for ssh to use the (old) version 1 protocol. 

-l (L) is what you want. 

Try it. 

Paulo Ferreira 
 

-- 
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/groups/opt_out.


Re: [beagleboard] Using beaglebone black as a programmer for other MCU's

2013-10-15 Thread Paulo Ferreira

On 14/10/2013, at 14:10, Gal Rubinstein gal...@gmail.com wrote:

 hello all,
 I brought a the black a month ago and i really like it, doing a lot of nice 
 things withe the GPIOs
 
 my question is:
 is there a way to emulate the functionality of the JTAG (or whatever else) to 
 program the other MCU using the baglebone's 
 expansion pins? 
 like  ATiny which uses the Arduino board as the programming device to program 
 to other MCU's (of the same family) .
 
 BTW: I know I will need to compile the code to fit the other MCU using the 
 manufacture's supplied headers... had some experience
 programming the STM32…


Today, JTAG is used for many things. 

1)  Checking if the PCBs are ok  ( the original intent ). 
2)  Programming the flash ROMs, or EEPROMs or FPGAs. 
3)  Debugging the software, with GDB single stepping (or breakpointing) the 
target microprocessor. 


So besides wiggling or shaking in the right way  some pins of BeagleBone, 
you need lots of software behind for all that to work. 

So the fast way to have the BB program some microprocessor  is to buy a cheap 
USB-JTAG adapter supported by these two software packages: 

http://openocd.sourceforge.net
http://urjtag.org

   
Best regards

Paulo Ferreira 
 

 


-- 
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/groups/opt_out.


Re: [beagleboard] Remote debugging thru SSH

2013-10-02 Thread Paulo Ferreira
The subject line is about debugging, but you talk about updates on the main 
message.  

You are assuming that: 

1) Every BB that needs to be updated is connected to the internet. 
2) If they are connected to the Internet, the SSH port is wide open… 
3) They are not turned off in the middle of an update…  ;-) ;-) 



Why not auto update your app? 

When booting the BB the init script compares the release number of you app 
(somewhere in a file or in a filename) with the current release number.
The current release number is available from an update web server (with the 
software). 

If the release number on the web site is greater than the installed, the script 
downloads the app, checks the integrity of the archive, and if the archive is 
ok, upgrades the software. 


This: 
1) Works with only the http port open. Does not need any other ports 
opened.
2) Works also on a network no connected to the Intranet, as long as 
you place on that network a suitable web server.   


Warning:  I don't think this update method is the subject of any valid patent, 
but...  ;-) ;-) ;-) 

Best regards 
Paulo Ferreira




-- 
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/groups/opt_out.