Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: lauhub on May 25, 2014, 10:07:34 PM

Title: Documentation about Debian for A20 and A10
Post by: lauhub on May 25, 2014, 10:07:34 PM
Hello,
I just bought and turned on my A20 board today running a Debian distribution. Now, I am looking for documentation about it but I can't find the information I need.

First question: is there a starting point about all the features embedded into the Debian distribution ?

I have more specific questions that I hope they are already answered by the first one:

I also have an A10 board, so I have the same questions for this board.
Title: Re: Documentation about Debian for A20 and A10
Post by: JohnS on May 26, 2014, 09:48:37 AM
Start at http://linux-sunxi.org/Main_Page

Also check kernel config, and read Debian and Linux details.

Board schematics will get you some more info.

John
Title: Re: Documentation about Debian for A20 and A10
Post by: lauhub on May 26, 2014, 01:46:54 PM
Thank you John,

What I am looking for is higher level documentation. Does it exist ?

Because searching for PWR_BUT finds nothing in these ressources. And I actually hope there are already some scriptable functions (I mean accessible from shell like bash) to manage the power button and other buttons.
Title: Re: Documentation about Debian for A20 and A10
Post by: JohnS on May 26, 2014, 02:51:27 PM
That's not higher level (which would be about generic Linux etc).  That's board-specific and you apparently want it for Debian so you're on a bit of a limb.  You want low level and will have to dig for it.  Some hints: the fex/schematics should show the wiring/ports/gpios.  Follow them through generic ways Linux I/O can see/control them.  (This is the exact opposite of what most users want - they want higher level like XBMC or VLC etc.)

You might look through the Android sources (Android is a messed-with Linux) and then you'll maybe find clues.

Being developer boards, you get to be a developer...

John