[beagleboard] Re: BeagleBone Green does not work after kernel update

2021-01-16 Thread set_
Hello, Use the serial console instead of ssh. Then, use this command: ip addr. Find what the ip address to your machine is currently. Then, use that to sign in. Seth On Saturday, January 16, 2021 at 12:31:47 PM UTC-6 zuzh...@gmail.com wrote: > Hi everyone > > I have a BeagleBone Green on my h

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread Vinicius Juvinski
Please send the result of version.sh under opt/scripts Em dom., 17 de jan. de 2021 às 03:07, Pedro Henrique Fonseca Bertoleti < phfbertol...@gmail.com> escreveu: > Thanks! > > In this reference, I can see a custom firmware has been developes and a > header file was missing in its code. However, in

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread Pedro Henrique Fonseca Bertoleti
Thanks! In this reference, I can see a custom firmware has been developes and a header file was missing in its code. However, in my case, I'm using a firmware which is in /lib/firmware by default (am335x-pru1-fw). I assume this firmware works, once it comes with distro (I'm using official image pr

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread Vinicius Juvinski
Yes ,the answer is there - 4.2 Em dom., 17 de jan. de 2021 às 01:55, Pedro Henrique Fonseca Bertoleti < phfbertol...@gmail.com> escreveu: > Sorry, I couldn't find any information on this error 22 on PRU cook book. > Please, anyone can help me on handling this error? > > Em dom, 17 de jan de 2021

Re: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread jonnymo
Perhaps refer to these: https://e2e.ti.com/support/processors/f/791/p/768982/2869998#2869998 https://e2e.ti.com/support/processors/f/791/t/667471 Jon On Sat, Jan 16, 2021 at 6:39 PM Karthik Eswar wrote: > I used the images that were present in the sdk rtos installed directory by > default > >

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread Pedro Henrique Fonseca Bertoleti
Sorry, I couldn't find any information on this error 22 on PRU cook book. Please, anyone can help me on handling this error? Em dom, 17 de jan de 2021 01:46, Vinicius Juvinski < vinicius.juvin...@gmail.com> escreveu: > Hi Pedro, > > > You are having error 22 - I don’t remember right now the cause

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread Vinicius Juvinski
Hi Pedro, You are having error 22 - I don’t remember right now the cause , the prucookbook has the explanation and how to fix :) Em dom., 17 de jan. de 2021 às 00:59, phfbertoleti escreveu: > Hi vinicius. > > First of all, thanks for the reply and for indicating me PRU cook book. > Regarding d

RE: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread 'Mark Lazarewicz' via BeagleBoard
Graham this was addressed awhile back I even asked for the other guy in e2e forum Its possible if your experienced is the short answer. Typically they add board support as time goes by but no guarantees  In a commercial paid RTOS you would get new boards added for an RTOS. Since this one is free

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread phfbertoleti
Hi vinicius. First of all, thanks for the reply and for indicating me PRU cook book. Regarding dmesg messages, yes, I've checked them (as shown below). It seems PRUs are available for use, am I right? What do you recommend as a hello world test for PRU? - [ 11.169923] re

Re: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread 'Mark Lazarewicz' via BeagleBoard
Your running EVM code on a BBB it's slightly  different hardware this subject came up before and was discussed in e2e forum I think the TI app engineer said it's possible but required some template changes he also said jtag was default Anytime you start changing the default as in ignoring suggest

RE: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread Graham Stott
Ok, I missed that in your earlier posting. I believe that the image you are using cannot be used on a Beaglebone Black. The image is for a TI evaluation module (EVM). You need to build the RTOS for the Beaglebone. Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googleg

Re: [beagleboard] Re: TI RTOS on Beaglebone Black

2021-01-16 Thread 'Mark Lazarewicz' via BeagleBoard
The EVM is not a BBB it's got extra hardware so be careful  Sent from Yahoo Mail on Android On Sat, Jan 16, 2021 at 1:43 PM, jonnymo wrote: I believe the issue would be trying to write to the eMMC or debugging any issues via USB which I do not think you can do, thus JTAG is used. A place

