How to get started with A13 olinuxino micro

Started by vivek@tenettech.com, August 06, 2016, 07:45:35 AM

Previous topic - Next topic

vivek@tenettech.com

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

Gerrit

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/

vivek@tenettech.com

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


Gerrit

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.

vivek@tenettech.com

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

Gerrit

Most likely there are errors in your image or sd card, try it with an other card or unpack the image again

vivek@tenettech.com

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

vivek@tenettech.com

Hi,
Could you please send me the Image file for A13 olinuxino Micro

Thanks
vivek

JohnS

Some reason why you don't download it?  (Or even build one.)

John

vivek@tenettech.com

fine i'll try to build if u could send me the steps of building an OS for A13 olinuxino Micro

vivek

JohnS

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

vivek@tenettech.com

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

JohnS