RE: [beagleboard] how to use python ?? ( on BBB)

2015-07-03 Thread g4
> 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 sudoe

Re: [beagleboard] how to use python ?? ( on BBB)

2015-07-02 Thread 멘지
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 님의 말: > Which kernel version are you using (just type: uname -a)? > > If your are using the 3.14 kern

Re: [beagleboard] how to use python ?? ( on BBB)

2015-05-28 Thread Miguel Aveiro
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 (https://github.com/cdsteinkuehler/beaglebon

[beagleboard] how to use python ?? ( on BBB)

2015-05-27 Thread 멘지
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 ,