Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2021-06-16 Thread jonnymo
Perhaps use the NVIDIA Jetson Nano forum for questions regarding this board. https://forums.developer.nvidia.com/c/agx-autonomous-machines/jetson-embedded-systems/jetson-nano/76 On Wed, Jun 16, 2021 at 9:59 AM Mohammad Walihullah wrote: > what is the process to access gpio for Jetson nano

Re: [beagleboard] How to copy BeagleBoard image to a windows PC

2021-06-16 Thread jonnymo
One option is to use something like DiskInternals: https://www.diskinternals.com/linux-reader/mount-linux-drive-on-windows/ I have never tried this myself though. The other option is to use either VirtualBox or VMware Workstation Player to create a Debian or Ubuntu VM on your Windows system and

Re: [beagleboard] Video device not found error.

2021-06-09 Thread jonnymo
Things that would help to understand the issue are: 1. The output of the version.sh script: Ex: sudo /opt/scripts/tools/version.sh 2. Provide the Make/Model of USB camera used 3. What application is used when seeing the error? 4. Does the camera show in the 'dmesg' output and/or

Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-04-01 Thread jonnymo
I was able to use PuTTY on Windows 10 to login to the BBB via serial without root password after editing the /etc/passwd file. Typically the root account is set in the sshd_config to not allow remote ssh connections to a Linux system. You have to set this to allow for root login with or without

Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-03-31 Thread jonnymo
in the sshd_config. From serial port I can with root/root. Jon On Wed, Mar 31, 2021 at 1:08 PM Bob Hammond wrote: > Jon, > > I tried your suggestion but am still unable to log in as root. I'm still > being asked for a password for root. > > Bob > > On Wed, Mar 31,

Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-03-31 Thread jonnymo
Try just removing the 'x' for your user in the '/etc/passwd'. This should allow for a login with asking for a password. Of course, backup your file and add a password once you can login. Cheers, Jon On Wed, Mar 31, 2021 at 10:59 AM Bob Hammond wrote: > > debian@beaglebone:/mnt/media/etc$ su

Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-03-28 Thread jonnymo
sword. > > Bob > > On Sun, Mar 28, 2021 at 9:32 AM jonnymo wrote: > >> Are you using Windows or Linux on your host PC? Since you mention PuTTY, >> I would assume it is windows. >> You could try to connect to the BB using the USB Network options: >> >&g

Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-03-28 Thread jonnymo
Are you using Windows or Linux on your host PC? Since you mention PuTTY, I would assume it is windows. You could try to connect to the BB using the USB Network options: https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb Are you certain the IP you

Re: [beagleboard] Re: How to access GPIO using derek molloy's GPIO Library

2021-03-27 Thread jonnymo
Since you are using a PocketBeagle, isn't P1_32 mapped to gpio1.10 and not P1_36 which is mapped to gpio3.14? https://github.com/beagleboard/linux/blob/4.14/arch/arm/boot/dts/am335x-pocketbeagle.dts

Re: [beagleboard] QT GUI for BB Board

2021-03-26 Thread jonnymo
Personally, I would suggest you learn Qt first and then try to implement with what you are trying to do. However, there is this GitHub Repo that might be of interest to you. https://github.com/amin-amani/QT-Dynamixel Or have a look at SmartServoGui in the following link:

Re: [beagleboard] Re: Servomotor Herkulex Beaglebone

2021-03-19 Thread jonnymo
There are folks connecting directly to Herkulex Servos with Arduino boards, so I imagine it is possible with a BeagleBone but I would not do it directly to a GPIO pin. https://wiki.dfrobot.com/Herkulex_DRS-0101_SKU_SER0032 Jon On Fri, Mar 19, 2021 at 10:00 AM amf wrote: > page 17 of the

Re: [beagleboard] python script error

2021-03-19 Thread jonnymo
What version of Python are you using? How is 'username' defined and how is the value being assigned to it? Cheers, Jon On Fri, Mar 19, 2021 at 5:49 AM Ekkam Singh wrote: > hi > i am writing a code in python but it is coming error when i write the > program :- > for line in username: >

Re: [beagleboard] Servomotor Herkulex Beaglebone

2021-03-19 Thread jonnymo
Which Herkulex server are you considering to use with the Beaglebone? Personally, I would not connect anything directly to a GPIO pin on the BB and prefer to use a driver circuit to drive the signals to something like a servo. There is an Interface Manager for the Herkulex servos so that might

Re: [beagleboard] Super Dumbbutt Move

