[beagleboard] Re: Beagle Bone Black, Configuring LCD pins as GPIO's

2019-03-27 Thread davigiov88
Thank you! Il giorno venerdì 23 febbraio 2018 03:53:05 UTC+1, Co M ha scritto: > > SOLVED: > > /boot/uEnv.txt > > disable_uboot_overlay_emmc=1 > disable_uboot_overlay_video=1 > disable_uboot_overlay_audio=1 > > > > > On Thursday, February 22, 2018 at 5:43:01 PM UTC-5, Co M wrote: >> >> Linux ev

[beagleboard] Re: uBoot do not read uEnv.txt

2019-03-27 Thread Roland Dobák
Hello, I have a similar problem. Did find a solution yet? I have changed the "ro" to "rw" I always see the next: U-Boot 2018.09 (Mar 26 2019 - 16:04:43 +0100) CPU : AM335X-GP rev 2.1 I2C: ready DRAM: 512 MiB No match for driver 'omap_hsmmc' No match for driver 'omap_hsmmc' Some drivers

[beagleboard] Re: eMMC booting ignores the uEnv.txt with customized Buildroot image

2019-03-27 Thread Roland Dobák
I tried to use uEnv.txt content of a similar issue: bootpart=1:1 devtype=mmc bootdir= bootfile=zImage bootpartition=mmcblk1p2 set_bootargs=setenv bootargs console=ttyO0,115200n8 root=/dev/${ bootpartition} rw

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread CM
Hello, I have tried a few implementations, with the number of samples: 30,000 --> 300,000 --> 600,000. I had no issues with 30,000 or 300,000, as far as I can tell. I haven't made any changes to extram_pool_sz, and don't actually know where the default for this is set. If you could please

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread Robert Nelson
On Wed, Mar 27, 2019 at 9:25 AM CM wrote: > > Hello, > > I have tried a few implementations, with the number of samples: 30,000 --> > 300,000 --> 600,000. I had no issues with 30,000 or 300,000, as far as I can > tell. > > I haven't made any changes to extram_pool_sz, and don't actually know

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread TJF
Am Mittwoch, 27. März 2019 15:25:39 UTC+1 schrieb CM: > > I have tried a few implementations, with the number of samples: 30,000 --> > 300,000 --> 600,000. I had no issues with 30,000 or 300,000, as far as I > can tell. > > I haven't made any changes to extram_pool_sz, and don't actually know

Re: [beagleboard] Re: eMMC booting ignores the uEnv.txt with customized Buildroot image

2019-03-27 Thread droland
2019. március 27., szerda 15:05:09 UTC+1 időpontban RobertCNelson a következőt írta: > > On Wed, Mar 27, 2019 at 4:30 AM Roland Dobák > wrote: > > "uEnv.txt" is not the default in mainline u-boot.. > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ Thank you for your reply. What

Re: [beagleboard] Re: eMMC booting ignores the uEnv.txt with customized Buildroot image

2019-03-27 Thread Robert Nelson
On Wed, Mar 27, 2019 at 4:30 AM Roland Dobák wrote: > > I tried to use uEnv.txt content of a similar issue: > > bootpart=1:1 > devtype=mmc > bootdir= > bootfile=zImage > bootpartition=mmcblk1p2 > set_bootargs=setenv bootargs console=ttyO0,115200n8 > root=/dev/${bootpartition} rw rootfstype=ext4

[beagleboard] Update: libpruio (fast and easy D/A - I/O) - version 0.6.4b

2019-03-27 Thread TJF
In version 0.6.4 some speed optimizations in the ARM code are done. This may lead to race conditions between ARM and PRU in sequences of fast ???->setValue() function calls. The bug is fixed in version 0.6.4b, which I uploaded today. Also the re-muxing in the DTOR is fine again. Regards --

Re: [beagleboard] bone kernel questions.....

