Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-26 Thread psk . kd . whitfield
Bare-metal is always going to out-perform linux and even an RTOS if done right. For beaglebone aka AM335x, start with Starterware. Over the past 3.5 years of working with beaglebone, I've developed a bare metal bootloader that enumerates eMMC over USB allowing you to drag and drop your MLO and

Re: [beagleboard] BBB: bare metal programming in C - what is

2019-02-26 Thread 'Mark Lazarewicz' via BeagleBoard
Step1Get the toggling working at desired speed using jtag this includes fully understanding what registers the gel file is programming by reading the TRM extensively.Make sure caches are enabled and code is optimized for speed.Without this the rest of the steps are pointless Sent from Yahoo Ma

[beagleboard] Re: pmic_PB_in on pocket beagle

2019-02-26 Thread Dan Julio
Yes, T11 is connected to P2.12 on pocketbeagle. On Monday, February 25, 2019 at 7:47:15 AM UTC-7, Hans Leeuw wrote: > > Dear community, > > Does anyone know if one of the pins on the pocket beagle connects to the > start button pin pmic_PB_in? Also called T11 as I can see it in the > schematics.

[beagleboard] No SPI output when using spidev with ioctl()

2019-02-26 Thread Lee
Hello, I have been attempting to write C code for using SPI with the BBB. I am manipulating spidev (in my case spidev1.0) with ioctl() however I am unable to get SPI working. All of the libraries I have tried to use with a similar method also don't seem to work (e.g. https://github.com/deeplye

Re: [beagleboard] xenomai boot on beaglebone debian 2015 image SD card: how ?

2019-02-26 Thread harikakc1997
Hello!! I followed both the procedures but I'm getting this below error repeatedly. Can you please tell me what to be done to solve this error. *WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/

Re: [beagleboard] xenomai boot on beaglebone debian 2015 image SD card: how ?

2019-02-26 Thread Robert Nelson
On Tue, Feb 26, 2019 at 9:16 AM wrote: > > Hello!! > > I followed both the procedures but I'm getting this below error repeatedly. > Can you please tell me what to be done to solve this error. > WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is > deprecated and will stop work

RE: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-26 Thread Graham Stott
Have you release any of your code for other to use? I would be interested in the SD driver. Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of psk.kd.whitfi...@gmail.com Sent: Tuesday, February 26, 2019 1:49 AM To: BeagleBoard Subject: Re: [beagl

Re: [beagleboard] xenomai boot on beaglebone debian 2015 image SD card: how ?

2019-02-26 Thread Harika KC
Ok, thanks. On Tue 26 Feb, 2019, 8:49 PM Robert Nelson, wrote: > On Tue, Feb 26, 2019 at 9:16 AM wrote: > > > > Hello!! > > > > I followed both the procedures but I'm getting this below error > repeatedly. Can you please tell me what to be done to solve this error. > > WARNING: Setting CRYPTSE

[beagleboard] Re: pmic_PB_in on pocket beagle

2019-02-26 Thread Hans Leeuw
Thanks, saved the day!!! Best, Hans. Op dinsdag 26 februari 2019 16:14:21 UTC+1 schreef Dan Julio: > > Yes, T11 is connected to P2.12 on pocketbeagle. > > On Monday, February 25, 2019 at 7:47:15 AM UTC-7, Hans Leeuw wrote: >> >> Dear community, >> >> Does anyone know if one of the pins on the poc

[beagleboard] Re: Version 0.6.4 is out

2019-02-26 Thread Hans Leeuw
debian@beaglebone:/var/lib/cloud9$ lsmod | grep uio uio_pdrv_genirq16384 0 libpruio 16384 0 uio_pruss 16384 0 uio20480 2 uio_pruss,uio_pdrv_genirq debian@beaglebone:/var/lib/cloud9$ ls -l /dev/uio* crw-rw 1 root users 243, 0 Feb 25 19:1

[beagleboard] Re: Version 0.6.4 is out

2019-02-26 Thread TJF
Am Dienstag, 26. Februar 2019 21:05:47 UTC+1 schrieb Hans Leeuw: > > And compiling from command line seems to work!!! So I have to link > something in Cloud9? > Hmmm, at least it is not your package!!! > Thanks a lot. > You're welcome! I hope that the example not only compiles, but also runs a