2021-02-10 Thread jonnymo
Have you configured the Wi-Fi interface on your Windows host to share the connection with the USB one connected to the BB. Note, usually when you set this, it changes the Windows USB IP to a different value and you have to change it back to 192.168.7.1. Also, I have run into situations where I

Re: [beagleboard] Re: Debugging SPI device

2021-02-08 Thread jonnymo
Actually, Bootlin has a Device Tree 101 Webinar scheduled for tomorrow. You might find this useful: https://www.eventbrite.fr/e/webinar-device-tree-101-registration-135964923747?utm_source=eventbrite_medium=email_campaign=event_reminder_term=eventname They have some free documentation on their

Re: [beagleboard] Grove Base Cape for BeagleBone(R) v2.0 disables BBB ethernet

2021-02-08 Thread jonnymo
Yeah, considering they are referencing a BeagleBone V2.0, this would imply a Beaglebone Green V2: https://wiki.seeedstudio.com/Grove_Base_Cape_for_BeagleBone_v2/#coding-work However, they may want to reconsider the link title for the page Dennis posted:

Re: [beagleboard] Re: Static ip on eth0

2021-02-03 Thread jonnymo
Yeah, this pops up from time to time so perhaps there is a way to make it sticky or something. Ex: https://groups.google.com/g/beagleboard/c/D0kLUD-zwHY/m/gqQW4FvBBAAJ Or: https://forum.digikey.com/t/static-ip-on-beaglebone-black/4497 Cheers, Jon On Wed, Feb 3, 2021 at 9:08 AM Johan

Re: [beagleboard] BBB cannot access Internet

2021-02-02 Thread jonnymo
Try the instructions from this link. It works for me: https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb Cheers, Jon On Tue, Feb 2, 2021 at 11:41 AM Eli wrote: > Hello > > I am an absolute beginner with the BeagleBone Black and Linux, the >

Re: [beagleboard] apt on BBB *very* slow, anyone else noticed?

2021-02-01 Thread jonnymo
On my Beaglebone AI via Wi-Fi, I got this: debian@beaglebone:~$ *time apt search vile* Sorting... Done Full Text Search... Done *real2m10.764s* *user2m5.185s* *sys 0m3.954s* Raspberry Pi 4 Wi-Fi: *real0m2.637s* *user0m2.349s* *sys 0m0.288s* Running 'strace apt

Re: [beagleboard] Re: apt on BBB *very* slow, anyone else noticed?

2021-02-01 Thread jonnymo
How do you have your BB connected network wise. Also, what image are you running? Jon On Mon, Feb 1, 2021 at 10:03 AM Chris Green wrote: > Robert Nelson wrote: > > On Mon, Feb 1, 2021 at 11:18 AM Chris Green wrote: > > > > > > I have recently done a clean install of Debian on a BBB and it

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-29 Thread jonnymo
Have you tried posting on the Kali Linux forum to just contact them? It might just be a mistake or is hidden until asked for. Doing a quick search in their forum, the last Beaglebone post I found was back in 2017 so it may just be a lack of interest. Cheers, Jon On Fri, Jan 29, 2021 at 10:52

Re: [beagleboard] BBAI Wi-Fi SSID MAC address issue

2021-01-28 Thread jonnymo
Looking at the following it looks like there are series of files where the MAC is set: https://github.com/beagleboard/beaglebone-ai/blob/master/SW/buildroot/local/board/beagleboneai/rootfs-overlay/etc/rc.local Ex: * debian@beaglebone:~$ cat /etc/cpsw_0_mac 28:EC:9A:F0:15:32* On my BBAI,

Re: [beagleboard] Locale error on new BBB install

2021-01-28 Thread jonnymo
There is a solution posted in this link: https://stackoverflow.com/questions/65525716/why-do-i-get-a-locale-error-even-though-it-is-set Basically, try: *sudo locale-gen en_US en_US.UTF-8* *sudo dpkg-reconfigure locale*s Although, you may want to change the 'US" stuff for the locale you are in.

Re: [beagleboard] Beaglebone via Ubuntu to internet not working

2021-01-28 Thread jonnymo
How do you have your Beaglebone connected for networking; USB to a PC, Ethernet cable, Wi-Fi? Which Beaglebone do you have? Have you configured the gateway and such on the BB? Jon On Thu, Jan 28, 2021 at 6:44 AM KenUnix wrote: > > I am able to SSH into the Beaglebone from Ubuntu. > > However

Re: [beagleboard] TI AM335x vs. Octavio OSD3358

