Re: [beagleboard] PRU Linux RAM access

2017-09-01 Thread jazzjohn
Thank you Robert. Might be just what I need! -- 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

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread tdlivings
Robert Turns out what was in flash was dead, would not even boot. I may have booted from flash on this board once when I first purchased the board last fall. So I have no idea what happened to flash or when. So I downloaded the latest 08/31/2017 IOT image and converted it to a flasher image

Re: [beagleboard] Re: UART PWM Interference

2017-09-01 Thread ojc234
So tested all of that - see table below The servo power supply is a QM12V5A but as seen below - even when this is not active, there is still a high error rate. Also, I am not opening and closing the

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread tdlivings
Robert OK deleted the file using your command and after a reboot it worked running python without sudo. So whats in flash is upsetting the system, I will see what is in flash after dinner. Last login: Fri Sep 1 19:16:09 2017 from 192.168.0.15 *debian@beaglebone*:*~*$ uname -a Linux

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 2:07 PM, tdlivings wrote: > Robert > Interesting as all I did was download the latest image you posted on > Beagleboard.org and burn an sd card with it. > I expanded the file system and tried it out. > Seems to me if booting from an sd card the eMMC

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread tdlivings
Robert Interesting as all I did was download the latest image you posted on Beagleboard.org and burn an sd card with it. I expanded the file system and tried it out. Seems to me if booting from an sd card the eMMC boot loader should neve be run. I will give a try to killing the MLO file and I

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread Robert Nelson
> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2017.09-rc2-2-g84a7f2] > > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2017.03-rc1-3-ga09f2d] So, your eMMC's bootloader is getting in the way, hence your not booting what you expect: so kill the MLO file via: sudo

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread tdlivings
Robert I do not know what you mean by adc is already loaded as it is part of a python module but let's just assume I am the unknowing one. I ran your version.sh and here is the results Last login: Fri Sep 1 18:02:47 2017 from 192.168.0.15 *debian@beaglebone*:*~*$ sudo

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 1:18 PM, tdlivings wrote: > Did not work for me. > > I attached the terminal dumps. > ssh into BBBW apply commands try python and sudo python failed both times is > first file. > Power down reboot and try again is second file. {RuntimeError: Unable to

Re: [beagleboard] Re: write to slots file as normal user?

2017-09-01 Thread tdlivings
Did not work for me. I attached the terminal dumps. ssh into BBBW apply commands try python and sudo python failed both times is first file. Power down reboot and try again is second file. Tom On Thursday, August 31, 2017 at 10:28:57 PM UTC-4, Drew Fustini wrote: > > Thanks, Peter. After

[beagleboard] Re: Welcome the Fall 2017 Embedded Linux Class to this group

2017-09-01 Thread curhum7
Good Afternoon -- 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] Intro to the GRX3 graphics library

2017-09-01 Thread David Lechner
Hi, I just wanted to share a graphics library I have been working on called the GRX3 graphics library. It is intended for users of small TFT and OLED screens. It can handle monochome screens (1bpp) and has touchscreen support among other things. Packages are available for Debian Stretch. I

Re: [beagleboard] Can not get DLPDLCR2000 to display anything

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 11:12 AM, Robert Nelson wrote: > Okay, this works: > > First flash this image: > > https://rcn-ee.net/rootfs/bb.org/testing/2017-08-01/lxqt-4gb/ > > Then... > > Plug in 5V into the DLP2000 and then "also" plug in 5v into the BBB... > > Yes, two

Re: [beagleboard] Can not get DLPDLCR2000 to display anything

2017-09-01 Thread Robert Nelson
Okay, this works: First flash this image: https://rcn-ee.net/rootfs/bb.org/testing/2017-08-01/lxqt-4gb/ Then... Plug in 5V into the DLP2000 and then "also" plug in 5v into the BBB... Yes, two power supplies are required Regards, -- Robert Nelson https://rcn-ee.com/ -- For more

[beagleboard] Re: Welcome the Fall 2017 Embedded Linux Class to this group

2017-09-01 Thread Luke Craig
Hello On Thursday, August 31, 2017 at 11:14:02 AM UTC-4, Mark A. Yoder wrote: > > The purpose of this posting is to announce that I'm once again teaching > an Embedded Linux class based on the BeagleBone *Blue*[1]. I'm > teaching as open-source as I can and have have posted many of course >

Re: [beagleboard] FAT partition on newer images

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 10:57 AM, Alexander Rössler wrote: > Okay, retried with the --img-4gb command. > >> sudo ./setup_sdcard.sh --dtb beaglebone --enable-fat-partition >> --enable-cape-universal --enable-uboot-cape-overlays --boot_label SandyBox >> --enable-systemd

Re: [beagleboard] FAT partition on newer images

2017-09-01 Thread Alexander Rössler
Okay, retried with the --img-4gb command. sudo ./setup_sdcard.sh --dtb beaglebone --enable-fat-partition > --enable-cape-universal --enable-uboot-cape-overlays --boot_label SandyBox > --enable-systemd --hostname sandybox --img-4gb test.img > Interestingly it still creates a ext4 partition

Re: [beagleboard] FAT partition on newer images

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 10:27 AM, Robert Nelson wrote: > On Fri, Sep 1, 2017 at 10:23 AM, Alexander Rössler > wrote: >> Thanks. The script created a BOOT partition when supplying the >> --enable-fat-partition command. However, for some reason, it

