Search results

  1. S

    Post Fire TV 2 - Ubuntu (Headless) Install Guide

    This is the list of packages I manually downloaded for ARM64 (unfortunately I used Debian packages which worked first, but leads to a hell situation afterwards when dealing with other dependencies; be sure to use Ubuntu packages in order to avoid problems afterwards): busybox_1.22.0...
  2. S

    Post Fire TV 2 - Ubuntu (Headless) Install Guide

    Unfortunately, I'm not compiling with parallel processes (I'm compilig Icinga2 for arm64), I'm running dpkg-buildpackage -us -uc within the source package. One single cpp call consumes so much memory (which is crazy in my eyes, never seen such a big compiler process until today), so I'll...
  3. S

    Post Fire TV 2 - Ubuntu (Headless) Install Guide

    I'm facing a memory problem, resulting in a reboot of the device when all RAM is being used. My compile session takes more than 1.x GB of RAM for the quite complex compilation of all required packages. I can reproduce the situation where all memory is consumed and the device instantly reboots...
  4. S

    Post Fire TV 2 - Ubuntu (Headless) Install Guide

    None of these methods (since I was in my weekend and all cables and adapters reside in my office) :) I placed all .deb-files for openssh-server including all requiremens onto the microSD card, and placed a call "dpkg -i /*.deb" with logging options in /etc/rc.local. I also configured network by...
  5. S

    Post Fire TV 2 - Ubuntu (Headless) Install Guide

    Thanks a lot, that was exactly the thing I was searching for. Since before today the Raspi3 came out, this box is the cheapest ARMv8 development machine available. With your instruction I was able to login via SSH and install all required software for my development environment. No GUI needed...