[beagleboard] Beaglebone Black PRU with linux-4.19.81

2019-12-30 Thread Hugo van den Brand
Dear all, To make a system with a minimal footprint, I am compiling my own kernel for the BeagleBone black. With this kernel I am trying to use the PRU using the uio-pruss (which memory maps the PRU memory and offers interrupts to userspace). However, I cannot access the PRU memory. I tried to

Re: [beagleboard] update USB0 with new IP and subnet????

2020-01-06 Thread Hugo van den Brand
Hi Michael, Are you using the Black or Blue Beaglebone? It seems that you are using the term bricked for not being able to connect to the BBB. For me it would be bricked if I cannot use anymore at all, so also not when connecting every possible cable. For the black it's very hard to brick it like

Re: [beagleboard] BBGW - Changing boot order ?

2020-01-06 Thread Hugo van den Brand
For I workshop we had to use dd to write zeroes to the typical location of uboot. That would be breaking the uboot partition. Note that uboot is very flexible. It has some useful predefined variables through which you can easily configure booting. For example, uboot just calls: run bootcmd. So if

Re: [beagleboard] PRU example does not work

2020-01-08 Thread Hugo van den Brand
Could you refer to which version of the image or code repository this applies? I have a BBBlack. Maybe I could try it. Op wo 8 jan. 2020 15:20 schreef Stephan Böck : > Hello everybody, > > I just got my hands on a BB AI. During my testing I stumbled over an error > in the Cloud 9 examples. > I w

Re: [beagleboard] Cannot connect to 192.168.7.2?

2020-01-15 Thread Hugo van den Brand
Typically, things start failing after changing something. What changes did you make in which scripts? Is 192.168.7.2 exposed via the USB? If you check your network interfaces (e.g. ifconfig) does it still list the usb interfaces? Op wo 15 jan. 2020 17:20 schreef : > I have been playing around wi

Re: [beagleboard] Cannot connect to 192.168.7.2?

2020-01-18 Thread Hugo van den Brand
> network 192.168.7.0 > gateway 192.168.7.1 > > On Wednesday, January 15, 2020 at 4:21:05 PM UTC-5, Hugo van den Brand > wrote: >> >> Typically, things start failing after changing something. >> What changes did you make in which scripts? >> Is 192.16

Re: [beagleboard] Automount of USB sticks and autorun of a graphical app at startup

2020-02-03 Thread Hugo van den Brand
Hi, Why not separate the two questions in two dedicated mail threads? As for question two, I guess you are starting the service from a command line outside of the X environment. In that case you want to set the DISPLAY environment variable. You could also have the service start as part of the gra

Re: [beagleboard] Re: Yocto boot beaglebone green wifi.

2020-02-05 Thread Hugo van den Brand
The instructions below do not flash the onboard eMMC. So you will need to press the button every time to force booting from the SD card. You probably want to use dd. Op wo 5 feb. 2020 11:57 schreef Karishma jaiswal < karishma.jais...@kritikalvision.ai>: > were you able to resolve your issue? >

Re: [beagleboard] Re: Yocto boot beaglebone green wifi.

2020-02-08 Thread Hugo van den Brand
Maybe uboot supports it but it is not configured. https://stackoverflow.com/questions/47047209/how-to-change-the-config-of-u-boot-in-yocto Op za 8 feb. 2020 00:23 schreef 'David Cherkus' via BeagleBoard < beagleboard@googlegroups.com>: > > It seems the yocto u-boot still expects a FAT file sys

[beagleboard] Re: Beaglebone Black PRU with linux-4.19.81

2020-02-09 Thread Hugo van den Brand
ay as it might help someone else in the future. Best wishes, Hugo I did not deassert the reset line. RM_PER_RSTCTRL On Monday 30 December 2019 15:29:27 UTC+1 Hugo van den Brand wrote: > > > Dear all, > > To make a system with a minimal footprint, I am compiling my own kernel

Re: [beagleboard] AM57 PRU Package

2020-02-09 Thread Hugo van den Brand
The am335x_pru_package uses the overall memory map base and length that are set by the uio_pruss module on /dev/uio. The offsets to the different registers within the chip are the specific parts. The software package uses the revision of the pruss interrupt controller to select between pruss versi

Re: [beagleboard] Kali linux

2020-02-09 Thread Hugo van den Brand
You do need to make sure that Kali is compiled for the ARM and that it has the right kernel modules to support the beaglebone hardware. I know from experience that you can crosscompile the stable kernel for beaglebone black, but the custom kernel that is used in the beaglebone image has better har

Re: [beagleboard] Can Beagle Black be administered via USB or Ethernet from a laptop? Special software needed? What would be correct in that case IoT or LXQT?

2020-02-09 Thread Hugo van den Brand
There is a default ubuntu image installed. This image also sets up the beaglebone to act as an USB ethernet adapter. You can always connect to a network or directly to a laptop using a regular ethernet cable. There are also 5 pins for terminal access (also at boot time) for which you can buy a USB

Re: [beagleboard] Re: Can Beagle Black be administered via USB or Ethernet from a laptop? Special software needed? What would be correct in that case IoT or LXQT?

2020-02-10 Thread Hugo van den Brand
With auto MDI-X, there is hardly ever a need for crossover cables: https://en.m.wikipedia.org/wiki/Medium-dependent_interface#Auto_MDI-X In my case a regular cable does the trick to connect the beaglebone to my laptop such has a fixed IP on the Ethernet link. Beaglebone is set to a fixed ip in uboo

