Oops Sorry. I am not sure if config-pin includes the pin names for 
PocketBeagle. I am trying to play with the GPIOs. For example: GPIO 58. I 
tried both bonescript and Python. It throws an exception.

Here is a code snippet: 

GPIO.setup("P2_4", GPIO.OUT)
 
while True:
    GPIO.output("P2_4", GPIO.HIGH)
    time.sleep(0.5)
    GPIO.output("P2_4", GPIO.LOW)
    time.sleep(0.5)

My apologies if I am missing something obvious. While I have played with 
other board, I have new to Beaglebone.

Sai

On Wednesday, October 11, 2017 at 9:31:15 PM UTC-4, RobertCNelson wrote:
>
> On Wed, Oct 11, 2017 at 8:28 PM, Sai Yamanoor <[email protected] 
> <javascript:>> wrote: 
> > Hi, 
> > 
> > I tried the image. It did not seem to work for me. Is there some setting 
> I 
> > am missing here? 
>
> Please define "it"... 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/05f3e09c-52a5-4458-8bc5-bc184faf6fef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to