[beagleboard] .net core GPIO Library

2020-08-15 Thread Philip Munts
Try libsimpleio: https://www.nuget.org/packages/libsimpleio/ You will need to install the Linux shared library libsimpleio.so per instructions at: https://github.com/pmunts/libsimpleio -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are sub

[beagleboard] Re: What are we doing about the conversation about software, source, hardware, and beagleboard.org boards currently?

2019-11-12 Thread Philip Munts
>P.S. I guess you have smarts and history in this dept. Cool! Serious, I am >glad you replied. Not everyone uses their BBB a lot these days and I will >continue to state this >fact until more books are produced on the subject. I >mean, yea, people put out ideas and books when they can I guess bu

[beagleboard] RE: What are we doing about the conversation about software, source, hardware, and beagleboard.org boards currently?

2019-11-10 Thread Philip Munts
I've written some application notes (available at https://github.com/pmunts/muntsos/tree/master/doc) that I always thought should become chapters in a book about embedded systems development using Linux. Two of them are directly applicable to the BeagleBone and kin and most of the others are i

Re: [beagleboard] Pins and Port configuration in the Beagleboard xM

2019-03-03 Thread Philip Munts
Sure, go ahead and use it. Phil -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr.

Re: [beagleboard] Pins and Port configuration in the Beagleboard xM

2019-03-03 Thread Philip Munts
config-pin.c isn't part of the kernel; it is just a C reimplementation of the userland config-pin script. It isn't a perfect replacement. It eliminates the platform configuration tables in the script, but it has some limitations. One that comes to mind is that config-pin -q will display "defa

[beagleboard] Pins and Port configuration in the Beagleboard xM

2019-03-03 Thread Philip Munts
You could try my config-pin replacement written in C: http://git.munts.com/muntsos/bootkernel/initramfs/config-pin.c Unlike the original config-pin script, my replacement derives all pin configuration information by reading files in /sys, and doesn't have any platform dependencies. I haven't

[beagleboard] GNU Modula-2 for the BeagleBone

2018-11-17 Thread Philip Munts
I have finally gotten around to building a native GNU Modula-2 compiler package for Debian Stretch on the BeagleBone. It took about 9 hours to build on a SanCloud BeagleBone Enhanced with 1 GB of RAM. I wasn’t able to build successfully on a regular BeagleBone with only 512 MB of RAM. Package

[beagleboard] GPIO failed: No such file or directory

2018-11-04 Thread Philip Munts
It is a race condition. The GPIO pin files don't exist until the pin is exported by writing the pin number to /sys/class/gpio/export. The pin files are created neither instantaneously nor synchronously. Your code or library is trying to open one of the pin files after exporting but before the

[beagleboard] Grove adapter for PocketBeagle

2018-10-24 Thread Philip Munts
I couldn't find anything like this so I had to develop it myself: https://www.tindie.com/products/pmunts/mikrobus-grove-adapter-3/ It works great in a BeagleBone Click Shield or a mikroBUS Cape, too. Phil -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Off the Wall: .Net Core on the PocketBeagle

2018-08-19 Thread Philip Munts
Here is a seriously off the wall but fun project: How to develop .Net Core applications to run on a PocketBeagle. I think the PocketBeagle is the smallest system that can run .Net Core (at least among boards that are commonly available). http://git.munts.com/arm-linux-mcu/doc/AppNote11-Pocket

[beagleboard] ANNOUNCE: MuntsOS Embedded Linux for BeagleBone

2018-04-07 Thread Philip Munts
://git.munts.com/libsimpleio Philip Munts, President Munts AM Corp dba Munts Technologies p...@munts.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this grou

[beagleboard] Software development Services for Beaglebone sought

2018-02-22 Thread Philip Munts
I can help you. Contact me directly at p...@munts.net. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email t

[beagleboard] Error in am335x-pocketbeagle.dts

2017-10-27 Thread Philip Munts
While testing a 7 Segment Click, I found an error in am335x-pocketbeagle.dts: The mode for P2_25 (SPI1 MOSI) should be 4 (spi1_d1), not 5 (spi1_cs0). @@ -660,7 +660,7 @@ /* P2_25 (ZCZ ball E17) */ P2_25_default_pin: pinmux_P2_25_default_pin { pinctrl-single,pins = < - AM33XX_IOPAD(0x096c,

[beagleboard] PocketBeagle SPI device nodes

2017-10-23 Thread philip . munts
My PocketBeagle, running a custom 4.9.57 kernel and standard device tree, creates the following SPI device nodes: usbgadget# ls -l /dev/spi* crw-rw1 root gpio 153, 0 Jan 1 00:00 /dev/spidev1.0 crw-rw1 root gpio 153, 1 Jan 1 00:00 /dev/spidev1.1 crw-rw