Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10s => Topic started by: HeHoPMaJIeH on October 15, 2013, 11:07:19 PM

Title: A10s new Debian SD Card Image
Post by: HeHoPMaJIeH on October 15, 2013, 11:07:19 PM
Hi Guys,
here is new image, please test and send me feedback.

Change Log :
1. Kernel sunxi-3.4
2. U-Boot 2013.10-rc2
3. TS Working
4. eth0 setted to default ip 192.168.1.254/24
5. USB High/Low speed
6. i2c at 100kHz

http://94.156.100.82:8080/a10s_debian_151013.gz (http://94.156.100.82:8080/a10s_debian_151013.gz)
Flash to SD :
zcat <image> | dd of=/dev/sdX

~Best
Title: Re: A10s new Debian SD Card Image
Post by: PhillippStevensonJr on October 23, 2013, 03:56:35 PM
sudo apt-get install mono-complete

should install the mono .net runtime... but instead produces the error:

E: Unable to locate package mono-complete

even though all the correct souces are in /etc/apt/sources.list

Do you have an idea why this does not work in this Debian image?
It works fine on my olinuxino imx233 also with debian...
Title: Re: A10s new Debian SD Card Image
Post by: PhillippStevensonJr on October 23, 2013, 05:40:50 PM
...ok i found out that mono isn't supported on armhf targets right now.

Is it hard to build an image that is based on armel Debian?