Re: [beagleboard] Download a file from a beaglebone web server using client side

2018-01-19 Thread Stuart Longland
On 20/01/18 10:07, rmhayes1...@gmail.com wrote: > Can someone explain what JavaScript should be in the server to catch the > 'download' command and return the specified file? What should the > "socket.on(???, downloadFile);" look like? What's the correct way to > return the file so the client

[beagleboard] Re: BBB custom USB 4 Port Hub Expansion (NEW DESIGN)

2018-01-19 Thread stephen . k . mansfield
Hello Steve On Tuesday, August 9, 2016 at 11:26:12 AM UTC-4, Steven Johnson wrote: > > I have been developing a 4 PORT USB Hub specifically designed for the > "quirks" of the BBB. > > It takes a regular BBB, extends it by only 16mm and increases the number > of HISH SPEED (480mbps) USB host

[beagleboard] Re: BBB custom USB 4 Port Hub Expansion (NEW DESIGN)

2018-01-19 Thread stephen . k . mansfield
Hello Steve, The board looks pretty cool. How can I purchase 5 of these boards? How long will it take? How much and where do I send the check? Regards, Steve Mansfield stephen.k.mansfi...@gmail.com On Tuesday, August 9, 2016 at 11:26:12 AM UTC-4, Steven Johnson wrote: > > I have been

[beagleboard] Re: Newcomer questions: capes and overlays

2018-01-19 Thread lgilbert
Hi Robert, With regard to your comment on uboot overlays, slots 0-3 vs 4-7, where should one place a standard .dtbo ( eQEP, 2b ) to get it to load properly? I have not had luck with slot 0 or 4... thanks... On Thursday, November 30, 2017 at 6:15:20 PM UTC-8, beagle...@gmail.com wrote: > >

[beagleboard] Download a file from a beaglebone web server using client side

2018-01-19 Thread rmhayes1954
I have a web server running on a BBB and serving an html page with some tabular data and control buttons. On demand, I would like to download a file of the tabular data to the client. I can create, write, and delete the file with the fs module. In the web page, I have HTML like Click to

[beagleboard] Re: More pimux woes

2018-01-19 Thread lgilbert
When I load a .dtbo though my uEnv.txt file (ie, uboot_overlay_addr4=/lib/firmware/bone_eqep2b-00A0.dtbo ) I no longer have access to config-pin's ability to set up ANY pins. Is there some sort of exclusiveness built into the system such that if .dtbos are found, then you cannot manually

[beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2018-01-19 Thread lgilbert
Hi Everyone, I've been working with a Beaglebone Black recently and its eQEP peripheral; running into an issue where it works great when I manually configure it (with the config-pin command), but not when I set the pins up with a .dtbo... First, here's my system info: [root@beaglebone]>

[beagleboard] Multiple RPMSG channels between PRU and Linux?

2018-01-19 Thread Jesse Abella
Hello, I am using the PRU to create multiple transceivers and I am trying to use the rpmsg_pru functions to create multiple /dev/rpmsg_pru** entries for each individual transceiver. Currently in all examples I see, PRU0 is restricted to use Port 30 and PRU1 is restricted to use Port 31. Is it

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-19 Thread Graham
But it will change the MAC address, every time you load a new image on the memory card. --- Graham == On Thursday, January 18, 2018 at 10:42:57 PM UTC-6, santosh aiwale wrote: > > > Thanks it's working now. > > actually problem was : I didn't connect RST, INT pin and kept floating. > Now it's

Re: [beagleboard] Re: More pimux woes

2018-01-19 Thread Hugh Frater
Thanks Robert, I won’t be back in front of my BBB till Monday now but I’ll be sure to test it first thing. -- 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

Re: [beagleboard] Re: More pimux woes

2018-01-19 Thread Robert Nelson
On Fri, Jan 19, 2018 at 2:25 PM, Robert Nelson wrote: > On Fri, Jan 19, 2018 at 10:25 AM, Hugh Frater wrote: >> Top man, thanks for taking care of this. Let me know when it gets pushed up >> and i'll re-run apt update > > Okay all pushed out.. > >

Re: [beagleboard] Re: More pimux woes

2018-01-19 Thread Robert Nelson
On Fri, Jan 19, 2018 at 10:25 AM, Hugh Frater wrote: > Top man, thanks for taking care of this. Let me know when it gets pushed up > and i'll re-run apt update Okay all pushed out.. sudo apt update ; sudo apt upgrade bb-cape-overlays sudo reboot Please test it and let

Re: [beagleboard] Minimum needed to run a Qt4 program

2018-01-19 Thread Hartley Sweeten
On Friday, January 19, 2018 at 10:36:14 AM UTC-7, RobertCNelson wrote: > > On Fri, Jan 19, 2018 at 11:20 AM, Hartley Sweeten > wrote: > > Hello all, > > > > Does anyone know what the minimum install is needed to get a Qt4 program > to > > run on a BeagleBone Black? > >

Re: [beagleboard] Minimum needed to run a Qt4 program

2018-01-19 Thread Robert Nelson
On Fri, Jan 19, 2018 at 11:20 AM, Hartley Sweeten wrote: > Hello all, > > Does anyone know what the minimum install is needed to get a Qt4 program to > run on a BeagleBone Black? > > I'm trying to get a kiosk type program running with a 7" touchscreen. I have > tried various

[beagleboard] Minimum needed to run a Qt4 program

2018-01-19 Thread Hartley Sweeten
Hello all, Does anyone know what the minimum install is needed to get a Qt4 program to run on a BeagleBone Black? I'm trying to get a kiosk type program running with a 7" touchscreen. I have tried various LCD capes and have narrowed it down to a Newhaven NHD-7.0CTP-CAPE. That screen has a

Re: [beagleboard] Re: More pimux woes

2018-01-19 Thread Hugh Frater
Top man, thanks for taking care of this. Let me know when it gets pushed up and i'll re-run apt update On Friday, 19 January 2018 16:17:21 UTC, RobertCNelson wrote: > > On Fri, Jan 19, 2018 at 5:45 AM, Hugh Frater > wrote: > >>> > >> Running: > >> > >> sudo apt update

Re: [beagleboard] Re: More pimux woes

2018-01-19 Thread Robert Nelson
On Fri, Jan 19, 2018 at 5:45 AM, Hugh Frater wrote: >>> >> Running: >> >> sudo apt update ; sudo apt install bb-cape-overlays >> >> Has fixed the eqep errors and the clash between p9_26 and p8_24 that I was >> seeing - however, pru_ecap has now gone as a mode for p9_42 -

Re: [beagleboard] Re: X15 Boot via USB

2018-01-19 Thread 'Roger Quadros' via BeagleBoard
Hi Angel, On 18/01/18 06:09, Angel Sosa wrote: > On Tuesday, January 16, 2018 at 11:51:57 AM UTC-5, marc bellazzini wrote: >> Hello Angel,  >> Mine is still collecting dust after my failed attempt at booting off the >> eSATA and making the modifications you have also done. Very disappointing >>

Re: [beagleboard] Using two analog inputs and occurs distortion on the measure

2018-01-19 Thread evilwulfie
Ain3 has a maximum input voltage of 1.8v the lm35 is being powered from a +5v supply your going to need to do something a bit different with the output of the LM35 so you dont damage the adc input. On 1/19/2018 6:17 AM, Mateus Lucas wrote: > Oh, sorry. I have sent the wrong image. > Thanks for

[beagleboard] Re: Can I use GPIO pin that is not provide PWM mode for PWM?

2018-01-19 Thread TJF
Toggling a GPIO pin by ARM software is very limited. There're 19 pins at the board for hardware PWM output, 13 of them can work simultanously: | Pin | Subsystem | Frequency Range| Notice| | - | :-: | :- | : | |

[beagleboard] How to connect to wifi with beagle bone blue running ubuntu Bionic ?

2018-01-19 Thread SHYAM SRINIVASAN
Hello guys , I am relatively new to beagle bone platform and Linux. This board shipped with debian in which I was able to connect to wifi. However when I boot from an SD card using Ubuntu I am not able to connect to wifi. ifconfig doesn't work always returns invalid argument . if I use

[beagleboard] Unable to SSH to my beagle bone blue running ubuntu ?

2018-01-19 Thread SHYAM SRINIVASAN
I am able to SSH to my beagle bone blue running debian , but when I boot from SD with Ubuntu I am not able to establish an SSH connection -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

[beagleboard] Re: More pimux woes

2018-01-19 Thread Hugh Frater
> > >> Running: > > sudo apt update ; sudo apt install bb-cape-overlays > > Has fixed the eqep errors and the clash between p9_26 and p8_24 that I was > seeing - however, pru_ecap has now gone as a mode for p9_42 - argggh > I see from the most recent commit that this has been added back