Re: [beagleboard] FAT partition on newer images

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 10:23 AM, Alexander Rössler wrote: > Thanks. The script created a BOOT partition when supplying the > --enable-fat-partition command. However, for some reason, it created an ext4 > partition called BOOT. When I plug in the BBB to my computer via

Re: [beagleboard] FAT partition on newer images

2017-09-01 Thread Alexander Rössler
Thanks. The script created a BOOT partition when supplying the --enable-fat-partition command. However, for some reason, it created an ext4 partition called BOOT. When I plug in the BBB to my computer via USB, it does not show up. The FAT partition was very useful to supply host drivers and

[beagleboard] Re: BBB android

2017-09-01 Thread Andrew Henderson
There are two parts to this: getting the i2c-tools source package into your Android source tree and telling the build process to include that package for your device. Since i2c-tools isn't in the XML manifest for A4B, you'll have to manually grab the i2c-tool source and put it in the correct

Re: [beagleboard] Re: Welcome the Fall 2014 Beagle Class to the group

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 8:29 AM, Luke Craig wrote: > Hi, > > I'm not sure if this is the correct place for a response, but the assignment > dictated that I respond to a Welcome message in BeagleBoard and this counts. > Like I said earlier I have set up my board and am

[beagleboard] Re: BBB android

2017-09-01 Thread sskc . kaushik
The later android builds on Android4Beagle dont have i2c tools i presume. How do we make a build with i2c tools? On Tuesday, 21 February 2017 21:33:35 UTC+5:30, Andrew Henderson wrote: > > The limiting factor in supporting Android on the BBB with newer kernels is > support for SGX OpenGL ES.

[beagleboard] Re: Welcome the Fall 2014 Beagle Class to the group

2017-09-01 Thread Luke Craig
Hi, I'm not sure if this is the correct place for a response, but the assignment dictated that I respond to a Welcome message in BeagleBoard and this counts. Like I said earlier I have set up my board and am working on Internet over USB. On Tuesday, August 30, 2016 at 9:57:14 AM UTC-4, Mark

Re: [beagleboard] FAT partition on newer images

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 8:44 AM, Alexander Rössler wrote: > Older BBB had a very useful FAT partition when plugged in via USB. The FAT > partition was also accessible directly on the SD card. However, I have > tested some newer images and saw that some of them still mount

[beagleboard] FAT partition on newer images

2017-09-01 Thread Alexander Rössler
Older BBB had a very useful FAT partition when plugged in via USB. The FAT partition was also accessible directly on the SD card. However, I have tested some newer images and saw that some of them still mount the FAT partition but it's not physically present on the SD card anymore. How can I

Re: [beagleboard] How enable pruss uio with 4.4.x TI kernel

2017-09-01 Thread Robert Nelson
On Fri, Sep 1, 2017 at 2:40 AM, Alexander Rössler wrote: > Good, loading the correct PRU driver works now. > > However, now I face another problem: When I try to load a device tree > overlay from the command line: > >> echo cape-unversalh >

RE: [beagleboard] Setting oscillator frequency config to 19.2 MGHz of Beaglebone Black

2017-09-01 Thread Gerald Coley
Only way to do this is to replace the 24MHz crystal with a 19.2MHZ crystal. The boot pins only tell the boot code what the crystal frequency is. Gerald From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of sachin.varad...@gmail.com Sent: Friday, September 1,

[beagleboard] Setting oscillator frequency config to 19.2 MGHz of Beaglebone Black

2017-09-01 Thread sachin . varadkar
Hello, I am trying to set oscillation configuration of beaglebone black to 19.2 MGHZ. I tried to set Sysboot 14 [Pin31 to low] and Sysboot 15 [Pin32 to low which is by default]. If I do this then its not booting. If I wait till SYS_RESETn to become high after power ON and then make Sysboot

[beagleboard] Restarting Cloud9

2017-09-01 Thread OscarJGV24
Hi, I accidentally removed nodejs and cloud9 server ofcourse stopped. How do I get it back online/restarted or so. What do I need to download? Regards, Oscar -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Beaglebone black (HDMI ) QNX QT

2017-09-01 Thread varghese
Hi, I have added Beaglebone black HDMI (TDA19988) support to QNX. It supports QT apps & QML .. Any one interested can use it . Note :QNX is a commercial RTOS , you need license to compile it & distribute it. https://github.com/varghes/BeagleboneBlack-QNX-QT Regards, Varghese -- For

Re: [beagleboard] How enable pruss uio with 4.4.x TI kernel

2017-09-01 Thread Alexander Rössler
Good, loading the correct PRU driver works now. However, now I face another problem: When I try to load a device tree overlay from the command line: echo cape-unversalh > /sys/devices/platform/bone_capemgr/slots my terminal gets stuck. Running dmesg from another terminal I get: [

Re: [beagleboard] Request for BeagleBone Black 3d model (step)

2017-09-01 Thread 'Andrey Nechypurenko' via BeagleBoard
Hi Marina, > Can you send me a 3d file step or iges of BeagleBone Black? Maybe this one could be helpful for you: https://grabcad.com/library/beagleboard-1 Regards, Andrey. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to