[beagleboard] Re: need help with node-red http flow

2018-11-21 Thread TJF
Hi! Am Mittwoch, 21. November 2018 03:08:31 UTC+1 schrieb Sir BearKat: > > Has anyone else done this? Does anyone have a flow that's known to work on > the BBB rev C? > Most of my projects provide a web interface. I never used a slow node-red service. Instead I install lighttpd to serve the pag

Re: [beagleboard] Abridged summary of beagleboard@googlegroups.com - 13 updates in 9 topics

2018-11-21 Thread Prakash Dash
Hi Robert , Robert Nelson : Nov 19 09:54AM -0600 > but no Interrupt related to TAP detection and Freefall detection and others. > i think evtest tool itself following the iNotify framework and Pollfd to monitor and collect the data from device What is the use of this INT_SOURCE and INT_MAP regis

Re: [beagleboard] How to acess shared memory between the PRU and Beagle Bone Black

2018-11-21 Thread Chad Baker
On the C-side, you need to find the address that maps the physical to logical address. The function "mmap" does that. volatile int *buffer = (volatile int *)mmao( PRU_SHARED_ADDRESS, ... Check the man pages for how to use mmap. Chad On 11/21/18 7:47 AM, Fred Gomes wrote: Can anyone explain to me

Re: [beagleboard] How to acess shared memory between the PRU and Beagle Bone Black

2018-11-21 Thread Fred Gomes
Can anyone explain to me why the below example does not work? I could confirm on the PRU side that I am writing correctly in the 0x1 address, however, I can't get the written value in the beagle bone side. It's quite confusing to me, since if the memory is shared it should work. PRU code: #i

Re: [beagleboard] Re: (ASK) MELP vocoder on Beagleboard

2018-11-21 Thread stratwiz
There's lots of helpful information and data about the MELP vocoder and MELPe codec at: Http://www.melp.org Incluing implementations, software, hardware and solutions -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Googl

[beagleboard] Re: DHCPCD5 on BegaleBone Black

2018-11-21 Thread Mike Brandon
Here is a glimpse at what is getting logged in syslog Nov 21 14:00:22 beaglebone dhcpcd[1402]: can0: up_interface: Invalid argument Nov 21 14:00:22 beaglebone dhcpcd[1402]: can0: unsupported interface type 00, falling back to ethernet Nov 21 14:00:22 beaglebone connmand[900]: can0 {newlink} inde

[beagleboard] uBoot do not read uEnv.txt

2018-11-21 Thread Romain REIGNIER
Hi everyone, I am facing an issue with uBoot. I have built a small system with buildroot 2018.05 and mainline uBoot 2018.03. The whole sdcard.img image has been dd to /dev/mmcblk1. I have tried both am335x_evm_defconfig and am335x_boneblack_defconfig. But on uBoot start, it seems that it does n