Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Niresh
Is there a way to access the beagle-bone using SSH or something like that without registering the device to another server? This is for commercial purposes and data protection is very important. Right now, it is connected to the AWS cloud server where our web application is running. Thanks and

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Shafeek Ashraf
Hi, You can use pi tunnel for beaglebone also if you have a debian os running in the bbb. Just follow the steps in the pitunnel page, create an account and add device, while adding device they will ask you to download and install pitunnel files, ie that will be running in background in the bbb.

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Atique Rehman
If you can put some effort here is an most common solution for remote access OpenVPN https://wiki.debian.org/OpenVPN#Debian_Server_with_Android_.2F_iOS_devices On Thursday, October 15, 2020 at 4:13:33 PM UTC+11 Niresh wrote: > Hi, > I googled and understand pitunnel is for raspberry pi, what is

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Niresh
Hi, I googled and understand pitunnel is for raspberry pi, what is the similar thing for beagle bone. Please share a good link to understand the process in a better way. Do I need to register on a server for remote access? How do I differentiate multiple beagle-bones for remote access? What is the

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Shafeek Ashraf
Hi, You can use services like Pitunnel for accesing and modifying beaglebone through remote acess On Thu, 15 Oct 2020, 09:58 Niresh, wrote: > Hi, > Could you please help me the best utility to implement this and procedure > to do so, and also how to use a static IP address in beagle-bone-black?

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Niresh
Hi, Could you please help me the best utility to implement this and procedure to do so, and also how to use a static IP address in beagle-bone-black? Thanks and regards, NK On Thu, Oct 15, 2020 at 9:24 AM Atique Rehman wrote: > You need some sort of client application running on the beaglebone

[beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Atique Rehman
You need some sort of client application running on the beaglebone which can receive new apps from server. To access to beagle-bone remotely you should have its static IP address. On Thursday, October 15, 2020 at 2:38:23 PM UTC+11 Niresh wrote: > Hi, > I am using Beagle Bone Black with Debian

[beagleboard] Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-14 Thread Niresh
Hi, I am using Beagle Bone Black with Debian image and kernel version 4.4.30-ti-r64. Please anyone suggest how to access the beagle bone black remotely. Let me explain the requirement, I have an application running on BBB and connected to AWS cloud server through web socket. Now, just in case

[beagleboard] GPIO Device tree BeagleBone AI, 4.19 Kernel image

2020-10-14 Thread Douglas Conover
Hi all, In the last few days, I've been working on updating my device tree files to be compatible with the 4.19 kernel image: https://rcn-ee.net/rootfs/bb.org/testing/2020-09-07/buster- iot/am57xx-debian-10.5-iot-armhf-2020-09-07-4gb.img.xz using the device tree files at:

Re: [beagleboard] Re: Beaglebone black connect to Web

2020-10-14 Thread jonnymo
For the resolv.conf permission issue, you either need to login as root, "sudo su -" or as I do just make a copy of the "/etc/resolv.conf" in a local folder, edit it, and then copy over as such: sudo cp resolv.conf /etc/resolv.conf Cheers, Jon On Wed, Oct 14, 2020 at 8:16 AM Dennis Lee

[beagleboard] Re: Beaglebone black connect to Web

2020-10-14 Thread Dennis Lee Bieber
On Wed, 14 Oct 2020 01:01:42 -0700 (PDT), in gmane.comp.hardware.beagleboard.user John Dyson wrote: >Hi, > >Following these instructions: > >I have connected the USB Cable and nothing else from the beaglebone to the >PC. All of thwe windows 64 bit drivers have been successfully installed. >

[beagleboard] Re: Configure CAN BeagleBone AI, Kernel v4.19

2020-10-14 Thread Douglas Conover
Thanks, that did the trick. "*ifconfig -a*" showed the can0 interface and the following two lines brought it up: *sudo ip link set can0 type can bitrate 125000 * * sudo ip link set up can0* On Wednesday, October 14, 2020 at 7:07:46 AM UTC-4 jose...@gmail.com wrote: > CAN interfaces are

[beagleboard] Re: Configure CAN BeagleBone AI, Kernel v4.19

2020-10-14 Thread jose...@gmail.com
CAN interfaces are down by default. If you type "*ifconfig -a*" you should see them... A quarta-feira, 14 de outubro de 2020 à(s) 11:45:01 UTC+1, Douglas Conover escreveu: > > Hi all, I have been working on updating some of my device tree files to > the newer image found at: > > >

[beagleboard] Re: Beaglebone black connect to Web

2020-10-14 Thread John Dyson
Hi, Following these instructions: I have connected the USB Cable and nothing else from the beaglebone to the PC. All of thwe windows 64 bit drivers have been successfully installed. https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb The initial

[beagleboard] Re: Make Micro SD card bootable in windows

2020-10-14 Thread John Dyson
Hi, I have managed to resolve this using virtualbox and GPartedin ubuntu. thanks On Monday, 12 October 2020 at 18:26:10 UTC+1 Dennis Bieber wrote: > On Sun, 11 Oct 2020 02:48:35 -0700 (PDT), in > gmane.comp.hardware.beagleboard.user John Dyson > wrote: > > >Is there a tool in windows that

[beagleboard] Configure CAN BeagleBone AI, Kernel v4.19

2020-10-14 Thread Douglas Conover
Hi all, I have been working on updating some of my device tree files to the newer image found at: https://rcn-ee.net/rootfs/bb.org/testing/2020-09-07/buster-iot/am57xx-debian-10.5-iot-armhf-2020-09-07-4gb.img.xz using the device tree files at: