[beagleboard] Re: Update Kernel + Distro

2014-07-08 Thread Michael Duffy
The easiest way is (IMHO) this:

   1. download the latest flasher image from 
   here: http://beagleboard.org/latest-images  (the Debian image is my strong 
   recommendation -- Angstrom is an evolutionary dead-end)
   2. place it on a MicroSD card
   3. flash the BBB


On Tuesday, July 1, 2014 2:13:36 AM UTC-7, leo mayer wrote:

 Hi,

 since my BBB runs for some time and I have now some spare time I thought I 
 wanna udpate the kernel + distro. Currently I have installed 

 Linux arm 3.12.0-rc6-bone7

 Looking on the wiki-pages I see that a lot has been changed in the 
 meantime and I have no real clue where to start - especially since the old 
 scripts don't seem to be valid any longer.

 Can I download some of the scripts which will then eventually perform the 
 proper update? If so, which scripts? If not, any other recommendations how 
 to upgrade?

 thx

 leo


-- 
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] Can't make UART work with Python and AdaFruitBBB

2014-06-12 Thread michael . duffy
I don't understand your complaint.

If you're using the Adafruit BBIO library, it creates the necessary UART 
devices in the device tree on the fly (by placing its own ADAFRUIT-UART 
files in /lib/firmware and writing to /sys/devices/bone_capmgr.*/slots).

So it really is pretty easy to use -- it's designed for non-tech types to 
get maker projects running on the BBB.  Surprised you asked over here 
rather than in the more-relevant Adafruit forum on BBIO.

On Thursday, June 12, 2014 8:43:33 AM UTC-7, cla...@logmatch.com.br wrote:

 You are right.

 root@beaglebone1:~# dmesg |grep console
 [0.00] Kernel command line: console=ttyO0,115200n8 quiet 
 drm.debug=7 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
 [0.222807] console [ttyO0] enabled

 but I can't found another uEnv.txt in Angstrom system.
 So I probably will have to generate one that's correct ? 

 These are the things people had to do when they will use UART in their 
 systems?
 I believe that we could have a more prepared system for development  ;)

 Anyway I'll try to look what can i do here 

 Thank you all you help Robert

 Cláudio B.





-- 
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] Re: Dude, where's my BeagleBone Black?

2014-06-04 Thread michael . duffy
Just as a note, we had our purchasing department price quantity 1,000 of 
the BBB using the Rev C. documents with a San-Diego-based company we 
already use for other PCBs in our products.

They quoted us $128 per unit.  So you can see that (a) the $55 for the Rev 
C board is quite a bargain (thank you, all), and (b) quantity and a 
willingness to make little or no profit have a huge impact on price.

Really appreciate Beagleboard.org's willingness to create a great 
prototyping and maker tool.  It's a hell of a little board.  Thanks Gerald, 
Jason, TI, and all the others involved.

-- 
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] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-05-29 Thread michael . duffy
On Wednesday, May 28, 2014 2:37:13 PM UTC-7, RobertCNelson wrote:

 It's there just an older version of systemd where it was prefixed. systemd-

Follow-on question: any risk in moving to the latest version of systemd? 
 The version on the flasher is 44, the version on freedesktop.org is 213 
and two years newer... 

-- 
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] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-05-28 Thread michael . duffy
I'm running the latest (flashed to mmc) on a Rev B BBB.  
*/boot/uboot/ID.txt* contains *BeagleBoard.org BeagleBone Debian Image 
2014-05-14*

The image appears to be missing *journalctl*, e.g. *find / -name journalctl 
*returns nothing.  dpkg reports systemd is installed (and the *systemd *command 
works).  What am I missing here?

-- 
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] Where files per the Angstrom manual?

2014-05-28 Thread michael . duffy
Completely agree with David.  Angstrom seems to be a dead end, IMNSHO.

On Wednesday, May 28, 2014 1:04:14 PM UTC-7, David Farning wrote:

 I would recommend that you upgrade your machines to the new Debian 
 based release. I think you will find that there is more information 
 about Debian than there is about Angstrom. 

 The reason for the project moving from Angstrom to Debian is to allow 
 developers to use Debian which is more common and better documented. 

 David 


 On Wed, May 28, 2014 at 12:04 PM,  ec1...@gmail.com javascript: 
 wrote: 
  Hi, 
  
  I'm working through a book to learn Linux and have a couple BBBs. 
  According 
  to the Angstrom manual, the file system is supposed to be initialized 
 via 
  initramfs.cpio.gz.  But find doesn't find it.  I dug around a little 
 online, 
  but did not find any information about how the kernel file system are 
 booted 
  on Angstrom.  I'm using Embedded Linux Primer (2012).  Where files per 
 the 
  Angstrom manual? If the system has changed, where is the documentaion 
 for 
  it? 
  
  Thanks! 
  
  -- 
  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] Pin Mux values in DTS files

2014-05-28 Thread michael . duffy
The AM335x Technical Reference Manual is the source of all goodness, but 
the P8 and P9 PDFs here are quite useful:
https://github.com/derekmolloy/boneDeviceTree/tree/master/docs

You may also want to read his (Derek Molloy's) blog, e.g. 
http://derekmolloy.ie/gpios-on-the-beaglebone-black-using-device-tree-overlays/

-- 
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] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-05-28 Thread michael . duffy
As usual, thank you, Robert, for your quick response (and encyclopedic 
knowledge)

-- 
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] Re: Where can I get the details of MII_RT ?

