Re: [beagleboard] ADXL345 INT1 INT2 pin mapping for ISR to run

2018-12-03 Thread Prakash Dash
Hi Jim, Want to integrate and port one TouchScreen device into beaglebone black. Could you please tell me Focal Tech FT5x06 Touch Screen will be supported in Beaglebone Black or not. if not Could you please suggest which TouchScreen will be good and where should i get the Kernel Driver for that

[beagleboard] Re: E: You don't have enough free space in /var/cache/apt/archives/

2018-12-03 Thread zyrin . zyin
cd /opt/scripts/tools/ git pull || true sudo ./grow_partition.sh sudo reboot On Sunday, December 14, 2014 at 12:46:26 PM UTC+8, craftindo wrote: > > hi there, > I experience this below: > > Need to get 64.4 MB of archives. > After this operation, 244 kB of additional disk space will be used. >

Re: [beagleboard] Re: Debian 9: autorun on boot with systemd does not work

2018-12-03 Thread Harke Smits
Thank you for your support Seth! I do not think I am running anything special. Just one Python script, 400 lines of my code, many thousends in libs, I guess. From QTerminal command line it runs perfectly. From within a service not. Looking at your proposal: do you really intend to write:

Re: [beagleboard] PRU - Can't read data up to 2.5 MHz

2018-12-03 Thread Fred Gomes
I Gerhard, thank you very much for your answer. I replaced the "IF" statements by "While", as shown in your example and the communication got a way faster. However, I am can't still get data at 10 MHz, I think the problem has to be with writing in the shared memory zone, I've got the following

Re: [beagleboard] Re: Debian 9: autorun on boot with systemd does not work

2018-12-03 Thread Jim F
Hi Harke, I am hoping to build up some good will to get an answer to my question, so let me see if I can pitch in. Plus I wanted to get a systemd service working anyway, which I did successfully this morning. Here are the steps I took. 1) Create the application. I wrote a stupid python program:

Re: [beagleboard] 1-wire on BB Blue

2018-12-03 Thread Jim F
Hi all, Perhaps someone understands the device tree overlay file format better than I do (I sure hope so). Again, my purpose here is to be able to use a 1-wire interface on the Beaglebone Blue using one of the 6 GPIO pins connected to a header. I have selected GPIO1_25 which seems to be otherwise

Re: [beagleboard] Re: Debian 9: autorun on boot with systemd does not work

2018-12-03 Thread Harke Smits
Hello jim, Many thanks for chiming in! I copied your example, only close, and then got an error that I need to provide the complete path for python as well. It never occured to me as I thought I can invoke Python just from about everywhere. No way. Now it loads the proper way. Unfortunately my

Re: [beagleboard] Re: Debian 9: autorun on boot with systemd does not work

2018-12-03 Thread Mala Dies
Harke, Did you, in the software example you created, add #!/usr/bin/python3 to the top of your program and then use this command: sudo chmod a+x YourFile.py? Now, you should be able to run your .service file like before from the example I had given. Seth On Monday, December 3, 2018 at