Zombah raspberry pi sandbox: различия между версиями

Материал из Toshiba AC100 wiki
Перейти к навигации Перейти к поиску
м (add lakka)
м (add 32bit req)
Строка 10: Строка 10:
==Lakkatv==
==Lakkatv==
Current devel lakka branch here https://github.com/libretro/Lakka-LibreELEC is Lakka-V2.0
Current devel lakka branch here https://github.com/libretro/Lakka-LibreELEC is Lakka-V2.0
Install 32bit requirements: <br/>
<pre>
# zypper in gcc48-32bit glibc-devel-32bit glibc-devel-static-32bit
</pre>


To compile: <br/>
To compile: <br/>

Версия от 12:20, 9 мая 2017

NOOBS install from linux

  1. parted format sd to msdos label
  2. create single partition win fat
  3. mkfs.vfat -F 32 new partition
  4. unzip noobs.zip -d new partition

RPI snmp hardware monitoring

http://docs.librenms.org/Extensions/Applications/#raspberry-pi

Lakkatv

Current devel lakka branch here https://github.com/libretro/Lakka-LibreELEC is Lakka-V2.0

Install 32bit requirements:

# zypper in gcc48-32bit glibc-devel-32bit glibc-devel-static-32bit

To compile:

$ git clone https://github.com/libretro/Lakka-LibreELEC.git
$ cd Lakka-LibreELEC
$ export CCACHE_DISABLE=1
$ DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image