[beagleboard] Re: I *still* can't get Debian 9 onto my BBB

2018-04-05 Thread Chris Green
Robert Nelson wrote: Thanks for continuing to help Robert. :-) > > What I need (help/information) is:- > > > > What Debian 9 image to use (minimal non-GUI system) > > > > How to write it to the microSD card (on a Linux system) > > > > A script to run that will install it on the eMM

[beagleboard] Re: I *still* can't get Debian 9 onto my BBB

2018-04-05 Thread Chris Green
Dennis Lee Bieber wrote: > On Wed, 4 Apr 2018 20:52:50 +0100, Chris Green > declaimed the following: > > > > >When inserted in the BBB I want to update it did nothing on rebooting. > >I also tried powering up with the 'boot' button held down but that did > >no good either, it simply did nothing.

[beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-04-05 Thread aallmanams
Hi Drew, Have you had any luck with this so far? I've hit the same point (which is how I came across this post). If it's not possible to get the robotics cape, rcpy/pyctrl, node-roboticscape, etc. working with the "current" image, I'm happy running an older image. It might be helpful to have

Re: [beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-04-05 Thread Drew Viersen
Hi Andy! Short answer. Only the 3/2017 image works correctly for Libroboticscape, RCPY, Jhonny5, and node-robotics cape. And even then with the node red, most of it doesn't work at all. RCPY is just conversion of the libroboticscape, but most of the functions aren't there from the libroboticscape.

[beagleboard] Can someone clarify "Debian Image Snapshots" please

2018-04-05 Thread Chris Green
I'm looking at:- https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2018-03-25_-_Debian_9_.28Stretch.29_-_Weekly ... and trying to decide which image I want to use. So I presume the ones headed 'microSD/Standalone' are the ones that boot and run from the microSD card and the 'Flasher' on

Re: [beagleboard] Re: I *still* can't get Debian 9 onto my BBB

2018-04-05 Thread Robert Nelson
On Thu, Apr 5, 2018 at 3:44 AM, Chris Green wrote: > Robert Nelson wrote: > > Thanks for continuing to help Robert. :-) > > >> > What I need (help/information) is:- >> > >> > What Debian 9 image to use (minimal non-GUI system) >> > >> > How to write it to the microSD card (on a Linux sys

Re: [beagleboard] Can someone clarify "Debian Image Snapshots" please

2018-04-05 Thread Robert Nelson
On Thu, Apr 5, 2018 at 8:19 AM, Chris Green wrote: > I'm looking at:- > > > https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2018-03-25_-_Debian_9_.28Stretch.29_-_Weekly > > ... and trying to decide which image I want to use. > > So I presume the ones headed 'microSD/Standalone' are the

[beagleboard] Re: I2C SCL Voltage level too low?

2018-04-05 Thread Graham
It looks like you have some extra capacitance on the bus. There should not be any capacitors bridging the I2C data and clock lines. Some of the third-party universal interface cards have extra capacitance, so take those off. I have never heard of an I2C part with built in pull-up resistors.

[beagleboard] Re: Can someone clarify "Debian Image Snapshots" please

2018-04-05 Thread Chris Green
Robert Nelson wrote: > On Thu, Apr 5, 2018 at 8:19 AM, Chris Green wrote: > > I'm looking at:- > > > > https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2018-03-25_-_Debian_9_.28Stretch.29_-_Weekly > > > > > > > ... and trying to decide which image I want to use. > > > > So I presume the o

[beagleboard] Re: I *still* can't get Debian 9 onto my BBB

2018-04-05 Thread Chris Green
Robert Nelson wrote: > On Thu, Apr 5, 2018 at 3:44 AM, Chris Green wrote: > > Robert Nelson wrote: > > > > Thanks for continuing to help Robert. :-) > > > > > >> > What I need (help/information) is:- > >> > > >> > What Debian 9 image to use (minimal non-GUI system) > >> > > >> > How to

Re: [beagleboard] pocket beagle not clean shutdown?

2018-04-05 Thread Robert Nelson
On Wed, Apr 4, 2018 at 7:01 AM, wrote: > The problem seems to be, that the rtc has no active oscillator: > If I set RTC_OSC_REG to 0x40 (internal oscillator) shutdown works normal. > But I'm not sure whether this is the correct way to solve this issue. Thanks guys, with the help of Matthijs, we

Re: [beagleboard] How to replace 4.4.x Linux kernel in BBB eMMC after cross compiling from source?

2018-04-05 Thread jirkarck
Thank you very much, this worked well! Please, could you tell me, what is the default make path of kernel modules? A have not found them after compilation. Dne úterý 9. ledna 2018 22:49:08 UTC+1 Dennis K napsal(a): > > Robert, > > Thanks that was just what I needed. > I have successfully reboote

Re: [beagleboard] How to replace 4.4.x Linux kernel in BBB eMMC after cross compiling from source?

2018-04-05 Thread jirkarck
Thank You very much, it works well! Please, could you tell me, what is the default path of module compiling output? I have compiled kernel and modules, kernel is in ./linux/arch/arm/boot/, but I can not find .ko files anywhere... Many thanks. Dne pátek 5. ledna 2018 22:08:14 UTC+1 RobertCNelso

Re: [beagleboard] Running from eMMC will / "always" be mounted on /dev/mmcblk1p1, From SD Always/ on /dev/mmcblk0p1 ?

2018-04-05 Thread Jeff Andich
Hi, Ok this was a great help and allow our automount scripts to create a mount point on an SD card when running from eMMC. But I'm having a bit of a STRANGE problem, with the /opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh script apparently affecting UDEV's abilit

Re: [beagleboard] Re: I2C SCL Voltage level too low?

2018-04-05 Thread John Syne
Yeah, I agree there is something else going on here. with a 1K resistor, the signals should not have a slow rising time. The rise time doesn’t look like a capacitor, but I agree, that is about the only explanation that would cause the rise time to slow like this. Maybe the I2C part is faulty. Tr

[beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-04-05 Thread aallmanams
Thanks for the quick response! I saw that there's a new branch on the Strawson library that's being actively worked on, so that's very encouraging. I'm new to linux, so when I first starting playing with the BBB last year, it was quite a learning curve. What made things especially difficult wa

Re: [beagleboard] BeagleBone Black powers down when AC adapter is removed while the USB is connected.

2018-04-05 Thread bglazierjr
Sorry to revive an old thread but I wanted to add my solution to this problem somewhere and this seems like the most appropriate place to do it. I was also experiencing the Bone shutting itself down on AC Power removal regardless of a battery present. The logs showed it was registering the remo