fromcologne

  • Posts

    2
  • Joined

  • Last visited

fromcologne's Achievements

  1. I got a new board revision of the Olimex A20-OLInuXino-MICRO Board (Rev. J). It works with the by Olimex provided Jessie image but not with Armbian_5.25_Micro_Debian_jessie_next_4.9.7. I get no IP address by DHCP because the ethernet is not working. The reason could be an new ethernet chipset they introduced with this revision. New: Microchip's LAN8710AI-EZK(QFN-32). Before: Realtek RTL8201CP(LQFP-48) They publish a patch on: https://github.com/OLIMEX/OLINUXINO/blob/master/SOFTWARE/A20/A20-build-3.4.103-release-5/a20-phy_1000_100-dram.patch
  2. Hello, i tried to compile an armbian package for my Olimex A20 Micro board. (A20 Micro, legacy kernel 3.4.x, Debian Jessie) Because the use of Ubuntu is recommended for armbian development I installed Xubuntu 14.04 on a netbook. (Usually I use Debian for development). I prepared the toolchain and downloaded the armbian git repository. After start of compile.sh it lasts several hours (the netbook is *quiet* slow) and then the build was completed sucessfully. (I only saw an error message compiling the fbxxx display driver.) Next boot of the netbook the Xubuntu graphical login appears and after input of the credentials nothing happens. No desktop. Quiet strange. Text terminal is working well. I did two tries. First start compile.sh with root privileges. GUI damaged and I did a reinstall of Xubuntu. Second try without root. Same behavior. GUI damaged. Any idea what I´m doing wrong? Regards from germany fromcologne