2021-01-26 Thread jonnymo
The Beaglebone Blue is another Beagle that sports an Octavo OSD3358 Processor. As far as the BBB Wireless, there is this post on the Octavo site regarding the launch of the BBB Wireless: http://octavosystems.com/2016/09/27/the-beaglebone-black-wireless-and-beagleboard-compatibility/ One notable

Re: [beagleboard] Very Low Volume Output via Mini-Speaker/USB Sound Adapter on BB Blue

2021-01-25 Thread jonnymo
y the mushroom speaker link that you provided !! > > Thanks again, > Steve > > On Jan 25, 2021, at 12:47 PM, jonnymo wrote: > >  > Have you seen this page? > https://gist.github.com/interwebjill/157055cc4e2bd7c33181f7e7e8bf4659 > > You might consider something

Re: [beagleboard] Very Low Volume Output via Mini-Speaker/USB Sound Adapter on BB Blue

2021-01-25 Thread jonnymo
Have you seen this page? https://gist.github.com/interwebjill/157055cc4e2bd7c33181f7e7e8bf4659 You might consider something like this or if you have a PC speaker you could try that: https://www.amazon.com/s?k=Mini+Hamburger+Speaker=electronics=nb_sb_noss Jon On Sun, Jan 24, 2021 at 6:08 PM

Re: [beagleboard] Re: Debugging SPI device

2021-01-23 Thread jonnymo
A quick test is to see if a SPI device has been created under '/dev/'. A few SPI test references: https://github.com/derekmolloy/exploringBB/tree/version2/chp08/spi/spidev_test https://elinux.org/BeagleBone_Black_Enable_SPIDEV https://gist.github.com/pdp7/33a8ad95efcbcc0fadc3f96a70d4b159

Re: [beagleboard] Help to mate a GUI

2021-01-21 Thread jonnymo
Could you be a bit more specific with what you are looking for? Will this be with a display or headless? With Display, something like PyGame, Qt, Gtk, Tkinter, wxPython and many others. Headless, something like Flask or Bonescript(NodeJS) would allow you to get a webserver based gui using a

Re: [beagleboard] Re: Beagle bone black, difficulty getting started

2021-01-19 Thread jonnymo
from there. The other option is to just reflash the uSD card. Just don't let Windows format the uSD card. Jon On Tue, Jan 19, 2021 at 9:30 AM jonnymo wrote: > It should be at the bottom/end of the file. > > Jon > > On Tue, Jan 19, 2021 at 9:16 AM Paul Cotton > wro

Re: [beagleboard] Re: Beagle bone black, difficulty getting started

2021-01-19 Thread jonnymo
It should be at the bottom/end of the file. Jon On Tue, Jan 19, 2021 at 9:16 AM Paul Cotton wrote: > Thank you for the replies. Much appreciated. I have corrected my error > and this is the screen. I do not see any eMMC Flasher command to change > here? is it the eMMC cape disable I need

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread jonnymo
There is a link regarding building a custom image for the BB: https://www.kali.org/docs/development/custom-beaglebone-black-image/ Jon On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos wrote: > Hi Jon, > > That is correct. Following that page you shared, it points to Offensive > security download

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread jonnymo
Yeah, there was a post by Jason back in 2014 and it appears to point to the Offensive Security site as well. https://beagleboard.org/p/bborgarchive/kali-linux-3fda7b Jon On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos wrote: > Hi Jon, > > That is correct. Following that page you shared, it

Re: [beagleboard] Beagle bone black, difficulty getting started

2021-01-18 Thread jonnymo
Do you know the version of BeagleBone Black you have? Ref: https://elinux.org/Beagleboard:BeagleBoneBlack If you use a Flasher image it should write to the on board eMMC but you would need to know which BBB you have. Also, you can write to the eMMC from a standard image by editing the

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread jonnymo
You mean something like this? https://www.kali.org/docs/arm/kali-linux-beaglebone-black/ Jon On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos wrote: > Hi all, > > I am looking for any Kali Linux ARM image for beaglebone black Rev-C. > The documentation points to the Offensive security download

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] 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

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:

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

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

Re: [beagleboard] PWM

2021-01-14 Thread jonnymo
Steve Lentz wrote: > Black. BeagleBoard.org Debian Buster IoT Image 2020-04-06. > > FWIW, the Adafruit libraries let me control the pins as GPIO. > > > TY, > -Steve > > On Jan 14, 2021, at 7:02 PM, jonnymo wrote: > > Which BeagleBoard are you using? > >

Re: [beagleboard] PWM