Re: [beagleboard] Unable to flash old Debian 7.11 image to eMMC on newer Beaglebone Black

2020-02-10 Thread Hugo van den Brand
Before looking in to anything else. , you might want to look into the missing device tree blob file. Your log mentions: unable to find [dtb=am335x-boneblack-ttyO1.dtb] did you name it correctly? ... Op di 11 feb. 2020 03:54 schreef Untitled X : > Hi Robert, > Thank you for taking the time to re

Re: [beagleboard] ALSA simple sound card on BB AI via mcasp (i2s)

2020-02-11 Thread Hugo van den Brand
Hi, You might be able to get it from /proc/config or/boot/config as described here: https://superuser.com/questions/287371/obtain-kernel-config-from-currently-running-linux-system That should give the list of the options used when building the kernel. I would download the kernel sources for the k

Re: [beagleboard] AM57XX_pru_package

2020-02-12 Thread Hugo van den Brand
Hi Stephan, This is already the third post you did on the topic. Could you provide some more details? Are you using the uio_pruss from the kernel directly? It creates 8 devices /dev/uioX, for each interrupt line a separate device and sets the memory ranges on the 8 devices. The PRU-ICSS in the

Re: [beagleboard] AM57XX_pru_package

2020-02-13 Thread Hugo van den Brand
Op do 13 feb. 2020 15:18 schreef Stephan Böck : > > > Am Mittwoch, 12. Februar 2020 22:07:13 UTC+1 schrieb Hugo van den Brand: >> >> Hi Stephan, >> >> This is already the third post you did on the topic. >> Could you provide some more details? >>

Re: [beagleboard] Re: Flashing Debian to BBB in order to use kali linux?

2020-02-13 Thread Hugo van den Brand
Op do 13 feb. 2020 16:17 schreef : > Also i did not connect ethernet cable when doing this, was that a problem > as well? > > On Thursday, February 13, 2020 at 8:45:45 AM UTC-6, Daniel Chapa wrote: >> >> i have a BBB that i bout years ago. i believe its rev c. at that time i >> was trying to fla

Re: [beagleboard] Re: Flashing Debian to BBB in order to use kali linux?

2020-02-13 Thread Hugo van den Brand
The links and movies are all about the ubuntu image. There seem to be two approaches for flashing a ubuntu image on the eMMC: 1. Use a flasher image 2. Use a ubuntu image and configure it to automatically flash I guess either approach should work. If not I would connect a cable. For the kali imag

Re: [beagleboard] Re: Flashing Debian to BBB in order to use kali linux?

2020-02-13 Thread Hugo van den Brand
There is an onboard eeprom that holds this info https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual#64_Board_ID_EEPROM You can read it out using i2c. Maybe the link below can help on what tools to use: https://www.richud.com/wiki/Rasberry_Pi_I2C_EEPROM_Program Op do 13 fe

Re: [beagleboard] JTAG debug on BeagleBone Black?

2020-02-17 Thread Hugo van den Brand
The system reference mentions which JTAG connector you need: https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual#79_JTAG_Connector Op ma 17 feb. 2020 16:27 schreef Drew Fustini : > Hello, I would like to figure out something more sophisticated than printk > for debuggin

Re: [beagleboard] Re: BBB wireless kernel panic consistently after sprodically

2020-02-22 Thread Hugo van den Brand
Op vr 21 feb. 2020 22:29 schreef : > Hey! I have the exact same issue, did you find any solution? > > El miércoles, 4 de septiembre de 2019, 18:02:57 (UTC-5), msc@gmail.com > escribió: >> >> Hi >> >> I have just bought my first BBB wireless. out of the box I was getting >> kernel panic sporadi

Re: [beagleboard] Beaglebone blue, buildroot and wifi

2020-02-24 Thread Hugo van den Brand
Op ma 24 feb. 2020 05:03 schreef : > > Hi, > > I recently purchased a beaglebone blue and tried it with pre-installed > image and the latest debian image from beagleboard.org. Everything is ok > and the wifi works perfectly. > > Now, I want to build my own custom image with buildroot. I have some

Re: [beagleboard] download SDKs and CCS IDE onto beaglebone AI from host PC ubuntu 18.04

2020-02-24 Thread Hugo van den Brand
Op ma 24 feb. 2020 05:03 schreef Tejas Pidkalwar : > Hi, > > I am trying to download linux and RTOS SDKs to Beaglebone AI from my host > PC ubuntu 18.04. > Could anyone help me with the process of downloading these to beaglebone > AI? And will this process required ftdi cable connection? > I gues

Re: [beagleboard] BBB Wireless Connected, No Internet

2020-02-29 Thread Hugo van den Brand
Op vr 28 feb. 2020 23:54 schreef : > I am trying to connect a BeagleBone Black Wireless to the internet using a > university internet connection, which is a huge pain so we bought a Mango > router and are using it to connect. I have my BBBW set up with a keyboard, > mouse, and monitor. I used conn

Re: [beagleboard] Hidden partitions???

2020-03-06 Thread Hugo van den Brand
It sounds like you are mounting folders in your /boot and /home directories on the BBB which you don't mount if you just mount the SD card in ubuntu. On your BBB you could use the mount command to show currently mounted partitions. Then you can try to mount the same ones in ubuntu. Op vr 6 mrt. 2