Hi,
I just got the A13 olinuxino micro and i have installed A13 image file on bootable SD card and started working on it and if i try to access GPIO pins and try to do some basic experiments like blinking LED, light sensor using GPIO it says no library installed could you help me on that and i kindly request you to provide me the detailed instructions for installing all libraries
Thanks
vivek
It all depend how you want to do it, the most simple way is way is with a shell script, the commands are described here https://www.olimex.com/wiki/A13-OLinuXino#Linux
An other way is with a Python script, you have to install python module you find here first
https://pypi.python.org/pypi/pyA13/
If you want to program in C you find an example here
https://olimex.wordpress.com/2012/10/23/a13-olinuxino-playing-with-gpios/
Hi,
Thanks for the information.
I have downloaded the image from the below link and burned it to a bootable SD card once after doing this, do i have to install any particular libraries like python-dev, GCC,etc., if any, could u please send me the information regarding it.
https://www.olimex.com/wiki/A13-OLinuXino-MICRO
download the python module
$ tar -zxvf pyA13-0.2.2.tar.gz
$ cd pyA13-0.2.2
$ sudo python setup.py install
I believe everything you depend on is already installed on the image.
Hi,
Could u please send me the Image file.
When i try this command called "sudo apt-get install python-dev" it gives some error could u please help me on that
and when i try to do "sudo apt-get update" it shows " There is no public key available for the following key IDs:
9D6D8F6BC857C906" and when i try to install "sudo python setup.py install" it gives an error GCC failed with status1 what do u think the error is?? i kindly request you to help me with all.....
Thanks
vivek
Most likely there are errors in your image or sd card, try it with an other card or unpack the image again
Hi,
I tried with another SD card and booted it but still i'm getting the same error could you just send me the correct image please
Thanks
vivek
Hi,
Could you please send me the Image file for A13 olinuxino Micro
Thanks
vivek
Some reason why you don't download it? (Or even build one.)
John
fine i'll try to build if u could send me the steps of building an OS for A13 olinuxino Micro
vivek
The net has many articles about building Linux. Choose what you want and do it.
You may instead be able to BUY what you want from Olimex.
John
https://olimex.wordpress.com/2014/03/24/new-debian-images-for-a13-olinuxino-and-a13-olinuxino-micro-with-kernel-3-4/
Hi,
I have reffered the above link for building OS but the page doesn't gets opened up so which link u want me to refer
vivek
That URL works for me.
John