Re: [beagleboard] Re: BeagleBone Black QNX 6.5.0 SP1

2021-03-01 Thread Lucas SOLDA
The setup I use should be correct since this is the one provided by QNX directly (MLO first, u-boot and image). Moreover, if my setup was incorrect, the prebuilt image could not work. Yes i rebuilt all by following this

RE: [beagleboard] POCKETBEAGLE: UART Help - Garbage data along with requisite data

2021-03-01 Thread Graham Stott
Which Pins are you using for UART4 rcv and have you set the PIN mux correctly for that PIN? From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Piyush Raj ae19m009 Sent: Monday, March 01, 2021 6:30 PM To: BeagleBoard Subject: [beagleboard] POCKETBEAGLE:

Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-01 Thread set_
Hello, Are you using BBB_IO or Adafruit_BBIO? Either way, here is a start w/ Adafruit_BBIO: *import serial * *import Adafruit_BBIO.UART as UART * *from time import sleep* *UART.setup("UART2") * *ser=serial.Serial("/dev/ttyS2", 9600) * *class GPS: * *def __init__(self)* and then... If

[beagleboard] POCKETBEAGLE: UART Help - Garbage data along with requisite data

2021-03-01 Thread Piyush Raj ae19m009
I am implementing UART using Pocketbeagle wherein i am trying to send simple strings over UART . I have written a code for loopback testing of UART-4 in PB. for a logic Low on P2.1 i am sending String "LOW" and "HIGH" for vice versa. However i am getting garbage data along with the requisite

Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-01 Thread set_
Hello, I am receiving errors w/ the .dtbo only. I am too far from outside to communicate w/ my GPS and I am receiving no feedback w/ pyserial on my BBG (BeagleBone Green). I tried installing a serial lib. w/ sudo apt install python3-serial, also. I just downloaded/installed the docs in

Re: [beagleboard] Re: PRU RemoteProc documentation

2021-03-01 Thread 'Mark Lazarewicz' via BeagleBoard
Hello Fischer  This file looks like it's processing the resource table  https://docs.huihoo.com/doxygen/linux/kernel/3.7/remoteproc__core_8c_source.html * 804  * take a firmware and boot a remote processor with it. 805  */ 806  static int rproc_fw_boot(struct rproc *rproc, const struct

Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-01 Thread Don Pancoe
You prompted me to recheck how I'm accessing the two peripherals I did get to install, the UART and the I2C. I'm only sending messages out over the UART using pyserial, although I do also use minicom to bi-directionally communicate with the board under test from the BBB Ubuntu command line. For

[beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-01 Thread set_
Hello, I literally am havin' the same issue as you right now w/ a GPS module working w/ BB-UART2-00A0.dtbo and a grove connector. This is my error: *py_setup_uart(UART2): set_pin_mode() failed for pin=P9_22Traceback (most recent call last):* * File "FirstGPS.py", line 5, in * *

[beagleboard] Re: latest machinekit image isn't loading uio dtb

2021-03-01 Thread set_
Hello, I am working, well trying still, to get that image to boot w/ Machinekit and EmcApplication. Have you looked in the logs /var/log/ and type dmesg or journalctl -xe ? ... I am having some complication so far as I have not tried to compile the EmcApplication w/ QEMU yet. But...I got the

[beagleboard] Re: Compatibility of Debian and Matlab

2021-03-01 Thread Dennis Lee Bieber
On Sun, 28 Feb 2021 22:01:53 -0800 (PST), in gmane.comp.hardware.beagleboard.user Cheng Chen wrote: >Yes. Matlab is using SSH for connection. I think the problem I met is >exactly what you described: unable to respond to the prompt for root user >password. Could you elaborate on "configure the

[beagleboard] GPIO, libpruio & dtbo Question

2021-03-01 Thread Don Pancoe
Hello all, I have a BBB Python application (PCBA test fixture) where I am using libpruio, specifically for access to the eCAP pins. Libpruio requires that the universal cape be disabled, but when I needed a UART and I2C, I was able to add those back in using the existing dtbo files from

Re: [beagleboard] Re: BeagleBone Black QNX 6.5.0 SP1

2021-03-01 Thread robert.sty...@gmail.com
I assumed you did rebuild all On Monday, 1 March 2021 at 17:02:25 UTC lazarman wrote: > I remember sd card setup was important on Beagle board. your probably > following old or incorrect instructions.

Re: [beagleboard] Re: BeagleBone Black QNX 6.5.0 SP1

2021-03-01 Thread 'Mark Lazarewicz' via BeagleBoard
I remember sd  card setup was important on Beagle board. your probably following old or incorrect instructions. What was on this board could be important. What instructions as well.They used to have a forum before Blackberry bought them. Sent from Yahoo Mail on Android On Mon, Mar 1,

[beagleboard] Re: BeagleBone Black QNX 6.5.0 SP1

2021-03-01 Thread robert.sty...@gmail.com
I vaguely remember the SP install being two manual steps, one being copying files from one place to another On Monday, 1 March 2021 at 16:02:15 UTC lucas...@gmail.com wrote: > Hello, > > I would like to use QNX on my BeagleBone Black. I have downloaded the QNX > Neutrino 6.5.0 SP1 BSP here: >

[beagleboard] Re: "Could not initialize egl display" when starting a Qt application

2021-03-01 Thread eb
This was posted 24 hours ago but it only was approved right now. Since then I have solved the issue on the Stretch Imagination Technologies image. - I updated the kernel using these options: ./update_kernel.sh --ti-channel --lts-4_14 --sgx - I had to install an additional package: apt install

Re: [beagleboard] "Could not initialize egl display" when starting a Qt application

2021-03-01 Thread Robert Nelson
On Mon, Mar 1, 2021 at 10:02 AM eb wrote: > > Hi all! I've spent a few days trying to get an LCD screen working with > hardware acceleration, eglfs, on my Beaglebone Black Wireless. My end goal is > running a PyQT5 application. After reading some discussions here, I found > that the Stretch

[beagleboard] "Could not initialize egl display" when starting a Qt application

2021-03-01 Thread eb
Hi all! I've spent a few days trying to get an LCD screen working with hardware acceleration, eglfs, on my Beaglebone Black Wireless. My end goal is running a PyQT5 application. After reading some discussions here, I found that the Stretch ImgTec Beaglebone image already has opengl and sgx

[beagleboard] Re: Compatibility of Debian and Matlab

2021-03-01 Thread Cheng Chen
Hi Dennis, Thanks for the reply. Yes. Matlab is using SSH for connection. I think the problem I met is exactly what you described: unable to respond to the prompt for root user password. Could you elaborate on "configure the sudoers file to not require a user password for sudo" a little

Re: [beagleboard] Re: Beaglebone Seeed green (custom LCD read post) GUI

2021-03-01 Thread Don Kiser
LXDE makes more sense, thank you. While the newer version of Debian will run the LCD doesn't work even if I copy the .dtbs from the original and update the uEnv.txt file to load them. This has been my reason for not updating it, yet. I will have to pull the unit apart and see if I can what chips

[beagleboard] USB doesn't come back (usb 1-1: device descriptor read/64, error -110) !

2021-03-01 Thread Philippe Frossard
Hi, I'm using Beaglebone black with 3.7v LiPo battery, When I remove the power 5v supply some seconds and put it back on, the USB port doesn't work again ! The errors : usb 1-1: device descriptor read/64, error -110 usb 1-1: device descriptor read/64, error -110 usb 1-1: device descriptor