2014-05-28 Thread michael . duffy
From http://e2e.ti.com/support/arm/sitara_arm/f/791/p/206939/733857.aspx 


*2. MII_RT is the real-time MII interface module inside PRU-ICSS. This is 
used for industrial communications such as EtherCAT. This is part of 
PRU-ICSS but has no relation to the Ethernet subsystem that is used for 
10/100/1000 Mbps switching.PRU-ICSS is an independent module and MII_RT is 
a part of that. TI has chosen to not open it up for customer uses beyond 
what is supported by the SYS/BIOS based industrial SDK.*




-- 
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] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-05-20 Thread michael . duffy
*RobertCNelson*:

I am running 2014-05-14 debian (flasher), and I can reliably generate a 
kernel null pointer dereference using no more than 
/sys/devices/bone_capemgr.*/slots and /lib/firmware/BB-SPIDEV1-00A0.dtbo.

Any interest?  If so, please 
see: https://groups.google.com/forum/#!topic/beaglebone/RpozbQ0gGH0 

Thanks for any help.

-- 
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] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-05-20 Thread Michael Duffy
Thanks, Robert.  Sorry for not searching in the right place.  Now I know.


On Tue, May 20, 2014 at 6:25 PM, Robert Nelson robertcnel...@gmail.comwrote:

 On Tue, May 20, 2014 at 8:01 PM, Robert Nelson robertcnel...@gmail.com
 wrote:
  On Tue, May 20, 2014 at 7:53 PM,  michael.du...@gmail.com wrote:
  RobertCNelson:
 
  I am running 2014-05-14 debian (flasher), and I can reliably generate a
  kernel null pointer dereference using no more than
  /sys/devices/bone_capemgr.*/slots and
 /lib/firmware/BB-SPIDEV1-00A0.dtbo.
 
  Yes and No... You got a null pointer dereference when you unloaded a
  cape, which is a long time old known issue. The only way to
  properly unload a cape is to reboot with the v3.8.x based kernel.
 
  Any interest?  If so, please see:
  https://groups.google.com/forum/#!topic/beaglebone/RpozbQ0gGH0
 
  Ah, i see. So you guys are on the other forum, if you would have
  searched the main one (this one) you would have seen this old issue
  discussed a few times over the last year.

 to follow up:

 root@am335x-boneblack-512mb-0:/home/voodoo# uname -r
 3.8.13-bone54

 root@am335x-boneblack-512mb-0:/home/voodoo# export
 SLOTS=/sys/devices/bone_capemgr.9/slots
 root@am335x-boneblack-512mb-0:/home/voodoo# cat $SLOTS
  0: 54:PF---
  1: 55:PF---
  2: 56:PF---
  3: 57:PF---
  4: ff:P-O-- Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
  6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN

 root@am335x-boneblack-512mb-0:/home/voodoo# echo BB-SPIDEV1  $SLOTS

 [   96.506849] bone-capemgr bone_capemgr.9: part_number 'BB-SPIDEV1',
 version 'N/A'
 [   96.516565] bone-capemgr bone_capemgr.9: slot #7: generic override
 [   96.523225] bone-capemgr bone_capemgr.9: bone: Using override
 eeprom data at slot 7
 [   96.531389] bone-capemgr bone_capemgr.9: slot #7: 'Override Board
 Name,00A0,Override Manuf,BB-SPIDEV1'
 [   96.541719] bone-capemgr bone_capemgr.9: slot #7: Requesting part
 number/version based 'BB-SPIDEV1-00A0.dtbo
 [   96.552162] bone-capemgr bone_capemgr.9: slot #7: Requesting
 firmware 'BB-SPIDEV1-00A0.dtbo' for board-name 'Override Board Name',
 version '00A0'
 [   96.570136] bone-capemgr bone_capemgr.9: slot #7: dtbo
 'BB-SPIDEV1-00A0.dtbo' loaded; converting to live tree
 [   96.581977] bone-capemgr bone_capemgr.9: slot #7: #2 overlays
 [   96.629134] edma-dma-engine edma-dma-engine.0: allocated channel for
 0:45
 [   96.643245] edma-dma-engine edma-dma-engine.0: allocated channel for
 0:44
 [   96.692195] edma-dma-engine edma-dma-engine.0: allocated channel for
 0:43
 [   96.706484] edma-dma-engine edma-dma-engine.0: allocated channel for
 0:42
 [   96.725354] bone-capemgr bone_capemgr.9: slot #7: Applied #2 overlays.

 root@am335x-boneblack-512mb-0:/home/voodoo# ls /dev/spidev1.*
 /dev/spidev1.0  /dev/spidev1.1


 works for me..

 Regards,

 --
 Robert Nelson
 http://www.rcn-ee.com/

 --
 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/VRqGZbXBK1Q/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/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.


[beagleboard] Re: Developing for BeagleBone Black

2014-04-07 Thread michael . duffy
Using Python -- along with the Adafruit BBIO Python library -- works quite 
well, and gives you all the development power of Python and associated 
native and third party libraries.  Lighter weight than Java or C++, much 
higher level than C.  I can't speak to Lua (no experience with it).

Easy to get things running, and seems to run well under Angstrom.

-- 
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] Re: why update eMMC?

2014-04-07 Thread michael . duffy
There is an announced Rev C: 
http://elinux.org/Beagleboard:BeagleBoneBlack#Board_Revisions_and_Changehttp://elinux.org/Beagleboard:BeagleBoneBlack#Board_Revisions_and_Changes
s 

-- 
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.