i’m Newbie in beagleboneblack
i’m use cloud9 but i want to use python
So, I try to python tutorial blink LED
nano blink.py ← command
just blink LED code
But ,
when i command
– > python blink.py
LED is not working just stop .
Can someone help me ??
i’m Newbie in beagleboneblack
i’m use cloud9 but i want to use python
So, I try to python tutorial blink LED
nano blink.py ← command
just blink LED code
But ,
when i command
– > python blink.py
LED is not working just stop .
Can someone help me ??
What is the tutorial ? Can you provide us with the link ?
Andrey
Which kernel version are you using (just type: uname -a)?
If your are using the 3.14 kernel, the GPIO.setup() don’t function like it was supposed to. You need to export the pin first. You should take a look at config-pin from beaglebone-universal-io (). If you are using the 3.8 kernel, try running with sudo.
My kirnel bersion is 3.8.13 and I’m using Angstrom Linux
sudo is not command in Angstrom
how can i use python ?? LED is not working
2015년 5월 29일 금요일 오전 2시 10분 4초 UTC+9, Miguel Aveiro 님의 말:
My kirnel bersion is 3.8.13 and I'm using Angstrom Linux
sudo is not command in Angstrom
how can i use python ?? LED is not working
Cannot recall if Angstrom uses opkg. Assume that is name of package manager
Log in as root.
Opkg Update packages
Opkg install sudoers
Add user to sudoers file
Logout
Log in as user
Sudo Opkg install python