[beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-15 Thread Pavel Yermolenko
I use this cable: USB TO TTL SERIAL CABLE <https://www.adafruit.com/product/954> Here is my connection: my_connection <https://i.postimg.cc/T29JK8gg/20200815-100926.jpg> On Thursday, August 13, 2020 at 11:41:57 PM UTC+2, Dennis Bieber wrote: > > On Thu, 13 Aug 2020 1

Re: [beagleboard] Cannot see U-Boot# prompt in terminal

2020-08-15 Thread Pavel Yermolenko
Hi Robert, *Where "exactly" is the "boot" folder on the partition in raw terms? Is it fat? etc.. * There are 2 folders in sdcard root: - boot - rootfs The file system is FAT. Here is *lsblk* on my host Ubuntu pavel@ALABAMA:~$ lsblk NAMEMAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0

Re: [beagleboard] Cannot see U-Boot# prompt in terminal

2020-08-15 Thread Pavel Yermolenko
> "continuous activity" can you share what you actually get over serial? > I have tried already 3 different repositories of u-boot. On the 1st one I saw this: [image: Screenshot from 2020-08-12 16-51-56.png] -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-15 Thread Pavel Yermolenko
Hi Prudhvi, Thanks for suggestion. Currently I have no keyboard, connected to BagleBone. Sincerely, Pavel. On Friday, August 14, 2020 at 11:02:11 AM UTC+2, prudhviraj odela wrote: > > I think you can try this when you see message saying "Hit any key to stop > autoboot" press any key. > You

[beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-15 Thread Dennis Lee Bieber
On Sat, 15 Aug 2020 01:17:17 -0700 (PDT), in gmane.comp.hardware.beagleboard.user Pavel Yermolenko wrote: >I use this cable: >USB TO TTL SERIAL CABLE <https://www.adafruit.com/product/954> > >Here is my connection: >my_connection <https://i.postimg.cc/T29J

[beagleboard] beaglebone Ai

2020-08-15 Thread Eloy Cain
hello gang, I'm having problems at the moment of wanting to turn on a led. I am using PUtty to enter the card and to program I use python. When I run a program or print a message, it works correctly. the problem is as if the pins of the card do not work for me. I don't know if I should use a

[beagleboard] Re: Audio capture issue with BeagleBone Black and Audio Cape Rev B

2020-08-15 Thread Dennis Lee Bieber
On Fri, 14 Aug 2020 23:46:27 +0430, in gmane.comp.hardware.beagleboard.user chiya mohammadi wrote: >thank you for your reply. Unfortunately I live in Iran and I can't go to TI >website. That is going to be a problem. Since the documents are copy-righted no one can legally redistribute

[beagleboard] Pocket Beagle Image Repo

2020-08-15 Thread Joshua Park
Hello all, Does anyone know if a downloadable repository for the beagleboard.org's pocket beagle image (AM3358 Debian 10.3 2020-04-06 4GB SD IoT) exists? I've looked through the eewiki but I can't find the same

[beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-15 Thread marcbob34
So I have been working on this on my own time, I am a potential CE student. This was an assignment for someone who gave it to me along with caped BBB. I am running barebones using CCS and a TI XDS100v2 USB Debug Probe/CortxA8 sim. They wrote this program as an LCD driver using the I2C1 bus from

[beagleboard] .net core GPIO Library

2020-08-15 Thread Philip Munts
Try libsimpleio: https://www.nuget.org/packages/libsimpleio/ You will need to install the Linux shared library libsimpleio.so per instructions at: https://github.com/pmunts/libsimpleio -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

Re: [beagleboard] Pocket Beagle Image Repo

2020-08-15 Thread Robert Nelson
On Sat, Aug 15, 2020 at 3:53 PM Joshua Park wrote: > > Hello all, > > Does anyone know if a downloadable repository for the beagleboard.org's > pocket beagle image (AM3358 Debian 10.3 2020-04-06 4GB SD IoT) exists? I've > looked through the eewiki but I can't find the same version used in the

RE: [beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-15 Thread Graham Stott
The code you copied below seems to be incomplete. After the routine “set_slave_addr” and before the comment “//P9 Connector settings”, I believe there is missing code. I therefore cannot tell if your setup code is complete. Graham From: beagleboard@googlegroups.com

[beagleboard] RE: Connecting Two BBBWs to One Another and Using One Script?

2020-08-15 Thread set_
Hello, See here, I have two BBBWs and I want to test them w/ a connection to one another. ... I am not completely sure what to research. I think this is my issue but any relative info. would be much appreciated. I am making a small bot w/ linear actuators, some servos, and a couple Capes,

Re: [beagleboard] Re: MotorCape and Ideas/Seth

2020-08-15 Thread set_
Hello, Just to not hinder peoples' ideas, the BeagleBoard.org family of boards can be powered via USB and Barrel Jack at the same time. Phew. Seth P.S. I think I took the wrong route years ago and needed to refresh this idea for people looking to add more current to their BBB boards. Also, I

Re: [beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-15 Thread 'Mark Lazarewicz' via BeagleBoard
Id start with Original program that drove LED make sure it's working. You may have code that's not a valid starting point. Then wire up the Output to the new LED. Once that works use the register setting and existing code to move to the new I2C. You might have inherited broken code. Start

[beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-15 Thread marcbob34
You are right the code that is missing is void i2c_init(void){ On Saturday, August 8, 2020 at 12:57:15 PM UTC-7, M wrote: > > Can anyone provide a C program that can be run in CCS that would program > an I2C controller on the BBB board to generate the desired clock frequency > signal and the

[beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-15 Thread marcbob34
FYI I do not have an oscilloscope so I have just been testing pin 15 with a multimeter and I also just have an led on a breadboard, to test if a signal is coming from the pwm on pin 15. On Saturday, August 8, 2020 at 12:57:15 PM UTC-7, M wrote: > > Can anyone provide a C program that can be run