[beagleboard] Re: How to shutdown?

2017-04-24 Thread Graham
enter shutdown -P now instead of shutdown -h now On Monday, April 24, 2017 at 3:32:50 PM UTC-5, ithinu wrote: > > I would like to shutdown, so that the sdcard is in a consistent state: > > shutdown -h now > > The board always restarts instead. There is a discussion about this > https:/

[beagleboard] Error running script : TypeError: Cannot read property '0' of null

2017-04-24 Thread 'aech H' via BeagleBoard
Hello, I am using a beaglebone Black Rev C I am trying to run a simple program to make an led ON with a push button.But getting this error /usr/local/lib/node_modules/bonescript/my.js:57 if(slot[0]) { ^ TypeError: Cannot read property '0' of null at Object.exports.load_dt (/usr/local/lib/no

[beagleboard] I2S lines exposed on the expansion header in Beagle Bone Black?

2017-04-24 Thread V V N Praveen Kumar
Hey Guys, I am new to this and I want to use the board for development. My requirements are that I need to have the spi lines, and i2s lines exposed. I saw spi lines exposed. Are the i2s lines exposed on the header? Can anyone give me the document related to it so that I can study. -- For mo

[beagleboard] BBB ssh root@192.168.7.2 : connection refused.

2017-04-24 Thread aswitch422
ssh root@192.168.7.2 ssh: connect to host 192.168.7.2 port 22: Connection refused this happens after i reboot my BBB. what should i do -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

Re: [beagleboard] UART4 RS485 (RTS) not working

2017-04-24 Thread cadmagician
Can you write the solution? I have sam problem. Thanks 2017. április 6., csütörtök 11:06:30 UTC+2 időpontban Matthew Bezuidenhout a következőt írta: > > Phillip I did. Give me a moment and I'll post. > > On 6 Apr 2017 11:00 a.m., "Philippe Frossard" > wrote: > >> Hi, >> The same problem ... >> >

Re: [beagleboard] Re: config-pin does not work for all pins on BBBW

2017-04-24 Thread Joe Vanderstelt
This solved my problem https://github.com/RobertCNelson/linux-stable-rcn-ee/issues/1 On Sat, Apr 22, 2017, 9:47 AM Charles Steinkuehler wrote: > On 4/20/2017 8:51 PM, thisboyiscr...@gmail.com wrote: > > I am having the same problem with P9_31. > > > > I think it is because you need to disable

[beagleboard] Re: config-pin does not work for all pins on BBBW

2017-04-24 Thread thisboyiscrazy
This solved my problem https://github.com/RobertCNelson/linux-stable-rcn-ee/issues/1 On Friday, March 10, 2017 at 11:10:46 AM UTC-5, ans...@gmail.com wrote: > > On BBBW, when I do 'config-pin -q P9.28', I get the following error: > "Cannot read pinmux file: /sys/devices/platform/ocp/ocp*P9_28

[beagleboard] How to shutdown?

2017-04-24 Thread ithinu
I would like to shutdown, so that the sdcard is in a consistent state: shutdown -h now The board always restarts instead. There is a discussion about this https://groups.google.com/d/msg/beagleboard/qw5zlS4F4p4/chu0J3VXKgAJ but I do not quite get the conclusion. Is it that I can not shutdown t

[beagleboard] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2017-04-24 Thread Sami A
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

[beagleboard] Re: The uEnv.txt File and Changing to "Have Full Control"

2017-04-24 Thread Mala Dies
I get an error when I run slots: sudo sh -c "echo 'PWM1A' > /sys/devices/platform/bone_capemgr/slots" is what I type in to get the new pin configured. My error is as follows: *sh: echo: I/O error*. Seth P.S. I am beat for now. I will get back to everyone soon. On Monday, April 24, 2017 at 12

[beagleboard] Re: The uEnv.txt File and Changing to "Have Full Control"

2017-04-24 Thread Mala Dies
Hello, I found PWM(1A, 2B, 2A) to be well suited for the software on this discussion/question in the cape_mgr on my BBB. This is what I mean. I installed those PWM pins at cape_enable=bone_capemgr.enable_partno= to make it cape_enable=bone_capemgr.enable_partno=PWM1A, i.e. and etc. There is on

[beagleboard] Digital Microphone InvenSense: audio I2S and driver for Beaglebone ?

2017-04-24 Thread Winfried Ritsch
Hello, I want to add an array of Invensense Digital microphones via I2S interface and saw a kernel driver code ics43432.c [1] as codec which could work. The microphone array needs settings and Masterclock, only sends Digital data at Bitclock rate and bitclock an Wordsync signal needed to drive a

[beagleboard] Digital Micrpone InvenSense audio mcaso and driver actication

2017-04-24 Thread Winfried Ritsch
Hello, I want to add some Invensens Digital microphones via I2S interface and saw the kernel driver code* ics43432.c [1] *which could work, since no hw-parameters need to be set, only bitclock an LR-Clock needed. I did not find any overlay to or device tree files to add or activate. So may que