[beagleboard] Re: Desired existing open source cape recommendation

2017-02-09 Thread cwrseckford
On Tuesday, 7 February 2017 20:01:14 UTC, Jason Kridner wrote: > > Anyone want to nominate an open source cape to go into production via a > group buy? > > If I don't get suggestions, I'll recommend: > http://elinux.org/BeagleBone_Black_RFID_Adaptor_Cape or >

[beagleboard] DS3234 clock on SPI1

2016-07-02 Thread cwrseckford
Running kernel 4.4 and trying to read a DS3234 clock on the second SPI port I can suppress the HDMI pins in uEnv.txt with: dtb=am335x-boneblack-emmc-overlay.dtb optargs=cape_disable=bone_capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN (uEnv.txt isn't loading the "universal overlay".)

Re: [beagleboard] Kernel 4.4 and SPI

2016-06-10 Thread cwrseckford
> > > Our u-boot patch looks for dtb=... > > > https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2016.03/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L455-L458 > > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > Yes, I've added that patch (or one of the

[beagleboard] Kernel 4.4 and SPI

2016-06-09 Thread cwrseckford
I've been trying to port the driver for a SPI rtc, the DS3234, from the 3.8 kernel to a recent 4.4. After minor changes the cape manager loads the dts file sucessfully, and the slot entry and /dev/rtc1 appear, but reading and writing to the clock fails. Checking the pins and pin groups it

Re: [beagleboard] Building U-Boot

2016-06-07 Thread cwrseckford
On Saturday, June 4, 2016 at 9:11:07 PM UTC+1, William Hermans wrote: > > Just thinking about what might also possibly be the cause, you could > attempt to change the CC line in the make file to so gcc will use the C99 > std instead of C11. the option to add would be -std=c99 > > The problem

[beagleboard] Building U-Boot

2016-06-04 Thread cwrseckford
I've been trying to build U-Boot (the 2016.03 version) from the instructions in https://eewiki.net/display/linuxonarm/BeagleBone+Black and have ended up with the following shell script: #!/bin/bash export

Re: [beagleboard] BBB kernel sources download

2016-05-18 Thread cwrseckford
On Tuesday, May 17, 2016 at 5:34:46 PM UTC+1, RobertCNelson wrote: > > > > On Tue, May 17, 2016 at 10:56 AM, > wrote: > >> I've been trying to build a BBB kernel using Robert Nelson's scripts from >> the instructions >> on eewiki; however, there seems to be no way to

[beagleboard] BBB kernel sources download

2016-05-17 Thread cwrseckford
I've been trying to build a BBB kernel using Robert Nelson's scripts from the instructions on eewiki; however, there seems to be no way to download the git sources. Does anyone have a working script for this? I'm building on a 32-bit machine, and the Linaro compiler is 64-bit, but if I can

[beagleboard] Re: Issue getting DS18B20 temperature sensor working

2014-09-11 Thread cwrseckford
On Saturday, August 30, 2014 12:01:18 PM UTC+1, Michaƫl Vaes wrote: Hi - I'm stuck getting my DS18B20 temperature sensor working on my Beaglebone Black. I installed and loaded the DTC overlay but Im not getting the '28-*' files in my '/sys/devices/w1_bus_master1/' directory. The dts

Re: [beagleboard] Yet another newbie how to get started

2014-09-06 Thread cwrseckford
On Thursday, September 4, 2014 2:57:45 AM UTC+1, murr...@ameritech.net wrote: *This is not the fault of the hardware or the designers of the hardware. This is your fault for not knowing the tools. Harsh as it may seem, this is a fact. This is why professional software engineers with the

Re: [beagleboard] Re: Can the BBB get damaged due to a hard power down?

2014-05-30 Thread cwrseckford
On Tuesday, May 27, 2014 6:31:23 PM UTC+1, RobertCNelson wrote: On Tue, May 27, 2014 at 12:25 PM, stino stijnd...@gmail.com javascript: wrote: I think Gerald was actaully saying the processor might get damaged. I don't see how a read-only filesystem would solve this a battery powered

[beagleboard] Updating to the most recent of R Nelson's kernel sources

2014-04-17 Thread cwrseckford
Does anyone know the set of git commands needed to update one of R Nelson's kernel sources? His original shell scripts are faultless, but the only way I can find to update a build to the most recent version is to wipe the directory and start again with a full download. This needs several

[beagleboard] Re: remove gnome from Angstrom BBB

2014-03-24 Thread cwrseckford
On Monday, March 24, 2014 4:12:27 AM UTC, Jason A wrote: I need more space on the internal eMMC and have no use for gnome (using uSD is not an option). How do I uninstall gnome and all of it's goodies. If I do, will it remove the ability to SSH into the Beaglebone Black? My goal after

[beagleboard] Re: CPU speed and kernel builds

2014-03-22 Thread cwrseckford
On Saturday, March 22, 2014 7:51:28 AM UTC, robert.berger wrote: Hi, Did you try compile the cpupower tool [1] which comes with the kernel? Yes, but the cpufreq directories under /sys just aren't there. It has to be a kernel config problem; could you please pastebin your 3.13 kernel

[beagleboard] CPU speed and kernel builds

2014-03-21 Thread cwrseckford
Okay, I'm officially confused. I've been trying to increase the speed of my BBB from the default 550MHz to 1GHz, and failing; this is with the elderly 3.8.13-37 sources. After a few failures I went back to a seriously ancient kernel, just to get something to run, and found that the

Re: [beagleboard] CPU speed and kernel builds

2014-03-21 Thread cwrseckford
On Friday, March 21, 2014 2:32:48 PM UTC, RobertCNelson wrote: 2:32 PM (6 hours ago) On Fri, Mar 21, 2014 at 9:24 AM, cwrse...@gmail.com wrote: Okay, I'm officially confused. I've been trying to increase the speed of my BBB from the default 550MHz to 1GHz, and failing; this is with

Re: [beagleboard] Setting the CPU speed.

2014-03-18 Thread cwrseckford
On Monday, March 17, 2014 3:28:57 PM UTC, Charles Steinkuehler wrote: On 3/16/2014 9:59 AM, cwrse...@gmail.com javascript: wrote: Whatever happens, the frequency stays at 550 MHz. All ideas welcome - Will Are you running from the DC power jack? The board is limited to 550 MHz if

Re: [beagleboard] Setting the CPU speed.

2014-03-16 Thread cwrseckford
Sorry, I should have said that I'd tried cpuinfo. I can change the governor (with -g), but not the frequency: tuppence ~ # cpufreq-set -f 1000MHz tuppence ~ # cpufreq-info cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 Report errors and bugs to cpuf...@vger.kernel.org, please.

[beagleboard] Setting the CPU speed.

2014-03-14 Thread cwrseckford
I've been looking at the speed of my BBB and not really understanding what's going on. The files under /sys/devices/system/cpu/cpu0/cpufreq show that the performance governor is in use, but the speed is a constant 550,000 whatever the load. The scaling_setspeed unsupported entry probably

[beagleboard] Kernel and device tree independence

2014-01-17 Thread cwrseckford
I thought one of the advantages of the device tree setup was that it was independent of the kernel, but apparently a fair amount of porting work is still needed between kernel versions. Does anyone know how roughly how much of a DT can be kept, from kernel to kernel? Will -- For more

[beagleboard] Re: recommend usb external drive for booting?

2014-01-10 Thread cwrseckford
On Tuesday, January 7, 2014 9:21:49 PM UTC, Rusty Wright wrote: Can anyone recommend a usb drive for using to boot off of? From what I understand the drive needs to be externally powered, not powered from usb, and I can only find ones that are powered over usb. Thanks. I started by

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

2014-01-02 Thread cwrseckford
When I first got a BBB around the middle of 2013 it took me a week to sort out a working device tree compiler; that's now a straight download from Robert Nelson's site; and there are a lot of other improvements. However, the BBB software isn't really stable enough for the long-term, albeit

Re: [beagleboard] Beaglebone Black kernel sources

2013-12-18 Thread cwrseckford
On Tuesday, December 17, 2013 5:52:00 PM UTC, Jason Kridner wrote: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git is the canonical mainline and git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git is a stable fork with bug fix patches applied for some

[beagleboard] Beaglebone Black kernel sources

2013-12-17 Thread cwrseckford
I need to build a patched BBB kernel, so have unwillingly started one of my usual vicious fights with git. The first question to answer is where the current BBB linux kernel sources are kept - I don't think github is the default, though some sources can be found there. It seems to be a choice

[beagleboard] Re: NFS server on beaglebone black

2013-12-13 Thread cwrseckford
On Friday, December 13, 2013 4:21:36 AM UTC, Olive wrote: Hello, I managed to run a NFS server on a Beaglebone a couple of years ago by simply installing the following module. *opkg nfs-utils install* Revisiting the idea with the Beaglebone black I get the following message when

Re: [beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-17 Thread cwrseckford
On Thursday, October 17, 2013 1:00:00 AM UTC+1, RobertCNelson wrote: On Wed, Oct 16, 2013 at 6:20 PM, Nick Glynn n.s@gmail.comjavascript: wrote: Does the newest iteration have USB support as I couldn't get any peripherals working on a previous pull of 3.12? Well, it worked

Re: [beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-16 Thread cwrseckford
On Tuesday, October 15, 2013 11:20:24 PM UTC+1, RobertCNelson wrote: On Tue, Oct 15, 2013 at 11:56 AM, cwrse...@gmail.com javascript: wrote: (This may be a duplicate post - Google Groups seems to have eaten the first one.) Does anyone know the most recent version number of

[beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-15 Thread cwrseckford
(This may be a duplicate post - Google Groups seems to have eaten the first one.) Does anyone know the most recent version number of Robert Nelson's 3.8 kernel for the BeaglBone Black? After updating I have 3.8.13-bone22.3, but I thought there was something more recent. Thanks - Will --