2021-01-14 Thread jonnymo
Which BeagleBoard are you using? Jon On Thu, Jan 14, 2021 at 2:51 PM stl...@gmail.com wrote: > OK, I want to generate a PWM signal to send to a motor controller. This > is simply to communicate the desired speed, the motor controller will do > all the heavy lifting. > > Unfortunately, the

Re: [beagleboard] BeagleV?

2021-01-13 Thread jonnymo
Sorry, one more: https://beagleboard.org/beaglev Jon On Wed, Jan 13, 2021 at 8:10 AM jonnymo wrote: > Looks like everyone is talking about it even Jason: > https://www.youtube.com/watch?v=9MJl7gCTAcM > > https://www.tomshardware.com/news/beaglev-riscv-announced > > > http

Re: [beagleboard] BeagleV?

2021-01-13 Thread jonnymo
/seeed-and-beagleboard-team-up-to-provide-a-new-risc-v-based-linux-pc/ Jon On Wed, Jan 13, 2021 at 7:05 AM jonnymo wrote: > This looks like another effort to use a RISC-V processor on a board so it > will be different than an ARM core. > > Jon > > On Wednesday, January

Re: [beagleboard] BeagleV?

2021-01-13 Thread jonnymo
This looks like another effort to use a RISC-V processor on a board so it will be different than an ARM core. Jon On Wednesday, January 13, 2021, johan.he...@gmail.com < johan.henselm...@gmail.com> wrote: > > I got a mail message from seeed that introduced the BeagleV. > > Although I am very

Re: [beagleboard] Hard reset

2021-01-12 Thread jonnymo
You could flash the eMMC with either a Flasher image or via a standard image but edit the uEnv.txt file: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC https://beagleboard.org/latest-images Jon On Tue, Jan 12, 2021 at 9:24 PM ciriaco ortiz carrasco wrote: > someone knows

Re: [beagleboard] Question about Micro SD and eMMC

2021-01-10 Thread jonnymo
If you downloaded and loaded the flasher image to the uSD card to flash the eMMC, then to run from SD card you will need to download and burn a non flasher image to the SD card. You can also flash the eMMC from the standard image though. https://beagleboard.org/getting-started

Re: [beagleboard] turn on LED when BBBW is powered on

2021-01-07 Thread jonnymo
I think what you are looking for is a bit lower level than the Kernel since you are looking to control the LEDs at power on. You may want to have a look at the Boot Sequence of the BBB and see if there is a place you can set this like you want. I'm not sure if you can do this from U-Boot though.

Re: [beagleboard] BBIA missing PRU GPIO Names

2021-01-02 Thread jonnymo
The doc at the below link was provided by Jason some time back. This should give you an idea of the pin mapping between the BB Black and the BBAI. https://docs.google.com/spreadsheets/d/1fE-AsDZvJ-bBwzNBj1_sPDrutvEvsmARqFwvbw_HkrE/edit#gid=1518010293 Jon On Sat, Jan 2, 2021 at 7:49 PM Vinicius

Re: [beagleboard] BBG & HDMI cape: won't run together still in 2020?

2020-12-30 Thread jonnymo
As was posted in the other post, Seeed appears to only support this with kernel 4.4. https://forum.seeedstudio.com/t/re-the-hdmi-cape-for-the-bbg/251093/3 Other references. https://wiki.seeedstudio.com/BeagleBone_Green_HDMI_Cape/

Re: [beagleboard] NO signal out from HDMI cap

2020-12-24 Thread jonnymo
Would this be the cape you are using? https://wiki.seeedstudio.com/BeagleBone_Green_HDMI_Cape/ If you type 'dmesg' at the command prompt you should be able to see if there are any errors seen with the cape. I would double check the install of the cape as well. There is this note in the Seeed

Re: [beagleboard] Re: serial console

2020-12-20 Thread jonnymo
Looking at the post from Google GMail, it does not specify what board the post is from. It just says Beagle Board. Are you trying to connect directly to the PB via serial or are you using something like a FTDI interface to communicate to via serial? Assuming you are using some sort of Linux

Re: [beagleboard] serial console

2020-12-19 Thread jonnymo
Robert, For the PocketBeagle, it seems a FTDI Click Board is recommended way to connect to the serial output of the PB: https://media.digikey.com/pdf/Data%20Sheets/GHI%20Electronics%20PDFs/PocketBeagleSystemRefManual_Web.pdf See Jason's suggestion from this link:

Re: [beagleboard] Re: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread jonnymo
What platform are you cross-compiling on? Windows, Ubuntu, Debian, ... so on. Are you following instructions from a particular web site or other source? Jon On Thu, Dec 17, 2020 at 1:23 PM set_ wrote: > Hello, > > I mean, would i need to coss-compile glibc_2.29 from source and go from > that

