[beagleboard] Re: Out of space on freshly flashed BeagleBone Black

2019-12-09 Thread Dennis Lee Bieber
On Tue, 3 Dec 2019 11:02:14 -0800 (PST), in gmane.comp.hardware.beagleboard.user mbremer.no.reply-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: >Hi everyone, > >I'm playing around with a BeagleBone Black that I have and I'm trying to >flash the onboard eMMC with a new Debian image. I'm using

Re: [beagleboard] eMMCnot enough space to do anything

2019-12-09 Thread Robert Nelson
On Mon, Dec 9, 2019 at 4:28 PM wrote: > > Hello, > > I'm new to using BBB and the Linux environment. I have a BeagleBone Black > Wireless board and managed to flash the eMMC with the "Debian 9.9 2019-08-03 > 4GB SD LXQT" following this link: > > https://beagleboard.org/latest-images > > My

Re: [beagleboard] Out of space on freshly flashed BeagleBone Black

2019-12-09 Thread Robert Nelson
On Mon, Dec 9, 2019 at 4:28 PM wrote: > > Hi everyone, > > I'm playing around with a BeagleBone Black that I have and I'm trying to > flash the onboard eMMC with a new Debian image. I'm using the Debian 9.9 > 2019-08-03 4GB SD IoT image from https://beagleboard.org/latest-images. > > Everything

Re: [beagleboard] I have some problems about building my own uboot

2019-12-09 Thread Robert Nelson
On Mon, Dec 9, 2019 at 4:27 PM SW C wrote: > > Dear all, >I try to build uboot and want to boot-up from SD card. I have several > questions. > 1.Could I use the /origin/master branch in git://git.denx.de/u-boot.git ? > 2.Currently, my latest code is commit 73b6e6ad25 which the commit date

Re: [beagleboard] Running a video call over BBB

2019-12-09 Thread Robert Nelson
On Mon, Dec 9, 2019 at 4:27 PM Eitan Lavie wrote: > > Has anyone succeeded in conducting a video call over a BBB? > I'm trying to see if the HW is strong enough. It's not... try mpeg2 with a small resolution.. > For the more advanced, I'm connecting it with the EVM2000 projector, has > anyone

Re: [beagleboard] What actually generates spidevX.X dev in /dev directory?

2019-12-09 Thread Robert Nelson
On Mon, Dec 9, 2019 at 4:27 PM Max Sintar wrote: > > Hi Everyone, > > I am relatively new to Beagleboard and Linux but quite experienced with > embedded systems. I am exploring Linux Device Drivers and find it a bit > challenging. As an example I started looking into spi drivers on bealeboard

[beagleboard] Re: BeagleLogic logic analyzer on PocketBeagle

2019-12-09 Thread Charles Kerr
from an overall cost perspective, for hobby needs, it would be great if a Pocketbeagle could be made that connects via USB to a host computer and does like a six/eight channel capture. At 25 dollars for a pocket beagle, even if adding a cape for voltage protection, that seems like it would

[beagleboard] PocketBeagle wake from external RTC

2019-12-09 Thread js1970through2019
Hello, I have a PocketBeagle project that I hope to run from battery. To extend battery life, I would like it to power down completely, then be wakened by an external RTC every few hours. I thought about waking the PocketBeagle by tying the alarm pin of the RTC to the "PB" (PushButton) pin

[beagleboard] Re: macOS Catalina + Beaglebone Black

2019-12-09 Thread stephen . r . warren
Can you switch to CDC NCM instead of CDC ECM? The issue[1] s that ECM fails in a composite gadget, but NCM seems to work fine. The same issue affected NVIDIA Jetson. For more details, see: https://www.reddit.com/r/JetsonNano/comments/dwno63/usb_driver_for_mac_os_catalina/ > > [1] On Jetson at

[beagleboard] Re: Displaying TI Deep Learning examples on x15 HDMI display

2019-12-09 Thread Bryan Schneiders
I'm seeing the same error when trying to execute any TIDL examples on a BeagleBone AI board. Did you find a solution? I'm running: ii ti-tidl 01.02.02-bb.org-0.2-0rcnee3~stretch+20190924 armhfTI Deep Learning (TIDL) API Debian 9.9 2019-08-03 4GB SD

[beagleboard] eMMCnot enough space to do anything

2019-12-09 Thread j . samuelsclarke
Hello, I'm new to using BBB and the Linux environment. I have a BeagleBone Black Wireless board and managed to flash the eMMC with the "Debian 9.9 2019-08-03 4GB SD LXQT" following this link: https://beagleboard.org/latest-images My problem is I have no space to do anything left as any

[beagleboard] Bash throws errors after a week of uptime

2019-12-09 Thread bryan . miller
I am running Debian 9.11 (4.14.108-ti-r124) on BBB and it runs fine for about a week and then Bash no longer can find commands and it throws errors upon every subsequent command. Commands result in one of two errors depending upon the command. Here are two recent examples:

[beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2019-12-09 Thread f . f . rayan97
Hi you should change configuration of pins from HDMI to SPI type this command in terminal: sudo nano /boot/uEnv.txt then you should remove # of disable-uboot-overlay-video=1 then you can use from SPI pins On Tuesday, January 24, 2017 at 4:12:30 PM UTC+3:30, Lindo wrote: > > Hi, > > I'm trying to

[beagleboard] Out of space on freshly flashed BeagleBone Black

2019-12-09 Thread mbremer . no . reply
Hi everyone, I'm playing around with a BeagleBone Black that I have and I'm trying to flash the onboard eMMC with a new Debian image. I'm using the Debian 9.9 2019-08-03 4GB SD IoT image from https://beagleboard.org/latest-images. Everything works as I would expect. I can burn the image to a

[beagleboard] Beagleboard with octoscrolla

2019-12-09 Thread darkteivel
I have the power for negative and postiive going into the octoscolla for power from the power supply but the board will not power on from this. I had it working with a 5v cable into the actual beagle board but it didnt seem to power the octoscolla . Can someone please help me. -- For more

[beagleboard] Running a video call over BBB

2019-12-09 Thread Eitan Lavie
Has anyone succeeded in conducting a video call over a BBB? I'm trying to see if the HW is strong enough. For the more advanced, I'm connecting it with the EVM2000 projector, has anyone been able to project but with an Android OS? Thanks, -- For more options, visit

[beagleboard] What actually generates spidevX.X dev in /dev directory?

2019-12-09 Thread Max Sintar
Hi Everyone, I am relatively new to Beagleboard and Linux but quite experienced with embedded systems. I am exploring Linux Device Drivers and find it a bit challenging. As an example I started looking into spi drivers on bealeboard and I can see that there are 4 spi devices available in /dev

[beagleboard] I have some problems about building my own uboot

2019-12-09 Thread SW C
Dear all, I try to build uboot and want to boot-up from SD card. I have several questions. 1.Could I use the /origin/master branch in git://git.denx.de/u-boot.git ? 2.Currently, my latest code is commit 73b6e6ad25 which the commit date is Nov. 4 2019 Could I use the config file