Re: [beagleboard] TI RTOS on Beaglebone Black

2021-01-16 Thread 'Mark Lazarewicz' via BeagleBoard
https://e2e.ti.com/support/processors/f/791/t/945363 Sent from Yahoo Mail on Android On Sat, Jan 16, 2021 at 12:35 AM, Karthik Eswar wrote: Sorry, I'm really new to this. Is it necessary to provide the JTag connnection to Beaglebone Black to work with sdk rtos? -- For more options, vis

Re: [beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread Vinicius Juvinski
Hi Pedro, I recommend you take a look at https://markayoder.github.io/PRUCookbook/ Have you checked the dmesg to see what is happening at kernel level ? Em sáb., 16 de jan. de 2021 às 23:25, phfbertoleti escreveu: > Hi everyone. > > My name is Pedro and I'm from Brazil. I'm trying to learn how

Re: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread Karthik Eswar
I used the images that were present in the sdk rtos installed directory by default On Sun, 17 Jan, 2021, 4:09 am Graham Stott, wrote: > So It looks like the I2C test that you are running has an issue. Can you > try something simple. For example, the hello world test. > > > > And no you do not ne

[beagleboard] Problems in using PRU on BeagleBone

2021-01-16 Thread phfbertoleti
Hi everyone. My name is Pedro and I'm from Brazil. I'm trying to learn how to use PRUs in BeagleBone (I'm using BeagleBone Green Wireless now) and I'm facing a problem I cannot solve. I'm reading Derek Molloy's book (Exploring BeagleBone) and one of the first examples / "hello world"-like is c

[beagleboard] subscribe

2021-01-16 Thread Dmitry
subscribe -- 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+unsubscr...@googlegroups.com. To

RE: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread Graham Stott
So It looks like the I2C test that you are running has an issue. Can you try something simple. For example, the hello world test. And no you do not need a JTAG to debug. You should be able to use printf. Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On

Re: [beagleboard] TDMSSK3358 and Bone Debian

2021-01-16 Thread 'Raymond Willis' via BeagleBoard
I don't want this to run via separate root / boot partitions as it did way back. There should be no reason (anything hardware) that it shouldn't run with the newest Debian with am335x-evmsk.dts. I ran debug in the command line options of uEnv.txt and got the following. This was right before it

Re: [beagleboard] BeagleBone Green does not work after kernel update

2021-01-16 Thread jonnymo
Do you have an FTDI cable you can connect to the BBG? https://wiki.seeedstudio.com/BeagleBone_Green/ Also, on your Win10 system, are you getting the Remote NDIS Ethernet interface show for the BBG ? If you are. check the IP address assigned to this. If you had a shared connection on your Win10 s

Re: [beagleboard] Re: TI RTOS on Beaglebone Black

2021-01-16 Thread jonnymo
I believe the issue would be trying to write to the eMMC or debugging any issues via USB which I do not think you can do, thus JTAG is used. A place to start is here: https://software-dl.ti.com/processor-sdk-rtos/esd/AM335X/latest/index_FDS.html This may help as well: https://software-dl.ti.com/p

Re: [beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread chris o
Also it will be mounted in a waterproof case along with a 400 watt power supply. PB will be on standoffs On Sat, Jan 16, 2021, 10:57 AM jonnymo wrote: > Just out of curiosity since I have a PB as well, how are you powering the > board? > Are you plugging straight into a PC USB port or via a Powe

Re: [beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread chris o
Powering straight off PSU. I'm using mine for pixel lights for christmas display. The usb port does not supply enough to power both. On Sat, Jan 16, 2021, 10:57 AM jonnymo wrote: > Just out of curiosity since I have a PB as well, how are you powering the > board? > Are you plugging straight into

[beagleboard] BeagleBone Green does not work after kernel update

2021-01-16 Thread zuzhengyu
Hi everyone I have a BeagleBone Green on my hand and ran with a old kernel from 2017. I notice the device has some issues and they may lie in the kernel, so I did a kernel update as instructed here . After the update, I tried to reboot it but it never came up ag

Re: [beagleboard] Re: TI RTOS on Beaglebone Black

2021-01-16 Thread Karthik Eswar
Can't it be done using the usb-ttl connection?? On Sat, 16 Jan, 2021, 10:19 pm Dennis Lee Bieber, wrote: > On Fri, 15 Jan 2021 22:34:57 -0800 (PST), in > gmane.comp.hardware.beagleboard.user Karthik Eswar > wrote: > > >Sorry, I'm really new to this. Is it necessary to provide the JTag > >connne

Re: [beagleboard] Re: Help setting up pocket beagle?

2021-01-16 Thread yash vardhan singh
Hi Piyush Ur from IITM working on Beagle Bone .I am also working on Beagle Bone Blue as flight controller. On Sat, 16 Jan, 2021, 23:08 Piyush Raj ae19m009, wrote: > Hello, > An exact problem i ran into while my first setup. > try a different usb cable (good quality one) and ur problem shou

[beagleboard] Re: Help setting up pocket beagle?

2021-01-16 Thread Piyush Raj ae19m009
Hello, An exact problem i ran into while my first setup. try a different usb cable (good quality one) and ur problem should be solved Thanks On Wednesday, June 6, 2018 at 5:31:12 PM UTC+5:30 kullboys wrote: > Hello everyone > I burned it onto my microSD card and put it in the pocket beagle, the

Re: [beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread jonnymo
Is that what FPP is in reference to? Falcon FPP BBB? http://www.falconchristmas.com/wiki/Falcon_FPP_BBB On Sat, Jan 16, 2021 at 9:05 AM chris o wrote: > Sure did. After shutdown, disconnected the only string I had hooked up. > Ordered a pocket beagle from digikey. This is all for getting started

Re: [beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread chris o
Sure did. After shutdown, disconnected the only string I had hooked up. Ordered a pocket beagle from digikey. This is all for getting started with lights. Have a f16v3 on the way. Only doing roof line and 2 8ft candy canes this first year. Thanks On Sat, Jan 16, 2021, 10:52 AM Dennis Lee Bieber w

Re: [beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread jonnymo
Just out of curiosity since I have a PB as well, how are you powering the board? Are you plugging straight into a PC USB port or via a Powered USB Hub? Is a case or carrier board being used? Are there any external components connected to the PB GPIOs or other interfaces? The environment the board

[beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread Dennis Lee Bieber
On Sat, 16 Jan 2021 07:02:37 -0800 (PST), in gmane.comp.hardware.beagleboard.user chris19681986-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: >going to get into the christmas displays next year. In FPP I shut mine down >before removing power. Yesterday I connected everything again and NOTHING,

[beagleboard] Re: TI RTOS on Beaglebone Black

2021-01-16 Thread Dennis Lee Bieber
On Fri, 15 Jan 2021 22:34:57 -0800 (PST), in gmane.comp.hardware.beagleboard.user Karthik Eswar wrote: >Sorry, I'm really new to this. Is it necessary to provide the JTag >connnection to Beaglebone Black to work with sdk rtos? Running TI-RTOS on a Beagle basically means throwing out all

[beagleboard] Re: PocketBeagle fragile?

2021-01-16 Thread chris19681986
This really isnt any help but I started setting one up last week as I am going to get into the christmas displays next year. In FPP I shut mine down before removing power. Yesterday I connected everything again and NOTHING, single blue flash when i connect to PSU or to the USB port.. So yes, sam

Re: [beagleboard] Debian 10 with kernel 3.8.13

2021-01-16 Thread Jørgen Sirum
Hi, New boot log ... Loading, please wait... Starting version 241 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btr