Re: [beagleboard] BBB not getting connected --- reg

2020-12-16 Thread jonnymo
So, this was working before but it is not working now? You can try running 'dmesg' on your Laptop to see if the USB port is connecting from the BB. Also, check the output of 'ip a' to see if any USB network interface is being created. Jon On Wed, Dec 16, 2020 at 10:51 PM Santosh Maddi wrote:

Re: [beagleboard] BBB not getting connected --- reg

2020-12-16 Thread jonnymo
Can you define what system means? What OS are you running on the system that you are connecting your BB to? Assuming you are connecting via USB. Jon On Wed, Dec 16, 2020 at 10:04 PM Santosh Maddi wrote: > Hello everyone > > I have recently purchased BBB wifi.. suddenly it is not getting

Re: [beagleboard] Debian 10 apt-get failures

2020-12-16 Thread jonnymo
Can you ping google.com? Ex: ping google.com If this fails, then you have a network config issue. Cheers, Jon On Wed, Dec 16, 2020 at 12:14 PM maxmike wrote: > # uname -a > Linux beaglebone 4.19.94-ti-r42 #1buster SMP PREEMPT Tue Mar 31 19:38:29 > UTC 2020 armv7l GNU/Linux > > # apt-get

Re: [beagleboard] Where to get help with Adafruit Circuit Python on BBB

2020-12-10 Thread jonnymo
If you look in the board.py file you can see what boards are supported already. This does appear to include the BB Black. https://github.com/adafruit/Adafruit_Blinka/blob/master/src/board.py Jon On Thu, Dec 10, 2020 at 10:03 PM david...@gmail.com wrote: > Here's a few other links that could

Re: [beagleboard] Where to get help with Adafruit Circuit Python on BBB

2020-12-10 Thread jonnymo
wrote: > >> Grrr, I installed it by copying files from their circuit python bundle, >> those instructions must be out of date. I see they’ve made a proper >> package now, I’ll give it a try. >> >> On Dec 10, 2020, at 4:04 PM, jonnymo wrote: >>

Re: [beagleboard] Where to get help with Adafruit Circuit Python on BBB

2020-12-10 Thread jonnymo
Do you have 'adafruit_bus_device' installed? Ref: https://circuitpython.readthedocs.io/projects/busdevice/en/latest/api.html https://circuitpython.readthedocs.io/projects/busdevice/en/latest/index.html#bus-device-installation Cheers, Jon On Thu, Dec 10, 2020 at 12:38 PM Steve Lentz wrote:

Re: [beagleboard] Re: BBIA Problem with SD Card

2020-12-08 Thread jonnymo
b.img.xz > > I'm already using the balenaEtcher > > I connected a serial cable on the debug port and I didn't see any activity > on the console, is like the board is really not on. > > > Em quarta-feira, 9 de dezembro de 2020 00:05:22 UTC-3, jonnymo escreveu: >> >> What im

Re: [beagleboard] Re: BBIA Problem with SD Card

2020-12-08 Thread jonnymo
What image did you burn to the uSD card and what tool did you use to burn the image? Please provide a link to the image used. Jon On Tue, Dec 8, 2020 at 6:50 PM Vinicius Juvinski < vinicius.juvin...@gmail.com> wrote: > Hi, > > I create a video showing the problem: > >

Re: [beagleboard] Pocket beagle not booting

2020-12-07 Thread jonnymo
μβρίου 2020 στις 1:19:06 π.μ. UTC+2, ο χρήστης >>> RobertCNelson έγραψε: >>> >>>> Looks like a dead microsd, or a bent pin in the metal cage holder.. >>>> >>>> Regards, >>>> >>>> On Sat, Dec 5, 2020,

Re: [beagleboard] Pocket beagle not booting

2020-12-05 Thread jonnymo
Note, I am not tech support. I'm just a guy trying to help you solve your issue. If you search for 'Windows 10 ftdi' you should find something that will point you in the right direction. This might help though. https://learn.sparkfun.com/tutorials/terminal-basics/all You can use something like

Re: [beagleboard] Pocket beagle not booting

2020-12-05 Thread jonnymo
If the LEDs are not blinking as expected, that does not sound good. If you have a FTDI cable, you could try to connect it to the PB as shown on the following page to see if you get any messages related to the issue:

Re: [beagleboard] Pocket beagle not booting