2019-03-27 Thread Robert Nelson
On Wed, Mar 27, 2019 at 12:04 PM Daniel Kulp wrote: > > eeprom:[A335BNLTSE0A4518BBE911FC] > model:[SanCloud_BeagleBone_Enhanced]:WiFi AP > Enabled:[https://github.com/lwfinger/rtl8723bu] There's the problem, why didn't i see this before in your previous emails? For the cape-universal

Re: [beagleboard] bone kernel questions.....

2019-03-27 Thread Daniel Kulp
On Wednesday, March 27, 2019 at 1:15:10 PM UTC-4, RobertCNelson wrote: > > > it looks like the rtl8723bu built.. does it not work? are they > shipping with the rtl8821cu now too? > > The one I got a couple months ago is still using the 8723bu. I haven't gotten it to connect yet though.

[beagleboard] Help With Beaglebone Black PRU UIO

2019-03-27 Thread hanfeizi159
Can Anyone Help me? my code can not change the output of pru ... machinekit@beaglebone:~$ uname -a Linux beaglebone 4.19.26-bone-rt-r26 #1stretch PREEMPT RT Thu Feb 28 11:27:59 UTC 2019 armv7l GNU/Linux machinekit@beaglebone:~$ cat /boot/uEnv.txt #Docs:

[beagleboard] PRU Can not change output ...

2019-03-27 Thread gang han
Can Anyone Help me? my code can not change the output of pru ... machinekit@beaglebone:~$ uname -a Linux beaglebone 4.19.26-bone-rt-r26 #1stretch PREEMPT RT Thu Feb 28 11:27:59 UTC 2019 armv7l GNU/Linux machinekit@beaglebone:~$ cat /boot/uEnv.txt #Docs:

[beagleboard] bone kernel questions.....

2019-03-27 Thread Daniel Kulp
Couple of questions regarding the bone kernels 1) Is there a reason update_kernel doesn't install the various "extras" for the bone kernel like it does for the ti kernels? I don't really care as I don't need them, but it kind of surprised me that libpruio and such were not installed.

Re: [beagleboard] bone kernel questions.....

2019-03-27 Thread Robert Nelson
On Wed, Mar 27, 2019 at 11:32 AM Daniel Kulp wrote: > > > Couple of questions regarding the bone kernels > > 1) Is there a reason update_kernel doesn't install the various "extras" for > the bone kernel like it does for the ti kernels? I don't really care as I > don't need them, but it

Re: [beagleboard] bone kernel questions.....

2019-03-27 Thread Daniel Kulp
#2 is definitely NOT working for me... root@FPPTest:/opt/scripts/tools# ./version.sh git:/opt/scripts/:[2f062cfde221878a2bcb4ea87d0622aab74728e0] eeprom:[A335BNLTSE0A4518BBE911FC] model:[SanCloud_BeagleBone_Enhanced]:WiFi AP Enabled:[https://github.com/lwfinger/rtl8723bu]

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread TJF
Am Mittwoch, 27. März 2019 16:56:48 UTC+1 schrieb CM: > > When I run as root I get a bus error, otherwise the error message is: > > constructor failed (cannot open /dev/uio5) > This is a LINUX issue. The kernel driver uio_pruss doesn't load properly. Perhaps it gets listed by lsmod, but it

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread CM
> > > Are you using error checks (as in the examples)? You didn't change the > extram_pool_sz, so you should get the message "out of memory" for sample > amounts (= Adc->ChAz x Adc->Samp) greater than 128 kSamples (= default > extram_pool_sz). > Yes, I am still using the error checks per the

Re: [beagleboard] bone kernel questions.....

2019-03-27 Thread Daniel Kulp
Right after I posted that I realized the same thing and decided to flip the SD card over to a BBB Industrial (don't have a regular "black" sitting here, need to go digging). It does work there as long as I get the bootloader updated to 2018.09. Doesn't work with 2018.01.OK. At

[beagleboard] Building for BB-xM with Yocto

2019-03-27 Thread Sascha Young
Has anyone been able to build a current image for the Beagleboard-xM using Yocto? The current process I'm following has been git clone git://git.yoctoproject.org/poky source poky/oe-init-build-ebv ./build export MACHINE=beagleboard bitbake nano (the last command was to test that i could

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread CM
> > > Follow Roberts instruction in this post > , > in order to provide the necessary debugging informations. > > I have read enough of this board to know that question was coming, so I posted the output of

Re: [beagleboard] Re: libpruio (fast and easy D/A - I/O)

2019-03-27 Thread TJF
Am Mittwoch, 27. März 2019 20:44:54 UTC+1 schrieb CM: > > I have read enough of this board to know that question was coming, so I > posted the output of /opt/scripts/tools/version.sh in my initial post. Here > it is in case it wasn't clear: > Hopefully Robert finds any hint here ... >

[beagleboard] Can't get Dallas 1wire to present a device

2019-03-27 Thread Peter Lawler
Hi! I'm trying to forward port some stuff to latest uboot and kernel. Part of it relies on Dallas 1Wire. But I can't seem to get devices to appear on the bus. Here's what I've done # Ensure have the latest overlays $ git clone https://github.com/BeagleBoard/bb.org-overlays.git $ cd bb.overlays

[beagleboard] Re: Can't get Dallas 1wire to present a device

2019-03-27 Thread Peter Lawler
On Thursday, 28 March 2019 13:20:24 UTC+11, Peter Lawler wrote: > > Hi! > I'm trying to forward port some stuff to latest uboot and kernel. Part of > it relies on Dallas 1Wire. But I can't seem to get devices to appear on the > bus. Here's what I've done > Hi Pete, The problem is that as