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

Материал из Toshiba AC100 wiki
Перейти к навигации Перейти к поиску
(init commit)
 
м (add lakka)
Строка 7: Строка 7:
==RPI snmp hardware monitoring==
==RPI snmp hardware monitoring==
http://docs.librenms.org/Extensions/Applications/#raspberry-pi
http://docs.librenms.org/Extensions/Applications/#raspberry-pi
==Lakkatv==
Current devel lakka branch here https://github.com/libretro/Lakka-LibreELEC is Lakka-V2.0
To compile: <br/>
<pre>
$ git clone https://github.com/libretro/Lakka-LibreELEC.git
$ cd Lakka-LibreELEC
$ export CCACHE_DISABLE=1
$ DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image
</pre>

Версия от 18:04, 8 мая 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

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