2020-12-04 Thread jonnymo
What image did you flash to the uSD card? What tool did you use to flash the image to the uSD card? Cheers, Jon On Fri, Dec 4, 2020 at 12:36 PM John Bacas wrote: > Hi, I'm a newbie with beagle board and I have a problem with my pocket one. > I did all according to the quick start guide. >

Re: [beagleboard] BBAi pinmapping / temperature

2020-12-04 Thread jonnymo
Here are a couple of sources that were posted sometime back I believe by Jason. https://github.com/beagleboard/beaglebone-ai/wiki/System-Reference-Manual#p9.11-p9.13 https://docs.google.com/spreadsheets/d/1fE-AsDZvJ-bBwzNBj1_sPDrutvEvsmARqFwvbw_HkrE/edit#gid=1518010293 This should help

Re: [beagleboard] I need OS or RTOS for an IOT

2020-11-27 Thread jonnymo
What are you planning with regards to an IoT project? Jon On Fri, Nov 27, 2020 at 7:51 AM josiaha...@gmail.com < josiahakinl...@gmail.com> wrote: > Hello i need a good Operating system or Real Time Operating System for IoT > project. > I need a suggestion of an OS or someone that can work on

Re: [beagleboard] Cannot access to internet after upgrade firmware

2020-11-22 Thread jonnymo
g/getting-started and > https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC > > Thanks > Seksit > > On 22 Nov 2020, at 11:59 PM, jonnymo wrote: > > Which BeagleBoard do you have? > What image is it running? > What OS is running on the system you are tethered

Re: [beagleboard] Cannot access to internet after upgrade firmware

2020-11-22 Thread jonnymo
Which BeagleBoard do you have? What image is it running? What OS is running on the system you are tethered to? What steps did you perform for the FW upgrade? Cheer, Jon On Sun, Nov 22, 2020 at 4:38 AM wrote: > With tether option, on first time boot up board can access to internet to >

Re: [beagleboard] Best way to test / transfer BBB Wireless custom Kernel

2020-11-11 Thread jonnymo
Have you set up the USB Network connection from a PC to the BBBW? You can see what Mark Yoder did in his exercises for a couple of options: https://elinux.org/EBC_Exercise_08_Installing_Development_Tools_4.4 Cheers, Jon Cheers, Jon On Wed, Nov 11, 2020 at 6:51 AM Riley Porter wrote: > I

Re: [beagleboard] Beagle Bone Blue issue

2020-11-07 Thread jonnymo
You can, try to connect to UT0 with an FTDI cable and see if you can get any boot info from the board which might indicate what the issue is. Ex: https://elinux.org/EBC_Exercise_21a_Boot_Sequence https://github.com/beagleboard/beaglebone-blue/wiki/Pinouts My Blue died in a similar manner

Re: [beagleboard] USB slow initialization at bootup on Debian 10

2020-11-04 Thread jonnymo
Could you supply the output of the following? *sudo /opt/scripts/tools/version.sh* Have you looked at the output of dmesg to see if anything is showing there? Although if you are not seeing it on boot from a serial connection this may not show anything as well: Ex: *sudo dmesg | grep

Re: [beagleboard] Beagle bone black setup with Intel Real sense camera

2020-10-29 Thread jonnymo
wrote: > Hi > > Yes, and this made me discover the problems with usb. > What camera are you thinking in use ? > > Sent from my iPhone > > > Em 29 de out de 2020, à(s) 21:53, jonnymo escreveu: > >  > Perhaps you need to cross compile the Libraries for the BB on

Re: [beagleboard] Beagle bone black setup with Intel Real sense camera

2020-10-29 Thread jonnymo
Perhaps you need to cross compile the Libraries for the BB on a physical Debian or Ubuntu host or a VM. Have you tried this? Cheers, Jon On Thu, Oct 29, 2020 at 5:37 PM Vinicius Juvinski < vinicius.juvin...@gmail.com> wrote: > Hi, > > I don't know but you have several problems on it. First,

Re: [beagleboard] Re: 4G dongle keeps debouncing

2020-10-29 Thread jonnymo
Have you created a udev rule for this device on the BB? This seems to indicate it keeps creating a new device. [ 1768.860170] usb 1-1.1: udev 97, busnum 1, minor = 96 [ 1768.860184] usb 1-1.1: New USB device found, idVendor=12d1, idProduct=14db [ 1768.860196] usb 1-1.1: New USB device strings:

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-27 Thread jonnymo
Check in your sysroot folder under usr/lib/arm-linux-gnueabihf. Jon On Tue, Oct 27, 2020 at 6:16 PM 'Jeremias Ramirez' via BeagleBoard < beagleboard@googlegroups.com> wrote: > > Hi again, sorry for the delay. > > Well, i finally can build Qt with OpenGL. :D > A few hours later, the -make

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-26 Thread jonnymo
I believe if you respond directly from the Google Groups Beagleboard Forum it will automatically add the previous conversation content. If you extend the '...' then you will see what is being added. I just respond directly in GMail and avoid the quotes unless I find them necessary. Jeremias,

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-26 Thread jonnymo
Jeremias, Which Beagleboard are you compiling for? My Beaglebone Black reports as an ARMv7 and not an ARMv8 so are you sure that is the correct toolchain for a BB Black. *debian@beaglebone:~$ cat /proc/cpuinfo | grep -i arm* *model name : ARMv7 Processor rev 2 (v7l)* Jon On Mon, Oct 26,

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-26 Thread jonnymo
Dennis, Yeah, that is the intent of INCLUDEPATH since the location of the includes in the toolchain are in a different location than where Qt is looking. I did see a post where it was suggested to remove the Default path but there were other comments in the same post where it did not work.

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-26 Thread jonnymo
t;>>> >>>>> https://stackoverflow.com/questions/49139731/error-while-creating-qmake-for-a-qt-static-build >>>>> >>>>> >>>>> Jon >>>>> >>>>> >>>>> On Fri, Oct 23, 2020 at 5:44 AM 'Jeremias Ram

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-25 Thread jonnymo
cortex-a8 -mfpu=neon -mthumb -mfloat-abi=hard -fuse-ld=gold -o >>> conftest-out conftest.cpp >>> >>> + >>> */opt/gcc-linaro-7.5.0-2019.12-x86_64_armv8l-linux-gnueabihf/bin/armv8l-linux-gnueabihf-g+*+ >>> -dumpmachine >>> > armv8l-linux-gnuea

Re: [beagleboard] Re: Selecting which glibc to use

2020-10-23 Thread jonnymo
You could download the 2.28 version of glibc and build using that. See this link for an example: https://wiki.beyondlogic.org/index.php?title=Cross_Compiling_BusyBox_for_ARM Cheers, Jon On Fri, Oct 23, 2020 at 1:02 PM din...@gmail.com wrote: > Glibc should already be part of your beaglebone

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-23 Thread jonnymo
gt; wrote: >> >>> I don't know how path vars work in this kind of files, but, if you see >>> that file, at the start includes an linux.conf file, that file also make >>> reference to the $varPaths whom we are trying to especify. >>> >>>

Re: [beagleboard] Selecting which glibc to use

2020-10-23 Thread jonnymo
What process did you use to cross compile? What I do when cross compiling is to rsync the /sbin, /lib, /usr/lib and /usr/include from the BB to the build host in a sysroot folder. Then direct the build to this location for the libs and includes. Ex: rsync -avz debian@192.168.7.2:/lib sysroot

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-22 Thread jonnymo
of files, but, if you see > that file, at the start includes an linux.conf file, that file also make > reference to the $varPaths whom we are trying to especify. > > El jue., 22 de oct. de 2020 17:09, jonnymo escribió: > >> Yeah, I just downloaded 5.12.9 and tied that but got the sa

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-22 Thread jonnymo
ither. > > El jue., 22 de oct. de 2020 14:20, jonnymo escribió: > >> Qt 5.15.1 from source. >> >> On Thu, Oct 22, 2020 at 9:58 AM 'Jeremias Ramirez' via BeagleBoard < >> beagleboard@googlegroups.com> wrote: >> >>> Jon, which version of Qt

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-22 Thread jonnymo
Qt 5.15.1 from source. On Thu, Oct 22, 2020 at 9:58 AM 'Jeremias Ramirez' via BeagleBoard < beagleboard@googlegroups.com> wrote: > Jon, which version of Qt are you trying to build? > > El jue., 22 de oct. de 2020 13:33, jonnymo escribió: > >> I have a Debian 9.13 Docker

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-22 Thread jonnymo
gt; Yes, the BBB is running Ubuntu 18.04 for Arm. >> The workstation is running Ubuntu 18.04 too. >> >> El jue., 22 de oct. de 2020 12:07, Dennis Lee Bieber < >> dennis.l.bie...@gmail.com> escribió: >> >>> On Wed, 21 Oct 2020 10:50:12 -0700, in >>> gm

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-22 Thread jonnymo
I've tried to set this up and I am seeing a similar issue. I piped the output to tee and a log file and found it is not able to locate a lib which from what I can tell is there. This is the configure statement I used: ./configure -no-gcc-sysroot -device linux-beagleboard-g++ -device-option

Re: [beagleboard] Re: Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-21 Thread jonnymo
If they are doing cross compiling from a remote host, then should they not be using the BB specific libs under sysroot and not the host OpenGL libs? Jon On Wed, Oct 21, 2020 at 10:15 AM Dennis Lee Bieber < dennis.l.bie...@gmail.com> wrote: > On Wed, 21 Oct 2020 07:11:31 -0700 (PDT), in >

Re: [beagleboard] Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-21 Thread jonnymo
ale for me. > > Thank you very much for your time. > > El miércoles, 21 de octubre de 2020, 12:18:40 (UTC-3), jonnymo escribió: >> >> For EGLS on the Beaglebone, I found this site to be useful: >> >> https://elinux.org/BeagleBoneBlack/SGX_%2B_Qt_EGLFS_%2B_Wes

Re: [beagleboard] Re: CrossCompile Qt application on Beaglebone Black

2020-10-21 Thread jonnymo
Did you install the EGL libs on the BB? This link might be helpful. https://elinux.org/BeagleBoneBlack/SGX_%2B_Qt_EGLFS_%2B_Weston#QtQuick_.2B_EGLFS Cheers, Jon On Wed, Oct 21, 2020 at 6:54 AM 'Jeremias Ramirez' via BeagleBoard < beagleboard@googlegroups.com> wrote: > Hi buddy, i know this

Re: [beagleboard] Cannot properly ./configure to install Qt with eglfs and opegles2 support.

2020-10-21 Thread jonnymo
For EGLS on the Beaglebone, I found this site to be useful: https://elinux.org/BeagleBoneBlack/SGX_%2B_Qt_EGLFS_%2B_Weston#QtQuick_.2B_EGLFS These previous posts might be helpful to you as well: https://mail.google.com/mail/u/0/?tab=rm#search/eglfs/FMfcgxwHNDCsxVdDfLbmTGZpHNmfxJPC

Re: [beagleboard] Interested in contributing

2020-10-20 Thread jonnymo
Perhaps start at the BeagleBoard.org GitHub and help solve any outstanding issues listed: https://github.com/beagleboard Jon On Tue, Oct 20, 2020 at 10:16 AM G S Niteesh wrote: > Hello, > > I am Niteesh and I am interested in contributing to the Beaglebone org. I > was a GSoC 2020 student

Re: [beagleboard] Re: config-pin tool doesn't work.

2020-10-19 Thread jonnymo
https://gist.github.com/pdp7/e0dcfaca4e478be000987fb0105f2560 Jon On Mon, Oct 19, 2020 at 11:06 AM jonnymo wrote: > If you look at the P2_18 define, do you see a state listed? > Ex: > > *debian@beaglebone:~$ ls -lt > /sys/devices/platform/ocp/ocp:P2_18_pinmux/state* > *

Re: [beagleboard] Beagle bone black setup with Intel Real sense camera

2020-10-19 Thread jonnymo
I personally have no experience with the RealSense camera, but I am interested in this combo as well. I would suspect the best place to start would be the github location: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md There was a post by someone who was setting

Re: [beagleboard] Re: config-pin tool doesn't work.

2020-10-19 Thread jonnymo
t;> debian@beaglebone:~$ >> */opt/source/bb.org-overlays/tools/beaglebone-universal-io/config-pin >> -q P2.18* >> *P2_18 Mode: gpio Direction: out Value: 1* >> >> >> I don't think the /usr/bin/config-pin tool can do this. >> >> Cheers, >> >>

Re: [beagleboard] Re: /dev/remoteproc/pruss-core0/state not found

2020-10-19 Thread jonnymo
Try updating your scripts and kernel. https://beagleboard.org/upgrade I am able to run the blinkInternalLED.pru1.c example without issue. This is what I am running on my BB Black: *debian@beaglebone:/var/lib/cloud9/common$ sudo /opt/scripts/tools/version.sh*

Re: [beagleboard] Re: config-pin tool doesn't work.

2020-10-18 Thread jonnymo
P2.18* *P2_18 Mode: gpio Direction: out Value: 1* I don't think the /usr/bin/config-pin tool can do this. Cheers, Jon On Sun, Oct 18, 2020 at 6:17 PM jonnymo wrote: > With a PocketBeagle running Debian 10 (Buster) IoT image and kernel > 4.19.94-ti-r51 I see this: > > *debia

  1   2   3   >